@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&display=swap');

:root{
  --cream:#f3eadc;
  --cream-2:#eadcc8;
  --ink:#243137;
  --teal:#173a3b;
  --teal-2:#285657;
  --rust:#a95f42;
  --gold:#d7a348;
  --rose:#b77a74;
  --sky:#a8c3c6;
  --paper:#fffaf2;
  --line:rgba(36,49,55,.18);
  --max:1220px;
  --narrow:760px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  overflow-x:hidden;
  background:var(--cream);
  color:var(--ink);
  font-family:"DM Sans",Arial,sans-serif;
}
body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-10;
  pointer-events:none;
  opacity:.05;
  background-image:url("../images/backgrounds/subtle-grain.png");
  background-repeat:repeat;
}
img{display:block;max-width:100%}
figure{margin:0}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.container{width:min(calc(100% - 42px),var(--max));margin:auto}
.narrow{width:min(calc(100% - 42px),var(--narrow));margin:auto}
.serif{font-family:"Fraunces",Georgia,serif}
.kicker{
  margin:0 0 14px;
  font-size:.7rem;
  font-weight:600;
  letter-spacing:.22em;
  text-transform:uppercase;
}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:"Fraunces",Georgia,serif;font-weight:500}
h2{font-size:clamp(2.7rem,5.8vw,5.4rem);line-height:.93;letter-spacing:-.035em;margin-bottom:22px}
h3{font-size:1.6rem;line-height:1.06;margin-bottom:10px}
p{line-height:1.65}
.button{
  display:inline-flex;
  min-height:48px;
  padding:0 21px;
  border:1px solid currentColor;
  border-radius:999px;
  align-items:center;
  justify-content:center;
  font-size:.7rem;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
  transition:.2s ease;
}
.button:hover{transform:translateY(-2px)}
.button.dark{background:var(--ink);color:var(--cream);border-color:var(--ink)}
.button.light{background:var(--cream);color:var(--ink);border-color:var(--cream)}

