
:root{
  --bg:#f5f0ea;
  --paper:#fbf8f3;
  --ink:#1e1b1d;
  --muted:#756e70;
  --rose:#b87f8c;
  --rose-soft:#ead8dc;
  --sage:#cfd8cb;
  --line:#d9d0ca;
  --night:#11131a;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--bg);
  font-family:"DM Sans",Arial,sans-serif;
  line-height:1.6;
}
body::selection{background:var(--rose-soft)}
.grain{
  position:fixed;inset:0;pointer-events:none;opacity:.18;z-index:100;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E")
}
a{color:inherit;text-decoration:none}
h1,h2,.large-serif,.sky-line{
  font-family:"Libre Caslon Display",Georgia,serif;
  font-weight:400;
}
.nav{
  position:fixed;top:0;left:0;right:0;z-index:50;
  display:flex;align-items:center;justify-content:space-between;
  padding:22px 4vw;
  mix-blend-mode:multiply;
}
.wordmark{font-size:.95rem}
.navlinks{display:flex;gap:24px;font-size:.82rem;color:var(--muted)}
.section-label{
  font-size:.72rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--rose);
  margin-bottom:42px;
}
.hero{
  min-height:100vh;
  padding:14vh 7vw 9vh;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:6vw;
  align-items:center;
  position:relative;
}
.kicker{
  text-transform:uppercase;
  letter-spacing:.2em;
  font-size:.72rem;
  color:var(--rose);
}
.hero h1{
  font-size:clamp(4.8rem,10vw,10rem);
  line-height:.88;
  margin:.12em 0 .18em;
}
.lede{
  max-width:520px;
  font-size:clamp(1.05rem,1.6vw,1.35rem);
  color:var(--muted);
}
.hero-photo{
  width:100%;
  aspect-ratio:4/5;
  transform:rotate(1.8deg);
  border-radius:3px;
  box-shadow:0 22px 60px rgba(42,30,34,.15);
}
.placeholder-photo{
  background:
    linear-gradient(145deg,rgba(255,255,255,.45),rgba(234,216,220,.5)),
    repeating-linear-gradient(45deg,transparent 0 10px,rgba(255,255,255,.13) 10px 20px);
  border:1px solid rgba(150,120,128,.22);
  display:grid;
  place-items:center;
  text-align:center;
  color:#8b777d;
  font-size:.8rem;
  letter-spacing:.04em;
}
.scrollcue{
  position:absolute;
  left:7vw;bottom:5vh;
  font-size:.8rem;color:var(--muted)
}
.story-section{padding:12vh 7vw 14vh}
.story-row{
  display:grid;
  grid-template-columns:180px 1fr;
  padding:40px 0;
  border-top:1px solid var(--line);
}
.story-year{
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.72rem;
  color:var(--muted);
  padding-top:10px;
}
.story-text h2{
  font-size:clamp(2.5rem,5vw,5.4rem);
  margin:0 0 10px;
}
.story-text p{
  max-width:780px;
  margin:0;
  color:var(--muted);
  font-size:1.03rem;
}
.accent-row .story-text h2{color:var(--rose)}
.interlude{
  min-height:75vh;
  display:grid;
  place-items:center;
  padding:10vh 12vw;
  background:var(--rose-soft);
}
.interlude p{
  max-width:1100px;
  font-family:"Libre Caslon Display",Georgia,serif;
  font-size:clamp(2.4rem,5.5vw,5.6rem);
  line-height:1.06;
  text-align:center;
  margin:0;
}
.notice-section{padding:14vh 7vw}
.notice-grid{
  min-height:75vh;
  position:relative;
  max-width:1200px;
  margin:auto;
}
.notice-grid p{
  position:absolute;
  width:min(360px,34vw);
  font-family:"Libre Caslon Display",Georgia,serif;
  font-size:clamp(1.7rem,3vw,3.1rem);
  line-height:1.08;
  margin:0;
}
.n1{left:2%;top:5%}.n2{right:2%;top:0%}.n3{left:18%;top:28%}.n4{right:8%;top:38%}
.n5{left:2%;top:62%}.n6{right:0;top:68%}.n7{left:38%;top:77%}.n8{left:44%;top:10%}
.notice-ending{
  max-width:760px;
  margin:6vh auto 0;
  text-align:center;
  font-family:"Libre Caslon Display",Georgia,serif;
  font-size:clamp(2rem,4vw,4rem);
  line-height:1.15;
  color:var(--rose);
}
.two-col-section{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8vw;
  padding:14vh 7vw;
  background:var(--paper);
}
.copy-col h2,.ordinary-copy h2,.later-section h2,.future-copy h2,.ending-section h2{
  font-size:clamp(3.2rem,6vw,6.3rem);
  line-height:.98;
  margin:.1em 0 .35em;
}
.copy-col p,.ordinary-copy p,.future-copy p{
  max-width:650px;
  color:var(--muted);
  font-size:1.05rem;
}
.photo-stack{
  min-height:620px;
  position:relative;
}
.polaroid{
  position:absolute;
  width:65%;
  aspect-ratio:4/5;
  background:#fff;
  padding:12px 12px 54px;
  box-shadow:0 20px 50px rgba(42,30,34,.15);
}
.p1{left:2%;top:4%;transform:rotate(-5deg)}
.p2{right:0;bottom:0;transform:rotate(5deg)}
.lore-strip{
  padding:10vh 7vw;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
.lore-chip{
  border:1px solid var(--line);
  background:transparent;
  border-radius:999px;
  padding:10px 16px;
  cursor:pointer;
  color:var(--ink);
}
.lore-chip:hover{background:var(--rose-soft)}
.lore-reveal{
  width:100%;
  margin-top:26px;
  min-height:42px;
  color:var(--rose);
  font-family:"Libre Caslon Display",Georgia,serif;
  font-size:clamp(1.7rem,3vw,3rem);
}
.ordinary-section{
  padding:14vh 7vw;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:6vw;
  align-items:center;
}
.large-serif{
  font-size:clamp(2rem,4vw,4rem)!important;
  color:var(--ink)!important;
  line-height:1.06;
}
.wide-photo{aspect-ratio:5/4;box-shadow:0 20px 55px rgba(42,30,34,.12)}
.abigail-file{
  padding:14vh 7vw;
  background:#e8e1db;
}
.file-shell{
  max-width:1000px;
  margin:auto;
  background:#1d1d1d;
  color:#f4f0ea;
  border-radius:6px;
  box-shadow:0 24px 60px rgba(0,0,0,.16);
  overflow:hidden;
}
.file-top{
  display:flex;justify-content:space-between;
  padding:13px 18px;
  border-bottom:1px solid #3b3b3b;
  font-family:monospace;
  font-size:.78rem;
  color:#aaa;
}
.file-lines{padding:34px 26px 38px}
.file-lines p{
  font-family:monospace;
  font-size:clamp(.92rem,1.5vw,1.08rem);
  margin:0;
  padding:14px 0;
  border-bottom:1px solid #333;
}
.file-lines p:last-child{border-bottom:0}
.file-lines span{color:#e7b9c3}
.sky-section{
  min-height:100vh;
  background:var(--night);
  color:white;
  position:relative;
  display:grid;
  place-items:center;
  overflow:hidden;
}
#starCanvas{position:absolute;inset:0;width:100%;height:100%}
.sky-copy{
  position:relative;z-index:2;
  width:min(1000px,86vw);
  text-align:center;
}
.section-label.light{color:#d3a6b0}
.sky-copy h2{
  font-size:clamp(4rem,8vw,8rem);
  margin:.1em 0 .25em;
}
.sky-copy>p{color:#c8c8d0;max-width:760px;margin:0 auto}
.sky-line{
  font-size:clamp(2rem,4vw,4.2rem)!important;
  color:white!important;
  margin:10vh auto!important;
}
.distance{
  display:flex;align-items:center;gap:20px;
  max-width:720px;margin:auto;
  font-size:.85rem;color:#d6d6df;
}
.distance-line{height:1px;flex:1;background:linear-gradient(90deg,transparent,#777a8a,transparent)}
.later-section{padding:14vh 7vw}
.envelopes{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
  margin-top:6vh;
}
.envelopes button{
  min-height:180px;
  border:1px solid var(--line);
  background:var(--paper);
  padding:18px;
  cursor:pointer;
  font-family:"Libre Caslon Display",Georgia,serif;
  font-size:1.35rem;
  transition:.2s;
}
.envelopes button:hover{transform:translateY(-4px);background:#fff}
.note-reveal{
  min-height:140px;
  display:grid;
  place-items:center;
  text-align:center;
  padding:30px 12vw 0;
  font-family:"Libre Caslon Display",Georgia,serif;
  font-size:clamp(1.8rem,3vw,3.3rem);
  color:var(--rose);
}
.future-section{
  padding:14vh 7vw;
  background:var(--sage);
}
.future-copy{max-width:940px}
.future-list{margin-top:8vh}
.future-list div{
  display:flex;justify-content:space-between;align-items:baseline;
  padding:18px 0;
  border-top:1px solid rgba(30,27,29,.28)
}
.future-list span{
  font-family:"Libre Caslon Display",Georgia,serif;
  font-size:clamp(2rem,4vw,4rem)
}
.future-list small{color:#4f544d}
.ending-section{
  min-height:90vh;
  display:grid;
  place-items:center;
  align-content:center;
  text-align:center;
  padding:10vh 7vw;
  background:var(--paper);
}
.tiny{text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;color:var(--rose)}
.ending-section h2{max-width:1000px}
.ending-copy{font-family:"Libre Caslon Display",Georgia,serif;font-size:2rem}
.ending-mark{margin-top:34px;font-size:1.8rem}
footer{
  padding:28px;text-align:center;
  background:var(--paper);
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:.78rem;
}
@media (max-width:900px){
  .hero,.two-col-section,.ordinary-section{grid-template-columns:1fr}
  .hero{padding-top:18vh}
  .hero-photo{width:80%;justify-self:end}
  .story-row{grid-template-columns:1fr;gap:8px}
  .story-year{padding-top:0}
  .photo-stack{min-height:520px}
  .envelopes{grid-template-columns:1fr 1fr}
  .notice-grid{min-height:auto;display:grid;gap:24px}
  .notice-grid p{position:static;width:auto}
}
@media (max-width:650px){
  .navlinks{display:none}
  .hero{padding-left:22px;padding-right:22px}
  .hero-photo{width:92%}
  .story-section,.notice-section,.two-col-section,.ordinary-section,.abigail-file,.later-section,.future-section{padding-left:22px;padding-right:22px}
  .interlude{padding-left:22px;padding-right:22px}
  .envelopes{grid-template-columns:1fr}
  .photo-stack{min-height:430px}
  .polaroid{width:72%}
}


.photo-real{
  background-size:cover;
  background-position:center;
  border:0;
}
.hero-aquarium{
  background-image:
    linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.08)),
    url("aquarium.jpg");
  background-position:center 48%;
}
.ordinary-aquarium{
  background-image:url("aquarium.jpg");
  background-position:center 48%;
}
.sky-photo-wrap{
  width:min(740px,88vw);
  margin:0 auto 9vh;
}
.sky-photo{
  display:block;
  width:100%;
  height:auto;
  border-radius:2px;
  box-shadow:0 30px 90px rgba(0,0,0,.4);
}
.sky-caption{
  margin-top:12px!important;
  text-align:left;
  font-size:.78rem;
  color:#9294a2!important;
  letter-spacing:.02em;
}


.hero-prom{
  background-image:
    linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.04)),
    url("prom.jpg");
  background-position:center 22%;
}
.photo-card{
  position:absolute;
  width:65%;
  background:#fff;
  padding:12px 12px 18px;
  box-shadow:0 20px 50px rgba(42,30,34,.15);
}
.photo-card img{
  display:block;
  width:100%;
  height:auto;
}
.photo-card p{
  margin:12px 2px 0;
  font-size:.82rem;
  color:var(--muted);
}
.ordinary-caught{
  background-image:url("caughtsitting.jpg");
  background-position:center;
}
.archive-section{
  padding:14vh 7vw;
  background:var(--paper);
}
.archive-head{
  max-width:920px;
  margin:0 auto 42px;
}
.archive-head h2{
  font-size:clamp(3rem,6vw,6rem);
  line-height:.98;
  margin:.1em 0 .25em;
  font-family:"Libre Caslon Display",Georgia,serif;
  font-weight:400;
}
.archive-head p{
  max-width:740px;
  color:var(--muted);
  font-size:1.02rem;
}
.archive-grid{
  column-count:3;
  column-gap:18px;
  max-width:1280px;
  margin:0 auto;
}
.archive-card{
  break-inside:avoid;
  margin:0 0 18px;
  background:white;
  border:1px solid rgba(30,27,29,.08);
  box-shadow:0 18px 40px rgba(42,30,34,.08);
}
.archive-card img{
  display:block;
  width:100%;
  height:auto;
}
.archive-card figcaption{
  padding:13px 14px 15px;
  font-size:.88rem;
  line-height:1.45;
  color:var(--muted);
}
@media (max-width:1000px){
  .archive-grid{column-count:2}
}
@media (max-width:650px){
  .archive-grid{column-count:1}
}


/* v4: quieter, more cinematic */
.hero-cover{
  min-height:100vh;
  position:relative;
  display:flex;
  align-items:flex-end;
  padding:0;
  background-image:url("cover-griffith.jpg");
  background-size:cover;
  background-position:center 48%;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.12) 45%, rgba(0,0,0,.62) 100%);
}
.hero-cover-copy{
  position:relative;
  z-index:2;
  color:white;
  padding:0 7vw 9vh;
  max-width:850px;
}
.hero-cover-copy h1{
  font-size:clamp(4.5rem,9vw,9rem);
  line-height:.9;
  margin:.12em 0 .12em;
}
.light-kicker{color:rgba(255,255,255,.72)}
.cover-lede{
  color:rgba(255,255,255,.78);
  font-size:clamp(1rem,1.5vw,1.25rem);
  max-width:500px;
}
.cover-cue{
  color:white;
  left:auto;
  right:4vw;
  bottom:4vh;
  font-size:1.3rem;
  opacity:.8;
}
.nav{
  color:white;
  mix-blend-mode:normal;
  transition:.25s;
}
.nav .wordmark,.nav .navlinks a{
  color:inherit;
  text-shadow:0 1px 10px rgba(0,0,0,.2);
}
.interlude p{
  max-width:950px;
  font-size:clamp(2rem,4.2vw,4.4rem);
}
.notice-grid p{
  font-size:clamp(1.45rem,2.4vw,2.5rem);
}
.lore-chip{
  font-size:.84rem;
}
.archive-card figcaption{
  color:#5f595b;
}
.ending-mark{
  font-size:.8rem;
  letter-spacing:.14em;
  color:var(--muted);
}
@media (max-width:650px){
  .hero-cover{background-position:53% center}
  .hero-cover-copy{padding:0 22px 8vh}
}

.hero-cover.hero{
  display:flex;
  grid-template-columns:none;
  gap:0;
  text-align:left;
}


/* v5 - less writing, more receipts */
body{background:#f3f0eb}
.minimal-nav{color:white;mix-blend-mode:normal}
.minimal-section{
  padding:12vh 8vw;
  max-width:1400px;
  margin:0 auto;
}
.minimal-lines{
  max-width:980px;
}
.minimal-lines p{
  font-family:"Libre Caslon Display",Georgia,serif;
  font-size:clamp(2rem,4vw,4.4rem);
  line-height:1.08;
  margin:0 0 .42em;
  letter-spacing:-.02em;
}
.single-photo-break{
  padding:4vh 8vw 12vh;
  max-width:1400px;
  margin:auto;
}
.single-photo-break img{
  width:100%;
  display:block;
}
.single-photo-break p{
  margin:10px 0 0;
  font-size:.78rem;
  color:var(--muted);
}
.fact-list{
  max-width:1000px;
}
.fact-list div{
  display:grid;
  grid-template-columns:50px 1fr;
  gap:20px;
  padding:18px 0;
  border-top:1px solid var(--line);
}
.fact-list span{
  font-size:.7rem;
  color:var(--muted);
}
.fact-list p{
  margin:0;
  font-size:clamp(1.15rem,2vw,1.65rem);
}
.split-photo-text{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  min-height:90vh;
  align-items:stretch;
}
.split-photo-text.reverse{
  grid-template-columns:.8fr 1.2fr;
}
.split-photo-text.reverse img{order:2}
.split-photo-text img{
  width:100%;
  height:100%;
  object-fit:cover;
  min-height:80vh;
}
.split-photo-text>div{
  padding:10vh 6vw;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.split-photo-text p{
  font-family:"Libre Caslon Display",Georgia,serif;
  font-size:clamp(1.45rem,2.5vw,2.5rem);
  line-height:1.12;
  margin:.18em 0;
}
.small-note{
  font-family:"DM Sans",sans-serif!important;
  font-size:.85rem!important;
  color:var(--muted);
  margin-top:24px!important;
}
.tag-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  max-width:1000px;
}
.tag-row span{
  border:1px solid var(--line);
  padding:9px 13px;
  border-radius:999px;
  font-size:.83rem;
  background:#f8f5f1;
}
.archive-section{
  background:#ebe6e0;
  padding-top:12vh;
}
.archive-card{
  box-shadow:none;
  border:0;
  background:transparent;
}
.archive-card figcaption{
  padding:8px 2px 16px;
  font-size:.76rem;
  color:#655f61;
}
.griffith-section{
  background:#111;
  padding:0;
}
.griffith-section img{
  width:100%;
  max-height:100vh;
  object-fit:cover;
  display:block;
}
.griffith-caption{
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:#aaa;
  padding:12px 20px 18px;
  font-size:.75rem;
}
.future-plain p{
  font-family:"Libre Caslon Display",Georgia,serif;
  font-size:clamp(2.1rem,4vw,4.5rem);
  margin:.08em 0;
}
.ending-minimal{
  min-height:65vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  background:#111;
  color:white;
}
.ending-minimal p{
  font-family:"Libre Caslon Display",Georgia,serif;
  font-size:clamp(3rem,7vw,7rem);
  margin:0;
}
.ending-minimal span{
  margin-top:22px;
  font-size:.72rem;
  letter-spacing:.15em;
  color:#777;
}
@media(max-width:750px){
  .split-photo-text,.split-photo-text.reverse{grid-template-columns:1fr}
  .split-photo-text.reverse img{order:0}
  .split-photo-text img{min-height:55vh}
  .griffith-caption{flex-direction:column;gap:4px}
}


/* v8 - cuter scrapbook treatment, same natural voice */
:root{
  --bg:#f8f3ef;
  --paper:#fffaf7;
  --ink:#272126;
  --muted:#756c72;
  --rose:#c9879a;
  --rose-soft:#f3dfe6;
  --lav:#e9e2f3;
  --butter:#f5edcc;
  --blue-soft:#dfeaf2;
  --line:#e4d8dc;
}

body{
  background:
    radial-gradient(circle at 12% 18%, rgba(243,223,230,.55), transparent 28%),
    radial-gradient(circle at 90% 26%, rgba(233,226,243,.6), transparent 26%),
    var(--bg);
}

.minimal-section{
  position:relative;
}

.minimal-section::before{
  content:"";
  position:absolute;
  width:90px;
  height:90px;
  border:1px solid rgba(201,135,154,.22);
  border-radius:50%;
  right:4vw;
  top:5vh;
}

.section-label{
  width:max-content;
  border-bottom:1px solid rgba(201,135,154,.35);
  padding-bottom:4px;
}

.pill-label{
  border:0;
  background:var(--rose-soft);
  padding:7px 12px;
  border-radius:999px;
  color:#8f5e6d;
}

.hero-cover{
  border-bottom-left-radius:28px;
  border-bottom-right-radius:28px;
  overflow:hidden;
}

.hero-cover-copy h1{
  text-shadow:0 5px 24px rgba(0,0,0,.22);
}

.hero-doodles span{
  position:absolute;
  z-index:3;
  color:rgba(255,255,255,.72);
  font-size:clamp(1.5rem,3vw,3rem);
  font-family:Georgia,serif;
}
.hero-doodles .d1{right:9vw;top:22vh;transform:rotate(8deg)}
.hero-doodles .d2{right:17vw;bottom:18vh;transform:rotate(-8deg)}
.hero-doodles .d3{left:8vw;top:18vh;transform:rotate(-12deg)}

.minimal-lines p{
  position:relative;
}
.minimal-lines p:nth-child(odd){
  transform:rotate(-.3deg);
}
.minimal-lines p:nth-child(even){
  transform:rotate(.25deg);
}

.aquarium-feature{
  padding:8vh 8vw 14vh;
  max-width:1400px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:5vw;
  align-items:center;
}

.aquarium-photo-frame{
  position:relative;
  background:white;
  padding:14px 14px 54px;
  box-shadow:0 22px 60px rgba(74,54,63,.14);
  transform:rotate(-1.2deg);
}

.aquarium-photo-frame img{
  display:block;
  width:100%;
  height:auto;
}

.tape{
  position:absolute;
  width:92px;
  height:26px;
  background:rgba(245,237,204,.78);
  top:-10px;
  box-shadow:0 1px 2px rgba(0,0,0,.05);
}
.tape-left{left:12%;transform:rotate(-8deg)}
.tape-right{right:12%;transform:rotate(7deg)}

.aquarium-copy p{
  font-family:"Libre Caslon Display",Georgia,serif;
  font-size:clamp(2rem,3.8vw,4rem);
  line-height:1.02;
  margin:.2em 0;
}
.tiny-doodle{
  display:inline-block;
  margin-top:14px;
  font-size:2rem;
  color:var(--rose);
  transform:rotate(10deg);
}

.single-photo-break img{
  border-radius:22px;
  box-shadow:0 18px 50px rgba(69,49,58,.10);
}
.single-photo-break p{
  padding-left:6px;
}

.fact-list div{
  border-top:1px dashed rgba(201,135,154,.45);
}
.fact-list div:nth-child(3n+1) span{color:#b56e82}
.fact-list div:nth-child(3n+2) span{color:#7d83ad}
.fact-list div:nth-child(3n) span{color:#8c9c7d}

.split-photo-text{
  margin:6vh 4vw;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 18px 55px rgba(62,45,52,.08);
  background:var(--paper);
}
.split-photo-text>div{
  background:
    linear-gradient(180deg,rgba(255,255,255,.7),rgba(255,248,246,.98));
}

.tag-row span{
  background:white;
  box-shadow:0 6px 18px rgba(70,51,58,.05);
  border-color:rgba(201,135,154,.25);
}
.tag-row span:nth-child(4n+1){background:#fff5f7}
.tag-row span:nth-child(4n+2){background:#f7f3fb}
.tag-row span:nth-child(4n+3){background:#f4f8fb}
.tag-row span:nth-child(4n){background:#fbf8ed}

.archive-section{
  background:
    linear-gradient(180deg,#f0e9e6,#f7f1ee);
  border-radius:34px 34px 0 0;
}
.archive-grid{
  column-gap:22px;
}
.archive-card{
  background:white;
  padding:10px 10px 0;
  border-radius:8px;
  box-shadow:0 14px 34px rgba(62,45,52,.08);
  transform:rotate(-.25deg);
}
.archive-card:nth-child(3n+2){transform:rotate(.35deg)}
.archive-card:nth-child(4n){transform:rotate(-.5deg)}
.archive-card img{
  border-radius:3px;
}
.archive-card figcaption{
  padding:10px 4px 13px;
  font-family:"DM Sans",sans-serif;
}

.griffith-section{
  margin:8vh 4vw;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 22px 70px rgba(0,0,0,.18);
}
.griffith-caption{
  background:#171418;
  padding:14px 18px 18px;
}

.future-plain p{
  padding:8px 0;
  border-bottom:1px dashed rgba(201,135,154,.35);
}
.future-plain p::after{
  content:"♡";
  float:right;
  color:rgba(201,135,154,.45);
  font-family:Georgia,serif;
}

.ending-minimal{
  min-height:60vh;
  background:
    radial-gradient(circle at 50% 30%, rgba(201,135,154,.16), transparent 34%),
    #211b20;
}
.ending-minimal p{
  font-size:clamp(3rem,6vw,6rem);
}

footer{
  background:#211b20;
  color:#a9929b;
  border:0;
}

@media(max-width:750px){
  .aquarium-feature{
    grid-template-columns:1fr;
    padding-left:22px;
    padding-right:22px;
  }
  .aquarium-copy{
    padding:0 6px;
  }
  .split-photo-text{
    margin-left:14px;
    margin-right:14px;
  }
  .griffith-section{
    margin-left:14px;
    margin-right:14px;
  }
}


/* v9 - music */
.music-section{
  max-width:1400px;
  margin:5vh auto 13vh;
  padding:8vh 8vw;
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:6vw;
  align-items:center;
  position:relative;
}
.music-copy h2{
  font-family:"Libre Caslon Display",Georgia,serif;
  font-size:clamp(3rem,6vw,6rem);
  font-weight:400;
  line-height:.92;
  margin:.15em 0 .25em;
}
.music-copy p{
  color:var(--muted);
  margin:0;
}
.spotify-wrap{
  background:#fff;
  padding:12px;
  border-radius:24px;
  box-shadow:0 18px 55px rgba(62,45,52,.10);
  transform:rotate(.35deg);
}
.spotify-wrap iframe{
  display:block;
}
.music-doodles{
  display:flex;
  gap:14px;
  margin-top:28px;
  color:var(--rose);
  font-family:Georgia,serif;
  font-size:1.5rem;
}
.music-doodles span:nth-child(2){transform:translateY(-7px) rotate(8deg)}
.music-doodles span:nth-child(3){transform:rotate(-8deg)}

@media(max-width:750px){
  .music-section{
    grid-template-columns:1fr;
    padding-left:22px;
    padding-right:22px;
  }
}


/* v11 - open when */
.open-when-section{
  max-width:1400px;
  margin:4vh auto 14vh;
  padding:6vh 8vw 10vh;
}
.open-when-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:34px;
}
.open-when-head p{
  margin:0;
  color:var(--muted);
  font-size:.82rem;
}
.open-when-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.open-card{
  min-height:145px;
  border:1px solid rgba(201,135,154,.25);
  background:rgba(255,255,255,.72);
  border-radius:20px;
  padding:20px;
  text-align:left;
  cursor:pointer;
  box-shadow:0 10px 26px rgba(62,45,52,.05);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.open-card:nth-child(3n+1){background:#fff5f7}
.open-card:nth-child(3n+2){background:#f7f3fb}
.open-card:nth-child(3n){background:#f5f8fb}
.open-card:hover{
  transform:translateY(-3px) rotate(-.2deg);
  box-shadow:0 16px 34px rgba(62,45,52,.08);
}
.open-card span{
  display:block;
  font-size:.68rem;
  text-transform:uppercase;
  letter-spacing:.13em;
  color:var(--muted);
  margin-bottom:10px;
}
.open-card strong{
  display:block;
  font-family:"Libre Caslon Display",Georgia,serif;
  font-weight:400;
  font-size:clamp(1.25rem,2vw,1.8rem);
  line-height:1.05;
}
.open-when-reveal{
  margin-top:28px;
  min-height:170px;
  display:grid;
  place-items:center;
}
.open-note{
  display:none;
  width:min(760px,100%);
  background:white;
  border-radius:22px;
  padding:36px 34px;
  text-align:center;
  box-shadow:0 16px 42px rgba(62,45,52,.08);
  position:relative;
}
.open-note.active{display:block}
.open-note::before{
  content:"♡";
  position:absolute;
  top:12px;
  right:16px;
  color:rgba(201,135,154,.45);
  font-family:Georgia,serif;
}
.open-note>p{
  margin:0;
  font-family:"Libre Caslon Display",Georgia,serif;
  font-size:clamp(1.8rem,3.4vw,3.3rem);
  line-height:1.08;
}
.tiktok-note{
  padding-bottom:24px;
}
.tiktok-note .tiktok-intro{
  font-family:"DM Sans",sans-serif;
  font-size:.82rem;
  color:var(--muted);
  margin-bottom:20px;
}
.tiktok-note .tiktok-embed{
  margin:0 auto!important;
}
@media(max-width:900px){
  .open-when-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .open-when-section{padding-left:22px;padding-right:22px}
  .open-when-grid{grid-template-columns:1fr}
  .open-card{min-height:110px}
  .open-note{padding:32px 20px}
}


/* v12 fixes */
.tiny-facts{
  max-width:980px;
  margin:2vh auto 10vh;
  padding:0 8vw;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.tiny-facts p{
  margin:0;
  padding:10px 14px;
  border:1px solid rgba(201,135,154,.24);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  font-size:.82rem;
  color:var(--muted);
}
.open-card.selected{
  outline:2px solid rgba(201,135,154,.45);
  outline-offset:2px;
  transform:translateY(-3px);
}
.open-when-reveal{
  opacity:1;
}
.open-note{
  display:none !important;
}
.open-note.active{
  display:block !important;
  animation:openNoteIn .2s ease-out;
}
@keyframes openNoteIn{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:translateY(0)}
}
.tiktok-player-wrap{
  width:min(360px,100%);
  aspect-ratio:9/16;
  margin:16px auto 12px;
  overflow:hidden;
  border-radius:16px;
  background:#111;
}
.tiktok-player-wrap iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.tiktok-fallback{
  display:inline-block;
  margin-top:8px;
  font-size:.78rem;
  color:var(--muted);
  text-decoration:underline;
  text-underline-offset:3px;
}
@media(max-width:650px){
  .tiny-facts{
    padding-left:22px;
    padding-right:22px;
  }
}
