:root{--ink:#464037;--paper:#f4e9dd;--muted:#655e53;--accent:#5e5145}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.7}a{color:inherit}button{font:inherit}img{display:block;max-width:100%;object-fit:cover}figure,p,h1,h2,h3{margin:0}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:6px}.skip{position:fixed;top:-80px;left:20px;background:white;padding:12px;z-index:100}.skip:focus{top:10px}header{height:100px;padding:12px 5%;display:flex;align-items:center;justify-content:space-between;background:var(--paper);border-bottom:1px solid #dcded5;position:relative;z-index:10}.brand{display:block;width:145px}.logo-frame{display:block;width:145px;height:72px;overflow:hidden;position:relative}.logo-frame img{position:absolute;width:145px;height:145px;max-width:none;top:-37px;mix-blend-mode:multiply}nav{display:flex;align-items:center;gap:36px}nav a{text-decoration:none;font-size:14px}.nav-cta{border:1px solid #8b8f80;padding:12px 22px}.nav-cta span{margin-left:24px}.hero{position:relative;min-height:650px;height:calc(100svh - 100px);max-height:900px;isolation:isolate;display:flex;align-items:center}.hero-image{position:absolute;inset:0;z-index:-2}.hero-image>img{height:100%;width:100%;object-position:center}.hero-companion,.hero-image figcaption{display:none}.hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(244,233,221,.88),rgba(244,233,221,.15) 52%,transparent 70%)}.hero-copy{padding:60px 5%;width:58%;max-width:810px}.eyebrow{font-size:12px;letter-spacing:.17em;font-weight:500;margin-bottom:24px}.hero h1,h2,h3{font-family:'Playfair Display',Georgia,serif;font-weight:400;letter-spacing:-.045em;line-height:1.1}.hero h1{font-size:clamp(50px,5.2vw,84px);margin-bottom:26px}.intro{font-size:17px;line-height:1.7;max-width:400px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:36px;padding:15px 25px;text-decoration:none;background:var(--accent);color:white;font-size:14px;border:1px solid var(--accent);margin-top:30px;transition:background .2s}.button:hover{background:#2b3227}.hero-bottom{display:flex;gap:24px;font-size:12px;margin-top:52px;letter-spacing:.08em}.hero-bottom span+span{font-style:italic;letter-spacing:0}.practice{padding:115px 9%;display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.practice-visual{position:relative}.practice-visual figure{aspect-ratio:4/5;max-height:650px;overflow:hidden}.practice-visual img{height:100%;width:100%}h2{font-size:clamp(38px,4.4vw,64px);margin-bottom:30px}.practice p:not(.eyebrow){margin:20px 0;color:var(--muted);max-width:520px}.text-link{border:0;border-bottom:1px solid #898f80;background:none;padding:0 0 7px;display:inline-flex;gap:35px;text-decoration:none;font-size:14px;cursor:pointer;margin-top:20px}.studio-life{padding:95px 5%;background:#ddd3c7}.life-heading{display:flex;justify-content:space-between;align-items:start;margin-bottom:40px}.life-heading h2{max-width:630px;width:58%;margin-bottom:0}.photo-journal{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;align-items:start}.photo-journal figure{min-width:0}.photo-journal figure:nth-child(2){padding-top:65px}.photo-journal img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:center}.photo-journal figcaption{font-size:14px;margin-top:15px}.studios{padding:110px 9%}.section-head{display:flex;justify-content:space-between;gap:40px;align-items:center;margin-bottom:38px}.section-head>p{color:var(--muted)}.studio-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #b9beb0}.studio{padding:40px 8% 25px 0}.studio+.studio{padding-left:12%;border-left:1px solid #b9beb0}.studio-top{display:flex;gap:22px;font-size:12px;letter-spacing:.1em;margin-bottom:28px}.studio-top span+span{color:var(--muted)}h3{font-size:40px;margin-bottom:20px}.studio p{margin-bottom:14px}.booking{padding:100px 20%;text-align:center;background:var(--accent);color:#f7f6f2}.booking h2{font-size:clamp(48px,6vw,82px)}.booking .button{background:var(--paper);color:var(--ink);border-color:var(--paper)}.booking .button:hover{background:#e1e4da}.booking-note{display:block;font-size:12px;margin-top:16px;color:#e0e3d9}footer{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:55px 5%;font-size:14px}footer>div{display:flex;flex-direction:column;gap:8px}footer small{margin-top:14px}dialog{max-width:540px;width:calc(100% - 32px);padding:50px 35px;border:1px solid #babfb1;background:var(--paper);color:var(--ink)}dialog::backdrop{background:#171c1880}.close{position:absolute;right:18px;top:10px;border:0;background:none;font-size:30px;cursor:pointer}dialog h2{font-size:42px}.type-picker{position:fixed;right:20px;bottom:20px;background:var(--paper);padding:15px;box-shadow:0 4px 30px #0002;z-index:30}.type-options{display:flex;gap:8px}.type-options button{padding:8px}.type-picker p{font-size:12px}body[data-type=modern] h1,body[data-type=modern] h2,body[data-type=modern] h3{font-family:'Playfair Display',Georgia,serif}body[data-type=bold] h1,body[data-type=bold] h2,body[data-type=bold] h3{font-family:'Manrope',sans-serif;font-weight:600}body[data-type=classic] h1,body[data-type=classic] h2,body[data-type=classic] h3{font-family:Georgia,serif}
@media(min-width:1600px){.hero-copy{margin-left:4%}}@media(max-width:760px){header{height:84px;padding:8px 5%}.brand,.logo-frame{width:118px}.logo-frame{height:64px}.logo-frame img{width:118px;height:118px;top:-27px}nav{gap:16px}nav a{font-size:13px}nav a:first-child{display:none}.nav-cta{padding:9px 13px}.nav-cta span{display:none}.hero{height:auto;min-height:0;display:flex;flex-direction:column;align-items:stretch}.hero:after{display:none}.hero-copy{width:100%;padding:46px 6% 35px;max-width:none}.hero h1{font-size:52px}.hero .eyebrow{font-size:11px}.hero-image{position:relative;inset:auto;z-index:auto;order:2;height:320px}.hero-image>img{object-position:65% center}.hero-bottom{margin-top:30px}.practice{padding:65px 6%;gap:42px;grid-template-columns:1fr}.practice-visual figure{max-height:510px}.practice>div:last-child{max-width:580px}.studio-life{padding:65px 6%}.life-heading{display:block}.life-heading h2{width:100%;font-size:40px}.photo-journal{grid-template-columns:1fr;gap:30px;max-width:460px;margin-inline:auto}.photo-journal figure:nth-child(2){padding-top:0}.photo-journal figure:last-child{grid-column:auto;max-width:none;margin:0}.studios{padding:65px 6%}.section-head{display:block;margin-bottom:30px}.studio-grid{grid-template-columns:1fr}.studio{padding:30px 0}.studio+.studio{padding:30px 0;border-left:0;border-top:1px solid #b9beb0}.booking{padding:70px 7%}footer{padding:40px 6%;flex-wrap:wrap;align-items:start}footer>div{width:100%;border-top:1px solid #d2d6ca;padding-top:25px}h2{font-size:42px}.intro{font-size:16px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.logo-frame img{filter:grayscale(1) contrast(1.5);mix-blend-mode:multiply}.text-link{min-height:44px;align-items:center}

/* Preserve the original portrait in the main hero. */
.hero{display:grid;grid-template-columns:1fr 1fr;height:auto;min-height:650px;max-height:none;background:#ddd3c7;align-items:stretch}
.hero:after{display:none}.hero-copy{width:100%;max-width:none;padding:75px 10%;align-self:center;margin:0}.hero-image{position:relative;inset:auto;z-index:auto;min-height:650px;height:100%;overflow:hidden}.hero-image>img{position:absolute;inset:0;object-fit:cover;object-position:center 58%;width:100%;height:100%}.hero-image>.hero-companion{display:none}.hero h1{font-size:clamp(46px,4.7vw,76px)}
@media(max-width:760px){.hero{display:flex;min-height:0}.hero-copy{padding:44px 6% 36px}.hero h1{font-size:48px}.hero-image{min-height:0;height:auto;aspect-ratio:4/5;width:100%}.hero-image>img{object-position:center 58%}}
