:root {
  --ink: #091012;
  --ink-soft: #0e1a1d;
  --petrol: #14353a;
  --paper: #f1f0ea;
  --paper-bright: #faf9f5;
  --mist: #b9c7c8;
  --line: rgba(241, 240, 234, .18);
  --line-dark: rgba(9, 16, 18, .16);
  --accent: #a9d4d7;
  --display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body: Inter, "Helvetica Neue", Arial, sans-serif;
  --container: 1320px;
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --section: clamp(6rem, 11vw, 10.5rem);
  --radius: 2rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.site-main { overflow: clip; }
.container { width: min(calc(100% - (var(--gutter) * 2)), var(--container)); margin-inline: auto; }
.section { padding-block: var(--section); }
.eyebrow { margin: 0 0 1.4rem; color: var(--accent); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.display { margin: 0; font-family: var(--display); font-size: clamp(3.25rem, 7.4vw, 7.4rem); font-weight: 500; letter-spacing: -.065em; line-height: .92; text-wrap: balance; }
.section-title { margin: 0; max-width: 950px; font-family: var(--display); font-size: clamp(2.6rem, 5.3vw, 5.4rem); font-weight: 500; letter-spacing: -.055em; line-height: .98; text-wrap: balance; }
.section-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 420px); gap: 3rem; align-items: end; margin-bottom: clamp(3.5rem, 7vw, 7rem); }
.lede { margin: 0; color: var(--mist); font-size: clamp(1rem, 1.25vw, 1.2rem); line-height: 1.65; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: .75rem; padding: .75rem 1.35rem; border: 1px solid transparent; border-radius: 999px; background: var(--paper); color: var(--ink); font-size: .85rem; font-weight: 700; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); background: white; }
.button--ghost { border-color: var(--line); background: transparent; color: var(--paper); }
.button--ghost:hover { background: rgba(255,255,255,.08); }
.button__arrow { font-size: 1.1em; }

