:root{--cream: #f4efe9;--sand: #ede6dc;--warm-plum: #2a2228;--terracotta: #c7907a;--terracotta-d: #b07a64;--mid-plum: #6e5a60;--gutter: clamp(1.5rem, 4vw, 4rem);--max: 1320px;--ease: cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:DM Sans,system-ui,sans-serif;font-weight:400;font-size:1rem;line-height:1.6;color:var(--warm-plum);background:var(--cream);overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:none;border:none;color:inherit}ul{list-style:none}h1,h2,h3{font-weight:inherit}img,svg{display:block;max-width:100%}::selection{background:var(--terracotta);color:var(--cream)}.display{font-family:Fraunces,Georgia,serif;font-optical-sizing:auto;font-feature-settings:"ss01"}.em{font-family:Fraunces,Georgia,serif;font-style:italic;font-weight:300;color:var(--terracotta)}.eyebrow{font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--terracotta);display:inline-block}.wrap{width:100%;max-width:var(--max);margin:0 auto;padding-left:var(--gutter);padding-right:var(--gutter)}.scene{padding-top:clamp(5rem,9vw,8rem);padding-bottom:clamp(5rem,9vw,8rem);position:relative}.nav{position:fixed;top:0;left:0;right:0;z-index:60;transition:background .5s var(--ease),backdrop-filter .5s var(--ease)}.nav.is-scrolled{background:#2a2228c7;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px)}.nav.is-light{background:#f4efe9d1}.nav-row{max-width:var(--max);margin:0 auto;padding:1.5rem var(--gutter);display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.brand{display:inline-flex;align-items:center}.nav-logo{height:40px;width:auto;display:block}.nav-logo--dark,.nav.is-light .nav-logo--light{display:none}.nav.is-light .nav-logo--dark,.nav.is-open .nav-logo--light{display:block}.nav.is-open .nav-logo--dark{display:none}.footer-logo{height:40px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:2.4rem}.nav-link{font-size:.88rem;color:#f4efe9b3;transition:color .3s ease;position:relative}.nav.is-light .nav-link{color:var(--mid-plum)}.nav-link:hover{color:var(--cream)}.nav.is-light .nav-link:hover{color:var(--warm-plum)}.nav-link.is-active{color:var(--terracotta)}.nav.is-light .nav-link.is-active{color:var(--terracotta-d)}.nav-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.15rem;font-size:.85rem;font-weight:500;border-radius:999px;background:var(--terracotta);color:var(--cream);transition:all .4s var(--ease)}.nav-cta:hover{background:var(--terracotta-d);transform:translateY(-1px)}.nav-burger{display:none;flex-direction:column;justify-content:center;gap:5.5px;width:44px;height:44px;padding:10px;margin-right:-10px}.nav-burger span{display:block;width:24px;height:1.5px;background:var(--cream);border-radius:2px;transition:transform .35s var(--ease),opacity .25s ease,background .3s ease}.nav.is-light .nav-burger span{background:var(--warm-plum)}.nav.is-open .nav-burger span{background:var(--cream)}.nav.is-open .nav-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav.is-open .nav-burger span:nth-child(2){opacity:0;transform:scaleX(0)}.nav.is-open .nav-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-drawer{display:none}@media(max-width:880px){.nav-links{display:none}.nav-burger{display:flex}.nav-drawer{display:flex;flex-direction:column;position:fixed;inset:0;z-index:0;background:var(--warm-plum);padding:5.5rem var(--gutter) 3rem;overflow-y:auto;opacity:0;pointer-events:none;transition:opacity .4s var(--ease)}.nav.is-open .nav-drawer{opacity:1;pointer-events:auto}.nav-drawer-list{display:flex;flex-direction:column;margin-top:3rem}.nav-drawer-link{font-family:Fraunces,Georgia,serif;font-weight:250;font-size:clamp(2rem,7vw,3rem);line-height:1;color:#f4efe9bf;padding:1.25rem 0;border-bottom:1px solid rgba(244,239,233,.1);transition:color .2s ease,opacity .4s var(--ease),transform .4s var(--ease);opacity:0;transform:translateY(14px)}.nav-drawer-link.is-active{color:var(--terracotta)}.nav-drawer-link:hover{color:var(--cream)}.nav.is-open .nav-drawer-link{opacity:1;transform:translateY(0)}.nav.is-open .nav-drawer-list li:nth-child(1) .nav-drawer-link{transition-delay:.08s}.nav.is-open .nav-drawer-list li:nth-child(2) .nav-drawer-link{transition-delay:.13s}.nav.is-open .nav-drawer-list li:nth-child(3) .nav-drawer-link{transition-delay:.18s}.nav.is-open .nav-drawer-list li:nth-child(4) .nav-drawer-link{transition-delay:.23s}.nav.is-open .nav-drawer-list li:nth-child(5) .nav-drawer-link{transition-delay:.28s}.nav-drawer-cta{margin-top:2.5rem;align-self:flex-start;opacity:0;transform:translateY(14px);transition:opacity .4s var(--ease),transform .4s var(--ease),background .4s var(--ease),box-shadow .4s var(--ease)}.nav.is-open .nav-drawer-cta{opacity:1;transform:translateY(0);transition-delay:.33s}}.btn{display:inline-flex;align-items:center;gap:.65rem;padding:1.05rem 1.75rem;font-family:DM Sans,sans-serif;font-size:.92rem;font-weight:500;border-radius:999px;border:1px solid transparent;transition:all .4s var(--ease)}.btn-primary{background:var(--terracotta);color:var(--cream)}.btn-primary:hover{background:var(--terracotta-d);transform:translateY(-1px);box-shadow:0 12px 32px #c7907a40}.btn-link{color:#f4efe9bf;padding:.6rem 0;position:relative}.btn-link:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:var(--terracotta);transition:right .5s var(--ease)}.btn-link:hover{color:var(--cream)}.btn-link:hover:after{right:0}.btn-link.dark{color:var(--mid-plum)}.btn-link.dark:hover{color:var(--warm-plum)}.btn .arrow{transition:transform .4s var(--ease)}.btn:hover .arrow{transform:translate(4px)}.page-hero{background:var(--warm-plum);color:var(--cream);padding:clamp(10rem,16vw,13rem) var(--gutter) clamp(5rem,8vw,7rem);position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 80%,rgba(199,144,122,.06) 0%,transparent 65%);pointer-events:none}.page-hero-inner{max-width:var(--max);margin:0 auto;position:relative}.page-hero .eyebrow{display:block;margin-bottom:2rem}.page-hero h1{font-family:Fraunces,Georgia,serif;font-weight:250;font-size:clamp(2.5rem,7vw,7rem);line-height:1;letter-spacing:-.035em;color:var(--cream);max-width:22ch}.page-hero h1 .em{color:var(--terracotta);font-weight:300}.page-hero h1 .line{display:block}.page-hero-foot{margin-top:clamp(3rem,5vw,4rem);padding-top:2.5rem;border-top:1px solid rgba(244,239,233,.1);display:grid;grid-template-columns:1.1fr 1fr;align-items:end;gap:3rem}.page-hero-sub{font-size:clamp(1.05rem,1.35vw,1.25rem);line-height:1.55;color:#f4efe9bf;max-width:50ch}.page-hero-actions{display:flex;align-items:center;gap:1.5rem;justify-content:flex-end;flex-wrap:wrap}@media(max-width:880px){.page-hero-foot{grid-template-columns:1fr}.page-hero-actions{justify-content:flex-start}}.hero-bg-image,.page-hero-bg,.pulse-hero-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.hero-bg-image img,.page-hero-bg img,.pulse-hero-bg img{width:100%;height:100%;object-fit:cover;display:block}.hero-bg-image:after,.page-hero-bg:after,.pulse-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#2a222866,#2a2228a6);pointer-events:none}.hero>*:not(.hero-bg-image),.page-hero-inner,.pulse-hero-inner{position:relative;z-index:1}.section-img{width:100%;margin-top:clamp(3.5rem,6vw,5rem);border-radius:6px;overflow:hidden;aspect-ratio:16 / 7;position:relative}.section-img img{width:100%;height:100%;object-fit:cover;display:block}.section-img:not(:has(>img)){background:linear-gradient(145deg,var(--sand) 0%,rgba(199,144,122,.18) 50%,var(--cream) 100%);display:flex;align-items:center;justify-content:center}.section-img:not(:has(>img)):after{content:"Photo";font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:#2a222838}@media(max-width:600px){.section-img{aspect-ratio:4 / 3}}.scene-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,6rem);align-items:center;margin-top:clamp(3.5rem,6vw,5rem)}.scene-split-img{aspect-ratio:4 / 3;overflow:hidden;border-radius:6px;position:relative}.scene-split-img img{width:100%;height:100%;object-fit:cover;display:block}.scene-split-img:not(:has(>img)){background:linear-gradient(145deg,var(--sand) 0%,rgba(199,144,122,.18) 50%,var(--cream) 100%);display:flex;align-items:center;justify-content:center}.scene-split-img:not(:has(>img)):after{content:"Photo";font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:#2a222838}.scene-split.flip .scene-split-img{order:-1}@media(max-width:880px){.scene-split{grid-template-columns:1fr}.scene-split.flip .scene-split-img{order:0}}.closing{background:var(--warm-plum);color:var(--cream);text-align:center;padding:clamp(7rem,14vw,12rem) var(--gutter)}.closing h2{font-family:Fraunces,Georgia,serif;font-weight:250;font-size:clamp(2.75rem,7vw,7rem);line-height:.98;letter-spacing:-.035em;color:var(--cream);max-width:18ch;margin:0 auto 2.75rem}.closing h2 .em{color:var(--terracotta);font-weight:300}.closing h2 .line{display:block}.closing-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem}.closing-email{font-size:.92rem;color:#f4efe999;position:relative;padding-bottom:3px}.closing-email:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:var(--terracotta);transition:right .5s var(--ease)}.closing-email:hover{color:var(--cream)}.closing-email:hover:after{right:0}.footer{background:var(--warm-plum);color:#f4efe980;padding:4rem 0 2.5rem;border-top:1px solid rgba(244,239,233,.08)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer-tag{max-width:30ch;font-size:.92rem;line-height:1.55;margin-top:1rem}.footer-col h4{font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--terracotta);margin-bottom:1.5rem}.footer-col ul{display:flex;flex-direction:column;gap:.8rem}.footer-col a{font-size:.92rem;transition:color .3s ease}.footer-col a:hover{color:var(--cream)}.footer-bottom{margin-top:4.5rem;padding-top:2rem;border-top:1px solid rgba(244,239,233,.08);display:flex;align-items:center;justify-content:space-between;font-size:.78rem;color:#f4efe959}@media(max-width:720px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-grid>div:first-child{grid-column:1 / -1}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity 1.2s var(--ease),transform 1.2s var(--ease)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal-d="1"]{transition-delay:.1s}[data-reveal-d="2"]{transition-delay:.2s}[data-reveal-d="3"]{transition-delay:.3s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}
