:root {
  --background: oklch(0.975 0.012 85);
  --foreground: oklch(0.235 0.022 43);
  --card: oklch(0.992 0.006 85);
  --card-foreground: oklch(0.235 0.022 43);
  --popover: oklch(0.992 0.006 85);
  --popover-foreground: oklch(0.235 0.022 43);
  --primary: oklch(0.51 0.09 32);
  --primary-foreground: oklch(0.985 0.008 85);
  --secondary: oklch(0.932 0.026 28);
  --secondary-foreground: oklch(0.29 0.03 43);
  --muted: oklch(0.94 0.016 80);
  --muted-foreground: oklch(0.52 0.035 43);
  --accent: oklch(0.79 0.064 76);
  --accent-foreground: oklch(0.25 0.03 43);
  --destructive: oklch(0.55 0.15 28);
  --destructive-foreground: oklch(0.98 0.01 85);
  --border: oklch(0.86 0.025 70);
  --input: oklch(0.86 0.025 70);
  --ring: oklch(0.51 0.09 32);
  --radius: 0.5rem;
  --ivory: #f7f3ec;
  --paper: #fcfaf6;
  --espresso: #5A2E43;
  --espresso-soft: #765165;
  --blush: #D8747D;
  --blush-soft: #F4CBC6;
  --gold: #D6A451;
  --line: #E0C5C4;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--ivory); color: var(--espresso); font-family: "Manrope", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { border: 0; }
img { display: block; max-width: 100%; }
::selection { background: var(--blush); color: #fffaf4; }

.container { width: 100%; max-width: 1260px; margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--blush); font-size: 10px; font-weight: 800; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 28px; height: 1px; background: var(--blush); }
.kicker-line { display: block; width: 100%; height: 1px; background: var(--line); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--blush); font-style: italic; }
h2 { font-size: clamp(44px, 5.5vw, 76px); line-height: .98; margin-bottom: 24px; }
h3 { font-weight: 650; }