/* Header */
.site-header{
  position:fixed;
  left:0;right:0;top:0;
  z-index:100;
  color:white;
  transition:.3s ease;
}
.site-header.scrolled,.site-header.light{
  background:rgba(243,234,220,.93);
  backdrop-filter:blur(16px);
  color:var(--ink);
  border-bottom:1px solid var(--line);
}
.header-inner{
  height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.brand-mark img{width:46px;height:46px;object-fit:contain}
.site-nav{display:flex;align-items:center;gap:22px}
.site-nav a{
  font-size:.67rem;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.site-nav a.active{opacity:.5}
.nav-rsvp{
  border:1px solid currentColor;
  border-radius:999px;
  padding:8px 13px;
}
.menu-toggle{
  display:none;
  color:inherit;
  border:0;
  background:none;
  font-size:.68rem;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
}

/* Home hero */
.hero{
  min-height:100svh;
  position:relative;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:var(--teal);
}
.hero-photo{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 42%;
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(10,22,23,.08) 0%,rgba(10,22,23,.02) 38%,rgba(10,22,23,.55) 100%);
}
.hero-inner{
  position:relative;
  z-index:2;
  color:#fff;
  width:100%;
  padding:120px 0 82px;
  padding-left:clamp(32px,5vw,90px);
  padding-right:clamp(24px,3vw,48px);
}
.hero h1{
  max-width:860px;
  margin:0;
  font-size:clamp(4.6rem,12vw,10.5rem);
  line-height:.72;
  letter-spacing:-.07em;
}
.hero h1 span{
  display:block;
}
.hero h1 span:last-child{
  margin-left:11%;
  font-style:italic;
}
.hero-meta{
  margin-top:30px;
  display:flex;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
  font-size:.72rem;
  font-weight:600;
  letter-spacing:.2em;
  text-transform:uppercase;
}
.hero-sun{
  position:absolute;
  right:-75px;
  bottom:-120px;
  z-index:1;
  width:320px;
  height:320px;
  border-radius:50%;
  background:var(--gold);
  opacity:.88;
}

/* wavy transition */
.wave{
  height:72px;
  margin-top:-1px;
  position:relative;
  overflow:hidden;
  background:var(--cream);
}
.wave::before{
  content:"";
  position:absolute;
  left:-5%;
  top:-50px;
  width:110%;
  height:105px;
  background:var(--teal);
  border-radius:0 0 50% 50%;
}

/* coast-to-mountains */
.coast{
  padding:120px 0 130px;
  position:relative;
  overflow:hidden;
}
.coast-head{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:70px;
  align-items:end;
  margin-bottom:70px;
}
.coast-head p{
  color:#665f57;
  max-width:440px;
  margin-left:auto;
}
.coast-title .kicker{color:var(--rust)}
.coast-title h2 em{font-weight:400;color:var(--teal-2)}
.coast-gallery{
  position:relative;
  height:680px;
}
.coast-card{
  position:absolute;
  background:var(--paper);
  padding:10px 10px 42px;
  box-shadow:0 24px 55px rgba(36,31,26,.14);
}
.coast-card img{width:100%;height:100%;object-fit:cover}
.coast-card.one{width:310px;height:410px;left:2%;top:80px;transform:rotate(-5deg)}
.coast-card.two{width:410px;height:500px;left:32%;top:0;transform:rotate(2deg)}
.coast-card.three{width:285px;height:375px;right:3%;top:135px;transform:rotate(6deg)}
.coast-card::after{
  content:"09 · 25 · 27";
  position:absolute;
  left:16px;
  bottom:12px;
  color:var(--ink);
  font-family:"DM Sans",Arial,sans-serif;
  font-size:.62rem;
  font-weight:600;
  letter-spacing:.14em;
}
.coast-orbit{
  position:absolute;
  right:10%;
  bottom:5px;
  width:170px;
  height:170px;
  border:1px solid var(--rust);
  border-radius:50%;
}
.coast-orbit::before,.coast-orbit::after{
  content:"";
  position:absolute;
  border:1px solid var(--rust);
  border-radius:50%;
}
.coast-orbit::before{inset:22px}
.coast-orbit::after{inset:47px;background:var(--gold);opacity:.55}

/* marquee */
.marquee{
  background:var(--rust);
  color:var(--cream);
  overflow:hidden;
  border-block:1px solid rgba(255,255,255,.18);
}
.marquee-track{
  display:flex;
  width:max-content;
  animation:marquee 24s linear infinite;
  padding:14px 0;
}
.marquee span{
  white-space:nowrap;
  font-family:"Fraunces",Georgia,serif;
  font-size:1.2rem;
  letter-spacing:.03em;
  margin-right:34px;
}
@keyframes marquee{to{transform:translateX(-50%)}}

/* stationery / drawing */
.invite-world{
  position:relative;
  padding:120px 0;
  background:var(--paper);
  overflow:hidden;
}
.invite-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:90px;
  align-items:center;
}
.invite-copy{max-width:420px}
.invite-copy .kicker{color:var(--teal-2)}
.invite-copy p{color:#6a635b}
.invite-card-wrap{
  min-height:540px;
  position:relative;
}
.invite-front,.invite-back{
  position:absolute;
  width:300px;
  box-shadow:0 20px 60px rgba(32,27,23,.12);
  border:8px solid #fff;
}
.invite-front{left:12%;top:0;transform:rotate(-4deg);z-index:2}
.invite-back{right:8%;bottom:0;transform:rotate(5deg);z-index:1}
.invite-doodle{
  position:absolute;
  right:-45px;
  top:-25px;
  width:190px;
  height:190px;
  border:2px solid var(--gold);
  border-radius:50%;
  opacity:.65;
}
.invite-doodle::before,.invite-doodle::after{
  content:"";
  position:absolute;
  background:var(--gold);
  left:50%;top:50%;
  transform:translate(-50%,-50%);
}
.invite-doodle::before{width:230px;height:2px}
.invite-doodle::after{height:230px;width:2px}

.destination{
  padding:125px 0 105px;
  text-align:center;
}
.destination .kicker{color:var(--rust)}
.destination h2{max-width:820px;margin-inline:auto}
.destination-drawing{
  width:min(90%,650px);
  margin:40px auto 0;
  mix-blend-mode:multiply;
}
.destination-note{
  max-width:560px;
  margin:28px auto 0;
  color:#6a635b;
}

/* navigation cards */
.explore{
  padding:105px 0 120px;
  background:var(--teal);
  color:var(--cream);
  position:relative;
  overflow:hidden;
}
.explore::before{
  content:"";
  position:absolute;
  width:430px;
  height:430px;
  border-radius:50%;
  background:var(--gold);
  right:-250px;
  top:-200px;
  opacity:.85;
}
.explore-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:40px;
  margin-bottom:52px;
  position:relative;
  z-index:2;
}
.explore-head p{max-width:390px;color:rgba(255,255,255,.72)}
.explore-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  position:relative;
  z-index:2;
  border-top:1px solid rgba(255,255,255,.25);
}
.explore-link{
  min-height:300px;
  padding:28px 18px 24px;
  border-right:1px solid rgba(255,255,255,.25);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:.25s ease;
}
.explore-link:first-child{border-left:1px solid rgba(255,255,255,.25)}
.explore-link:hover{background:rgba(255,255,255,.06)}
.explore-link img{
  width:100px;
  height:100px;
  object-fit:contain;
  margin:auto;
}
.explore-link .num{
  font-family:"Fraunces",Georgia,serif;
  font-size:1.1rem;
  color:var(--gold);
}
.explore-link h3{
  font-size:1.2rem;
  margin:0;
}
.explore-link small{
  display:block;
  margin-top:6px;
  color:rgba(255,255,255,.62);
  font-size:.68rem;
}