.site-header { position: fixed; z-index: 50; top: 1.2rem; left: 0; width: 100%; pointer-events: none; }
.header-shell { display: flex; width: min(calc(100% - 2rem), 1060px); min-height: 58px; margin: 0 auto; padding: .45rem .55rem .45rem 1.25rem; align-items: center; justify-content: space-between; gap: 1rem; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; background: rgba(6, 12, 14, .76); box-shadow: 0 18px 70px rgba(0,0,0,.25); backdrop-filter: blur(18px); pointer-events: auto; }
.brand { display: inline-flex; align-items: center; gap: .65rem; white-space: nowrap; font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.brand::before { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); content: ""; }
.brand span { color: var(--mist); }
.brand--logo::before { display: none; }
.brand--logo img { width: auto; max-width: 180px; height: 32px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 1.8rem); font-size: .78rem; font-weight: 600; }
.site-nav__items { display: flex; margin: 0; padding: 0; align-items: center; gap: clamp(.8rem, 2vw, 1.8rem); list-style: none; }
.site-nav__items li { margin: 0; }
.site-nav a { color: #d9e1e1; transition: color .2s ease; }
.site-nav a:hover { color: white; }
.site-nav .header-cta { display: none; }
.header-cta { min-height: 42px; padding-inline: 1.1rem; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: var(--paper); color: var(--ink); }

.hero { position: relative; display: grid; min-height: 100svh; align-items: end; padding: clamp(8rem, 15vh, 11rem) 0 clamp(3rem, 7vh, 5.5rem); isolation: isolate; }
.hero__media { position: absolute; z-index: -2; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,11,13,.96) 0%, rgba(5,11,13,.78) 40%, rgba(5,11,13,.25) 78%, rgba(5,11,13,.2) 100%), linear-gradient(0deg, rgba(5,11,13,.7), transparent 55%); content: ""; }
.hero__content { max-width: 1030px; }
.hero .display { max-width: 930px; }
.hero__bottom { display: grid; grid-template-columns: minmax(280px, 520px) auto; gap: 3rem; align-items: end; margin-top: clamp(2rem, 5vw, 4.5rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; }
.trust-list { display: grid; grid-template-columns: repeat(2, minmax(130px, 1fr)); gap: 1rem 2rem; margin: 0; padding: 0; list-style: none; color: #d8e2e2; font-size: .77rem; }
.trust-list li { padding-top: .7rem; border-top: 1px solid var(--line); }

.preview-placeholder { min-height: 45vh; background: linear-gradient(var(--ink), #0b1517); }

.areas-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.25rem; }
.area-card { position: relative; min-height: 560px; overflow: hidden; border-radius: var(--radius); isolation: isolate; }
.area-card:nth-child(1), .area-card:nth-child(4) { grid-column: span 7; }
.area-card:nth-child(2), .area-card:nth-child(3) { grid-column: span 5; }
.area-card__media, .area-card__media::after { position: absolute; inset: 0; }
.area-card__media { z-index: -2; }
.area-card__media img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.area-card__media::after { background: linear-gradient(0deg, rgba(4,10,12,.93), rgba(4,10,12,.08) 70%); content: ""; }
.area-card:hover .area-card__media img { transform: scale(1.035); }
.area-card__content { display: flex; height: 100%; padding: clamp(1.5rem, 3vw, 2.75rem); flex-direction: column; justify-content: space-between; }
.area-card__number { font-size: .75rem; letter-spacing: .12em; }
.area-card h3 { margin: auto 0 1.1rem; max-width: 560px; font-family: var(--display); font-size: clamp(2.1rem, 4vw, 4.15rem); font-weight: 500; letter-spacing: -.05em; line-height: .98; }
.area-card p { max-width: 490px; margin: 0 0 1.6rem; color: #d3dede; }
.text-link { display: inline-flex; align-items: center; gap: .6rem; font-size: .82rem; font-weight: 700; }
.text-link::after { content: "↗"; }

.commitments { background: var(--paper); color: var(--ink); }
.commitments .eyebrow { color: #476a6e; }
.commitment-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr); gap: clamp(2.5rem, 7vw, 8rem); align-items: start; }
.commitment-list { border-top: 1px solid var(--line-dark); }
.commitment { width: 100%; padding: 1.5rem 0; border: 0; border-bottom: 1px solid var(--line-dark); background: transparent; text-align: left; cursor: pointer; }
.commitment__head { display: grid; grid-template-columns: 55px 1fr; align-items: baseline; gap: 1rem; }
.commitment__number { color: #698084; font-size: .77rem; }
.commitment h3 { margin: 0; font-family: var(--display); font-size: clamp(1.6rem, 2.6vw, 2.75rem); font-weight: 500; letter-spacing: -.035em; }
.commitment__copy { max-height: 0; margin: 0 0 0 71px; overflow: hidden; color: #485456; opacity: 0; transition: max-height .45s ease, opacity .35s ease, margin-top .35s ease; }
.commitment.is-active .commitment__copy { max-height: 120px; margin-top: 1rem; opacity: 1; }
.commitment-visual { position: sticky; top: 7rem; min-height: 650px; overflow: hidden; border-radius: var(--radius); background: #ccd4d1; }
.commitment-visual img { height: 650px; object-fit: cover; transition: opacity .3s ease; }
.commitment-visual__caption { position: absolute; right: 1.2rem; bottom: 1.2rem; left: 1.2rem; display: flex; padding: 1rem 1.15rem; align-items: center; justify-content: space-between; border-radius: 1rem; background: rgba(7,14,16,.82); color: var(--paper); backdrop-filter: blur(10px); }

.principles-wrap { width: min(calc(100% - 2rem), 1760px); margin-inline: auto; overflow: hidden; border-radius: clamp(1.5rem, 3vw, 3rem); background: var(--petrol); }
.principles { padding: var(--section) var(--gutter); }
.principle-list { display: grid; margin-top: 5rem; border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 180px 1fr; gap: 2rem; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.principle__label { color: var(--accent); font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.principle p { max-width: 1030px; margin: 0; font-family: var(--display); font-size: clamp(1.75rem, 3.2vw, 3.7rem); letter-spacing: -.045em; line-height: 1.05; }

.office-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 7vw, 8rem); align-items: center; }
.office-copy .section-title { margin-bottom: 2rem; }
.office-copy .lede + .lede { margin-top: 1rem; }
.office-copy .button { margin-top: 2rem; }
.office-media { position: relative; }
.office-media img { min-height: 720px; border-radius: var(--radius); object-fit: cover; }
.office-stamp { position: absolute; right: -1rem; bottom: 2rem; width: 150px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--ink); text-align: center; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }

.testimonials { background: #0d1a1d; }
.testimonial-grid { display: grid; grid-template-columns: .6fr 1fr 1fr; gap: 1rem; }
.rating-card, .quote-card { min-height: 390px; padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.rating-card { display: flex; flex-direction: column; justify-content: space-between; }
.rating-card strong { font-family: var(--display); font-size: 5.5rem; font-weight: 500; letter-spacing: -.08em; line-height: 1; }
.stars { color: var(--accent); letter-spacing: .15em; }
.quote-card blockquote { margin: 0; font-family: var(--display); font-size: clamp(1.4rem, 2vw, 2rem); letter-spacing: -.025em; line-height: 1.25; }
.quote-card figcaption { margin-top: 2rem; color: var(--mist); font-size: .8rem; }
.demo-label { display: inline-flex; margin-bottom: 2.5rem; padding: .35rem .65rem; border: 1px solid var(--line); border-radius: 999px; color: var(--mist); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }

.contact-panel { display: grid; grid-template-columns: 1fr .45fr; gap: 3rem; padding: clamp(2rem, 6vw, 6rem); border-radius: var(--radius); background: var(--paper); color: var(--ink); }
.contact-panel .eyebrow { color: #476a6e; }
.contact-panel .section-title { max-width: 820px; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; justify-content: end; gap: 1rem; }
.contact-panel .button { background: var(--ink); color: var(--paper); }
.contact-meta { margin: 1rem 0 0; color: #556366; font-size: .8rem; }

.faq-grid { display: grid; grid-template-columns: .6fr 1fr; gap: clamp(2.5rem, 8vw, 9rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { display: grid; width: 100%; grid-template-columns: 1fr auto; gap: 1rem; padding: 1.6rem 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-question span:first-child { font-family: var(--display); font-size: clamp(1.25rem, 2vw, 1.8rem); letter-spacing: -.02em; }
.faq-icon { transition: transform .25s ease; }
.faq-question[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; color: var(--mist); transition: grid-template-rows .35s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { max-width: 700px; margin: 0 0 1.5rem; }
.faq-question[aria-expanded="true"] + .faq-answer { grid-template-rows: 1fr; }

.site-footer { padding: 5rem 0 2rem; border-top: 1px solid var(--line); background: #050a0c; }
.footer-grid { display: grid; grid-template-columns: 1.1fr repeat(3, .7fr); gap: 2rem; }
.footer-brand p { max-width: 340px; color: var(--mist); }
.footer-col h2 { margin: 0 0 1.5rem; color: var(--accent); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-col ul { margin: 0; padding: 0; list-style: none; }
.footer-col li + li { margin-top: .75rem; }
.footer-col a, .footer-col li { color: #ccd6d6; font-size: .82rem; }
.footer-bottom { display: grid; grid-template-columns: auto auto 1fr; gap: 1.5rem; margin-top: 5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: #87999b; font-size: .68rem; }
.footer-bottom p { margin: 0; }

.inner-hero { position: relative; min-height: 900px; padding: 10rem 0 4rem; isolation: isolate; }
.inner-hero__media { position: absolute; z-index: -2; inset: 0; }
.inner-hero__media img { height: 100%; object-fit: cover; }
.inner-hero__media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,10,12,.96), rgba(4,10,12,.52) 62%, rgba(4,10,12,.18)), linear-gradient(0deg, rgba(4,10,12,.75), transparent 60%); content: ""; }
.inner-hero__top { display: grid; grid-template-columns: minmax(0, 620px) 1fr; min-height: 550px; align-items: center; }
.inner-hero__copy h1 { margin: 0 0 1.7rem; font-family: var(--display); font-size: clamp(3.2rem, 7vw, 7rem); font-weight: 500; letter-spacing: -.065em; line-height: .92; }
.inner-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; }
.authority { display: grid; grid-template-columns: repeat(4, 1fr); margin: 2rem 0 0; padding: 1.6rem 0 0; border-top: 1px solid var(--line); }
.authority div { min-height: 92px; padding-right: 1.5rem; }
.authority div + div { padding-left: 1.5rem; border-left: 1px solid var(--line); }
.authority dt { font-family: var(--display); font-size: 1.35rem; }
.authority dd { margin: .35rem 0 0; color: var(--mist); font-size: .72rem; }

.situation-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.situation { min-height: 300px; padding: 2rem; border-bottom: 1px solid var(--line); }
.situation:nth-child(odd) { border-right: 1px solid var(--line); }
.situation__number { color: var(--accent); font-size: .75rem; }
.situation h3 { max-width: 500px; margin: 5rem 0 1rem; font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3.1rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.05; }
.situation p { max-width: 580px; margin: 0; color: var(--mist); }

.services-panel { background: var(--paper-bright); color: var(--ink); }
.services-layout { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(3rem, 8vw, 9rem); }
.services-layout .eyebrow { color: #476a6e; }
.services-copy { position: sticky; top: 7rem; align-self: start; }
.services-copy .lede { margin: 2rem 0; color: #526063; }
.service-list { border-top: 1px solid var(--line-dark); }
.service-row { display: grid; grid-template-columns: 60px 1fr auto; gap: 1rem; padding: 1.35rem 0; align-items: center; border-bottom: 1px solid var(--line-dark); transition: padding .25s ease; }
.service-row:hover { padding-left: .75rem; }
.service-row span:first-child { color: #68787b; font-size: .72rem; }
.service-row strong { font-family: var(--display); font-size: clamp(1.35rem, 2.2vw, 2.25rem); font-weight: 500; letter-spacing: -.035em; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.post-card img { aspect-ratio: 4/3; object-fit: cover; }
.post-card__body { padding: 1.5rem; }
.post-card__meta { color: var(--accent); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.post-card h3 { margin: 1rem 0; font-family: var(--display); font-size: 1.8rem; font-weight: 500; letter-spacing: -.035em; line-height: 1.1; }
.post-card h2 { margin: 1rem 0; font-family: var(--display); font-size: 1.8rem; font-weight: 500; letter-spacing: -.035em; line-height: 1.1; }
.entry-content { color: #d4dddd; font-size: clamp(1.05rem, 1.4vw, 1.2rem); line-height: 1.8; }
.entry-content > * { max-width: 820px; margin-inline: auto; }
.entry-content > .alignwide { max-width: var(--container); }
.entry-content h2 { margin-top: 3.5rem; color: var(--paper); font-family: var(--display); font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.05; }
.entry-content h3 { margin-top: 2.5rem; color: var(--paper); font-size: 1.35rem; }
.internal-top { padding-top: 5rem; }
.internal-content { margin-top: 3rem; }
.internal-header { max-width: 980px; padding-top: 5rem; }
.internal-lede { margin-top: 2rem; }
.internal-media { max-width: 1180px; }
.internal-entry { max-width: 820px; }
.section-no-top { padding-top: 0; }
.pagination-wrap { margin-top: 3rem; }

@media (max-width: 900px) {
  .header-shell { border-radius: 1.4rem; }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: fixed; top: 5.4rem; right: 1rem; left: 1rem; display: grid; padding: 1.5rem; border: 1px solid var(--line); border-radius: 1.4rem; background: rgba(6,12,14,.96); opacity: 0; transform: translateY(-12px); visibility: hidden; transition: .25s ease; }
  .site-nav__items { display: grid; }
  .site-nav.is-open { opacity: 1; transform: none; visibility: visible; }
  .site-nav a { padding: .65rem 0; font-size: 1rem; }
  .site-nav .header-cta { display: inline-flex; margin-top: .5rem; }
  .header-shell > .header-cta { display: none; }
  .section-intro, .hero__bottom { grid-template-columns: 1fr; }
  .hero__bottom { gap: 2.3rem; }
  .area-card:nth-child(n) { grid-column: span 6; }
  .commitment-layout, .office-grid, .faq-grid, .services-layout, .contact-panel { grid-template-columns: 1fr; }
  .commitment-visual, .services-copy { position: relative; top: auto; }
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .rating-card { grid-column: 1 / -1; min-height: 250px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .inner-hero__top { grid-template-columns: 1fr; }
  .authority { grid-template-columns: 1fr 1fr; }
  .authority div { padding: 1.2rem 1rem 1.2rem 0; border-bottom: 1px solid var(--line); }
  .authority div + div { padding-left: 1rem; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  :root { --gutter: 1.1rem; --section: 5.5rem; --radius: 1.3rem; }
  .site-header { top: .7rem; }
  .header-shell { width: calc(100% - 1.2rem); min-height: 54px; }
  .brand { font-size: .64rem; }
  .hero { min-height: 820px; padding-bottom: 2.5rem; }
  .hero__media::after { background: linear-gradient(0deg, rgba(5,11,13,.98) 0%, rgba(5,11,13,.72) 58%, rgba(5,11,13,.26) 100%); }
  .hero__media img { object-position: 68% center; }
  .display { font-size: clamp(3rem, 15vw, 4.55rem); }
  .trust-list { grid-template-columns: 1fr 1fr; gap: .8rem; }
  .hero__actions .button { width: 100%; }
  .area-card:nth-child(n) { grid-column: 1 / -1; min-height: 510px; }
  .principle { grid-template-columns: 1fr; gap: 1rem; }
  .commitment-visual, .commitment-visual img { min-height: 470px; height: 470px; }
  .office-media img { min-height: 520px; }
  .testimonial-grid, .situation-list, .blog-grid { grid-template-columns: 1fr; }
  .situation:nth-child(odd) { border-right: 0; }
  .quote-card { min-height: 340px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { grid-template-columns: 1fr; }
  .inner-hero { min-height: 850px; padding-top: 8rem; }
  .inner-hero__top { min-height: 520px; }
  .authority { grid-template-columns: 1fr 1fr; }
  .service-row { grid-template-columns: 42px 1fr auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