.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(221,210,195,.72); background: rgba(247,243,236,.94); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; gap: 30px; min-height: 78px; max-width: 1260px; margin: 0 auto; padding: 0 28px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { display: inline-grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--gold); border-radius: 50%; color: var(--espresso); font-family: "DM Serif Display", Georgia, serif; font-size: 13px; letter-spacing: -.1em; line-height: 1; }
.brand-name { display: flex; flex-direction: column; font-family: "DM Serif Display", Georgia, serif; font-size: 21px; line-height: .85; letter-spacing: -.02em; }
.brand-name span { margin-left: 1px; color: var(--blush); font-family: "Manrope", sans-serif; font-size: 8px; font-weight: 800; letter-spacing: .2em; line-height: 1.8; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.nav-link { position: relative; padding: 10px 0; color: var(--espresso-soft); font-size: 11px; font-weight: 750; letter-spacing: .04em; transition: color 180ms var(--ease-out); }
.nav-link::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: var(--blush); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 180ms var(--ease-out); }
.nav-link:hover, .nav-link.active { color: var(--blush); }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; transition: transform 160ms var(--ease-out), background-color 180ms var(--ease-out), color 180ms var(--ease-out), border-color 180ms var(--ease-out); }
.header-cta { margin-left: 12px; padding: 12px 16px; border: 1px solid var(--espresso); color: var(--espresso); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.header-cta:hover { background: var(--espresso); color: var(--ivory); }
.header-cta:active, .button:active, .mobile-booking:active { transform: scale(.97); }
.menu-toggle { display: none; padding: 8px; background: transparent; color: var(--espresso); }
.mobile-menu { display: none; }

.hero-section { position: relative; min-height: 695px; overflow: hidden; background: #F8E8E2; }
.hero-copy-wrap { position: relative; z-index: 2; min-height: 695px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; width: min(54%, 590px); min-height: 695px; padding: 72px 0 115px; }
.hero-eyebrow { margin-bottom: 28px; color: var(--espresso-soft); }
.hero-eyebrow .eyebrow-line { background: var(--gold); }
.hero-copy h1 { max-width: 580px; margin-bottom: 25px; color: var(--espresso); font-size: clamp(58px, 7.7vw, 104px); line-height: .88; }
.hero-copy h1 em { color: var(--blush); }
.hero-support { max-width: 400px; margin-bottom: 34px; color: var(--espresso-soft); font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 46px; padding: 13px 18px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.button-primary { background: var(--blush); color: #fffaf4; }
.button-primary:hover { background: var(--espresso); }
.button-quiet { border-bottom: 1px solid var(--espresso); color: var(--espresso); }
.button-quiet:hover { border-color: var(--blush); color: var(--blush); }
.button-dark { background: var(--espresso); color: var(--ivory); }
.button-dark:hover { background: var(--blush); }
.hero-image-frame { position: absolute; top: 0; right: clamp(0px, 5.5vw, 92px); width: min(49vw, 655px); height: 100%; overflow: hidden; }
.hero-image-frame::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(248,232,226,1) 0%, rgba(248,232,226,.18) 26%, rgba(248,232,226,0) 55%); content: ""; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-image-note { position: absolute; right: 32px; bottom: 32px; z-index: 2; display: flex; align-items: center; gap: 12px; color: #fff; font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.hero-image-note span:first-child { display: inline-grid; place-items: center; width: 29px; height: 29px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; }
.hero-scroll { position: absolute; bottom: 30px; left: 28px; z-index: 3; display: flex; align-items: center; gap: 13px; color: var(--espresso-soft); font-size: 9px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left top; }
.scroll-line { width: 54px; height: 1px; background: var(--gold); }
.trust-strip { background: var(--espresso); color: #f9f3ea; }
.trust-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 75px; }
.trust-strip p { margin-bottom: 0; color: #d7c8b9; font-family: "DM Serif Display", Georgia, serif; font-size: 18px; }
.trust-items { display: flex; align-items: center; gap: 14px; color: #e2d7cb; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.trust-items i { display: block; width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.section { padding-top: 120px; padding-bottom: 120px; }
.section-intro { padding-top: 108px; }
.section-kicker { display: flex; align-items: center; gap: 15px; width: 30%; margin-bottom: 40px; color: var(--blush); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.section-kicker .kicker-line { flex: 1; background: var(--blush-soft); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(250px, .75fr); align-items: end; gap: 10%; padding-left: 11%; }
.intro-grid h2 { margin-bottom: 0; font-size: clamp(47px, 6.1vw, 82px); }
.intro-copy { max-width: 360px; padding-bottom: 9px; }
.intro-copy p { margin-bottom: 25px; color: var(--espresso-soft); font-size: 15px; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; border-bottom: 1px solid var(--blush); padding-bottom: 6px; color: var(--espresso); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: color 180ms var(--ease-out), gap 180ms var(--ease-out); }
.text-link:hover { gap: 12px; color: var(--blush); }
.why-section { background: var(--paper); }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading-row h2 { margin-bottom: 0; }
.section-aside { max-width: 275px; margin-bottom: 6px; color: var(--espresso-soft); font-size: 13px; line-height: 1.7; }
.reasons-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.reason-card { min-height: 210px; padding: 25px 28px 25px 0; border-right: 1px solid var(--line); }
.reason-card:not(:first-child) { padding-left: 24px; }
.reason-card:last-child { border-right: 0; }
.reason-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 35px; color: var(--blush); }
.reason-index { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.reason-card h3 { margin-bottom: 12px; font-family: "DM Serif Display", Georgia, serif; font-size: 25px; font-weight: 400; }
.reason-card p { max-width: 200px; margin-bottom: 0; color: var(--espresso-soft); font-size: 12px; line-height: 1.7; }
.services-heading { align-items: end; }
.services-heading .text-link { margin-bottom: 8px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { overflow: hidden; background: var(--paper); }
.service-image { position: relative; height: 258px; overflow: hidden; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms var(--ease-out); }
.service-card:hover .service-image img { transform: scale(1.045); }
.service-arrow { position: absolute; top: 16px; right: 16px; display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: rgba(252,250,246,.9); color: var(--espresso); }
.service-content { padding: 24px 24px 25px; }
.service-type { margin-bottom: 14px; color: var(--blush); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.service-content h3 { margin-bottom: 10px; font-family: "DM Serif Display", Georgia, serif; font-size: 27px; font-weight: 400; letter-spacing: -.02em; }
.service-content > p:not(.service-type) { min-height: 43px; margin-bottom: 22px; color: var(--espresso-soft); font-size: 12px; line-height: 1.65; }
.service-content a { display: inline-flex; align-items: center; gap: 8px; color: var(--espresso); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-content a:hover { color: var(--blush); }
.pricing-note { display: flex; align-items: center; gap: 9px; margin: 25px 0 0; color: var(--espresso-soft); font-size: 11px; }
.note-dot { display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.gallery-preview { background: var(--blush-soft); }
.gallery-preview-inner { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); align-items: center; gap: 10%; }
.gallery-copy { padding-left: 7%; }
.gallery-copy h2 { margin-bottom: 23px; }
.gallery-copy > p:not(.eyebrow) { max-width: 310px; margin-bottom: 32px; color: var(--espresso-soft); font-size: 13px; line-height: 1.8; }
.gallery-collage { display: grid; grid-template-columns: 1.1fr .75fr; align-items: end; gap: 18px; }
.collage-main, .collage-side { position: relative; overflow: hidden; }
.collage-main { height: 470px; }
.collage-side { height: 300px; margin-bottom: 50px; }
.collage-main img, .collage-side img { width: 100%; height: 100%; object-fit: cover; }
.collage-label { position: absolute; bottom: 16px; left: 16px; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.collage-stamp { position: absolute; top: 15px; right: 15px; display: inline-grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: #fff; font-family: "DM Serif Display", Georgia, serif; font-size: 14px; }
.process-section { padding-bottom: 132px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.process-step { position: relative; min-height: 240px; padding: 28px 25px 20px 0; border-right: 1px solid var(--line); }
.process-step:not(:first-child) { padding-left: 25px; }
.process-step:last-child { border-right: 0; }
.process-number { margin-bottom: 35px; color: var(--blush); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.process-step > svg { margin-bottom: 25px; color: var(--gold); }
.process-step h3 { margin-bottom: 9px; font-family: "DM Serif Display", Georgia, serif; font-size: 23px; font-weight: 400; }
.process-step p { max-width: 190px; margin-bottom: 0; color: var(--espresso-soft); font-size: 12px; line-height: 1.7; }
.visit-section { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--espresso); color: var(--ivory); }
.visit-image { min-height: 500px; overflow: hidden; }
.visit-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); }
.visit-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(35px, 8vw, 130px); }
.visit-copy .eyebrow { color: var(--gold); }
.visit-copy h2 { color: var(--ivory); }
.visit-copy h2 em { color: var(--blush-soft); }
.visit-details { display: grid; gap: 16px; margin: 17px 0 35px; }
.visit-details div, .visit-links a { display: flex; align-items: center; gap: 12px; color: #d7c9bb; font-size: 12px; line-height: 1.6; }
.visit-details svg { flex-shrink: 0; color: var(--gold); }
.visit-links { display: grid; gap: 12px; }
.visit-links a { width: fit-content; border-bottom: 1px solid rgba(215,201,187,.38); padding-bottom: 5px; color: var(--ivory); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.visit-links a:hover { color: var(--blush-soft); }
.demo-tag { color: var(--gold); font-size: 8px; letter-spacing: .08em; }
.final-cta { display: flex; flex-direction: column; align-items: center; padding-top: 140px; padding-bottom: 145px; text-align: center; }
.final-cta-mark { display: inline-grid; place-items: center; width: 52px; height: 52px; margin-bottom: 35px; border: 1px solid var(--gold); border-radius: 50%; color: var(--blush); font-family: "DM Serif Display", Georgia, serif; font-size: 18px; letter-spacing: -.1em; }
.final-cta .eyebrow { margin-bottom: 20px; }
.final-cta h2 { margin-bottom: 21px; font-size: clamp(50px, 6vw, 82px); }
.final-cta > p:not(.eyebrow) { max-width: 320px; margin-bottom: 28px; color: var(--espresso-soft); font-size: 13px; line-height: 1.7; }

.subpage { padding-bottom: 120px; }
.subpage-hero { display: flex; align-items: flex-end; justify-content: space-between; min-height: 470px; padding-top: 80px; padding-bottom: 80px; }
.subpage-hero-copy { max-width: 680px; }
.subpage-hero-copy h1 { margin-bottom: 25px; font-size: clamp(64px, 8vw, 112px); line-height: .88; }
.subpage-hero-copy > p:not(.eyebrow) { max-width: 445px; margin-bottom: 0; color: var(--espresso-soft); font-size: 15px; line-height: 1.75; }
.subpage-hero-aside { display: flex; align-items: flex-end; gap: 15px; max-width: 220px; padding-bottom: 6px; color: var(--blush); font-size: 10px; font-weight: 800; letter-spacing: .12em; line-height: 1.65; text-transform: uppercase; }
.subpage-hero-aside svg { flex-shrink: 0; color: var(--gold); }
.services-intro-rule { display: flex; align-items: center; gap: 20px; margin-bottom: 60px; color: var(--blush); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.services-intro-rule .kicker-line { flex: 1; }
.services-bands { display: grid; gap: 38px; }
.service-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; background: var(--paper); }
.service-band.flip .service-band-image { order: 2; }
.service-band.flip .service-band-copy { order: 1; }
.service-band-image { min-height: 480px; overflow: hidden; }
.service-band-image img { width: 100%; height: 100%; object-fit: cover; }
.service-band-copy { display: flex; flex-direction: column; justify-content: center; padding: 60px clamp(35px, 7vw, 100px); }
.service-band-copy h2 { margin-bottom: 20px; font-size: clamp(46px, 5vw, 72px); }
.band-lead { max-width: 420px; margin-bottom: 25px; color: var(--espresso-soft); font-size: 14px; line-height: 1.8; }
.service-list { display: grid; grid-template-columns: repeat(2, minmax(120px, 1fr)); gap: 12px 20px; max-width: 400px; margin: 0 0 31px; }
.service-list div { display: flex; align-items: center; gap: 8px; color: var(--espresso); font-size: 11px; }
.service-list svg { color: var(--blush); }
.service-band-copy .button { width: fit-content; }
.service-note { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 10%; padding-top: 120px; }
.service-note-image { height: 320px; overflow: hidden; }
.service-note-image img { width: 100%; height: 100%; object-fit: cover; }
.service-note h2 { font-size: clamp(44px, 5.5vw, 72px); }
.service-note p:not(.eyebrow) { max-width: 410px; margin-bottom: 27px; color: var(--espresso-soft); font-size: 13px; line-height: 1.8; }

.gallery-wrap { padding-top: 25px; }
.gallery-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 38px; border-top: 1px solid var(--line); padding-top: 22px; }
.gallery-filter-label { display: flex; align-items: center; gap: 9px; color: var(--blush); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-tab { padding: 8px 12px; background: transparent; color: var(--espresso-soft); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.filter-tab:hover, .filter-tab.active { background: var(--espresso); color: var(--ivory); }
.masonry-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 90px; gap: 16px; }
.masonry-item { position: relative; grid-column: span 4; grid-row: span 4; min-height: 0; margin: 0; overflow: hidden; background: var(--paper); }
.masonry-item.large { grid-column: span 5; grid-row: span 6; }
.masonry-item.tall { grid-column: span 3; grid-row: span 6; }
.masonry-item.wide { grid-column: span 7; grid-row: span 4; }
.masonry-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms var(--ease-out); }
.masonry-item:hover img { transform: scale(1.04); }
.masonry-item::after { position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(36,27,22,.6)); content: ""; pointer-events: none; }
.masonry-item figcaption { position: absolute; right: 15px; bottom: 14px; left: 15px; z-index: 1; display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.gallery-endnote { display: flex; gap: 25px; margin-top: 62px; }
.endnote-line { width: 70px; height: 1px; margin-top: 9px; background: var(--blush); }
.gallery-endnote p { margin-bottom: 0; color: var(--espresso-soft); font-family: "DM Serif Display", Georgia, serif; font-size: 23px; line-height: 1.35; }
.gallery-endnote a { display: inline-flex; align-items: center; gap: 7px; margin-top: 15px; color: var(--blush); font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.about-feature { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 10%; }
.about-feature-image { height: 570px; overflow: hidden; }
.about-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.about-feature-copy { max-width: 435px; }
.about-feature-copy h2 { font-size: clamp(52px, 6.4vw, 86px); }
.about-feature-copy p:not(.eyebrow) { color: var(--espresso-soft); font-size: 14px; line-height: 1.85; }
.about-feature-copy .button { margin-top: 12px; }
.values-section { margin-top: 120px; padding: 110px 0; background: var(--blush-soft); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(183,119,110,.55); }
.values-grid > div { padding: 28px 25px 10px 0; border-right: 1px solid rgba(183,119,110,.55); }
.values-grid > div:not(:first-child) { padding-left: 25px; }
.values-grid > div:last-child { border-right: 0; }
.values-grid svg { margin-bottom: 28px; color: var(--blush); }
.values-grid h3 { margin-bottom: 11px; font-family: "DM Serif Display", Georgia, serif; font-size: 27px; font-weight: 400; }
.values-grid p { max-width: 245px; margin-bottom: 0; color: var(--espresso-soft); font-size: 12px; line-height: 1.75; }
.about-closing { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 12%; padding-top: 120px; }
.about-closing h2 { font-size: clamp(52px, 6vw, 78px); }
.about-closing p:not(.eyebrow) { max-width: 340px; margin-bottom: 27px; color: var(--espresso-soft); font-size: 13px; line-height: 1.8; }
.about-closing-image { height: 340px; overflow: hidden; }
.about-closing-image img { width: 100%; height: 100%; object-fit: cover; }

.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9%; padding-top: 34px; }
.contact-panel { padding: 50px clamp(25px, 5vw, 70px); background: var(--paper); }
.contact-panel h2 { font-size: clamp(48px, 5.8vw, 78px); }
.enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 16px; margin-top: 35px; }
.enquiry-form label { display: grid; gap: 8px; color: var(--espresso); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.enquiry-form label:nth-child(3), .enquiry-form label:nth-child(5), .enquiry-form button { grid-column: span 2; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; outline: none; background: var(--ivory); padding: 13px 14px; color: var(--espresso); font-size: 13px; font-weight: 500; letter-spacing: 0; text-transform: none; transition: border-color 180ms var(--ease-out), background-color 180ms var(--ease-out); }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--blush); background: #fffdfa; }
.enquiry-form textarea { resize: vertical; }
.enquiry-form .button { justify-self: start; margin-top: 8px; }
.contact-aside { display: flex; flex-direction: column; gap: 35px; }
.contact-quick { padding: 38px 35px; background: var(--espresso); color: var(--ivory); }
.contact-quick .eyebrow { color: var(--gold); }
.contact-quick h3 { margin-bottom: 12px; font-family: "DM Serif Display", Georgia, serif; font-size: 34px; font-weight: 400; }
.contact-quick p:not(.eyebrow) { max-width: 260px; margin-bottom: 24px; color: #d7c9bb; font-size: 13px; line-height: 1.75; }
.contact-details { display: grid; gap: 20px; padding: 0 5px; }
.contact-details > div { display: flex; align-items: flex-start; gap: 14px; }
.contact-details svg { flex-shrink: 0; color: var(--blush); }
.contact-details strong, .contact-details span, .contact-details a { display: block; }
.contact-details strong { margin-bottom: 3px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.contact-details span, .contact-details a { color: var(--espresso-soft); font-size: 12px; line-height: 1.55; }
.contact-details small { color: var(--gold); font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.map-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 180px; border: 1px solid var(--line); background: var(--blush-soft); text-align: center; }
.map-placeholder svg { color: var(--blush); }
.map-placeholder p { margin: 10px 0 3px; font-family: "DM Serif Display", Georgia, serif; font-size: 21px; }
.map-placeholder span { color: var(--espresso-soft); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.form-success { padding: 30px 0 10px; }
.success-icon { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-bottom: 24px; border-radius: 50%; background: var(--blush); color: #fff; }
.form-success h3 { margin-bottom: 10px; font-family: "DM Serif Display", Georgia, serif; font-size: 28px; font-weight: 400; }
.form-success p { max-width: 380px; color: var(--espresso-soft); font-size: 13px; line-height: 1.75; }
.form-success button { background: transparent; }

.site-footer { background: var(--espresso); color: var(--ivory); }
.footer-main { display: grid; grid-template-columns: 1.5fr .6fr .9fr; gap: 8%; padding-top: 80px; padding-bottom: 70px; }
.footer-brand { color: var(--ivory); }
.footer-brand .brand-mark { color: var(--ivory); }
.footer-intro { max-width: 255px; margin: 27px 0 25px; color: #d7c9bb; font-family: "DM Serif Display", Georgia, serif; font-size: 22px; line-height: 1.3; }
.footer-socials { display: flex; gap: 9px; }
.footer-socials a { display: inline-grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(215,201,187,.32); border-radius: 50%; color: var(--blush-soft); transition: background-color 180ms var(--ease-out), color 180ms var(--ease-out); }
.footer-socials a:hover { background: var(--blush); color: #fff; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; color: #d7c9bb; font-size: 11px; line-height: 1.55; }
.footer-column .eyebrow { margin-bottom: 7px; color: var(--gold); }
.footer-column a { display: inline-flex; align-items: center; gap: 6px; color: var(--ivory); }
.footer-column a:hover { color: var(--blush-soft); }
.footer-column .muted-copy { max-width: 170px; margin-bottom: 8px; color: #9e8f83; font-size: 10px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(215,201,187,.22); padding-top: 20px; padding-bottom: 22px; color: #a99a8e; font-size: 9px; letter-spacing: .03em; }
.footer-bottom p { margin-bottom: 0; }
.footer-bottom a { color: var(--blush-soft); }
.mobile-whatsapp { display: none; }

@media (max-width: 900px) {
  .header-inner { min-height: 70px; padding-right: 20px; padding-left: 20px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; margin-left: auto; }
  .mobile-menu { display: block; max-height: 0; overflow: hidden; background: var(--paper); transition: max-height 260ms var(--ease-out); }
  .mobile-menu.open { max-height: 470px; border-top: 1px solid var(--line); }
  .mobile-menu-inner { padding: 27px 20px 24px; }
  .mobile-nav-link { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 14px 0; font-family: "DM Serif Display", Georgia, serif; font-size: 27px; }
  .mobile-nav-link.active { color: var(--blush); }
  .mobile-booking { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; background: var(--blush); padding: 14px 16px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .hero-section, .hero-copy-wrap { min-height: 670px; }
  .hero-copy { width: 67%; min-height: 670px; }
  .hero-image-frame { right: -80px; width: 63vw; }
  .hero-image-frame::before { background: linear-gradient(90deg, rgba(248,232,226,1) 0%, rgba(248,232,226,.56) 33%, rgba(248,232,226,0) 72%); }
  .trust-strip-inner { align-items: flex-start; flex-direction: column; gap: 13px; padding-top: 20px; padding-bottom: 20px; }
  .trust-items { flex-wrap: wrap; row-gap: 7px; }
  .intro-grid, .gallery-preview-inner { gap: 7%; padding-left: 4%; }
  .reasons-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .reason-card:nth-child(2) { border-right: 0; }
  .reason-card:nth-child(n+3) { border-top: 1px solid var(--line); }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(n+3) { border-top: 1px solid var(--line); }
  .service-band { min-height: 420px; }
  .service-band-image { min-height: 420px; }
  .service-band-copy { padding: 40px 35px; }
  .contact-grid { gap: 5%; }
}

@media (max-width: 640px) {
  .container { padding-right: 20px; padding-left: 20px; }
  h2 { font-size: 52px; }
  .hero-section, .hero-copy-wrap { min-height: 720px; }
  .hero-copy { width: 100%; min-height: 720px; justify-content: flex-start; padding-top: 85px; }
  .hero-copy h1 { max-width: 320px; font-size: 68px; }
  .hero-support { max-width: 300px; }
  .hero-image-frame { top: auto; right: 0; bottom: 0; width: 100%; height: 390px; }
  .hero-image-frame::before { background: linear-gradient(180deg, rgba(248,232,226,1) 0%, rgba(248,232,226,.2) 41%, rgba(248,232,226,0) 75%); }
  .hero-image-frame img { object-position: 55% center; }
  .hero-image-note { right: 20px; bottom: 20px; font-size: 8px; }
  .hero-scroll { display: none; }
  .section { padding-top: 83px; padding-bottom: 83px; }
  .section-intro { padding-top: 77px; }
  .section-kicker { width: 45%; margin-bottom: 30px; }
  .intro-grid, .gallery-preview-inner, .about-feature, .about-closing, .contact-grid { display: flex; flex-direction: column; align-items: stretch; gap: 38px; padding-left: 0; }
  .intro-grid h2 { font-size: 57px; }
  .section-heading-row { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 32px; }
  .section-aside { margin-bottom: 0; }
  .reasons-grid, .process-grid, .services-grid, .values-grid { grid-template-columns: 1fr; }
  .reason-card, .reason-card:not(:first-child), .process-step, .process-step:not(:first-child), .values-grid > div, .values-grid > div:not(:first-child) { min-height: 0; border-right: 0; border-top: 1px solid var(--line); padding: 25px 0; }
  .reason-card:first-child, .process-step:first-child, .values-grid > div:first-child { border-top: 0; }
  .reason-top { margin-bottom: 25px; }
  .service-image { height: 250px; }
  .gallery-preview-inner { gap: 33px; }
  .gallery-copy { padding-left: 0; }
  .gallery-copy h2 { font-size: 58px; }
  .gallery-collage { gap: 12px; }
  .collage-main { height: 355px; }
  .collage-side { height: 220px; margin-bottom: 25px; }
  .process-section { padding-bottom: 90px; }
  .process-step { min-height: 0; }
  .visit-section { display: flex; flex-direction: column; }
  .visit-image { min-height: 330px; }
  .visit-copy { padding: 70px 20px; }
  .final-cta { padding-top: 95px; padding-bottom: 105px; }
  .subpage { padding-bottom: 80px; }
  .subpage-hero { align-items: flex-start; flex-direction: column; gap: 50px; min-height: 0; padding-top: 75px; padding-bottom: 58px; }
  .subpage-hero-copy h1 { font-size: 74px; }
  .subpage-hero-aside { padding-bottom: 0; }
  .services-intro-rule { gap: 11px; margin-bottom: 35px; font-size: 8px; }
  .service-band, .service-band.flip { display: flex; flex-direction: column; min-height: 0; }
  .service-band.flip .service-band-image { order: 1; }
  .service-band.flip .service-band-copy { order: 2; }
  .service-band-image { min-height: 300px; height: 300px; }
  .service-band-copy { padding: 45px 24px 50px; }
  .service-band-copy h2 { font-size: 57px; }
  .service-note { padding-top: 80px; }
  .service-note-image { height: 260px; }
  .gallery-wrap { padding-top: 0; }
  .gallery-toolbar { align-items: flex-start; flex-direction: column; gap: 17px; }
  .filter-tabs { gap: 2px; }
  .filter-tab { padding: 7px 8px; font-size: 9px; }
  .masonry-grid { grid-auto-rows: 95px; gap: 10px; }
  .masonry-item, .masonry-item.large, .masonry-item.tall, .masonry-item.wide { grid-column: span 6; grid-row: span 4; }
  .masonry-item:nth-child(3n+1) { grid-row: span 5; }
  .masonry-item:nth-child(4n+2) { grid-row: span 3; }
  .gallery-endnote { gap: 15px; margin-top: 43px; }
  .gallery-endnote p { font-size: 20px; }
  .about-feature-image { height: 380px; }
  .about-feature-copy h2 { font-size: 59px; }
  .values-section { margin-top: 80px; padding: 78px 0; }
  .about-closing { padding-top: 80px; }
  .about-closing-image { height: 280px; }
  .contact-grid { padding-top: 0; }
  .contact-panel { padding: 37px 20px 42px; }
  .contact-panel h2 { font-size: 57px; }
  .enquiry-form { grid-template-columns: 1fr; }
  .enquiry-form label:nth-child(3), .enquiry-form label:nth-child(5), .enquiry-form button { grid-column: span 1; }
  .contact-quick { padding: 35px 25px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 47px 25px; padding-top: 65px; padding-bottom: 55px; }
  .footer-brand-block { grid-column: span 2; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; padding-top: 17px; }
  .mobile-whatsapp { position: fixed; right: 15px; bottom: 15px; z-index: 35; display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; background: var(--blush); padding: 12px 15px; box-shadow: 0 8px 25px rgba(90,46,67,.16); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
}

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


/* Static production additions */
:root { --concept:#fff7ed; --concept-line:#ead7c3; --green:#13785b; }
body { overflow-x:hidden; }
.concept-bar { background:#fff8f1; border-bottom:1px solid var(--concept-line); color:var(--espresso-soft); }
.concept-bar-inner { max-width:1260px; margin:0 auto; padding:8px 28px; display:flex; align-items:center; justify-content:space-between; gap:14px; font-size:9px; font-weight:800; letter-spacing:.11em; text-transform:uppercase; }
.concept-bar a { color:var(--espresso); border-bottom:1px solid var(--blush); padding-bottom:2px; }
.concept-pill { display:inline-flex; align-items:center; gap:7px; }
.concept-dot { width:6px; height:6px; border-radius:50%; background:var(--gold); }
.page-shell { min-height:65vh; }
.sbv-sales-card { margin-top:70px; background:var(--espresso); color:var(--ivory); padding:48px; display:grid; grid-template-columns:1.25fr .75fr; gap:40px; align-items:center; }
.sbv-sales-card .eyebrow { color:var(--gold); margin-bottom:16px; }
.sbv-sales-card h2 { color:var(--ivory); font-size:clamp(38px,5vw,68px); margin-bottom:18px; }
.sbv-sales-card h2 em { color:var(--blush-soft); }
.sbv-sales-card p { max-width:650px; color:#d9cbbf; line-height:1.75; font-size:13px; }
.sbv-sales-actions { display:flex; flex-wrap:wrap; gap:10px; justify-content:flex-end; }
.button-light { background:var(--ivory); color:var(--espresso); }
.button-light:hover { background:var(--blush-soft); }
.demo-action { cursor:pointer; }
.demo-note { display:flex; gap:10px; align-items:flex-start; margin-top:18px; padding:14px 16px; border:1px solid var(--line); background:#fffaf6; color:var(--espresso-soft); font-size:11px; line-height:1.6; }
.demo-note strong { color:var(--espresso); }
.demo-modal[hidden] { display:none; }
.demo-modal { position:fixed; inset:0; z-index:100; display:grid; place-items:center; padding:20px; background:rgba(60,35,44,.58); }
.demo-modal-card { width:min(520px,100%); background:var(--paper); padding:32px; box-shadow:0 22px 60px rgba(30,10,20,.28); position:relative; }
.demo-modal-close { position:absolute; top:14px; right:14px; width:34px; height:34px; border-radius:50%; background:#f4e7df; color:var(--espresso); cursor:pointer; }
.demo-modal-card h2 { font-size:38px; margin-bottom:12px; }
.demo-modal-card p { color:var(--espresso-soft); line-height:1.7; font-size:13px; }
.demo-modal-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }
.gallery-filter-tabs { display:flex; flex-wrap:wrap; gap:6px; }
.gallery-filter-tabs button { padding:8px 12px; background:transparent; color:var(--espresso-soft); border:1px solid var(--line); cursor:pointer; font-size:9px; font-weight:800; letter-spacing:.09em; text-transform:uppercase; }
.gallery-filter-tabs button.active, .gallery-filter-tabs button:hover { background:var(--espresso); color:var(--ivory); border-color:var(--espresso); }
.resources-hero { padding-top:90px; padding-bottom:60px; }
.resources-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.resource-card { background:var(--paper); border:1px solid var(--line); padding:28px; min-height:230px; display:flex; flex-direction:column; }
.resource-card .resource-icon { width:42px; height:42px; border-radius:50%; display:grid; place-items:center; background:var(--blush-soft); margin-bottom:25px; font-size:19px; }
.resource-card h3 { font-family:"DM Serif Display",Georgia,serif; font-size:28px; font-weight:400; margin-bottom:10px; }
.resource-card p { color:var(--espresso-soft); font-size:12px; line-height:1.7; margin-bottom:22px; }
.resource-card .resource-cta { margin-top:auto; display:inline-flex; align-items:center; gap:7px; width:fit-content; color:var(--espresso); font-size:9px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; border-bottom:1px solid var(--blush); padding-bottom:5px; }
.resource-card .resource-cta.inactive { color:#9c8b8b; border-bottom-color:var(--line); cursor:default; }
.partner-disclosure { margin:30px 0 0; padding:16px 18px; background:#fffaf6; border:1px solid var(--line); color:var(--espresso-soft); font-size:10px; line-height:1.65; }
.partner-disclosure strong { color:var(--espresso); }
.legal-wrap { max-width:800px; padding-top:80px; padding-bottom:110px; }
.legal-wrap h1 { font-size:clamp(52px,7vw,84px); line-height:.95; }
.legal-wrap h2 { margin-top:45px; font-size:34px; }
.legal-wrap p, .legal-wrap li { color:var(--espresso-soft); font-size:13px; line-height:1.8; }
.legal-wrap a { border-bottom:1px solid var(--blush); }
.seo-copy { padding-top:95px; padding-bottom:95px; }
.seo-copy-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:9%; }
.seo-copy h2 { font-size:clamp(44px,5vw,68px); }
.seo-copy p { color:var(--espresso-soft); font-size:13px; line-height:1.8; }
.seo-copy ul { padding-left:18px; color:var(--espresso-soft); font-size:12px; line-height:1.9; }
.mobile-demo-cta { display:none; }
.skip-link { position:absolute; left:-9999px; top:auto; }
.skip-link:focus { left:12px; top:12px; z-index:200; background:#fff; padding:10px 14px; }
@media (max-width:900px) {
  .concept-bar-inner { padding-left:20px; padding-right:20px; }
  .resources-grid { grid-template-columns:repeat(2,1fr); }
  .sbv-sales-card { grid-template-columns:1fr; padding:38px 28px; }
  .sbv-sales-actions { justify-content:flex-start; }
}
@media (max-width:640px) {
  .concept-bar-inner { align-items:flex-start; flex-direction:column; gap:5px; font-size:8px; }
  .resources-grid { grid-template-columns:1fr; }
  .sbv-sales-card { margin-top:45px; padding:32px 22px; }
  .sbv-sales-card h2 { font-size:44px; }
  .seo-copy-grid { grid-template-columns:1fr; gap:20px; }
  .resource-card { min-height:0; }
  .mobile-demo-cta { position:fixed; left:15px; bottom:15px; z-index:34; display:inline-flex; align-items:center; gap:8px; border-radius:999px; background:var(--espresso); color:var(--ivory); padding:12px 15px; box-shadow:0 8px 25px rgba(90,46,67,.16); font-size:9px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
  .mobile-whatsapp { right:15px; left:auto; bottom:66px; }
}
