@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Oswald:wght@400;500;600;700&display=swap');
:root{--bg:#0b0b0b;--panel:#141414;--text:#f1f0eb;--muted:#aaa9a4;--line:#ffffff24;--accent:#c6b69c;--display:'Oswald','Arial Narrow',sans-serif;--body:'Manrope',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:6px}.skip{position:fixed;top:-100px;z-index:1000;background:#fff;color:#000;padding:15px}.skip:focus{top:0}header{height:108px;padding:0 4.3%;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid var(--line);background:#0b0b0bf2;position:relative;z-index:20}.brand{line-height:1.05;display:inline-flex;flex-direction:column;gap:10px}.brand strong{font-family:var(--display);font-size:31px;letter-spacing:.09em}.brand span{font-size:10px;letter-spacing:.19em;font-weight:600}nav{display:flex;gap:30px}nav a{font-size:14px;color:#aaa;padding:14px 0;position:relative}nav a:hover,nav a[aria-current]{color:white}nav a[aria-current]:after{content:'';width:20px;height:1px;background:var(--accent);position:absolute;bottom:6px;left:0}.button{display:inline-flex;gap:36px;justify-content:space-between;align-items:center;padding:17px 24px;background:var(--text);color:#111;font-weight:700;font-size:14px;transition:background .2s,transform .2s;border:1px solid var(--text);min-height:54px}.button:hover{background:var(--accent);border-color:var(--accent);transform:translateY(-2px)}.button span{font-size:23px;line-height:1}.button.outline{color:var(--text);background:transparent;border-color:#6b6b66}.button.outline:hover{background:#292929}.menu-toggle{display:none}.hero{position:relative;min-height:790px;height:calc(100svh - 108px);max-height:1050px;overflow:hidden}.hero-photo{position:absolute;top:-5%;right:0;width:72%;height:110%;object-fit:cover;object-position:center 40%;filter:grayscale(1) brightness(.62);will-change:transform}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#0b0b0b 3%,#0b0b0be0 26%,transparent 78%),linear-gradient(0deg,#0b0b0b 0%,transparent 30%)}.hero-content{position:relative;padding:58px 4.3% 115px;max-width:1000px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.19em;color:var(--accent);display:flex;gap:26px;align-items:center}.eyebrow span{color:#c4c4bf;font-size:11px}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--display);font-weight:500;line-height:1.1}h1{font-size:clamp(62px,7.5vw,116px);letter-spacing:-.025em;margin:28px 0 26px}h1 em{font-style:normal;-webkit-text-stroke:1px #bcbcb6;color:transparent}h2{font-size:clamp(40px,4.6vw,70px);letter-spacing:-.02em}h2 span{color:#898985}.hero-content p{font-size:17px;line-height:1.7;color:#c6c5c0;margin-bottom:30px}.text-link{font-size:14px;display:inline-block;padding:12px 0;border-bottom:1px solid #777;margin-left:30px}.text-link:hover{color:var(--accent)}.hero-bottom{position:absolute;bottom:30px;left:4.3%;right:4.3%;display:flex;justify-content:space-between;color:#ababA6;font-size:11px;letter-spacing:.15em;border-top:1px solid var(--line);padding-top:22px}.hero-bottom a{color:#ddd}.section{padding:110px 7%}.intro{display:grid;grid-template-columns:1fr 2fr 1.4fr;gap:50px;align-items:start;border-bottom:1px solid var(--line)}.intro .eyebrow{padding-top:12px}.intro p{color:var(--muted);padding-top:10px}footer{padding:50px 4.3%;display:flex;justify-content:space-between;align-items:center;gap:30px;border-top:1px solid var(--line)}footer p{color:var(--muted);font-size:14px}footer>a:last-child{font-size:18px}.menu-toggle{background:transparent;border:0;color:white}.muted{color:var(--muted)}
@media(min-width:1700px){header,.hero-content,footer{padding-left:7%;padding-right:7%}.hero-bottom{left:7%;right:7%}}@media(max-width:1050px){header{gap:18px;height:94px}nav{gap:18px}.header-book{padding:13px 17px;gap:15px}.brand strong{font-size:26px}.hero{height:auto;min-height:760px}.intro{grid-template-columns:1fr 2fr}.intro p{grid-column:2}.hero-content{padding-top:60px}h1{font-size:90px}.eyebrow span{display:none}}@media(max-width:760px){header{height:85px;padding:0 6%;gap:16px}.brand strong{font-size:26px}.brand span{font-size:9px}.menu-toggle{display:flex;align-items:center;gap:10px;margin-left:auto;font-size:14px}.header-book{display:none}nav{display:none;position:absolute;top:85px;left:0;right:0;background:#141414;padding:25px 6%;border-bottom:1px solid var(--line)}nav.open{display:flex;flex-direction:column;gap:6px}nav a{font-size:20px}.hero{min-height:760px;height:calc(100svh - 85px);max-height:960px}.hero-photo{width:100%;object-position:60% center;opacity:.65}.hero-shade{background:linear-gradient(90deg,#0b0b0bea, #0b0b0b35),linear-gradient(0deg,#0b0b0b,transparent 75%)}.hero-content{padding:46px 6% 130px}h1{font-size:clamp(57px,12.8vw,94px);margin-top:32px;line-height:1.13}.hero-content p{font-size:16px}.hero-content .text-link{margin:15px 0 0 20px;font-size:13px}.hero-bottom{left:6%;right:6%;font-size:10px}.hero-bottom>span:first-child{display:none}.section{padding:74px 6%}.intro{display:block}.intro h2{margin:25px 0}.intro p{max-width:520px}.eyebrow{font-size:12px}footer{padding:40px 6% 100px;flex-direction:column;align-items:flex-start;gap:25px}.button{padding:15px 20px;gap:25px}h2{font-size:44px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.hero-photo{transform:none!important}}
/* Shared editorial system */
header .brand,footer .brand{flex-direction:row;align-items:center;gap:14px}.brand img{width:58px;height:58px;border-radius:50%;object-fit:cover}.brand div{display:flex;flex-direction:column;gap:9px}.brand div span{font-size:10px}.brand div strong{font-size:28px}.hero-photo{object-position:center 36%;filter:grayscale(1) brightness(.7)}.hero-content{max-width:1050px}.trust-bar{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:28px 4.3%;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#111}.trust-bar>a{display:flex;align-items:center;gap:14px}.trust-bar strong{font-family:var(--display);font-size:42px;line-height:1}.trust-bar>a span{font-size:12px}.trust-bar b{font-size:14px;letter-spacing:.16em;color:var(--accent)}.trust-bar>span{font-size:12px;letter-spacing:.12em}.trust-bar small{font-size:12px;color:#94948e}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:54px}.section-heading .eyebrow{margin-bottom:22px}.section-heading .text-link{white-space:nowrap}.service-row{display:grid;grid-template-columns:45px 1fr 100px 90px 30px;align-items:center;gap:22px;border-top:1px solid var(--line);padding:30px 12px;transition:background .2s}.service-row:last-child{border-bottom:1px solid var(--line)}.service-row:hover{background:#ffffff07}.row-number{font-size:13px;color:var(--accent)}.service-row h3{font-size:28px}.service-row p{font-size:14px;color:var(--muted);margin-top:12px}.service-time{font-size:14px;color:var(--muted)}.price{font-family:var(--display);font-size:32px}.row-arrow{font-size:26px;color:var(--accent)}.story-split{display:grid;grid-template-columns:1fr 1fr;background:#151515;min-height:690px}.story-split>img{width:100%;height:100%;max-height:850px;object-fit:cover;filter:grayscale(1);object-position:center 62%}.story-copy{padding:90px 14%;align-self:center}.story-copy h2{margin:30px 0}.story-copy p{margin-bottom:24px;color:var(--muted);max-width:480px}.story-copy .text-link{margin:10px 0 0}.story-copy .button{margin-top:20px}.gallery-teaser{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:22px}.gallery-teaser img{width:100%;height:400px;object-fit:cover;filter:grayscale(1);transition:filter .5s,transform .5s}.gallery-teaser a{overflow:hidden}.gallery-teaser a:hover img{filter:grayscale(0);transform:scale(1.035)}.booking-band{position:relative;padding:80px 7%;background:#e8e6df;color:#111;display:grid;grid-template-columns:1.7fr 1fr;gap:25px 45px;align-items:center}.booking-band .eyebrow{grid-column:1/-1;color:#656158}.booking-band h2{font-size:clamp(38px,4.4vw,68px)}.booking-band em{font-style:normal;color:#736f65}.booking-band .button{background:#111;color:#eee;border-color:#111}.booking-band .button:hover{background:#333}.booking-band p{font-size:13px;color:#585650;margin-top:20px;max-width:320px}footer{display:block;padding:60px 4.3% 25px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-bottom:45px}.footer-phone{font-family:var(--display);font-size:30px}.footer-middle{display:grid;grid-template-columns:1.2fr 1.3fr 1fr 1fr;gap:40px;padding:38px 0;border-top:1px solid var(--line)}.footer-middle .eyebrow{font-size:11px;margin-bottom:18px}.footer-middle p,.footer-middle a{font-size:14px;color:#b0b0a9}.footer-middle a:hover{color:white}.footer-bottom{border-top:1px solid var(--line);padding-top:24px;display:flex;justify-content:space-between;gap:20px;color:#888881;font-size:12px}.page-heading{padding-bottom:60px;border-bottom:1px solid var(--line)}.page-heading h1{font-size:clamp(46px,6.3vw,96px);max-width:1200px}.page-heading p{color:var(--muted);max-width:600px;font-size:18px}.service-editorial{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line);gap:8%;align-items:center;padding:60px 7%}.service-editorial img{width:100%;height:370px;object-fit:cover;filter:grayscale(1)}.service-editorial h2{font-size:46px;margin:24px 0}.service-editorial p{color:var(--muted)}.menu-category{display:grid;grid-template-columns:1fr 2.4fr;gap:50px;margin-bottom:60px}.menu-category h2{font-size:34px;padding-top:23px}.price-row{display:grid;grid-template-columns:1fr 85px 70px 20px;gap:22px;align-items:center;border-top:1px solid var(--line);padding:24px 0}.price-row:last-child{border-bottom:1px solid var(--line)}.price-row h3{font-family:var(--body);font-size:17px;font-weight:500;line-height:1.5}.price-row>span{font-size:14px;color:var(--muted)}.price-row>strong{font-family:var(--display);font-size:25px;font-weight:400;white-space:nowrap}.price-row:hover h3{color:var(--accent)}.source-note{font-size:12px;color:#92928a}.source-note a{text-decoration:underline}.faq{background:#151515;display:grid;grid-template-columns:1fr 1.5fr;gap:10%}.faq h2{margin-top:25px;font-size:44px}details{border-bottom:1px solid var(--line);padding:22px 0}details:first-child{border-top:1px solid var(--line)}summary{cursor:pointer;font-size:17px;padding-right:12px}details p{color:var(--muted);font-size:15px;margin-top:18px;max-width:620px}.about-story .story-copy{padding:65px 12%}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:60px}.principle>span{font-family:var(--display);font-size:42px;color:#77766e}.principle h3{font-size:30px;margin:24px 0 20px}.principle p{color:var(--muted);font-size:16px}.wide-photo{height:640px;position:relative;overflow:hidden}.wide-photo img{width:100%;height:100%;object-fit:cover;object-position:center 45%;filter:grayscale(1) brightness(.5)}.wide-photo>div{position:absolute;left:7%;bottom:70px}.wide-photo h2{margin-top:25px;font-size:76px}.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px 38px;padding-top:60px}.gallery-grid figure{margin:0;min-width:0}.gallery-grid figure:nth-child(even){padding-top:95px}.gallery-button{border:0;display:block;padding:0;background:#151515;width:100%;position:relative;cursor:zoom-in;overflow:hidden}.gallery-button img{width:100%;height:530px;object-fit:cover;filter:grayscale(1);transition:filter .4s,transform .6s}.gallery-button:hover img{filter:grayscale(0);transform:scale(1.025)}.gallery-button>span{position:absolute;right:20px;bottom:20px;background:#111b;border:1px solid #ffffff44;color:white;display:grid;place-items:center;width:44px;height:44px;font-size:26px}.gallery-grid figcaption{font-size:12px;letter-spacing:.1em;color:#b5b5ad;padding-top:18px;display:flex;gap:25px}.gallery-grid figcaption span{color:var(--accent)}.gallery-follow{padding:0 7% 70px;color:var(--muted)}dialog{max-width:90vw;max-height:95svh;padding:60px 20px 20px;border:1px solid #555;background:#111;color:#eee}dialog::backdrop{background:#000e}dialog>img{max-height:74svh;width:auto;max-width:80vw;margin:auto;object-fit:contain}dialog>p{padding-top:12px;font-size:14px}.close-lightbox{position:absolute;top:10px;right:16px;background:transparent;color:white;border:1px solid #666;padding:8px 14px;cursor:pointer}.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:10%;align-items:start}.contact-info h2{margin:25px 0}.contact-info address{font-style:normal;color:#bbb;font-size:18px;line-height:1.8}.big-phone{display:block;font-family:var(--display);font-size:40px;margin:30px 0}.hours{border-top:1px solid var(--line);margin-bottom:34px}.hours>div{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:17px 0;font-size:14px}.hours strong{font-weight:500}.contact-photo{margin:0}.contact-photo img{height:650px;width:100%;object-fit:cover;filter:grayscale(1)}.contact-photo figcaption{font-size:13px;color:var(--muted);padding-top:17px}.booking-info{background:#171717;display:grid;grid-template-columns:1fr 1fr;gap:10%}.booking-info h2{margin:25px 0}.booking-info p{color:var(--muted);margin-bottom:28px}.steps{list-style:none;padding:0;margin:0}.steps li{display:flex;gap:30px;border-top:1px solid var(--line);padding:27px 0}.steps li>span{font-family:var(--display);font-size:30px;color:var(--accent)}.steps h3{font-size:27px;margin-bottom:12px}.steps p{font-size:14px;margin:0}.privacy-note{padding-top:40px;padding-bottom:40px}.privacy-note p{font-size:13px;color:#94948c;max-width:900px}
@media(max-width:1100px){header{gap:14px}nav{gap:17px}.brand div strong{font-size:23px}.brand img{width:48px;height:48px}.brand div span{font-size:9px;letter-spacing:.08em}.trust-bar>span{font-size:10px}.trust-bar small{display:none}.story-copy{padding:60px 10%}.gallery-teaser img{height:300px}.service-row{grid-template-columns:30px 1fr 70px 70px 20px}.footer-middle{grid-template-columns:1fr 1fr}.menu-category{grid-template-columns:1fr 2.5fr;gap:25px}.gallery-button img{height:420px}.about-story h2{font-size:48px}.contact-photo img{height:600px}.hero-photo{width:80%}}
@media(max-width:760px){header .brand{gap:10px}.brand div strong{font-size:23px}.brand div span{font-size:8px;letter-spacing:.05em}.brand img{width:47px;height:47px}.hero-photo{width:100%;object-position:60% center}.hero-content .text-link{display:block;width:fit-content;margin:13px 0 0}.hero{min-height:780px}.trust-bar{padding:23px 6%;flex-wrap:wrap;gap:17px}.trust-bar>a{width:100%}.trust-bar>span{font-size:9px;letter-spacing:.06em}.trust-bar>span:last-of-type{display:none}.section-heading{align-items:start;flex-direction:column;margin-bottom:35px}.section-heading .text-link{margin:0}.service-row{grid-template-columns:24px 1fr 60px;gap:12px;padding:26px 0}.service-row h3{font-size:25px}.service-row p{font-size:13px;line-height:1.7}.service-time,.row-arrow{display:none}.price{font-size:28px;text-align:right}.story-split{grid-template-columns:1fr;min-height:0}.story-split>img{height:560px;object-position:center 65%}.story-copy,.about-story .story-copy{padding:60px 6%}.story-copy h2{font-size:50px}.gallery-teaser{grid-template-columns:1fr 1fr;gap:15px}.gallery-teaser>a:first-child{grid-column:1/-1}.gallery-teaser img{height:260px}.gallery-teaser>a:first-child img{height:340px}.booking-band{display:block;padding:60px 6%}.booking-band h2{font-size:42px;margin:22px 0 30px}.booking-band p{font-size:13px}footer{padding:50px 6% calc(40px + env(safe-area-inset-bottom))}.footer-top{align-items:flex-start;flex-direction:column;padding-bottom:30px;gap:22px}.footer-top p{display:none}.footer-phone{font-size:30px}.footer-middle{grid-template-columns:1fr 1fr;gap:30px 20px}.footer-middle .eyebrow{font-size:10px;letter-spacing:.1em}.footer-middle a,.footer-middle p{font-size:13px}.footer-bottom{flex-direction:column;gap:14px;font-size:12px}.page-heading{padding-top:55px;padding-bottom:45px}.page-heading h1{font-size:clamp(38px,9vw,64px);line-height:1.18;overflow-wrap:normal}.page-heading p{font-size:16px}.service-editorial{grid-template-columns:1fr;padding:45px 6%;gap:35px}.service-editorial img{height:270px}.service-editorial h2{font-size:36px}.menu-category{display:block;margin-bottom:45px}.menu-category h2{font-size:34px;margin-bottom:25px;padding:0}.price-row{grid-template-columns:1fr 48px 48px;gap:12px;padding:20px 0}.price-row h3{font-size:16px}.price-row span{font-size:12px}.price-row span:last-child{display:none}.price-row strong{font-size:24px}.faq{grid-template-columns:1fr;gap:35px}.faq h2{font-size:38px}.principles{grid-template-columns:1fr;gap:40px}.principle{border-top:1px solid var(--line);padding-top:25px}.principle h3{margin:12px 0 16px}.wide-photo{height:450px}.wide-photo>div{left:6%;bottom:50px}.wide-photo h2{font-size:54px}.gallery-grid{padding-top:35px;gap:38px;grid-template-columns:1fr}.gallery-grid figure:nth-child(even){padding-top:0}.gallery-button img{height:470px}.gallery-grid figcaption{font-size:11px;gap:17px}.gallery-follow{padding:0 6% 50px;font-size:14px}.gallery-follow .text-link{margin-left:15px}dialog{padding:58px 12px 18px}dialog>img{max-width:82vw}.contact-grid{grid-template-columns:1fr;gap:45px}.contact-photo img{height:420px}.contact-info address{font-size:16px}.big-phone{font-size:37px}.booking-info{grid-template-columns:1fr;gap:45px}.hours>div{font-size:13px}.steps{padding-top:10px}.steps li{gap:22px}.steps h3{font-size:25px}.source-note{font-size:12px}}
/* Reading and navigation at intermediate widths. */
.eyebrow,.eyebrow span,.brand span,.brand div span,.hero-bottom,.trust-bar>span,.footer-middle .eyebrow,.gallery-grid figcaption{font-size:12px}.brand div span{letter-spacing:.025em}.brand strong{letter-spacing:.055em}.hero-bottom{letter-spacing:.1em}.service-row p,.story-copy p,.service-editorial p,.principle p,.steps p,details p{font-size:16px}.service-editorial figure{margin:0}.service-editorial figcaption{color:#8e8e86;font-size:12px;margin-top:12px}.hero h1{line-height:1.08}.trust-bar>span{letter-spacing:.06em}.footer-middle p,.footer-middle a{font-size:14px}
@media(max-width:1120px){header{height:94px}.menu-toggle{display:flex;align-items:center;gap:12px;margin-left:auto;font-size:14px}header nav{display:none;position:absolute;top:94px;left:0;right:0;background:#141414;padding:25px 6%;border-bottom:1px solid var(--line)}header nav.open{display:flex;flex-direction:column;gap:6px}header nav a{font-size:20px}.header-book{margin-left:10px}.trust-bar>span{font-size:12px}.trust-bar>span:last-of-type{display:none}}
@media(max-width:760px){header{height:85px}header nav{top:85px}.brand div span{display:none}.brand div strong{font-size:26px}.hero-bottom{font-size:12px;letter-spacing:.045em}.hero-content{padding-bottom:140px}.hero{max-height:none;height:auto;min-height:750px}.hero h1{line-height:1.14}.trust-bar>span{font-size:12px}.footer-middle .eyebrow,.gallery-grid figcaption{font-size:12px}.footer-top .brand div span{display:block;font-size:12px}.price-row>span{font-size:12px}.gallery-grid figcaption{letter-spacing:.03em}}
/* Fixed-size vector icons avoid iOS emoji substitution. */
.link-icon{display:inline-block;width:1.1em;height:1.1em;min-width:1.1em;flex-shrink:0;vertical-align:-.15em;color:inherit;pointer-events:none}
.button{max-width:100%}
.button>span,.row-arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}
.button .link-icon{width:20px;height:20px;min-width:20px}
.text-link .link-icon,.footer-middle .link-icon{margin-left:.3em}
@media(max-width:760px){
 .button{gap:20px}
 .footer-middle a{display:inline-block;min-height:44px;padding:10px 0;line-height:1.65}
 .footer-middle .eyebrow{margin-bottom:8px}
 .footer-bottom a{min-height:44px;padding:10px 0}
 .menu-toggle{min-height:44px;min-width:76px;justify-content:flex-end}
 
 .hero-bottom a{display:inline-flex;align-items:center;gap:10px;min-height:44px}
}
.link-icon{width:20px;height:20px;min-width:20px}
@media(max-width:760px){.row-arrow{display:none}}
