@font-face {
  font-family:"DM Sans";
  src:url("/assets/dm-sans.woff2") format("woff2");
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
}

:root {
  --paper:#f8f4ee;
  --ivory:#fffdf9;
  --ink:#302a29;
  --muted:#605753;
  --accent:#99503b;
  --accent-dark:#733b2e;
  --rose:#ead9d3;
  --wine:#392d2c;
  --line:#d9c9c0;
  --page-gutter:clamp(24px,5vw,92px);
  --ease:cubic-bezier(.2,.7,.2,1);
}

*,*::before,*::after {box-sizing:border-box}
html {scroll-behavior:smooth;scroll-padding-top:24px}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:"DM Sans",Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
a {color:inherit;text-decoration:none}
button,input,select,textarea {font:inherit}
button {cursor:pointer}
button:disabled {cursor:wait;opacity:.72}
h1,h2,h3,p,ul,ol {margin:0}
ul,ol {padding:0}
h1,h2,h3 {font-weight:520;line-height:1.06;letter-spacing:-.055em}
p {color:var(--muted)}
a,button,input,select,textarea,summary {outline-offset:5px}
:is(a,button,input,select,textarea,summary):focus-visible {outline:3px solid var(--accent)}
::selection {background:#e5bdb2;color:var(--ink)}
.wrap {width:min(1600px,calc(100% - var(--page-gutter)*2));margin-inline:auto}
.section {padding-block:clamp(96px,10vw,172px)}
.eyebrow {
  color:var(--accent);
  font-size:12px;
  font-weight:650;
  line-height:1.4;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.skip-link {position:fixed;top:-100px;left:16px;z-index:100;background:var(--wine);color:var(--ivory);padding:12px 18px}
.skip-link:focus {top:12px}

/* Header */
.header {position:relative;z-index:20;min-height:82px;background:var(--paper);border-bottom:1px solid rgba(85,59,48,.12)}
.header-inner {min-height:82px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px}
.brand {display:inline-flex;align-items:center;gap:11px;font-size:24px;font-weight:650;line-height:1;letter-spacing:-.055em;white-space:nowrap}
.brand-mark {width:30px;height:30px;color:var(--accent);flex:none}
.brand-dot {color:#b8705d;margin-left:-10px}
.desktop-nav {display:flex;align-items:center;gap:clamp(24px,2.8vw,48px);font-size:14px;font-weight:550}
.desktop-nav a {position:relative;padding:16px 0}
.desktop-nav a::after {content:"";position:absolute;left:0;right:100%;bottom:11px;height:1px;background:currentColor;transition:right .22s var(--ease)}
.desktop-nav a:hover::after {right:0}
.header-cta {justify-self:end;display:inline-flex;align-items:center;gap:20px;min-height:44px;border-bottom:1px solid var(--accent);color:var(--accent-dark);font-size:14px;font-weight:650}
.header-cta:hover .arrow,.text-link:hover .arrow,.footer-contact:hover .arrow {transform:translateX(4px)}
.menu-toggle,.mobile-menu {display:none}

/* Reusable actions */
.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:36px;
  min-height:58px;
  padding:14px 24px;
  border:1px solid var(--accent);
  border-radius:2px;
  background:var(--accent);
  color:var(--ivory);
  font-size:15px;
  font-weight:650;
  line-height:1.3;
  white-space:nowrap;
  transition:background .2s,border-color .2s,transform .2s var(--ease);
}
.button:hover {background:var(--accent-dark);border-color:var(--accent-dark)}
.button:active {transform:translateY(1px)}
.arrow {position:relative;display:inline-block;width:19px;height:13px;flex:none;transition:transform .22s var(--ease)}
.arrow::before {content:"";position:absolute;top:6px;left:1px;width:17px;height:1.5px;background:currentColor}
.arrow::after {content:"";position:absolute;top:2px;right:0;width:8px;height:8px;border-top:1.5px solid currentColor;border-right:1.5px solid currentColor;transform:rotate(45deg)}
.text-link {display:inline-flex;align-items:center;gap:16px;min-height:44px;border-bottom:1px solid currentColor;font-size:15px;font-weight:600;line-height:1.3}

/* Full-screen opening */
.hero {position:relative;display:flex;min-height:calc(100svh - 82px);overflow:hidden;background:#eee7dd}
.hero-art {position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;animation:hero-reveal .9s var(--ease) both}
.hero-inner {position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;min-height:calc(100svh - 82px);padding-top:clamp(36px,5vh,86px);padding-bottom:24px}
.hero-content {width:min(900px,62%)}
.hero-eyebrow {display:flex;align-items:center;gap:12px;margin-bottom:clamp(18px,2.4vh,34px);color:var(--accent-dark)}
.eyebrow-rule {display:block;width:29px;height:1px;background:currentColor}
.hero h1 {max-width:900px;font-size:clamp(55px,5.25vw,104px);font-weight:510;line-height:1.02;letter-spacing:-.068em;text-wrap:balance}
.hero h1 span {display:inline-block;color:var(--accent)}
.hero-description {max-width:550px;margin-top:clamp(20px,2.4vh,32px);color:#4c403a;font-size:clamp(17px,1.35vw,21px);line-height:1.55}
.hero-actions {display:flex;align-items:center;flex-wrap:wrap;gap:18px 30px;margin-top:clamp(24px,3vh,40px)}
.hero-actions .text-link {color:var(--ink)}
.hero-footnote {display:flex;justify-content:space-between;gap:20px;color:#564943;font-size:11px;font-weight:650;letter-spacing:.12em;line-height:1.4}
.hero-content {animation:copy-in .65s var(--ease) both}

/* A precise, dark value rail rather than three cards */
.promise {background:var(--wine);color:var(--ivory)}
.promise-inner {display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.75fr);gap:clamp(48px,7vw,120px);align-items:center;padding-block:clamp(42px,5vw,82px)}
.promise-intro {max-width:440px;color:var(--ivory);font-size:clamp(25px,2.3vw,38px);font-weight:450;line-height:1.23;letter-spacing:-.035em}
.promise-intro em {font-style:normal;color:#e3b8aa}
.promise ul {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;list-style:none}
.promise li {padding-inline:24px;border-left:1px solid #84706d}
.promise li:first-child {padding-left:0;border-left:0}
.promise li strong {display:block;color:var(--ivory);font-size:15px;font-weight:650;line-height:1.4}
.promise li span {display:block;margin-top:8px;color:#dbcfc9;font-size:14px;line-height:1.55}

/* Roles as an editorial roster */
.roles {background:var(--paper)}
.roles-intro {display:grid;grid-template-columns:.4fr 1.4fr .7fr;gap:clamp(32px,5vw,88px);align-items:end}
.roles-intro>.eyebrow {align-self:start;padding-top:12px}
.roles h2 {max-width:790px;font-size:clamp(51px,5.1vw,96px);line-height:1.04;text-wrap:balance}
.roles h2 span {color:var(--accent)}
.roles-aside {padding-bottom:7px}
.roles-aside p {max-width:340px;font-size:16px;line-height:1.65}
.roles-aside .text-link {margin-top:22px;color:var(--accent-dark)}
.role-list {margin-top:clamp(56px,7vw,118px);border-top:1px solid var(--line)}
.role {display:grid;grid-template-columns:68px minmax(0,1.15fr) minmax(240px,.7fr) 28px;gap:clamp(18px,3vw,52px);align-items:center;min-height:132px;padding:25px 0;border-bottom:1px solid var(--line);transition:color .2s,background .2s}
.role-number {align-self:start;margin-top:10px;color:var(--accent);font-size:12px;font-weight:650;letter-spacing:.12em}
.role h3 {font-size:clamp(27px,2.55vw,45px);font-weight:480;line-height:1.13}
.role h3 span {display:block}
.role p {max-width:450px;font-size:16px;line-height:1.6}
.role-arrow {justify-self:end;font-size:27px;line-height:1;transition:transform .2s var(--ease)}
.role:hover h3 {color:var(--accent)}
.role:hover .role-arrow {transform:translate(3px,-3px)}

/* A different rhythm for the handover */
.process {background:var(--rose)}
.process-intro {display:grid;grid-template-columns:.4fr 1.4fr .7fr;gap:clamp(32px,5vw,88px);align-items:end}
.process-intro>.eyebrow {align-self:start;padding-top:12px}
.process h2 {max-width:790px;font-size:clamp(48px,4.7vw,88px);text-wrap:balance}
.process h2 span {color:var(--accent)}
.process-intro>p:last-child {max-width:350px;padding-bottom:6px;color:#5a4b45;font-size:16px;line-height:1.65}
.steps {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;margin-top:clamp(62px,7vw,118px);border-top:1px solid #bda59a}
.steps li {min-height:330px;padding:34px clamp(20px,3.5vw,62px) 36px;border-left:1px solid #bda59a}
.steps li:first-child {padding-left:0;border-left:0}
.step-number {display:block;color:var(--accent);font-size:clamp(55px,6vw,102px);font-weight:430;line-height:1;letter-spacing:-.075em}
.steps h3 {margin-top:47px;font-size:clamp(22px,2vw,30px);font-weight:550;letter-spacing:-.035em;line-height:1.2}
.steps p {max-width:390px;margin-top:14px;color:#5a4b45;font-size:16px;line-height:1.65}
.process-outro {display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:26px;border-top:1px solid #bda59a}
.process-outro p {color:#5a4b45;font-size:15px}
.process-outro .text-link {color:var(--accent-dark)}

/* Quiet answers */
.faq {display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(60px,11vw,190px)}
.faq h2 {max-width:470px;margin-top:32px;font-size:clamp(48px,4.7vw,82px);text-wrap:balance}
.faq h2 span {color:var(--accent)}
.faq-intro>p:last-child {max-width:320px;margin-top:30px;font-size:17px;line-height:1.65}
.faq-list {border-top:1px solid var(--line)}
details {border-bottom:1px solid var(--line)}
summary {display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:82px;padding:20px 0;cursor:pointer;list-style:none;font-size:18px;font-weight:550;line-height:1.4}
summary::-webkit-details-marker {display:none}
summary:hover {color:var(--accent)}
.plus {position:relative;width:16px;height:16px;flex:none}
.plus::before,.plus::after {content:"";position:absolute;top:7px;left:1px;width:14px;height:1.5px;background:var(--accent)}
.plus::after {transform:rotate(90deg);transition:transform .2s}
details[open] .plus::after {transform:rotate(0)}
details>div {max-width:630px;padding:0 32px 30px 0}
details>div p {font-size:16px;line-height:1.7}

/* The enquiry is the destination */
.contact {background:var(--wine);color:var(--ivory)}
.contact-layout {display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(56px,8vw,148px);align-items:start}
.contact .eyebrow {color:#e7b7a8}
.contact-intro {padding-top:10px}
.contact h2 {max-width:600px;margin-top:40px;font-size:clamp(55px,5.6vw,104px);line-height:1.025;text-wrap:balance}
.contact h2 span {color:#e7b7a8}
.contact-intro>p:not(.eyebrow) {max-width:440px;margin-top:40px;color:#e1d7d1;font-size:18px;line-height:1.65}
.contact-intro .contact-reassurance {color:#e7b7a8!important;font-size:15px!important}
#enquiry-form {min-width:0;padding:clamp(28px,3.5vw,60px);background:var(--paper);color:var(--ink)}
.form-header {display:flex;justify-content:space-between;gap:15px;padding-bottom:24px;margin-bottom:38px;border-bottom:1px solid var(--line);color:var(--accent);font-size:12px;font-weight:650;letter-spacing:.13em}
.form-grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 22px}
.field {min-width:0}
.field-wide {grid-column:1/-1}
.field label {display:block;margin-bottom:9px;font-size:14px;font-weight:650;line-height:1.35}
.field label span {font-weight:400;color:var(--muted)}
.field input,.field select,.field textarea {display:block;width:100%;min-width:0;min-height:54px;padding:13px 15px;border:1px solid #b9a79c;border-radius:2px;background:var(--ivory);color:var(--ink);font-size:16px;line-height:1.5;transition:border-color .2s,box-shadow .2s}
.field textarea {min-height:138px;resize:vertical}
.field input:hover,.field select:hover,.field textarea:hover {border-color:var(--accent)}
.field input:focus,.field select:focus,.field textarea:focus {border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}
input::placeholder,textarea::placeholder {color:#73645e;opacity:1}
.field-hint {margin-top:9px;color:var(--muted);font-size:13px;line-height:1.55}
.form-trap {position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.form-actions {display:flex;align-items:center;gap:20px;margin-top:28px}
.form-actions .button {flex:none}
.form-privacy {max-width:265px;color:var(--muted);font-size:12px;line-height:1.55}
.form-privacy a {text-decoration:underline;text-underline-offset:3px}
.form-status:not(:empty) {margin-top:20px;padding:14px 16px;border:1px solid #ad8b7f;background:#fff7ee;color:var(--accent-dark);font-size:14px;line-height:1.5}
.form-status[data-error="true"] {border-color:#a55f4f;background:#fff1eb;color:#702b20}

/* Typographic brand finish */
.footer {overflow:hidden;background:var(--paper);padding-top:clamp(66px,7vw,120px)}
.footer-top {display:flex;align-items:end;justify-content:space-between;gap:32px}
.footer-top p:last-child {margin-top:18px;color:var(--ink);font-size:clamp(21px,2.2vw,34px);font-weight:500;letter-spacing:-.035em;line-height:1.2}
.footer-contact {display:inline-flex;align-items:center;gap:26px;padding-bottom:6px;border-bottom:1px solid var(--ink);font-size:clamp(18px,1.6vw,25px);font-weight:550;letter-spacing:-.03em;line-height:1.3}
.footer-wordmark {width:100%;margin:clamp(70px,7vw,116px) auto 50px;color:var(--ink);font-size:clamp(54px,11.6vw,210px);font-weight:540;letter-spacing:-.085em;line-height:.85;text-align:center;white-space:nowrap}
.footer-wordmark span {color:var(--accent)}
.footer-bottom {display:flex;justify-content:space-between;gap:32px;padding-block:28px 36px;border-top:1px solid var(--line);font-size:13px}
.footer-bottom>p {max-width:280px;line-height:1.45}
.footer-bottom>div {display:flex;align-items:flex-start;gap:42px}
.footer-bottom nav {display:flex;gap:24px}
.footer-bottom a:hover {text-decoration:underline;text-underline-offset:4px}

/* Legal pages share the same restrained system */
.legal-header-inner {grid-template-columns:1fr auto}
.legal {max-width:850px;padding-block:clamp(56px,7vw,112px)}
.legal>.eyebrow {margin:0 0 22px;color:var(--accent);line-height:1.4}
.legal h1 {font-size:clamp(45px,5vw,82px);margin-bottom:24px}
.legal h2 {font-size:clamp(25px,2.3vw,35px);margin:42px 0 16px}
.legal p,.legal ul {margin:16px 0;color:var(--muted);line-height:1.7}
.legal li {margin:9px 0}
.legal a:not(.button) {text-decoration:underline;text-underline-offset:4px}
.legal .updated {font-size:13px}
.legal .button {margin-top:24px}
.legal-footer {display:flex;justify-content:space-between;gap:24px;padding-block:28px 42px;border-top:1px solid var(--line);font-size:13px}
.legal-footer p {color:var(--muted)}
.legal-footer a {color:var(--accent-dark);text-decoration:underline;text-underline-offset:3px}

@keyframes copy-in {from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@keyframes hero-reveal {from{opacity:.7;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}

@media(max-width:1200px) {
  .roles-intro,.process-intro {grid-template-columns:.35fr 1.45fr .8fr;gap:34px}
  .role {grid-template-columns:46px minmax(0,1fr) minmax(220px,.8fr) 24px;gap:26px}
  .promise-inner {grid-template-columns:.75fr 1.75fr;gap:42px}
  .promise li {padding-inline:17px}
  .contact-layout {gap:60px;grid-template-columns:.8fr 1.2fr}
  .form-actions {align-items:flex-start;flex-direction:column}
  .form-privacy {max-width:410px}
}
@media(max-width:900px) {
  .hero::before {content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(248,244,238,.88),rgba(248,244,238,.64) 52%,rgba(248,244,238,.08));pointer-events:none}
  .header-inner {grid-template-columns:1fr auto auto;gap:26px}
  .legal-header-inner {grid-template-columns:1fr auto}
  .desktop-nav {display:none}
  .menu-toggle {display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:44px;height:44px;padding:0;border:0;background:none;color:var(--ink)}
  .menu-toggle span {display:block;width:21px;height:1.5px;background:currentColor;transition:transform .2s}
  .menu-toggle[aria-expanded="true"] span:first-child {transform:translateY(3.75px) rotate(45deg)}
  .menu-toggle[aria-expanded="true"] span:last-child {transform:translateY(-3.75px) rotate(-45deg)}
  .mobile-menu:not([hidden]) {position:absolute;z-index:19;display:grid;width:100%;padding:18px var(--page-gutter) 24px;border-bottom:1px solid var(--line);background:var(--paper)}
  .mobile-menu a {min-height:50px;padding:12px 0;border-bottom:1px solid var(--line);font-size:17px}
  .hero-content {width:min(760px,70%)}
  .hero h1 {font-size:clamp(55px,6.5vw,78px)}
  .promise-inner {grid-template-columns:1fr;gap:30px}
  .promise-intro {max-width:760px}
  .roles-intro,.process-intro {grid-template-columns:1fr 1fr;gap:24px 48px}
  .roles-intro>.eyebrow,.process-intro>.eyebrow {grid-column:1/-1;padding-top:0}
  .roles h2,.process h2 {grid-column:1/-1;max-width:760px}
  .roles-aside,.process-intro>p:last-child {grid-column:2;max-width:500px}
  .role {grid-template-columns:40px minmax(0,1fr) minmax(200px,.8fr) 20px;gap:18px}
  .role h3 {font-size:clamp(25px,3.3vw,36px)}
  .faq {grid-template-columns:1fr;gap:52px}
  .faq h2 {max-width:760px;margin-top:22px}
  .faq-intro>p:last-child {margin-top:20px}
  .contact-layout {grid-template-columns:1fr;gap:52px}
  .contact h2 {max-width:760px;margin-top:25px}
  .contact-intro>p:not(.eyebrow) {max-width:620px;margin-top:24px}
  #enquiry-form {max-width:780px}
  .form-actions {flex-direction:row;align-items:center}
}
@media(max-width:620px) {
  .hero::before {display:none}
  :root {--page-gutter:24px}
  .section {padding-block:88px}
  .header,.header-inner {min-height:76px}
  .header-cta {display:none}
  .brand {font-size:22px}
  .brand-mark {width:28px;height:28px}
  .hero {flex-direction:column;min-height:0}
  .hero-art {position:relative;order:2;inset:auto;display:block;height:clamp(190px,29vh,280px);object-position:79% 60%;animation:none}
  .hero-inner {order:1;min-height:0;padding-block:32px 30px}
  .hero-content {width:100%}
  .hero-eyebrow {margin-bottom:20px;font-size:11px}
  .hero h1 {max-width:540px;font-size:clamp(46px,9.7vw,64px);line-height:1.035;letter-spacing:-.062em}
  .hero-description {max-width:490px;margin-top:21px;font-size:16px;line-height:1.55}
  .hero-actions {margin-top:24px}
  .hero-actions .button {min-height:54px}
  .hero-footnote {display:none}
  .promise-inner {padding-block:38px}
  .promise-intro {font-size:27px}
  .promise ul {grid-template-columns:1fr}
  .promise li,.promise li:first-child {padding:17px 0;border-left:0;border-top:1px solid #84706d}
  .promise li:first-child {border-top:0;padding-top:0}
  .promise li span {margin-top:3px}
  .roles-intro,.process-intro {display:block}
  .roles h2,.process h2 {margin-top:22px;font-size:clamp(43px,10.5vw,65px)}
  .roles-aside,.process-intro>p:last-child {margin-top:22px}
  .roles-aside .text-link {margin-top:15px}
  .role-list,.steps {margin-top:48px}
  .role {grid-template-columns:28px minmax(0,1fr) 22px;gap:6px 18px;min-height:0;padding:24px 0}
  .role-number {grid-row:1/3;margin-top:7px}
  .role h3 {font-size:clamp(26px,7vw,36px)}
  .role h3 span {display:inline}
  .role p {grid-column:2;grid-row:2;margin-top:8px;font-size:15px}
  .role-arrow {grid-column:3;grid-row:1/3;align-self:center}
  .steps {grid-template-columns:1fr}
  .steps li,.steps li:first-child {display:grid;grid-template-columns:67px 1fr;gap:0 16px;min-height:0;padding:25px 0;border-left:0;border-bottom:1px solid #bda59a}
  .steps li:last-child {border-bottom:0}
  .step-number {grid-row:1/3;font-size:49px}
  .steps h3 {margin-top:1px;font-size:22px}
  .steps p {grid-column:2;margin-top:10px;font-size:15px}
  .process-outro {align-items:flex-start;flex-direction:column;padding-top:24px}
  .faq {gap:42px}
  .faq h2 {font-size:clamp(43px,10.5vw,65px)}
  summary {font-size:17px;min-height:72px}
  .contact h2 {font-size:clamp(52px,11.5vw,76px)}
  .contact-intro>p:not(.eyebrow) {font-size:17px}
  #enquiry-form {padding:26px 22px}
  .form-header {margin-bottom:28px}
  .form-grid {grid-template-columns:1fr;gap:22px}
  .field-wide {grid-column:auto}
  .form-actions {align-items:stretch;flex-direction:column}
  .form-actions .button {width:100%}
  .footer-top {align-items:flex-start;flex-direction:column}
  .footer-wordmark {margin:78px auto 34px;font-size:clamp(47px,11vw,72px)}
  .footer-bottom,.footer-bottom>div {display:block}
  .footer-bottom>div {margin-top:20px}
  .footer-bottom nav {flex-wrap:wrap;margin-top:14px;gap:12px 22px}
}
@media(max-width:390px) {
  :root {--page-gutter:20px}
  .brand {font-size:20px}
  .hero h1 {font-size:clamp(42px,10.8vw,46px)}
  .hero-actions {gap:10px 19px}
  .hero-actions .text-link {font-size:14px}
  .role {grid-template-columns:24px minmax(0,1fr) 20px;gap:7px 12px}
  #enquiry-form {padding:25px 18px}
  .footer-wordmark {font-size:clamp(43px,11vw,47px)}
}
@media(prefers-reduced-motion:reduce) {
  html {scroll-behavior:auto}
  *,*::before,*::after {animation-duration:.01ms!important;transition-duration:.01ms!important}
}