/* mixed photo story */
.mixed-story{
  padding:115px 0 125px;
  background:var(--cream-2);
  overflow:hidden;
}
.mixed-head{
  display:grid;
  grid-template-columns:1fr .8fr;
  gap:60px;
  align-items:end;
  margin-bottom:55px;
}
.mixed-head p{
  max-width:420px;
  color:#6c635a;
  margin-left:auto;
}
.mixed-gallery{
  position:relative;
  min-height:720px;
}
.mixed-shot{
  position:absolute;
  background:var(--paper);
  padding:9px;
  box-shadow:0 18px 45px rgba(30,28,26,.12);
}
.mixed-shot img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.mixed-shot.a{width:300px;height:390px;left:1%;top:90px;transform:rotate(-4deg)}
.mixed-shot.b{width:230px;height:300px;left:27%;top:0;transform:rotate(3deg)}
.mixed-shot.c{width:340px;height:430px;left:43%;top:145px;transform:rotate(-2deg)}
.mixed-shot.d{width:240px;height:310px;right:7%;top:25px;transform:rotate(5deg)}
.mixed-shot.e{width:250px;height:330px;right:2%;top:375px;transform:rotate(-5deg)}
.mixed-shot.f{width:220px;height:290px;left:19%;top:430px;transform:rotate(4deg)}
.mixed-shot.g{width:215px;height:280px;left:4%;top:470px;transform:rotate(-2deg)}
.mixed-shot::after{
  content:"09 · 25 · 27";
  position:absolute;
  left:14px;
  bottom:-27px;
  color:#6e655c;
  font-family:"Courier New",monospace;
  font-size:.56rem;
  letter-spacing:.1em;
}

