/* Final responsive and contrast refinements. Serif display echoes the profile monogram. */
body{font-family:system-ui,sans-serif}
.hero h1,h2,.brand,.service-card h3{font-family:Georgia,serif}
.button{white-space:nowrap;background:#7d304b;color:#fffafb;border-color:#7d304b;min-height:44px}
.button:hover{background:#693047;color:#fffafb}
.button-outline{background:transparent;color:var(--text);border-color:var(--rose)}
.button-light{background:#fffafb;color:#7d304b;border-color:#fffafb}
.button-light:hover{background:#edcbd5;color:#33242a}
.skip-link{background:#7d304b;color:#fffafb}
.hero{min-height:0;padding-top:3rem;padding-bottom:4rem;grid-template-columns:1.2fr 1fr;gap:4rem}
.hero h1{font-size:clamp(3rem,5vw,4.5rem);line-height:1.1}
.hero-image img{height:min(66vh,550px)}
.hero-mark,.gallery-label,.service-number,.studio-image span,.intro .eyebrow,.final-cta .eyebrow{display:none}
.hero-image figcaption{font-family:Georgia,serif}
.intro{display:block}
.intro .section-copy{max-width:620px;margin-top:1rem}
.service-grid{grid-template-rows:175px 175px}
.section{padding-top:5rem;padding-bottom:5rem}
.portfolio{padding-top:2rem}
.final-cta{background:var(--blush);color:var(--text)}
.footer-tools button{min-width:44px;min-height:44px}
:focus-visible{outline:3px solid var(--rose);outline-offset:5px}
@media(max-width:1023px) and (min-width:768px){.hero{gap:2rem}.hero h1{font-size:3.1rem}nav{gap:.8rem}.questions{gap:2rem}}
@media(max-width:767px){.hero{grid-template-columns:1fr;gap:2rem;padding:2.5rem 1.25rem 3rem}.hero h1{font-size:clamp(2.6rem,10vw,3.7rem)}.hero-actions{gap:1rem}.hero-image{width:100%}.hero-image img{height:390px;object-position:center 45%}.section{padding:3.5rem 1.25rem}.intro,.studio,.questions{display:grid;grid-template-columns:1fr}.service-grid{grid-template-columns:1fr;grid-template-rows:auto}.service-card{grid-column:auto;grid-row:auto;min-height:170px}.image-card{min-height:300px}.gallery{grid-template-columns:1fr;grid-auto-rows:360px}.gallery-item.tall,.gallery-item.wide{grid-column:auto;grid-row:auto}.studio-image{width:min(100%,380px)}.portfolio{padding-top:1rem}.menu-toggle{min-width:44px;min-height:44px}}
