:root {
  --white: #faf7f1;
  --paper: #f2ece3;
  --paper-deep: #e8ddcf;
  --umber: #251916;
  --umber-soft: #5e504a;
  --clay: #985244;
  --clay-deep: #7c4036;
  --sand: #cdbba5;
  --green: #536453;
  --line: rgba(37, 25, 22, .16);
  --line-inverse: rgba(255, 255, 255, .2);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --layout-width: 1760px;
  --gutter: clamp(20px, 3vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { min-width: 280px; margin: 0; overflow-x: clip; background: var(--white); color: var(--umber); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--clay); color: var(--white); }

.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; background: var(--umber); color: var(--white); font-size: 12px; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.grain { position: fixed; z-index: 20; inset: 0; pointer-events: none; opacity: .014; background-image: repeating-radial-gradient(circle at 30% 30%, #3b241e 0, #3b241e .35px, transparent .45px, transparent 3px); background-size: 4px 4px; mix-blend-mode: multiply; }

.site-header { position: absolute; z-index: 10; top: 0; left: 50%; width: min(calc(100% - (2 * var(--gutter))), var(--layout-width)); min-height: 112px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); transform: translateX(-50%); }
.wordmark { display: block; width: max-content; text-decoration: none; }
.brand-logo { position: relative; width: 238px; height: 67px; overflow: hidden; background: var(--white); }
.brand-logo img { position: absolute; top: 0; left: 0; width: 100%; height: auto; mix-blend-mode: multiply; transform: translateY(-18%); }
.site-status { display: flex; align-items: center; gap: 10px; margin: 0; color: #776b66; font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.site-status span { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(83, 100, 83, .1); }
.header-enquire { justify-self: end; display: inline-flex; align-items: center; gap: 12px; padding: 12px 0 8px; border-bottom: 1px solid rgba(37, 25, 22, .55); color: var(--umber); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; transition: color .2s ease, border-color .2s ease; }
.header-enquire span { color: var(--clay); font-size: 14px; }
.header-enquire:hover { color: var(--clay); border-color: var(--clay); }

.hero { position: relative; width: min(calc(100% - (2 * var(--gutter))), var(--layout-width)); min-height: 100svh; display: flex; align-items: center; margin: 0 auto; padding: clamp(150px, 10vh, 190px) 0 clamp(92px, 9vh, 126px); overflow: hidden; background: var(--white); }
.hero-copy { position: relative; z-index: 2; width: 100%; max-width: 820px; }
.kicker, .section-label { display: flex; align-items: center; gap: 13px; margin: 0 0 33px; color: var(--clay); font-size: 9px; font-style: normal; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.kicker i { width: 30px; height: 1px; background: currentColor; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; }
h1 { max-width: 820px; color: var(--umber); font-size: clamp(82px, 8vw, 150px); letter-spacing: -.068em; line-height: .8; }
h1 em { color: var(--clay); font-weight: 400; }
.hero-intro { max-width: 650px; margin: 48px 0 0; color: var(--umber-soft); font-size: 15px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 31px; margin-top: 39px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; min-width: 220px; padding: 18px 20px; border: 1px solid transparent; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.button span { color: var(--paper); font-size: 15px; }
.button-light { background: var(--clay); color: var(--white); }
.button-light:hover { background: var(--clay-deep); }
.hero-actions p { margin: 0; color: #867872; font-size: 9px; letter-spacing: .12em; line-height: 1.8; text-transform: uppercase; }
.credentials { display: flex; gap: 0; max-width: 790px; margin-top: 62px; border-top: 1px solid var(--line); }
.credentials span { padding: 18px 32px 0 0; color: #867872; font-size: 8px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.credentials span + span { padding-left: 32px; border-left: 1px solid var(--line); }

.hero-visual { position: absolute; z-index: 1; top: 112px; right: max(-110px, -5vw); bottom: 24px; width: min(68%, 1120px); margin: 0; overflow: hidden; pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: right center; filter: sepia(.035) saturate(.76) contrast(.95); transform: scale(1.005); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--white) 0%, rgba(250,247,241,.98) 11%, rgba(250,247,241,.72) 28%, rgba(250,247,241,0) 56%), linear-gradient(180deg, rgba(250,247,241,.18) 0%, rgba(250,247,241,0) 17%, rgba(250,247,241,0) 78%, var(--white) 100%); }

.scroll-cue { position: absolute; right: 0; bottom: 33px; display: flex; align-items: center; gap: 15px; color: #8c7e78; font-size: 8px; font-weight: 600; letter-spacing: .18em; text-decoration: none; text-transform: uppercase; }
.scroll-cue i { width: 42px; height: 1px; background: #8c7e78; transition: width .2s ease; }
.scroll-cue:hover i { width: 58px; }

.standard { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(310px, .65fr); gap: clamp(80px, 12vw, 190px); padding: clamp(110px, 13vw, 190px) max(var(--gutter), calc((100vw - var(--layout-width)) / 2)); background: var(--paper); }
.section-label::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.standard h2 { max-width: 860px; color: var(--umber); font-size: clamp(52px, 5.4vw, 82px); letter-spacing: -.055em; line-height: .98; }
.standard-copy { align-self: end; }
.standard-copy > p { margin: 0; color: var(--umber-soft); font-size: 14px; line-height: 1.9; }
.principles { margin-top: 42px; border-top: 1px solid var(--line); }
.principles p { display: flex; justify-content: space-between; gap: 20px; margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); color: #897b75; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.principles p span { color: var(--umber); }

.contact { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); gap: clamp(70px, 10vw, 160px); padding: clamp(100px, 12vw, 170px) max(var(--gutter), calc((100vw - var(--layout-width)) / 2)); background: var(--white); color: var(--umber); }
.contact .section-label { color: var(--clay); }
.contact-intro h2 { max-width: 580px; font-size: clamp(56px, 5.7vw, 86px); letter-spacing: -.058em; line-height: .91; }
.contact-intro > p:not(.section-label) { max-width: 450px; margin: 36px 0 0; color: var(--umber-soft); font-size: 14px; line-height: 1.85; }
.availability { display: flex; align-items: flex-start; gap: 16px; margin-top: 55px; }
.availability-mark { width: 7px; height: 7px; margin-top: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(83,100,83,.12); }
.availability p { margin: 0; color: #7d706b; font-size: 9px; letter-spacing: .1em; line-height: 1.8; text-transform: uppercase; }
.availability strong { display: block; margin-bottom: 5px; color: var(--umber); font-size: 9px; font-weight: 600; letter-spacing: .13em; }
.contact-directory { border-top: 1px solid var(--line); }
.contact-person { display: grid; grid-template-columns: minmax(145px, .55fr) minmax(0, 1.45fr); gap: 35px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.contact-person header p { margin: 0 0 8px; color: var(--clay); font-size: 8px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.contact-person h3 { font-size: 31px; letter-spacing: -.04em; }
.contact-links { display: grid; gap: 13px; }
.contact-links a { position: relative; display: grid; grid-template-columns: minmax(100px, .4fr) minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 10px 0 14px; border-bottom: 1px solid rgba(37,25,22,.1); text-decoration: none; }
.contact-links a::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; background: var(--clay); transform: scaleX(0); transform-origin: right; transition: transform .28s ease; }
.contact-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.contact-links a > span { color: #80736e; font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.contact-links strong { min-width: 0; font-family: var(--serif); font-size: clamp(19px, 1.55vw, 25px); font-weight: 500; letter-spacing: -.025em; overflow-wrap: anywhere; }
.contact-links i { color: var(--clay); font-size: 15px; font-style: normal; }

.site-footer { width: min(calc(100% - (2 * var(--gutter))), var(--layout-width)); min-height: 138px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin: 0 auto; border-top: 1px solid var(--line); background: var(--white); }
.footer-wordmark { width: 200px; height: 58px; }
.site-footer > p { margin: 0; color: #81746f; font-size: 8px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.site-footer > p:last-child { justify-self: end; }
.site-footer p span { color: var(--clay); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.65,.3,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr 1fr; }
  .site-status { display: none; }
  .standard { grid-template-columns: 1fr; gap: 70px; }
  .standard-copy { max-width: 680px; }
  .contact { grid-template-columns: 1fr; gap: 75px; }
  .contact-intro { max-width: 700px; }
}

@media (min-width: 1101px) and (max-width: 1300px) {
  .hero-copy { max-width: 680px; }
  h1 { max-width: 680px; font-size: clamp(76px, 8.8vw, 110px); }
  .hero-intro { max-width: 540px; }
  .credentials { max-width: 650px; }
  .hero-visual { right: -12vw; width: 72%; }
  .hero-visual::after { background: linear-gradient(90deg, var(--white) 0%, rgba(250,247,241,1) 17%, rgba(250,247,241,.78) 37%, rgba(250,247,241,0) 64%), linear-gradient(180deg, rgba(250,247,241,.2) 0%, rgba(250,247,241,0) 18%, rgba(250,247,241,0) 78%, var(--white) 100%); }
}

@media (max-width: 1100px) {
  :root { --gutter: 24px; }
  .hero { min-height: auto; display: block; padding: 150px 0 0; overflow: visible; }
  .hero-copy { max-width: 800px; }
  h1 { max-width: 760px; font-size: clamp(74px, 13vw, 112px); }
  .hero-intro { max-width: 660px; }
  .hero-visual { position: relative; top: auto; right: auto; bottom: auto; width: 100vw; max-width: 100vw; height: clamp(430px, 72vw, 620px); margin: 62px 0 0 calc(50% - 50vw); opacity: 1; }
  .hero-visual img { object-position: right center; transform: none; }
  .hero-visual::after { background: linear-gradient(180deg, var(--white) 0%, rgba(250,247,241,.42) 14%, rgba(250,247,241,0) 34%, rgba(250,247,241,0) 88%, var(--white) 100%); }
  .scroll-cue { display: none; }
}

@media (max-width: 720px) {
  :root { --gutter: 20px; }
  .site-header { min-height: 88px; }
  .brand-logo { width: 172px; height: 53px; }
  .header-enquire { font-size: 0; }
  .header-enquire::before { content: "Enquire"; font-size: 9px; }
  .hero { padding-top: 140px; }
  .kicker { margin-bottom: 27px; }
  h1 { font-size: clamp(60px, 19vw, 86px); line-height: .83; }
  .hero-intro { margin-top: 34px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .credentials { flex-wrap: wrap; row-gap: 15px; margin-top: 48px; }
  .credentials span { padding-right: 18px; }
  .credentials span + span { padding-left: 18px; }
  .hero-visual { height: clamp(340px, 106vw, 520px); margin-top: 54px; }
  .hero-visual img { object-position: 88% center; }
  .standard { gap: 48px; padding-top: 100px; padding-bottom: 100px; }
  .standard h2 { font-size: clamp(48px, 14.5vw, 67px); }
  .contact { gap: 60px; padding-top: 92px; padding-bottom: 92px; }
  .contact-intro h2 { font-size: clamp(54px, 15vw, 72px); }
  .contact-person { grid-template-columns: 1fr; gap: 27px; padding: 34px 0; }
  .contact-links a { grid-template-columns: 1fr auto; gap: 8px 15px; }
  .contact-links a > span { grid-column: 1 / -1; }
  .contact-links strong { font-size: 23px; }
  .site-footer { grid-template-columns: 1fr auto; gap: 20px; padding: 28px 0; }
  .footer-wordmark { width: 150px; height: 46px; }
  .site-footer > p:first-of-type { display: none; }
  .site-footer > p:last-child { font-size: 7px; text-align: right; }
}

@media (max-width: 520px) {
  .hero-actions, .button { width: 100%; }
  .button { min-width: 0; min-height: 56px; }
  .hero-actions p { padding-left: 2px; }
  .credentials { display: grid; grid-template-columns: 1fr; width: 100%; row-gap: 0; }
  .credentials span { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .credentials span + span { padding-left: 0; border-left: 0; }
  .contact-links strong { font-size: clamp(19px, 6vw, 23px); }
}

@media (max-width: 390px) {
  :root { --gutter: 16px; }
  .site-header { min-height: 82px; }
  .brand-logo { width: 148px; height: 48px; }
  .hero { padding-top: 126px; }
  .kicker { gap: 9px; font-size: 8px; letter-spacing: .17em; }
  .kicker i { width: 20px; }
  h1 { font-size: clamp(56px, 18.2vw, 70px); }
  .hero-intro { margin-top: 29px; font-size: 14px; line-height: 1.78; }
  .hero-visual { height: clamp(330px, 112vw, 440px); margin-top: 44px; }
  .hero-visual img { object-position: 90% center; }
  .standard, .contact { padding-top: 80px; padding-bottom: 80px; }
  .standard h2 { font-size: clamp(44px, 14vw, 55px); }
  .contact-intro h2 { font-size: clamp(48px, 15vw, 59px); }
  .contact-links a { column-gap: 10px; }
  .contact-links strong { font-size: clamp(18px, 5.8vw, 21px); }
  .footer-wordmark { width: 138px; height: 43px; }
}

@media (min-width: 1101px) and (max-height: 820px) {
  .hero { padding-top: 126px; padding-bottom: 68px; }
  h1 { font-size: clamp(72px, 7.2vw, 116px); }
  .kicker { margin-bottom: 23px; }
  .hero-intro { margin-top: 30px; line-height: 1.7; }
  .hero-actions { margin-top: 26px; }
  .credentials { margin-top: 36px; }
  .hero-visual { top: 94px; bottom: 14px; }
}

@media (max-width: 1100px) and (orientation: landscape) and (max-height: 600px) {
  .hero { padding-top: 116px; }
  h1 { font-size: clamp(62px, 10vw, 90px); }
  .hero-actions { flex-direction: row; align-items: center; }
  .hero-visual { height: min(70vw, 480px); }
}

@media (min-width: 2000px) {
  :root { --layout-width: 1840px; --gutter: 72px; }
  .hero { min-height: min(100svh, 1200px); }
  .hero-copy { max-width: 900px; }
  h1 { max-width: 900px; font-size: 164px; }
  .hero-intro { max-width: 700px; font-size: 16px; }
  .hero-visual { width: 66%; max-width: 1260px; }
}

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