@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-7.ttf) format('truetype');
}
:root{--ink:#29473b;--body:#59665b;--paper:#faf9f4;--sage:#e6ebdf;--line:#cfd8c7;--gold:#aa8853;--serif:'Cormorant Garamond',Georgia,serif;--sans:'Manrope',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:135px}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);font-size:16px;line-height:1.75}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;border:0}a,button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--gold);outline-offset:5px}img{display:block;max-width:100%}p{margin:0 0 22px;color:var(--body)}h1,h2,h3,h4{font-family:var(--serif);font-weight:500;margin:0;line-height:1.05}h1,h2{letter-spacing:-.035em;text-wrap:balance}h2{font-size:clamp(3rem,4.5vw,4.6rem);margin-bottom:26px}h3{font-size:2rem}h4{font-size:1.4rem}em{font-weight:400}strong,b{font-weight:600}.shell{width:calc(100% - 96px);max-width:1344px;margin-inline:auto}.section{padding-block:90px}.eyebrow{font-size:.75rem;font-weight:500;letter-spacing:.16em;line-height:1.5;margin-bottom:24px;color:inherit}.small{font-size:.875rem;line-height:1.7}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;background:var(--ink);color:white;border:1px solid var(--ink);border-radius:3px;padding:15px 23px;min-height:52px;font-size:.875rem;line-height:1.5;transition:background .25s,transform .25s}.button:hover{background:#42644e;transform:translateY(-2px)}.button span{font-size:1.3rem}.button.light{background:var(--paper);border-color:var(--paper);color:var(--ink)}.button.light:hover{background:var(--sage)}.button.outline{background:transparent;color:var(--ink)}.button.outline:hover{background:var(--sage)}.text-link{display:inline-flex;align-items:center;gap:15px;border-bottom:1px solid currentColor;padding:4px 0;font-size:.875rem}.text-link:hover{color:#866731}.text-link span{font-size:1.1rem}.social-icon{display:inline-block;width:21px;height:21px;flex-shrink:0;vertical-align:middle}.social-link{display:inline-flex;gap:11px;align-items:center;font-size:.875rem}.social-link:hover{text-decoration:underline;text-underline-offset:5px}.social-arrow{margin-left:auto}.skip{position:fixed;top:-100px;left:12px;background:white;padding:12px;z-index:100}.skip:focus{top:10px}header{position:sticky;top:0;z-index:20;background:rgba(250,249,244,.97);backdrop-filter:blur(12px);border-bottom:1px solid #29473b12}.nav-wrap{width:calc(100% - 70px);max-width:1410px;min-height:128px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:16px;flex-shrink:0}.brand img{width:88px;height:105px;object-fit:contain}.brand>span{font-family:var(--serif);font-size:2rem;line-height:1.1;letter-spacing:-.02em}.brand-sub{display:block;font-family:var(--sans);font-size:.75rem;letter-spacing:.13em;margin-top:9px}nav{display:flex;align-items:center;background:#e6eadf;border:1px solid #d8dfce;border-radius:50px;padding:8px;gap:0;font-size:.8125rem}nav a{padding:9px 13px;border-radius:30px;white-space:nowrap;transition:background .25s}nav a:hover,nav a.active{background:var(--paper)}.nav-book{font-size:.8rem;padding:13px 19px;gap:16px;border-radius:35px}.menu-button{display:none;background:var(--sage);width:46px;height:46px;border-radius:50%;font-size:1.2rem}.hero{position:relative;isolation:isolate;overflow:hidden;min-height:660px;border-radius:8px 8px 100px 8px;margin-top:12px;color:#f8f8f0;display:flex;flex-direction:column;justify-content:space-between}.hero-photo{position:absolute;inset:0;z-index:-3;object-fit:cover;object-position:center 44%;width:100%;height:100%}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(23,48,35,.87),rgba(25,47,35,.6) 43%,rgba(25,47,35,.03) 80%),linear-gradient(0deg,rgba(24,44,32,.45),transparent 40%)}.hero-content{padding:65px 7% 50px;max-width:790px}.hero .eyebrow{color:#e0e9d3;font-size:.75rem;letter-spacing:.19em}.hero h1{font-size:clamp(3.7rem,6.3vw,6.3rem);line-height:.98;font-weight:400;max-width:620px;margin-bottom:30px}.hero h1 em{color:#dce8ca}.hero-intro{font-size:.94rem;color:#edf0e6;line-height:1.8;margin-bottom:30px}.hero-bottom{padding:20px 7%;display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid #ffffff35;font-size:.8rem}.hero-bottom>a{display:flex;align-items:center;gap:22px}.hero-socials{display:flex;gap:27px}.hero-socials .social-link{font-size:.75rem}.hero-socials .social-arrow{display:none}.hero-socials .social-icon{width:18px;height:18px}.visit{display:grid;grid-template-columns:.8fr 1.2fr;gap:10%;align-items:center}.visit h2{font-size:3.6rem}.visit address{font-style:normal;font-size:1rem;margin-bottom:25px;color:var(--body)}.hours h3{font-size:1.65rem;margin-bottom:12px}.hours dl{margin:0 0 16px}.hours dl>div{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid var(--line);font-size:.875rem}.hours dd{margin:0;white-space:nowrap}.location-panel{padding:12px;border:1px solid var(--line);border-radius:200px 200px 5px 5px;background:#f1f3ec;overflow:hidden}.location-map{height:380px;position:relative;border-radius:190px 190px 0 0;overflow:hidden;background:#e3e7db}.location-map iframe{width:100%;height:100%;border:0;pointer-events:none}.map-hit{position:absolute;inset:0}.map-hit:focus-visible{outline-offset:-6px}.location-caption{display:flex;justify-content:space-between;align-items:center;padding:23px 17px 12px;gap:20px}.location-caption strong{font-family:var(--serif);font-size:1.8rem;line-height:1.2}.location-caption small{display:block;font-size:.75rem;color:var(--body);margin-top:6px}.round-arrow{width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;flex-shrink:0;font-size:1.3rem;transition:background .25s}.location-caption:hover .round-arrow{background:var(--sage)}.gift{display:grid;grid-template-columns:1fr 1fr;background:#e8ecdf;border-block:1px solid #d8e0cc;overflow:hidden}.gift-visual{min-height:475px;position:relative;isolation:isolate}.gift-visual>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:50% 55%;z-index:-2}.gift-visual::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#263e2ecd,transparent 70%);z-index:-1}.gift-wordmark{position:absolute;left:40px;bottom:30px;color:white;font-family:var(--serif);font-size:3.9rem;line-height:.95;font-weight:400}.gift-wordmark span{display:block;font-family:var(--sans);font-size:.75rem;letter-spacing:.15em;margin-top:25px;line-height:1.4}.gift-copy{padding:52px 55px;align-self:center}.gift h2{font-size:3.5rem}.gift-copy p{font-size:.95rem}.gift-copy .eyebrow{font-size:.75rem}.gift-copy .gift-note{font-size:.8rem;margin:20px 0 0}.gift .button{font-size:.8rem}.about{display:grid;grid-template-columns:.9fr 1.1fr;gap:9%;align-items:center}.about-image{position:relative;height:590px;border-radius:180px 180px 5px 5px;overflow:hidden}.about-image img{width:100%;height:100%;object-fit:cover}.about-image>span{position:absolute;bottom:20px;left:20px;right:20px;background:#faf9f4ec;text-align:center;padding:15px;font-size:.75rem;letter-spacing:.11em}.about-copy p{font-size:.94rem}.about-copy .eyebrow{font-size:.75rem}.about-copy .lead{font-family:var(--serif);font-size:1.7rem;line-height:1.35;color:var(--ink)}.about-copy .text-link{font-size:.8rem}.price-section{background:#eef1e8;border-block:1px solid var(--line)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:40px}.section-heading h2{margin:0}.heading-note{max-width:340px}.heading-note p{font-size:.94rem;margin-bottom:15px}.price-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start}.price-column{background:var(--paper);border:1px solid #d8dfcf;padding:10px 0 0;border-radius:100px 100px 4px 4px;overflow:hidden}.menu-photo{width:calc(100% - 20px);height:175px;object-fit:cover;object-position:center 48%;margin:0 10px 15px;border-radius:90px 90px 3px 3px}.price-card{padding:19px 22px 22px;margin:0 0 0;border-bottom:1px solid #dfe5d7}.price-card:last-child{border:0}.card-title{display:flex;align-items:baseline;gap:12px;margin-bottom:16px}.card-title>span{font-size:.75rem;color:var(--gold);font-family:var(--sans)}.card-title h3{font-size:1.9rem;line-height:1.1}.card-title small{font-family:var(--sans);font-size:.75rem;white-space:nowrap;display:inline-block;letter-spacing:0}table{width:100%;border-collapse:collapse;line-height:1.5;font-size:.875rem;margin-bottom:15px}table:last-child{margin:0}th,td{padding:9px 5px;border-bottom:1px solid #dfe5d7;vertical-align:top}th:first-child{padding-left:0}th:last-child,td:last-child{padding-right:0}thead th{font-size:.75rem;color:#627356;font-weight:500}tbody th{text-align:left;font-weight:400;width:56%}td,th:not(:first-child){text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.price-row{display:flex;align-items:baseline;gap:8px;padding:7px 0;font-size:.875rem;line-height:1.55}.price-row>span:first-child{max-width:78%;text-wrap:pretty}.leader{min-width:8px;flex:1;border-bottom:1px dotted #8c9b80}.amount{white-space:nowrap;font-variant-numeric:tabular-nums}.notes{font-size:.8125rem;font-style:italic;line-height:1.6;margin:10px 0 0;color:#5a6b50;text-wrap:pretty}.notes p{font:inherit;color:inherit;margin:0 0 6px}.deluxe{border-left:2px solid #a7b88e;background:#edf1e6;padding:14px 15px;margin-top:15px}.deluxe h4{font-size:1.3rem}.deluxe .notes{margin-top:6px}.price-help{text-align:center;padding:28px 20px}.price-help>p{font-family:var(--serif);font-size:2.8rem;line-height:1;color:var(--ink);margin-bottom:18px}.price-help>span{font-size:.8125rem;line-height:1.7;display:block}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gallery-item{padding:0;position:relative;background:var(--sage);overflow:hidden;aspect-ratio:4/4.5;text-align:left;border-radius:4px}.gallery-item:nth-child(3n+2){border-radius:120px 120px 4px 4px}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.3,1)}.gallery-item:hover img{transform:scale(1.035)}.gallery-item>span{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#1a322acc);padding:45px 20px 20px;color:white;font-size:.8125rem;display:flex;justify-content:space-between;align-items:end;gap:12px;line-height:1.5}.gallery-item b{font-size:1.25rem;font-weight:400}.hidden{display:none}.gallery-more{text-align:center;margin-top:30px}.contact-section{background:#e5ebdd;border-block:1px solid #d2dcc6}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.contact-intro>p{max-width:460px}.contact-phone{font-family:var(--serif);font-size:3rem;display:flex;gap:30px;align-items:center;margin:12px 0 28px;line-height:1.2}.contact-phone:hover{text-decoration:underline;text-underline-offset:6px}.contact-phone span{font-size:1.5rem}.contact-socials{display:flex;flex-direction:column;align-items:start;gap:13px}.contact-socials .social-link{padding:12px 15px;border:1px solid #bfcdb0;border-radius:3px;width:100%;max-width:335px}.contact-socials .social-link:hover{background:#f3f5ee;text-decoration:none}.booking{border-left:1px solid #bbc9ad;padding-left:48px}.booking h3{font-size:2.6rem;margin-bottom:24px}.booking ol{list-style:none;margin:0 0 26px;padding:0}.booking li{display:flex;gap:20px;padding:17px 0;border-bottom:1px solid #cbd6bf}.booking li>span{font-family:var(--serif);font-style:italic;font-size:1.7rem;color:#87976e;line-height:1}.booking li h4{font-size:1.5rem;margin-bottom:6px}.booking li p{font-size:.875rem;line-height:1.7;margin:0}.booking>.small{font-size:.8rem;margin:20px 0 0}.booking .button{font-size:.8rem}.care{display:block}.care-heading{display:grid;grid-template-columns:1fr 1fr;column-gap:10%;align-items:end;margin-bottom:30px}.care-heading .eyebrow{grid-column:1/-1}.care-heading h2{font-size:3.6rem;margin:0}.care-heading>p:last-child{font-size:.94rem;max-width:450px;margin-bottom:5px}.policy-copy{column-count:2;column-gap:65px;border-block:1px solid var(--line);padding:26px 0}.policy-copy p{font-size:.9rem;line-height:1.8;margin:0 0 18px;break-inside:avoid}.policy-copy p:last-child{margin:0}.policy-copy strong{font-family:var(--serif);font-size:1.35rem;color:var(--ink);font-weight:600;line-height:1.2}.policy-copy b{font-weight:600;color:#3d533f}.care-thanks{font-size:.8125rem;text-align:center;margin:20px 0 0}.closing{background:var(--ink);color:#f2f5e9;border-radius:100px 4px 100px 4px;padding:75px 45px;text-align:center;position:relative;overflow:hidden}.closing .eyebrow{color:#cbd8bb}.closing h2{font-size:clamp(3.1rem,5vw,5.1rem);line-height:1.05;max-width:1100px;margin:0 auto 25px}.closing h2 em{color:#ccdab4}.closing>p:not(.eyebrow){color:#d0ddc6;max-width:520px;font-size:.875rem;margin:0 auto 27px}.thanks{display:block;font-family:var(--serif);font-size:1.5rem;font-style:italic;margin-top:22px;color:#cbd9b9}footer{padding-top:45px}.footer-top{display:flex;justify-content:space-between;gap:50px;padding-bottom:35px}.footer-top>div{display:flex;flex-direction:column;gap:11px;font-size:.875rem}.footer-top .brand img{width:80px;height:96px}.footer-top .text-link{border:0;padding:0}.footer-top a:hover{text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding:22px 0;font-size:.75rem;color:var(--body)}dialog{border:0;border-radius:8px;padding:16px;background:var(--paper);max-width:min(850px,94vw);max-height:94vh;overflow:auto}dialog::backdrop{background:#10251ddc;backdrop-filter:blur(6px)}dialog img{width:auto;max-height:78vh;max-width:100%;object-fit:contain;margin:auto}dialog p{font-size:.875rem;text-align:center;margin:12px 30px 0}.close-dialog{position:absolute;top:24px;right:24px;background:var(--paper);border:1px solid var(--line);border-radius:50%;width:42px;height:42px;font-size:1.6rem;z-index:2;line-height:1}.reveal-ready{opacity:0;transform:translateY(18px);transition:opacity .8s ease,transform .8s ease}.reveal-ready.in-view{opacity:1;transform:none}.hero-content{animation:hero-arrive 1s ease both}@keyframes hero-arrive{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@media(max-width:1250px){.nav-wrap{gap:18px;width:calc(100% - 48px)}.brand img{width:76px;height:93px}.brand>span{font-size:1.8rem}nav a{padding:9px 10px}.nav-book{font-size:.75rem;padding:12px 15px;gap:12px}.shell{width:calc(100% - 64px)}.price-grid{gap:16px}.price-card{padding:19px 16px}.card-title h3{font-size:1.7rem}.gift-copy{padding:40px}.gift h2{font-size:3.1rem}.about h2{font-size:3.5rem}.booking{padding-left:35px}}
@media(max-width:1050px){html{scroll-padding-top:110px}.nav-wrap{min-height:105px}.nav-wrap nav{display:none;position:absolute;top:105px;left:24px;right:24px;border-radius:6px;padding:20px;flex-direction:column;align-items:stretch;box-shadow:0 12px 30px #293b2915;gap:4px}.nav-wrap nav.open{display:flex}.nav-wrap nav a{padding:11px 15px;border-radius:4px}.nav-book{margin-left:auto;font-size:.8rem}.menu-button{display:block}.nav-wrap .brand img{width:68px;height:88px}.hero{min-height:600px}.hero h1{font-size:5.6rem}.hero-content{padding:55px 6% 40px}.visit{gap:6%;grid-template-columns:.85fr 1.15fr}.visit h2{font-size:3.25rem}.location-map{height:360px}.location-caption{padding:20px 10px 10px}.location-caption strong{font-size:1.6rem}.gift-copy{padding:35px}.gift-visual{min-height:500px}.about{gap:6%}.about-image{height:590px}.price-grid{grid-template-columns:1fr 1fr;gap:22px}.price-column:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;border-radius:5px;padding:20px;gap:0 30px}.price-column:last-child>.menu-photo{height:260px;border-radius:100px 100px 4px 4px;width:100%;margin:0;grid-column:1;grid-row:1}.price-column:last-child>.price-card{grid-row:1/3;grid-column:2;border:0;padding:5px 0}.price-column:last-child>.price-help{grid-column:1;grid-row:2;padding:18px 10px 0}.price-help>p{font-size:2.4rem}.price-card{padding:22px}.menu-photo{height:170px}.contact-grid{gap:6%}.contact-phone{font-size:2.6rem}.booking{padding-left:30px}.care-heading{gap:6%}.policy-copy{column-gap:35px}.footer-top{gap:30px}.footer-top .brand>span{font-size:1.7rem}}
@media(max-width:750px){.shell{width:calc(100% - 40px)}.section{padding-block:65px}.hero{min-height:600px;border-radius:6px 6px 70px 6px}.hero h1{font-size:4.9rem}.hero-content{max-width:570px}.hero-shade{background:linear-gradient(90deg,#173023d9,#192f2390 60%,#192f2333),linear-gradient(0deg,#182c3280,transparent 40%)}.visit{grid-template-columns:1fr;gap:35px}.visit-copy{max-width:550px;width:100%}.location-panel{max-width:620px;width:100%;border-radius:120px 120px 4px 4px}.location-map{height:330px;border-radius:110px 110px 0 0}.visit h2{font-size:3.6rem}.gift{grid-template-columns:1fr}.gift-visual{min-height:350px}.gift-wordmark{font-size:3.5rem}.gift-copy{padding:38px}.gift h2{font-size:3.4rem}.about{grid-template-columns:1fr;gap:35px}.about-image{height:440px;max-width:550px;width:100%;border-radius:130px 130px 4px 4px}.about-image img{object-position:center 50%}.about-copy .lead{font-size:1.8rem}.section-heading{display:block;margin-bottom:30px}.section-heading h2{margin-bottom:22px;font-size:3.5rem}.heading-note{max-width:100%}.price-grid{gap:16px}.price-card{padding:19px 16px}.price-column:last-child{padding:16px;gap:0 20px}.card-title{gap:8px}.card-title h3{font-size:1.65rem}.price-row{font-size:.85rem}.price-row>span:first-child{max-width:75%}table{font-size:.8125rem}thead th{font-size:.75rem}th,td{padding:9px 3px}.menu-photo{height:135px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:14px}.gallery-item:nth-child(3n+2){border-radius:4px}.gallery-item:nth-child(2n){border-radius:90px 90px 4px 4px}.contact-grid{grid-template-columns:1fr;gap:35px}.contact-intro h2{font-size:3.7rem}.booking{border-left:0;border-top:1px solid #bbc9ad;padding:32px 0 0}.booking li{padding:17px 0}.contact-socials{flex-direction:row;gap:12px}.contact-socials .social-link{font-size:.8rem;padding:12px 10px}.contact-socials .social-arrow{display:none}.care-heading{display:block}.care-heading h2{margin-bottom:20px;font-size:3.4rem}.policy-copy{column-count:1}.policy-copy p{font-size:.9rem}.closing{border-radius:70px 4px 70px 4px;padding:60px 25px}.closing h2{font-size:3.5rem}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:30px}.footer-top .brand{grid-column:1/-1}}
@media(max-width:480px){html{scroll-padding-top:103px}.shell{width:calc(100% - 28px)}.nav-wrap{width:calc(100% - 28px);min-height:99px;gap:10px}.nav-wrap .brand img{width:66px;height:86px}.brand{gap:10px}.brand>span{font-size:1.8rem}.brand-sub{font-size:.75rem;letter-spacing:.09em}.nav-book{display:none}.menu-button{margin-left:auto;width:41px;height:41px;flex-shrink:0}.nav-wrap nav{top:99px;left:14px;right:14px}.hero{margin-top:6px;min-height:580px}.hero-content{padding:40px 24px 35px}.hero .eyebrow{font-size:.75rem;letter-spacing:.12em;max-width:250px}.hero h1{font-size:clamp(3.4rem,12vw,4.8rem);line-height:1.05;max-width:340px}.hero-intro{font-size:.875rem}.hero-photo{object-position:60% center}.hero-bottom{padding:18px 24px;flex-direction:column;align-items:start;gap:16px;font-size:.8rem}.hero-socials{gap:24px}.hero-socials .social-link{font-size:.75rem}.button{font-size:.8125rem;padding:14px 19px;gap:20px}.section{padding-block:55px}.visit h2{font-size:3.2rem}.hours dl>div{font-size:.875rem}.location-map{height:300px}.location-caption strong{font-size:1.55rem}.location-caption small{font-size:.75rem;line-height:1.5}.location-caption{gap:12px;padding:18px 7px 9px}.gift-visual{min-height:320px}.gift-wordmark{left:26px;font-size:3.4rem}.gift-copy{padding:30px 25px}.gift h2{font-size:3.15rem}.gift-copy p{font-size:.94rem}.about-image{height:410px;border-radius:110px 110px 4px 4px}.about-image>span{font-size:.75rem;letter-spacing:.04em;left:14px;right:14px;padding:12px}.about-copy h2{font-size:3.2rem}.about-copy p{font-size:.94rem}.about-copy .lead{font-size:1.6rem}.section-heading h2{font-size:3.3rem}.price-grid{grid-template-columns:1fr;gap:22px}.price-column{border-radius:80px 80px 4px 4px}.menu-photo{height:145px;border-radius:70px 70px 3px 3px}.price-card{padding:20px 22px}.card-title h3{font-size:1.95rem}.price-row{font-size:.94rem}.price-row>span:first-child{max-width:77%}table{font-size:.875rem}.notes{font-size:.84rem}.price-column:last-child{display:block;grid-column:auto;border-radius:80px 80px 4px 4px;padding:10px 0 0}.price-column:last-child>.menu-photo{width:calc(100% - 20px);margin:0 10px 15px;height:145px;border-radius:70px 70px 3px 3px}.price-column:last-child>.price-card{padding:20px 22px}.price-column:last-child>.price-help{padding:0 20px 26px}.price-help>p{font-size:2.4rem}.gallery-grid{gap:10px}.gallery-item{aspect-ratio:3/4}.gallery-item:nth-child(2n){border-radius:70px 70px 4px 4px}.gallery-item>span{font-size:.75rem;padding:35px 12px 12px;line-height:1.4}.gallery-item b{display:none}.contact-intro h2{font-size:3.3rem}.contact-phone{font-size:2.8rem;gap:25px}.contact-socials{flex-direction:column;gap:11px}.contact-socials .social-link{font-size:.875rem;width:100%;max-width:none;padding:13px 15px}.contact-socials .social-arrow{display:inline}.booking h3{font-size:2.4rem}.booking li h4{font-size:1.45rem}.booking li p{font-size:.9rem}.booking .button{font-size:.8rem;padding-inline:17px;gap:15px}.care-heading h2{font-size:3.1rem}.policy-copy{padding:22px 0}.policy-copy p{font-size:.9rem;line-height:1.8}.closing{padding:55px 23px}.closing h2{font-size:3rem;line-height:1.08}.closing h2 br{display:none}.closing .button{font-size:.75rem;gap:17px}.footer-top{gap:25px;font-size:.8125rem}.footer-top>div{font-size:.8125rem}.footer-top .text-link{font-size:.8125rem;gap:10px}.footer-bottom{flex-direction:column;font-size:.75rem;gap:8px}.social-icon{width:20px;height:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}.reveal-ready{opacity:1;transform:none}}
/* Keep the map label and Google's attribution entirely visible. */
.location-panel{border-radius:8px}.location-map{border-radius:4px}

.location-map{height:auto}.map-cutout{width:100%;height:auto;display:block}.location-caption small{line-height:1.6}
/* Finishing details: prominent links, commissioned sketches and a quiet landscape. */
.hero-socials{gap:30px}.hero-socials .social-link{font-size:1rem;gap:12px;padding:8px 0}.hero-socials .social-icon{width:25px;height:25px}.hero-bottom .explore-services{font-size:1rem;font-weight:600;padding:12px 22px;background:#e9efda;color:#29473b;border:1px solid #f6f8ef;border-radius:30px;box-shadow:0 3px 15px #14261c1c;transition:background .25s,transform .25s}.hero-bottom .explore-services:hover{background:#fff;transform:translateY(-2px)}.contact-icon{width:22px;height:22px;flex-shrink:0;vertical-align:middle;display:inline-block}.contact-phone{gap:17px}.contact-phone>.contact-icon{width:30px;height:30px}.contact-phone>span{margin-left:12px}.gift-visual>img{object-position:50% 45%}.gift-note{padding-top:10px}.price-column{border-radius:8px;padding-top:0}.price-card{padding-top:15px}.service-sketch{width:100%;height:145px;object-fit:contain;mix-blend-mode:multiply;margin:0 auto 15px}.care-intro{display:flex;align-items:center;gap:20px}.care-intro>p{font-size:.94rem;line-height:1.75;max-width:320px;margin:0}.care-art{width:155px;height:150px;object-fit:contain;mix-blend-mode:multiply;flex-shrink:0}.closing{isolation:isolate;background:#29473b;padding-bottom:75px;min-height:600px}.closing-landscape{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 53%;z-index:-3}.closing::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#0d211e70,#0d241ed4);z-index:-2}.closing .eyebrow,.closing h2 em,.closing .thanks{color:#eef1df}.closing>p:not(.eyebrow){color:#f4f5ed}.closing h2{text-shadow:0 2px 22px #11241c60}.photo-credit{display:block;color:#e0e7dd;font-size:.75rem;margin-top:26px;text-decoration:underline;text-underline-offset:3px}.photo-credit:hover{color:white}
@media(max-width:1050px){.price-column:last-child{display:block;padding:0}.price-column:last-child>.price-card{padding:22px}.price-column:last-child>.price-help{padding:15px 20px 25px}.price-column:last-child .service-sketch{height:155px}.care-intro{gap:15px}.care-art{width:120px;height:130px}}
@media(max-width:750px){.care-intro{margin-top:20px;justify-content:flex-start}.care-art{width:140px;height:130px}.hero-bottom{gap:18px}.hero-socials{gap:20px}.hero-socials .social-link{font-size:.94rem}.hero-bottom .explore-services{font-size:.94rem;padding:11px 18px}.service-sketch{height:120px}.closing{min-height:570px}}
@media(max-width:480px){.hero-socials{gap:28px}.hero-socials .social-link{font-size:1rem}.hero-socials .social-icon{width:25px;height:25px}.hero-bottom .explore-services{font-size:.94rem;padding:12px 20px}.hero-bottom{padding-bottom:23px}.service-sketch{height:145px}.contact-phone{font-size:2.45rem;gap:12px}.contact-phone>.contact-icon{width:25px;height:25px}.contact-phone>span{margin-left:0}.booking .button{gap:12px}.booking .button .contact-icon{width:18px;height:18px}.care-art{width:105px;height:120px}.care-intro{gap:12px}.care-intro>p{font-size:.875rem}.closing{min-height:600px;padding-bottom:40px}.closing-landscape{object-position:53% center}}

/* Refined brand typography and simplified editorial copy. */
.brand>span{font-family:var(--serif);font-style:italic;font-weight:500;font-size:2.15rem;letter-spacing:-.025em;line-height:1.08}
.brand-sub{font-family:var(--serif);font-size:1.1rem;font-weight:400;font-style:normal;letter-spacing:.045em;margin-top:7px}
.gift-copy .gift-note{font-size:.95rem;line-height:1.75;margin-top:20px;padding-top:0;font-style:italic}
.gift-copy .eyebrow,.about-copy .eyebrow,#prices .eyebrow,#gallery .eyebrow{font-size:.875rem;letter-spacing:.12em}
.closing{display:flex;flex-direction:column;justify-content:center}
@media(max-width:1250px){.brand>span{font-size:1.9rem}}
@media(max-width:480px){.brand>span{font-size:1.8rem}.brand-sub{font-size:1rem}.gift-copy .gift-note{font-size:.94rem}}

/* Gentle dissolves within the original framed hero. */
.hero-slideshow{position:absolute;inset:0;z-index:-3;overflow:hidden}
.hero-track{position:relative;width:100%;height:100%}
.hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 44%;opacity:0;transition:opacity 1.8s ease-in-out}
.hero-slide.is-active{opacity:1}
.slideshow-controls{position:absolute;right:26px;top:20px;display:flex;align-items:center;gap:8px;color:#fff;z-index:2;text-shadow:0 1px 8px #142e26}
.slideshow-controls button{width:44px;height:44px;display:grid;place-items:center;padding:0;background:transparent;border:0;color:inherit;opacity:.75;font-family:var(--serif);font-size:2.3rem;font-weight:400;line-height:1;text-shadow:0 1px 8px #142e26;transition:opacity .25s}
.slideshow-controls button:hover,.slideshow-controls button:focus-visible{opacity:1}
#slide-count{font-size:.75rem;font-variant-numeric:tabular-nums;min-width:40px;text-align:center;opacity:.8}
#prices .price-list-label{font-weight:700}
.self-care-heart{display:inline-block;white-space:nowrap;font-style:normal;color:var(--gold);font-size:.8em;vertical-align:baseline}
@media(max-width:480px){.hero-slide{object-position:60% center}.slideshow-controls{right:12px;top:8px;gap:2px}.hero-content{padding-top:70px}}
@media(prefers-reduced-motion:reduce){.hero-slide{transition:none}}

/* A classic two-line wordmark and a slightly wider photographic crop. */
.brand>span,.footer-top .brand>span{font-family:Georgia,'Times New Roman',serif;font-style:normal;font-weight:400;font-size:1.6rem;line-height:1.2;letter-spacing:-.045em;text-align:center}
.brand-name{display:block;white-space:nowrap}
.brand-sub{font-family:Georgia,'Times New Roman',serif;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:.15em;margin-top:8px;text-align:center}
.hero-slide{overflow:hidden}
.hero-slide::before{content:'';position:absolute;inset:-12px;background-image:var(--slide-image);background-size:cover;background-position:center 44%;filter:blur(12px);opacity:.8}
.hero-photo-detail{position:relative;width:90%;height:100%;margin-inline:auto;object-fit:cover;object-position:center 44%;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}
@media(min-width:1051px) and (max-width:1200px){.nav-wrap{gap:12px}.nav-wrap .brand{gap:10px}.nav-wrap .brand>span{font-size:1.35rem}.nav-wrap nav a{padding-inline:8px}.nav-book{padding-inline:12px}}
@media(max-width:750px){.brand>span,.footer-top .brand>span{font-size:1.5rem}}
@media(max-width:480px){.nav-wrap .brand img{width:54px;height:76px}.nav-wrap .brand{gap:8px}.nav-wrap .brand>span{font-size:clamp(1rem,4.4vw,1.35rem)}.nav-wrap .brand-sub{font-size:.8rem;letter-spacing:.13em;margin-top:6px}.nav-wrap{gap:8px}.hero-photo-detail{object-position:60% center}.hero-slide::before{background-position:60% center}}

/* Subtle slideshow navigation at the image edges. */
.slideshow-controls{inset:0;display:block;padding:0;pointer-events:none}
.slideshow-controls button{position:absolute;top:50%;transform:translateY(-50%);pointer-events:auto;width:44px;height:56px;font-size:2.6rem;opacity:.75}
.slideshow-controls #slide-prev{left:8px}
.slideshow-controls #slide-next{right:8px}
@media(max-width:480px){.slideshow-controls #slide-prev{left:0}.slideshow-controls #slide-next{right:0}.slideshow-controls button{width:28px;font-size:2.2rem}}

/* Italic fashion serif inspired by the supplied reference. */
@font-face{font-family:'Brand Bodoni';font-style:italic;font-weight:400;font-display:swap;src:url('assets/brand-bodoni-italic.ttf') format('truetype')}
.brand>span,.footer-top .brand>span{font-family:'Brand Bodoni',Georgia,serif;font-size:1.85rem;font-weight:400;font-style:italic;font-optical-sizing:auto;letter-spacing:-.035em;line-height:1.25}
.brand-name{padding-inline:4px}
.brand-sub{font-family:Georgia,serif;font-size:.75rem;font-style:normal;font-weight:400;letter-spacing:.2em;line-height:1.4;margin-top:6px}
@media(min-width:1051px) and (max-width:1200px){.nav-wrap .brand>span{font-size:1.5rem}}
@media(max-width:750px){.brand>span,.footer-top .brand>span{font-size:1.75rem}}
@media(max-width:480px){.nav-wrap .brand>span{font-size:clamp(1.05rem,4.6vw,1.45rem)}.nav-wrap .brand-sub{font-size:.7rem;letter-spacing:.2em;margin-top:5px}}

/* Tonal sage panels create a quiet rhythm between ivory sections. */
.gift-label{display:flex;align-items:center;gap:12px}
.gift-icon{width:25px;height:25px;flex-shrink:0;color:#806b43}
.about{background:#edf0e5;padding:60px;gap:7%;border:1px solid #dce3d2;border-radius:6px;margin-bottom:65px}
.gift{background:#dce5d1;border-block:1px solid #becdb0;margin-bottom:75px}
.gift-copy{border-top:2px solid #b6a57d;margin:30px 45px;padding:28px 10px}
.care{background:#e8eddf;padding:60px;border:1px solid #d4dec7;border-radius:6px;margin-block:65px}
.care .policy-copy{border-color:#bdcbb0}
.price-section{background:#e3ead9;border-color:#cbd7bf}
.contact-section{background:#dbe5d0;border-color:#c2d0b5}
@media(max-width:1050px){.about,.care{padding:40px}.gift-copy{margin:25px 30px;padding:25px 0}}
@media(max-width:750px){.about,.care{padding:35px 28px;margin-block:35px}.gift{margin-bottom:45px}.gift-copy{margin:25px 30px;padding:25px 0}.about{gap:30px}}
@media(max-width:480px){.about,.care{padding:28px 22px}.gift-copy{margin:24px;padding:22px 0}.gift-icon{width:23px;height:23px}}

/* Optional, visitor-controlled piano accompaniment. */
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.music-player{position:fixed;right:22px;bottom:max(18px,env(safe-area-inset-bottom));z-index:30;display:flex;align-items:center;gap:12px;background:#eef2e8f5;color:#29473b;border:1px solid #bdcbb1;border-radius:40px;padding:5px 17px 5px 6px;box-shadow:0 5px 25px #203c2920;backdrop-filter:blur(10px)}
.music-player button{display:flex;align-items:center;gap:10px;min-height:44px;padding:6px 12px;background:transparent;font-size:.8125rem;border-radius:30px;line-height:1.4}
.music-player button:hover{background:#dfe8d5}.music-symbol{font-family:Georgia,serif;font-size:1.4rem;color:#807047}
.music-volume{display:flex;align-items:center}.music-volume input{width:65px;accent-color:#55724b;cursor:pointer;margin:0;min-height:32px}
.music-credit{font-size:.75rem;text-align:center;padding:0 15px 85px;line-height:1.7;margin:0;color:var(--body)}.music-credit a{text-decoration:underline;text-underline-offset:3px}
@media(max-width:480px){.music-player{right:12px;bottom:max(12px,env(safe-area-inset-bottom));gap:4px;padding-right:12px}.music-player button{font-size:.75rem;gap:8px;padding-inline:9px}.music-volume input{width:52px}}


/* A warm, prominent welcome above the salon slogan. */
.hero .hero-welcome{display:table;max-width:100%;font-family:var(--serif);font-size:clamp(1.35rem,2.2vw,1.95rem);font-weight:500;letter-spacing:.015em;line-height:1.35;color:#fff9e8;padding:12px 18px;margin-bottom:28px;background:#24463870;border-left:2px solid #d6c69b;border-radius:0 4px 4px 0;text-wrap:balance;text-shadow:0 1px 8px #17302650}
@media(max-width:480px){.hero .hero-welcome{font-size:1.35rem;max-width:100%;padding:10px 12px;line-height:1.35;margin-bottom:24px}}

/* Persistent mobile booking action, with a separate compact music control. */
.mobile-booking{display:none}
@media(max-width:750px){
 .nav-book{display:none}
 .mobile-booking{position:fixed;left:12px;right:164px;bottom:calc(12px + env(safe-area-inset-bottom,0px));z-index:30;display:flex;align-items:center;justify-content:center;gap:9px;min-height:54px;padding:10px 12px;border:1px solid #bba879;border-radius:30px;background:#29473b;color:#fff9e8;box-shadow:0 4px 18px #19362635;font-size:.875rem;font-weight:600;line-height:1.3;text-align:center}
 .mobile-booking:hover{background:#3d5e49}.mobile-booking .contact-icon{width:19px;height:19px;flex-shrink:0}
 .music-player{right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px));width:140px;min-height:54px;gap:5px;padding:4px 8px;justify-content:center}
 .music-player button{padding:4px;gap:5px;min-width:48px;min-height:44px}.music-player #music-label{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
 .music-player .music-volume input{width:54px;min-height:44px}
 .music-credit{padding-bottom:calc(100px + env(safe-area-inset-bottom,0px))}
 html{scroll-padding-bottom:90px}
}