/* editorial beach closing */
.editorial{
  padding:120px 0;
  overflow:hidden;
}
.editorial-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:90px;
  align-items:center;
}
.editorial-small{
  width:360px;
  margin-left:auto;
  transform:rotate(-3deg);
  border:8px solid var(--paper);
  box-shadow:0 18px 44px rgba(33,29,24,.1);
}
.editorial-big{
  width:100%;
  height:550px;
  object-fit:cover;
}
.editorial-copy{
  margin-top:28px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
}
.editorial-copy p{color:#6c655d}
.editorial-copy .quote{
  font-family:"Fraunces",Georgia,serif;
  font-size:1.7rem;
  line-height:1.2;
  color:var(--rust);
}

/* closing */
.closing{
  min-height:72vh;
  display:grid;
  place-items:center;
  text-align:center;
  padding:120px 0;
  background:var(--paper);
  position:relative;
  overflow:hidden;
}
.closing::before{
  content:"";
  position:absolute;
  width:520px;height:520px;border-radius:50%;
  background:var(--gold);
  left:-290px;bottom:-310px;
}
.closing::after{
  content:"";
  position:absolute;
  width:320px;height:320px;border-radius:50%;
  border:1px solid var(--rust);
  right:-160px;top:-160px;
}
.closing-inner{position:relative;z-index:2}
.closing-crest{width:110px;margin:0 auto 24px}
.closing h2{font-size:clamp(3.3rem,7vw,6.4rem)}
.closing p{color:#6c655d}

/* footer */
.site-footer{border-top:1px solid var(--line)}
.footer-inner{
  min-height:78px;
  display:flex;justify-content:space-between;align-items:center;gap:20px;
  color:#746b62;font-size:.64rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
}

/* inner page system */
.page-hero{
  min-height:72vh;
  padding:140px 0 70px;
  display:flex;
  align-items:flex-end;
  background:var(--teal);
  color:var(--cream);
  position:relative;
  overflow:hidden;
}
.page-hero::after{
  content:"";
  position:absolute;
  width:420px;height:420px;border-radius:50%;
  background:var(--gold);
  right:-180px;top:-150px;
}
.page-hero-inner{position:relative;z-index:2}
.page-stamp{width:105px;margin-bottom:22px}
.page-hero h1{
  max-width:880px;
  font-size:clamp(4rem,9vw,8rem);
  line-height:.82;
  letter-spacing:-.055em;
  margin-bottom:24px;
}
.page-hero p{max-width:620px;color:rgba(255,255,255,.72)}
.page-content{padding:100px 0 120px}
.info-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:0;
  border-top:1px solid var(--ink);
}
.info-card{
  min-height:250px;
  padding:34px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.info-card:nth-child(odd){border-left:1px solid var(--line)}
.info-card .kicker{color:var(--rust)}
.info-card p{color:#6d655d}
.faq-list{max-width:920px;margin:auto;border-top:1px solid var(--ink)}
.faq-item{border-bottom:1px solid var(--line)}
.faq-q{
  width:100%;padding:24px 0;background:none;border:0;color:var(--ink);
  display:flex;justify-content:space-between;text-align:left;cursor:pointer;
  font-family:"Fraunces",Georgia,serif;font-size:1.35rem;
}
.faq-a{display:none;padding:0 0 24px;max-width:740px;color:#6d655d}
.faq-item.open .faq-a{display:block}
.registry-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.registry-card{
  padding:34px;min-height:220px;border:1px solid var(--line);
  background:var(--paper);display:flex;flex-direction:column;justify-content:flex-end
}
.rsvp-box{
  max-width:760px;margin:auto;padding:60px 0;text-align:center;
  border-block:1px solid var(--ink)
}
.placeholder{
  margin-top:28px;padding:30px;border:1px dashed rgba(36,49,55,.32);color:#6d655d
}

/* motion */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .75s ease,transform .75s ease}
.reveal.visible{opacity:1;transform:none}

@media(max-width:980px){
  .site-nav{
    display:none;
    position:absolute;top:72px;left:0;right:0;
    padding:22px;
    flex-direction:column;align-items:flex-start;
    background:var(--cream);color:var(--ink);
    border-bottom:1px solid var(--line)
  }
  .site-nav.open{display:flex}
  .menu-toggle{display:block}
  .coast-head,.invite-grid,.editorial-grid{grid-template-columns:1fr}
  .coast-head p{margin-left:0}
  .coast-gallery{height:820px}
  .coast-card.one{left:4%;top:30px}
  .coast-card.two{left:auto;right:4%;top:150px}
  .coast-card.three{left:22%;right:auto;top:440px}
  .invite-copy{max-width:600px}
  .invite-card-wrap{min-height:500px}
  .explore-grid{grid-template-columns:repeat(2,1fr)}
  .explore-link:nth-child(n){border-left:1px solid rgba(255,255,255,.25);border-bottom:1px solid rgba(255,255,255,.25)}
  .mixed-head{grid-template-columns:1fr}
  .mixed-head p{margin-left:0}
  .mixed-gallery{min-height:980px}
  .mixed-shot.a{left:3%;top:70px}
  .mixed-shot.b{left:auto;right:5%;top:0}
  .mixed-shot.c{left:18%;top:380px}
  .mixed-shot.d{right:5%;top:330px}
  .mixed-shot.e{right:8%;top:680px}
  .mixed-shot.f{left:4%;top:700px}
  .mixed-shot.g{left:4%;top:360px}
  .editorial-small{margin-left:0}
  .editorial-copy{grid-template-columns:1fr}
}
@media(max-width:660px){
  .container,.narrow{
    width:min(calc(100% - 32px),var(--max));
  }
  .hero-inner{
    padding-left:22px;
    padding-right:22px;
    text-align:center;
  }
  .hero h1{
    margin-left:auto;
    margin-right:auto;
  }
  .hero h1 span:last-child{
    margin-left:0;
  }
  .hero-meta{
    justify-content:center;
  }
  .coast-head{
    text-align:center;
  }
  .coast-head p{
    margin-left:auto;
    margin-right:auto;
  }
  .mixed-head{
    text-align:center;
  }
  .mixed-head p{
    margin-left:auto;
    margin-right:auto;
  }
  .mixed-gallery{
    width:100%;
    padding:0 2px;
    align-items:start;
  }
  .mixed-shot{
    margin:0!important;
    justify-self:center;
  }

  .hero h1{font-size:clamp(4.3rem,22vw,7rem)}
  .hero-inner{
    padding-left:24px;
    padding-right:24px;
  }
  .hero h1 span:last-child{margin-left:0}
  .hero-meta{display:grid;gap:3px}
  .hero-sun{width:220px;height:220px;right:-80px;bottom:-90px}
  .coast{padding-top:90px}
  .coast-gallery{height:auto;display:grid;grid-template-columns:1fr 1fr;gap:14px}
  .coast-card{position:relative!important;left:auto!important;right:auto!important;top:auto!important;width:100%!important;height:auto!important;transform:none!important}
  .coast-card img{aspect-ratio:4/5}
  .coast-card.two{grid-column:1/-1;width:75%!important;justify-self:center}
  .coast-orbit{display:none}
  .invite-card-wrap{min-height:430px}
  .invite-front,.invite-back{width:220px}
  .invite-front{left:2%}
  .invite-back{right:1%}
  .destination-drawing{width:100%}
  .explore-head{display:block}
  .explore-grid{grid-template-columns:1fr 1fr}
  .explore-link{min-height:235px}
  .mixed-head{display:block}
  .mixed-gallery{
    min-height:0;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px 12px;
  }
  .mixed-shot{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    width:100%!important;
    height:auto!important;
    transform:none!important;
  }
  .mixed-shot img{aspect-ratio:4/5}
  .editorial-big{height:390px}
  .page-hero{min-height:60vh}
  .page-hero h1{font-size:clamp(3.5rem,18vw,6rem)}
  .info-grid,.registry-grid{grid-template-columns:1fr}
  .info-card:nth-child(n){border-left:1px solid var(--line)}
  .footer-inner{flex-direction:column;justify-content:center;text-align:center;padding:18px 0}
}

/* V7 homepage flow refinements */
.coast-gallery-simple{
  height:600px;
  max-width:920px;
  margin:0 auto;
}
.coast-gallery-simple .coast-card.one{
  width:330px;
  height:440px;
  left:5%;
  top:80px;
}
.coast-gallery-simple .coast-card.two{
  width:455px;
  height:560px;
  left:auto;
  right:4%;
  top:0;
}
.coast-gallery-simple .coast-orbit{
  right:auto;
  left:35%;
  bottom:16px;
}
.invite-world{padding-top:110px;padding-bottom:115px}
.destination{padding-top:110px;padding-bottom:110px}
.mixed-story{padding-top:115px;padding-bottom:120px}
.explore{padding-top:115px;padding-bottom:125px}
.closing{min-height:62vh}

@media(max-width:980px){
  .coast-gallery-simple{height:760px}
  .coast-gallery-simple .coast-card.one{left:3%;top:70px}
  .coast-gallery-simple .coast-card.two{right:3%;top:205px}
  .coast-gallery-simple .coast-orbit{left:43%;bottom:15px}
}
@media(max-width:660px){
  .container,.narrow{
    width:min(calc(100% - 32px),var(--max));
  }
  .hero-inner{
    padding-left:22px;
    padding-right:22px;
    text-align:center;
  }
  .hero h1{
    margin-left:auto;
    margin-right:auto;
  }
  .hero h1 span:last-child{
    margin-left:0;
  }
  .hero-meta{
    justify-content:center;
  }
  .coast-head{
    text-align:center;
  }
  .coast-head p{
    margin-left:auto;
    margin-right:auto;
  }
  .mixed-head{
    text-align:center;
  }
  .mixed-head p{
    margin-left:auto;
    margin-right:auto;
  }
  .mixed-gallery{
    width:100%;
    padding:0 2px;
    align-items:start;
  }
  .mixed-shot{
    margin:0!important;
    justify-self:center;
  }

  .coast-gallery-simple{
    height:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
  }
  .coast-gallery-simple .coast-card.one,
  .coast-gallery-simple .coast-card.two{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    width:100%!important;
    height:auto!important;
    transform:none!important;
  }
  .coast-gallery-simple .coast-card img{aspect-ratio:4/5}
  .coast-gallery-simple .coast-orbit{display:none}
}


@media(max-width:660px){
  .mixed-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px 10px;
  }
  .mixed-shot{
    max-width:100%;
  }
  .mixed-shot img{
    width:100%;
    aspect-ratio:4/5;
  }
  .coast-gallery-simple{
    width:100%;
    justify-items:center;
  }
  .coast-gallery-simple .coast-card{
    margin:0!important;
  }
  .invite-grid,
  .destination,
  .explore-head,
  .closing-inner{
    text-align:center;
  }
  .invite-copy{
    margin-left:auto;
    margin-right:auto;
  }
  .invite-copy .button{
    margin-left:auto;
    margin-right:auto;
  }
}
