:root{--dark:#172d28;--green:#243c35;--ink:#24332f;--cream:#f4f0e7;--paper:#fffcf6;--gold:#ba9c65;--line:rgba(36,51,47,.18);--gutter:clamp(24px,5.2vw,86px);--header:82px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:280px;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif}button{font:inherit;cursor:default}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:400}em{font-family:'Playfair Display',serif;font-weight:400}img{display:block;max-width:100%}section{position:relative;overflow:hidden}.eyebrow{font-size:10px;letter-spacing:.22em;font-weight:700;line-height:1.5;color:var(--gold)}.dark-eyebrow{color:#8a7149}.button{height:46px;min-width:178px;display:inline-flex;align-items:center;justify-content:space-between;gap:25px;border:1px solid transparent;padding:0 20px;font-family:Manrope,sans-serif;font-size:10px;font-weight:700;letter-spacing:.13em;white-space:nowrap;box-shadow:none}.button span{font-size:18px;font-weight:400;line-height:1}.button-light{background:#f8f4e8;color:var(--dark)}.button-light:hover{background:#fff}.site-header{position:absolute;top:0;left:0;right:0;z-index:5;height:var(--header);border-bottom:1px solid rgba(255,255,255,.22)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 var(--gutter)}.brand,.footer-brand{display:flex;align-items:center;gap:10px;color:#fff;font-family:Manrope,sans-serif;font-size:12px;font-weight:700;letter-spacing:.14em;white-space:nowrap}.brand img{width:64px;height:64px;object-fit:contain}.brand small,.footer-brand small{display:block;margin-top:4px;font-size:7px;font-weight:500;letter-spacing:.21em}.site-header nav{display:flex;gap:30px;align-items:center;color:#fff;font-family:Manrope,sans-serif;font-size:9px;font-weight:700;letter-spacing:.15em}.site-header nav span{white-space:nowrap}.button-top{height:42px;min-width:164px}.hero{min-height:700px;height:100svh;max-height:1100px;background:#23332d;color:#fff}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.hero-image{object-fit:cover;object-position:center 57%}.hero-shade{background:linear-gradient(90deg,rgba(10,34,30,.84) 0%,rgba(10,34,30,.67) 36%,rgba(10,34,30,.16) 76%),linear-gradient(0deg,rgba(8,25,22,.54),transparent 30%)}.hero-content{position:relative;z-index:1;padding:calc(var(--header) + clamp(83px,11vh,135px)) var(--gutter) 90px;max-width:900px}.hero-eyebrow{display:flex;align-items:center;gap:13px;color:#ece3cb}.eyebrow-line{width:30px;height:1px;background:var(--gold)}.hero h1{font-family:Manrope,sans-serif;font-size:clamp(64px,7.1vw,120px);line-height:.99;letter-spacing:-.065em;font-weight:400;margin:31px 0}.hero h1 em{font-size:1.03em;letter-spacing:-.055em}.hero-description{max-width:490px;font-size:18px;line-height:1.55;color:#f5f2e9;margin-bottom:29px}.hero-actions{display:flex;gap:32px;align-items:center}.hero-actions>span,.hero-bottom,.section-end{font-family:Manrope,sans-serif;font-size:9px;font-weight:700;letter-spacing:.2em}.hero-actions>span{color:#e8ddc9}.hero-bottom{position:absolute;z-index:1;bottom:27px;left:var(--gutter);right:var(--gutter);display:flex;justify-content:space-between;gap:20px;color:#f3eee1}.section-pad{padding:clamp(75px,9vh,115px) var(--gutter)}.intro{min-height:min(850px,100svh);display:flex;flex-direction:column;justify-content:space-between;background:var(--paper)}.intro-top,.section-end{display:flex;justify-content:space-between;gap:20px}.intro-top>span,.section-end{font-family:Manrope,sans-serif;font-size:9px;letter-spacing:.2em;font-weight:700;color:#807b6e}.intro-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.7fr);gap:7%;align-items:start;margin:45px 0}.intro h2,.section-head h2,.spaces h2,.journey h2,.info h2,.closing h2{font-size:clamp(55px,6.5vw,106px);letter-spacing:-.07em;line-height:1.05;margin:0;font-family:Manrope,sans-serif}.intro h2 em,.section-head h2 em,.spaces h2 em,.journey h2 em,.info h2 em,.closing h2 em{letter-spacing:-.06em}.intro-copy{padding-top:12px}.intro-copy .lead{font-family:'Playfair Display',serif;font-size:clamp(24px,2.4vw,36px);line-height:1.34}.intro-copy>p:not(.lead){color:#66716b;font-size:15px;line-height:1.8}.rule-note{border-top:1px solid var(--line);margin-top:28px;padding-top:25px;display:flex;gap:18px;align-items:center;font-family:Manrope,sans-serif;font-size:8px;letter-spacing:.17em;line-height:1.7}.rule-symbol{font-family:'Playfair Display',serif;font-size:40px;color:#9c8459}.occasions{min-height:100svh;background:var(--cream)}.section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.45fr);gap:40px;align-items:end;margin-bottom:40px}.section-head .eyebrow{grid-column:1/-1;margin-bottom:0}.section-head h2{font-size:clamp(55px,6.2vw,96px)}.section-head>p:last-child{font-size:16px;line-height:1.65;color:#68706a;margin-bottom:7px;max-width:380px}.occasion-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.occasion{min-height:245px;padding:32px 22px 25px 0;position:relative}.occasion:not(:first-child){border-left:1px solid var(--line);padding-left:22px}.occasion-no{font-family:Manrope,sans-serif;font-size:10px;font-weight:700;letter-spacing:.15em;color:#8a7149}.occasion h3{font-family:'Playfair Display',serif;font-size:clamp(26px,2.4vw,39px);line-height:1.2;margin:26px 0 12px}.occasion p{font-size:13px;line-height:1.6;color:#66716a;max-width:220px}.occasion-arrow{position:absolute;right:22px;top:27px;color:#9b814f;font-size:20px}.disclaimer{font-size:11px;color:#7b817b;margin:22px 0 0}.spaces{min-height:100svh;background:var(--green);color:#f9f5e8;display:grid;grid-template-columns:1fr 1fr}.spaces-copy{padding:clamp(76px,9vh,115px) clamp(38px,5vw,85px) clamp(60px,8vh,100px) var(--gutter);display:flex;flex-direction:column;align-items:flex-start}.spaces h2{font-size:clamp(58px,6vw,92px);margin:22px 0 28px}.spaces-copy>p:not(.eyebrow){font-size:17px;line-height:1.7;max-width:450px;color:#e3e8dd}.space-tags{display:flex;flex-wrap:wrap;gap:8px;max-width:430px;margin:10px 0 20px}.space-tags span{border:1px solid rgba(255,255,255,.35);padding:10px 13px;font-family:Manrope,sans-serif;font-size:9px;letter-spacing:.12em}.spaces-copy .spaces-note{font-size:11px!important;color:#c5d0c3!important;margin-top:auto;padding-top:28px}.placeholder{margin:38px 38px 38px 0;min-height:450px;background:linear-gradient(155deg,#e9e7da,#f7f5ec);color:#516257;display:flex;flex-direction:column;justify-content:space-between;padding:28px;position:relative;border:1px solid #d7d8c9}.placeholder:before,.placeholder:after{content:'';position:absolute;left:0;right:0;top:50%;height:1px;background:rgba(83,100,88,.16);transform:rotate(35deg)}.placeholder:after{transform:rotate(-35deg)}.placeholder span,.placeholder strong{position:relative;z-index:1}.placeholder span{font-family:Manrope,sans-serif;font-size:9px;letter-spacing:.2em;font-weight:700}.placeholder strong{align-self:center;background:#f7f5ef;padding:13px 20px;font-family:Manrope,sans-serif;font-size:clamp(28px,3vw,45px);font-weight:500;letter-spacing:.16em;text-align:center}.journey{min-height:min(820px,100svh);background:#e9ebe4;display:flex;align-items:center}.journey-grid{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:10%}.journey h2{margin:25px 0}.journey-grid>div:first-child>p:last-child{font-size:16px;color:#64706a;max-width:350px;line-height:1.7}.journey-steps article{border-top:1px solid var(--line);display:grid;grid-template-columns:55px 1fr;gap:16px;padding:25px 0}.journey-steps article:last-child{border-bottom:1px solid var(--line)}.journey-steps article>span{font-family:Manrope,sans-serif;font-size:11px;font-weight:700;color:#8b764f}.journey-steps h3{font-family:'Playfair Display',serif;font-size:27px;margin:0 0 8px}.journey-steps p{font-size:14px;line-height:1.6;color:#68736c;margin:0}.info{min-height:min(860px,100svh);display:flex;align-items:center}.info-grid{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.85fr);gap:11%}.info h2{margin:25px 0}.info-grid>div:first-child>p:not(.eyebrow){font-size:16px;line-height:1.7;color:#68716b;max-width:410px}.location{margin-top:55px;border-top:1px solid var(--line);padding-top:21px;display:flex;flex-direction:column;gap:8px}.location span{font-family:Manrope,sans-serif;font-size:9px;letter-spacing:.2em;font-weight:700;color:#8b764f}.location strong{font-size:14px;font-weight:500}.faq article{padding:21px 0;border-bottom:1px solid var(--line)}.faq article:first-child{border-top:1px solid var(--line)}.faq h3{font-family:'Playfair Display',serif;font-size:23px;margin:0 0 9px}.faq p{font-size:14px;line-height:1.6;color:#6d766f;margin-bottom:0}.closing{background:#263e35;color:#f8f4e8;padding:60px var(--gutter)}.closing-inner{max-width:1500px;margin:auto;display:flex;align-items:end;justify-content:space-between;gap:30px}.closing h2{font-size:clamp(43px,5vw,70px);margin:15px 0 10px}.closing p:last-child{color:#d8e2d9;font-size:15px;margin:0}footer{background:#172d28;color:#e7ecdf;padding:29px var(--gutter)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand img{width:50px;height:50px;object-fit:contain}.footer-brand{font-size:10px}.footer-brand small{font-size:7px}.footer-inner p{font-size:11px;margin:0;color:#b5c3b6}.footer-note{max-width:280px;line-height:1.4}
@media(max-width:1150px){.site-header nav{gap:16px}.site-header nav span{font-size:8px}.hero h1{font-size:clamp(62px,7vw,88px)}.occasion{min-height:280px}.occasion h3{font-size:29px}.spaces h2{font-size:65px}}
@media(max-width:900px){.site-header nav{display:none}.hero{max-height:none;min-height:680px}.hero-image{object-position:58% center}.hero-shade{background:linear-gradient(90deg,rgba(11,34,30,.88),rgba(11,34,30,.5) 68%,rgba(11,34,30,.28)),linear-gradient(0deg,rgba(8,25,22,.52),transparent 35%)}.intro,.occasions,.spaces,.journey,.info{min-height:0}.intro-grid,.journey-grid,.info-grid{grid-template-columns:1fr;gap:35px}.intro-grid{margin:70px 0}.section-head{display:block}.section-head h2{margin:22px 0}.occasion-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.occasion:nth-child(3){border-left:0;border-top:1px solid var(--line);padding-left:0}.occasion:nth-child(4){border-top:1px solid var(--line)}.spaces{grid-template-columns:1fr}.spaces-copy{padding:75px var(--gutter) 45px}.spaces-copy .spaces-note{margin:10px 0 0}.placeholder{margin:0 var(--gutter) 40px;min-height:400px}.journey-grid{gap:50px}.footer-inner{flex-wrap:wrap}}
@media(max-width:600px){:root{--header:74px;--gutter:22px}.site-header .brand img{width:50px;height:50px}.brand{font-size:10px;gap:5px}.brand small{font-size:6px}.button-top{min-width:42px;width:42px;height:42px;font-size:0;padding:0;justify-content:center}.button-top span{font-size:20px}.hero{height:auto;min-height:690px}.hero-image{object-position:58% center}.hero-shade{background:linear-gradient(90deg,rgba(9,32,28,.92),rgba(9,32,28,.66) 66%,rgba(9,32,28,.4)),linear-gradient(0deg,rgba(7,24,21,.5),transparent 40%)}.hero-content{padding:calc(var(--header) + 90px) var(--gutter) 95px}.hero h1{font-size:clamp(53px,10.2vw,70px);line-height:1.03;margin:26px 0}.hero-description{font-size:16px;max-width:350px}.hero-actions{display:block}.hero-actions>span{display:block;margin-top:22px}.hero-bottom{font-size:8px;bottom:20px}.section-pad{padding:70px var(--gutter)}.intro-top>span{display:none}.intro h2,.section-head h2,.spaces h2,.journey h2,.info h2{font-size:clamp(48px,10vw,62px)}.intro-grid{margin:55px 0}.intro-copy .lead{font-size:24px}.section-end{font-size:8px}.occasion-grid{grid-template-columns:1fr}.occasion,.occasion:not(:first-child),.occasion:nth-child(3){min-height:0;border-left:0;border-top:1px solid var(--line);padding:21px 25px 23px 0}.occasion:first-child{border-top:0}.occasion h3{font-size:30px;margin:16px 0 8px}.occasion p{max-width:none;margin:0}.occasion-arrow{top:18px;right:0}.section-head>p:last-child{margin:22px 0}.spaces-copy{padding:70px var(--gutter) 35px}.spaces h2{font-size:clamp(50px,10vw,62px)}.spaces-copy>p:not(.eyebrow){font-size:16px}.placeholder{min-height:310px;padding:18px}.placeholder strong{font-size:28px}.journey-steps h3{font-size:23px}.journey-steps article{grid-template-columns:35px 1fr}.location{margin-top:40px}.closing{padding:54px var(--gutter)}.closing-inner{display:block}.closing h2{font-size:clamp(43px,9vw,55px)}.closing .button{margin-top:28px}.footer-inner{display:block}.footer-inner p{margin-top:14px}}
@media(max-width:350px){.brand span{font-size:9px}.hero h1{font-size:49px}.hero-eyebrow{font-size:8px}.button{min-width:165px;padding:0 14px}.button-top{min-width:42px;padding:0}.intro h2,.section-head h2,.spaces h2,.journey h2,.info h2{font-size:46px}.placeholder strong{font-size:24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
