:root {
  --ink: #3f422e;
  --coral: #f2913d;
  --yellow: #f2913d;
  --cream: #f9f6f2;
  --green: #3f422e;
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; overflow: hidden; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); }

.page-shell { position: relative; isolation: isolate; width: 100%; min-height: 100dvh; overflow: hidden; background: var(--cream); }
.editorial-images { position: absolute; z-index: 0; inset: 0; pointer-events: none; }
.editorial-photo { position: absolute; margin: 0; overflow: hidden; background: #d9d5ca; }
.editorial-photo img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.04); }
.photo-main { top: 0; right: 0; width: 37%; height: 100%; }
.photo-main img { object-position: center center; }

.site-header { position: absolute; z-index: 5; inset: 0; pointer-events: none; }
.social-icons { position: absolute; top: 24px; left: clamp(28px, 4.4vw, 84px); display: flex; align-items: center; gap: 9px; pointer-events: auto; }
.social-icons a, .social-icon-pending { display: grid; width: 25px; height: 25px; place-items: center; color: var(--ink); }
.social-icons a { transition: color .2s ease, transform .2s ease; }
.social-icons a:hover { color: var(--coral); transform: translateY(-2px); }
.social-icons svg { display: block; width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-icons .icon-fill { fill: currentColor; stroke: none; }
.social-icon-pending { opacity: 1; }
.logo-link { position: absolute; top: 1.5%; left: 47%; display: block; width: clamp(150px, 10vw, 190px); aspect-ratio: 1; pointer-events: auto; }
.logo-link img { display: block; width: 100%; height: 100%; object-fit: contain; }

.hero { position: absolute; z-index: 3; top: 0; left: 0; width: 63%; height: 100%; display: flex; align-items: flex-start; padding: clamp(120px, 7.4vw, 145px) clamp(28px, 4.4vw, 84px) 58px; color: var(--ink); background: var(--cream); }
.copy { width: 100%; }
.eyebrow { margin: 0 0 clamp(12px, .8vw, 16px); color: var(--coral); font-size: clamp(12px, 1vw, 16px); font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1 { max-width: 940px; margin: 0; font: 700 clamp(42px, 4vw, 68px)/.96 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
h1 em { margin: 0 .035em 0 .055em; color: var(--coral); font-style: italic; }
.lower-content { display: grid; grid-template-columns: clamp(230px, 15.6vw, 300px) minmax(0, 1fr); gap: clamp(28px, 2.4vw, 42px); max-width: 1080px; margin-top: clamp(15px, 1vw, 20px); padding-top: clamp(13px, .85vw, 17px); border-top: 1px solid rgba(63,66,46,.18); }
.portrait-slot { display: flex; align-items: flex-end; justify-content: center; min-height: clamp(310px, 21vw, 405px); margin: 0; overflow: visible; }
.portrait-slot img { display: block; width: auto; max-width: none; height: clamp(350px, 21.4vw, 410px); object-fit: contain; object-position: center bottom; }
.about-panel { display: block; min-width: 0; }
.intro { width: 100%; max-width: none; margin: 0; color: #747460; font-size: clamp(12px, .88vw, 14px); line-height: 1.62; }
.intro strong { color: var(--ink); font-weight: 700; }
.services { width: 100%; margin: clamp(19px, 1.25vw, 25px) 0 0; padding-top: 12px; border-top: 1px solid rgba(63,66,46,.18); color: #747460; font-size: clamp(11px, .78vw, 13px); line-height: 1.55; }
.services-title { display: block; margin-bottom: 8px; color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.service-list { display: grid; grid-template-columns: repeat(4, auto); justify-content: space-between; gap: 5px 16px; width: 100%; }
.service-list > span { position: relative; white-space: nowrap; }
.service-list > span:not(:last-child)::after { position: absolute; right: -10px; content: "·"; }
.actions { display: grid; grid-template-columns: minmax(150px, 1.12fr) minmax(135px, 1fr) minmax(135px, 1fr); align-items: center; gap: 12px; width: 100%; margin-top: clamp(17px, 1.1vw, 22px); }
.contact-button { display: inline-flex; gap: 20px; align-items: center; justify-content: space-between; width: 100%; min-width: 0; padding: 13px 17px; border: 0; border-radius: 999px; color: var(--cream); background: var(--ink); font: 700 13px var(--sans); text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.contact-button:hover { background: var(--coral); transform: translateY(-3px); }
.social-buttons { display: contents; }
.social-buttons a { display: inline-flex; gap: 12px; align-items: center; justify-content: space-between; width: 100%; min-width: 0; padding: 13px 14px; border: 1px solid #cfc8b8; border-radius: 999px; color: var(--ink); font-size: 11px; font-weight: 700; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.social-buttons a:hover { border-color: var(--ink); background: #ebe9df; transform: translateY(-2px); }

footer { position: absolute; z-index: 4; bottom: 18px; left: calc(clamp(28px, 4.4vw, 84px) + clamp(230px, 15.6vw, 300px) + clamp(28px, 2.4vw, 42px)); width: calc(63% - clamp(56px, 8.8vw, 168px) - clamp(230px, 15.6vw, 300px) - clamp(28px, 2.4vw, 42px)); display: flex; align-items: center; justify-content: space-between; color: #747460; font-size: 11px; }
footer p { margin: 0; }
.footer-status { display: flex; gap: 7px; align-items: center; }
.footer-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }

.enquiry-modal[hidden] { display: none; }
.enquiry-modal { position: fixed; z-index: 20; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(63,66,46,.42); backdrop-filter: blur(8px); }
.enquiry-card { position: relative; width: min(100%, 540px); max-height: 92dvh; overflow-y: auto; padding: clamp(27px, 4vw, 46px); background: var(--cream); box-shadow: 0 24px 80px rgba(63,66,46,.24); }
.enquiry-close { position: absolute; top: 13px; right: 15px; width: 34px; height: 34px; border: 0; border-radius: 50%; color: var(--ink); background: transparent; font-size: 27px; line-height: 1; cursor: pointer; }
.enquiry-close:hover { background: #ece7de; }
.enquiry-kicker { margin: 0 0 10px; color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.enquiry-card h2 { margin: 0 0 25px; color: var(--ink); font: 700 clamp(31px, 5vw, 48px)/.98 var(--serif); letter-spacing: -.045em; }
.enquiry-card h2 em { color: var(--coral); font-style: italic; }
.enquiry-card form { display: grid; gap: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.enquiry-card label { display: grid; gap: 6px; color: var(--ink); font-size: 11px; font-weight: 700; }
.enquiry-card input, .enquiry-card textarea { width: 100%; border: 1px solid #cfc8b8; border-radius: 0; padding: 11px 12px; color: var(--ink); background: rgba(249,246,242,.72); font: 400 14px var(--sans); outline: none; }
.enquiry-card textarea { resize: vertical; min-height: 92px; }
.enquiry-card input:focus, .enquiry-card textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 2px rgba(242,145,61,.16); }
.enquiry-submit { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 3px; padding: 14px 17px; border: 0; color: var(--cream); background: var(--ink); font: 700 13px var(--sans); cursor: pointer; transition: background .2s ease; }
.enquiry-submit:hover { background: var(--coral); }
.enquiry-submit:disabled { cursor: wait; opacity: .72; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.form-status { min-height: 0; margin: 0; color: #747460; font-size: 12px; line-height: 1.45; }
.form-status:empty { display: none; }
.form-status.is-success { padding: 12px 14px; color: var(--ink); background: rgba(63,66,46,.09); }
.form-status.is-error { color: #9c3d2e; }
.modal-open { overflow: hidden; }

@media (max-width: 1050px) {
  .logo-link { left: 50%; width: 110px; }
  .hero { width: 66%; }
  .photo-main { width: 37%; }
  .lower-content { grid-template-columns: minmax(140px, 31%) 1fr; gap: 20px; }
  .portrait-slot img { height: clamp(280px, 42vh, 350px); }
  .actions { grid-template-columns: 1fr; gap: 8px; }
  .service-list { grid-template-columns: repeat(2, auto); justify-content: start; }
  .services-title { display: inline; margin-right: 5px; }
  footer { left: calc(29px + 22%); width: calc(66% - 58px - 22%); }
}

@media (max-width: 760px) {
  html, body { height: auto; min-height: 100%; overflow-x: hidden; overflow-y: auto; }
  body { background: var(--cream); }
  .page-shell { display: flow-root; min-height: 100svh; overflow: visible; padding-top: max(360px, 52svh); }
  .editorial-images { height: max(360px, 52svh); }
  .photo-main { top: 0; width: 100%; height: max(360px, 52svh); }
  .photo-main img { object-position: center 28% !important; }
  .site-header { height: auto; }
  .logo-link { top: 14px; right: auto; left: 16px; width: 118px; }
  .social-icons { top: auto; right: auto; bottom: 76px; left: 50%; gap: 9px; transform: translateX(-50%); }
  .social-icons a, .social-icon-pending { width: 22px; height: 22px; color: var(--ink); filter: none; }
  .social-icons svg { width: 20px; height: 20px; }
  .hero { position: relative; top: auto; width: 100%; height: auto; margin-top: 0; padding: 38px 22px 8px; text-align: left; }
  .copy { display: block; width: 100%; }
  .eyebrow { margin-bottom: 13px; font-size: 11px; line-height: 1.4; }
  h1 { max-width: 620px; font-size: clamp(43px, 13.5vw, 64px); line-height: .94; }
  .lower-content { display: grid; grid-template-columns: minmax(135px, 43%) minmax(0, 1fr); max-width: none; margin-top: 25px; padding-top: 19px; column-gap: 13px; row-gap: 0; }
  .portrait-slot { display: flex; grid-column: 1; grid-row: 1; min-height: 0; height: clamp(275px, 76vw, 340px); margin: 0; overflow: visible; align-items: flex-end; justify-content: flex-start; }
  .portrait-slot img { width: calc(100% + 24px); max-width: none; height: auto; max-height: 100%; object-fit: contain; object-position: right bottom; transform: translateX(-24px); }
  .about-panel { display: contents; }
  .intro { grid-column: 2; grid-row: 1; max-width: none; align-self: center; font-size: clamp(12px, 3.45vw, 14px); line-height: 1.58; }
  .actions { grid-column: 1 / -1; grid-row: 2; grid-template-columns: 1fr; gap: 11px; margin-top: 25px; }
  .contact-button { position: relative; grid-column: auto; min-height: 58px; justify-content: center; padding: 15px 52px; font-size: 16px; text-align: center; }
  .contact-button span:last-child { position: absolute; right: 21px; }
  .social-buttons a { position: relative; min-height: 56px; justify-content: center; padding: 14px 52px; font-size: 15px; text-align: center; }
  .social-buttons a span { position: absolute; right: 21px; }
  .services { grid-column: 1 / -1; grid-row: 3; margin-top: 30px; padding-top: 20px; }
  .services-title { display: block; margin: 0 0 14px; }
  .service-list { grid-template-columns: 1fr 1fr; gap: 11px 24px; justify-content: stretch; }
  .service-list > span::after { display: none; }
  footer { position: relative; bottom: auto; left: auto; width: auto; margin: 24px 22px 0; padding: 74px 0 28px; border-top: 1px solid rgba(63,66,46,.18); font-size: 11px; }
  .enquiry-modal { align-items: start; overflow-y: auto; padding: 18px; }
  .enquiry-card { max-height: none; margin: 18px 0; padding: 34px 21px 24px; }
}

@media (max-width: 430px) { .form-row { grid-template-columns: 1fr; } }

@media (min-width: 761px) and (max-width: 1250px) {
  .hero { padding-right: clamp(32px, 4vw, 55px); padding-left: clamp(32px, 4vw, 55px); }
  .lower-content { grid-template-columns: clamp(175px, 18vw, 225px) minmax(0, 1fr); gap: clamp(20px, 2.5vw, 30px); }
  .actions { grid-template-columns: 1fr 1fr; gap: 9px; }
  .contact-button { grid-column: 1 / -1; }
  .service-list { grid-template-columns: repeat(2, auto); justify-content: start; }
}

@media (min-width: 761px) and (max-height: 780px) {
  .hero { padding-top: clamp(88px, 13vh, 108px); padding-bottom: 48px; }
  h1 { font-size: clamp(38px, min(4vw, 7.5vh), 60px); }
  .lower-content { margin-top: 12px; padding-top: 11px; }
  .portrait-slot { min-height: clamp(285px, 43vh, 345px); }
  .portrait-slot img { height: clamp(300px, 44vh, 355px); }
  .intro { font-size: clamp(11px, .85vw, 13px); line-height: 1.5; }
  .actions { margin-top: 12px; }
  .services { margin-top: 14px; padding-top: 10px; }
}

@media (max-height: 700px) and (min-width: 761px) {
  .hero { top: 0; height: 100%; padding-top: 95px; padding-bottom: 52px; }
  h1 { font-size: clamp(38px, 4.2vw, 60px); }
  .lower-content { margin-top: 12px; padding-top: 11px; }
  .actions { margin-top: 12px; }
}

@media (max-height: 650px) and (max-width: 760px) {
  .editorial-images, .photo-main, .site-header { height: 360px; }
  .site-header { height: auto; }
  .page-shell { padding-top: 360px; }
  .hero { margin-top: 0; }
}

@media (prefers-reduced-motion: no-preference) {
  .photo-main { animation: reveal-right .9s .08s both cubic-bezier(.2,.7,.2,1); }
  .footer-status span { animation: status-flash 1.2s steps(1, end) infinite; }
  @keyframes reveal-right { from { opacity: 0; translate: 25px 0; } }
  @keyframes status-flash { 0%, 49% { background: var(--ink); } 50%, 100% { background: var(--coral); } }
}
