:root {
  --forest: #17382a;
  --forest-deep: #0d241b;
  --leaf: #365c46;
  --cream: #f2eddf;
  --paper: #faf8f2;
  --ink: #1c251f;
  --muted: #6f786f;
  --brass: #ba9258;
  --line: rgba(28, 37, 31, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.section { padding-block: 120px; }
section[id] { scroll-margin-top: 96px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 30; height: 96px; padding: 0 42px; display: flex; align-items: center; justify-content: space-between; color: white; background: transparent; border-bottom: 1px solid rgba(255,255,255,.1); box-shadow: none; text-shadow: 0 1px 8px rgba(3,16,10,.9); transition: background-color .38s ease, border-color .38s ease, box-shadow .38s ease, backdrop-filter .38s ease; }
.site-header.is-scrolled { background: rgba(13,36,27,.86); border-bottom-color: rgba(255,255,255,.18); box-shadow: 0 8px 28px rgba(5,20,14,.18); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; min-width: 205px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font: 20px/1 Georgia, serif; letter-spacing: .2em; }
.brand-copy small { margin-top: 8px; font-size: 9px; letter-spacing: .26em; }
.desktop-nav { display: flex; gap: 27px; margin-left: 28px; }
.desktop-nav a { position: relative; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: white; transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-switcher { display: inline-flex; align-items: center; padding: 3px; border: 1px solid rgba(255,255,255,.42); background: rgba(7,22,15,.2); }
.language-switcher button { min-width: 31px; height: 28px; border: 0; background: transparent; color: rgba(255,255,255,.68); font-size: 8px; font-weight: 700; letter-spacing: .1em; cursor: pointer; transition: .2s; }
.language-switcher button:hover { color: white; }
.language-switcher button.active { background: var(--cream); color: var(--forest-deep); }
.header-cta { display: flex; gap: 17px; align-items: center; padding: 13px 15px; border: 1px solid rgba(255,255,255,.65); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; transition: .2s; }
.header-cta:hover { background: white; color: var(--forest-deep); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 780px; height: 100vh; max-height: 980px; overflow: hidden; background: var(--forest-deep); color: white; }
.hero-panels { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-panel { position: relative; background-size: cover; background-repeat: no-repeat; border-right: 1px solid rgba(255,255,255,.2); transition: filter .35s, transform .65s; filter: saturate(.82) contrast(1.05); }
.hero-panel:hover { filter: saturate(1.07) contrast(1.02); transform: scale(1.012); z-index: 2; }
.hero-panel span { position: absolute; bottom: 36px; left: 36px; font-size: 9px; letter-spacing: .28em; text-transform: uppercase; opacity: .72; }
.sector-agri { background-image: url('assets/vanilla-plantation-hd.jpg'); background-size: cover; background-position: 24% center; }
.sector-furniture { background-image: url('assets/luxury-teak-interior-hd.jpg'); background-size: cover; background-position: center; }
.sector-fashion { background-image: url('assets/indigo-textile-artisan-hd.jpg'); background-size: cover; background-position: 51% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,22,15,.82), rgba(7,22,15,.47) 48%, rgba(7,22,15,.54)), linear-gradient(0deg, rgba(5,16,11,.65), transparent 45%); }
.hero-content { position: relative; z-index: 3; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 70px; }
.eyebrow { margin: 0 0 23px; color: var(--leaf); font-size: 10px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.eyebrow.light { color: #d9c6a1; }
.hero h1, h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.04em; }
.hero h1 { max-width: 850px; font-size: clamp(58px, 7vw, 108px); line-height: .91; text-shadow: 0 4px 32px rgba(0,0,0,.23); }
.hero h1 em, h2 em { color: var(--brass); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 34px 0 0; font: 19px/1.6 Georgia, serif; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 39px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; min-height: 54px; padding: 0 20px; border: 1px solid transparent; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; transition: .2s; }
.button span { font-size: 17px; font-weight: 400; }
.button-light { background: var(--cream); color: var(--forest-deep); }
.button-light:hover { background: white; transform: translateY(-2px); }
.button-dark { background: var(--forest); color: white; }
.button-dark:hover { background: var(--forest-deep); }
.text-link { display: inline-flex; align-items: center; gap: 26px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.light-link { color: white; }
.hero-foot { position: absolute; z-index: 4; left: 0; width: 100%; max-width: none; bottom: 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: rgba(255,255,255,.72); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.hero-foot p { margin: 0; }
.hero-foot > p:first-child { position: static; text-align: center; }
.scroll-button { position: relative; width: 32px; height: 32px; margin-top: 10px; border: 1px solid rgba(255,255,255,.64); border-radius: 50%; transition: border-color .25s, background-color .25s, transform .25s; }
.scroll-button::before { content: ""; position: absolute; left: 50%; top: 46%; width: 7px; height: 7px; border-right: 1px solid white; border-bottom: 1px solid white; transform: translate(-50%,-50%) rotate(45deg); }
.scroll-button:hover { border-color: white; background: rgba(255,255,255,.12); transform: translateY(2px); }
.hero-note { position: absolute; right: max(32px, calc((100vw - 1240px) / 2)); bottom: 0; margin: 0 !important; text-align: right; line-height: 1.7; }

.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: end; }
h2 { font-size: clamp(46px, 5vw, 75px); line-height: .99; }
.intro-copy { padding-left: 40px; border-left: 1px solid var(--line); }
.intro-copy p { max-width: 530px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.lead-copy { color: var(--ink) !important; font: 22px/1.5 Georgia, serif !important; }
.intro-copy p + p { margin-top: 25px; }

.gateway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-bottom: 120px; }
.gateway-card { position: relative; min-height: 570px; overflow: hidden; background-repeat: no-repeat; transition: transform .35s; }
.gateway-card.sector-agri { background-image: url('assets/cured-vanilla-beans-hd.jpg'); background-position: center; }
.gateway-card.sector-furniture { background-image: url('assets/luxury-teak-interior-hd.jpg'); background-position: center; }
.gateway-card.sector-fashion { background-image: url('assets/natural-linen-apparel-hd.jpg'); background-position: 68% center; }
.gateway-card:hover { transform: translateY(-8px); }
.gateway-card::before { content: ""; position: absolute; inset: 0; background: inherit; transition: transform .7s; }
.gateway-card:hover::before { transform: scale(1.055); }
.card-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,22,14,.94), rgba(6,22,14,.04) 70%); }
.card-content { position: relative; z-index: 2; height: 100%; min-height: 570px; padding: 27px 28px 31px; display: flex; flex-direction: column; justify-content: space-between; color: white; }
.card-number { margin: 0; font-size: 9px; letter-spacing: .22em; text-transform: uppercase; opacity: .75; }
.card-tagline { margin: 0 0 9px; color: #d9c6a1; font: italic 17px/1.2 Georgia, serif; text-transform: capitalize; }
.gateway-card h3 { max-width: 335px; margin: 0; font: 30px/1.1 Georgia, serif; }
.gateway-card .card-content > div > p:not(.card-tagline) { min-height: 66px; margin: 17px 0 21px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.65; }
.gateway-card a { display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.35); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

.story { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--cream); }
.story-visual { position: relative; min-height: 780px; background-repeat: no-repeat; }
.story-stamp { position: absolute; right: -76px; top: 76px; width: 152px; height: 152px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--forest); color: white; border-radius: 50%; text-align: center; }
.story-stamp::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.story-stamp span, .story-stamp small { position: relative; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.story-stamp strong { position: relative; margin: 6px 0; font: italic 22px/1 Georgia, serif; color: #d9c6a1; }
.story-copy { align-self: center; padding: 80px 8vw 80px 10vw; }
.story-copy h2 { font-size: clamp(48px, 5vw, 72px); }
.story-copy > p:not(.eyebrow) { max-width: 590px; margin: 28px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.vision-mission { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); }
.vision-mission span, .quality-anchor span, .office-list span { font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--leaf); }
.vision-mission p { margin: 11px 0 0; font: 16px/1.5 Georgia, serif; }

.values .section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 58px; }
.value-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: 245px 245px; gap: 14px; }
.value-card { position: relative; overflow: hidden; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; background-size: cover; background-repeat: no-repeat; color: white; }
.value-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,29,19,.91), rgba(8,29,19,.14)); }
.value-card > * { position: relative; z-index: 2; }
.value-card > span { font-size: 9px; letter-spacing: .15em; }
.value-card h3 { margin: 0; font: 23px/1.1 Georgia, serif; }
.value-card p { margin: 10px 0 0; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.55; }
.value-1 { grid-column: span 2; background-image: url('assets/cured-vanilla-beans-hd.jpg'); background-position: center; }
.value-2 { grid-column: span 2; background-image: url('assets/vanilla-plantation-hd.jpg'); background-position: 26% center; }
.value-3 { grid-column: span 2; background-image: url('assets/teak-craftsman-hd.jpg'); background-position: 54% center; }
.value-4 { grid-column: span 3; background-image: url('assets/luxury-teak-interior-hd.jpg'); background-position: center; }
.value-5 { grid-column: span 3; background-image: url('assets/indigo-textile-artisan-hd.jpg'); background-position: 52% center; }

.capabilities { background: var(--forest-deep); color: white; }
.capability-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: end; margin-bottom: 80px; }
.capability-heading > p { max-width: 480px; margin: 0 0 7px; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.8; }
.capability-table { border-top: 1px solid rgba(255,255,255,.22); }
.table-head, .capability-row { display: grid; grid-template-columns: 1.05fr 1fr 1fr; gap: 50px; }
.table-head { padding: 20px 0; color: rgba(255,255,255,.4); font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
.capability-row { align-items: center; padding: 29px 0; border-top: 1px solid rgba(255,255,255,.13); }
.capability-row > div { display: grid; grid-template-columns: 40px 1fr; gap: 20px; align-items: start; }
.capability-row span { color: var(--brass); font-size: 10px; letter-spacing: .14em; }
.capability-row h3 { margin: 0; font: 21px/1.2 Georgia, serif; }
.capability-row p { margin: 0; color: rgba(255,255,255,.63); font-size: 12px; line-height: 1.65; }

.future-cta { position: relative; min-height: 730px; color: white; overflow: hidden; }
.future-image { position: absolute; inset: 0; background-repeat: no-repeat; background-position: center; background-size: cover; transform: scale(1.05); filter: saturate(.65); }
.future-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,35,24,.91) 0%, rgba(11,35,24,.68) 55%, rgba(11,35,24,.32)); }
.future-content { position: relative; z-index: 2; padding-top: 120px; }
.future-content h2 { font-size: clamp(58px, 7vw, 94px); }
.cares { max-width: 760px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 52px 0 42px; }
.cares div { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.33); }
.cares strong { display: block; font: italic 20px/1 Georgia, serif; color: #d9c6a1; }
.cares span { display: block; margin-top: 9px; color: rgba(255,255,255,.66); font-size: 10px; line-height: 1.55; }

.split-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 110px; align-items: end; margin-bottom: 70px; }
.split-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.hub-list { border-top: 1px solid var(--line); }
.hub-row { display: grid; grid-template-columns: 1.03fr .97fr; gap: 75px; padding: 65px 0; border-bottom: 1px solid var(--line); }
.hub-image { position: relative; min-height: 430px; background-repeat: no-repeat; background-size: cover; }
.hub-image.sector-agri { background-position: 28% center; }
.hub-image.sector-furniture { background-position: center; }
.hub-image.sector-fashion { background-position: 52% center; }
.hub-image span { position: absolute; top: 20px; left: 20px; display: grid; place-items: center; width: 52px; height: 52px; background: var(--paper); font: italic 20px/1 Georgia, serif; }
.hub-copy { align-self: center; }
.hub-copy h3 { max-width: 500px; margin: 0; font: 39px/1.09 Georgia, serif; }
.hub-copy > p:not(.card-tagline) { max-width: 520px; margin: 22px 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.quality-anchor { margin: 28px 0 28px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quality-anchor p { margin: 9px 0 0; font: 15px/1.55 Georgia, serif; }

.compliance { background: #1c2b23; color: white; }
.compliance-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 80px; align-items: end; }
.compliance-heading .eyebrow { grid-column: 1 / -1; }
.compliance-heading > p:last-child { max-width: 470px; margin: 0 0 7px; color: rgba(255,255,255,.62); line-height: 1.8; }
.compliance-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.compliance-grid article { padding: 28px 32px 34px 0; min-height: 340px; border-right: 1px solid rgba(255,255,255,.15); }
.compliance-grid article + article { padding-left: 32px; }
.compliance-grid article:last-child { border-right: 0; }
.compliance-grid article > span { color: var(--brass); font: italic 22px/1 Georgia, serif; }
.compliance-grid .status { margin: 55px 0 9px; color: #d9c6a1; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.compliance-grid h3 { margin: 0; font: 28px/1.15 Georgia, serif; }
.compliance-grid article > p:not(.status) { min-height: 67px; color: rgba(255,255,255,.61); font-size: 12px; line-height: 1.65; }
.compliance-grid a { display: inline-block; margin-top: 17px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.contact { display: grid; grid-template-columns: .82fr 1.18fr; gap: 120px; }
.contact-intro { position: sticky; top: 40px; align-self: start; }
.contact-intro h2 { font-size: clamp(58px, 6vw, 85px); }
.contact-intro > p:not(.eyebrow) { max-width: 480px; margin: 29px 0 0; }
.office-list { margin-top: 60px; border-top: 1px solid var(--line); }
.office-list div { padding: 17px 0; border-bottom: 1px solid var(--line); }
.office-list p { margin: 7px 0 0; font: 16px/1.4 Georgia, serif; }
.enquiry-form { padding: 42px; background: var(--cream); }
.enquiry-form label:not(.check-field) { display: block; margin-bottom: 25px; }
.enquiry-form label > span { display: block; margin-bottom: 9px; color: var(--leaf); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.enquiry-form input:not([type="checkbox"]), .enquiry-form select, .enquiry-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(28,37,31,.35); border-radius: 0; padding: 10px 0 13px; background: transparent; color: var(--ink); outline: none; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-bottom-color: var(--forest); }
.enquiry-form input::placeholder, .enquiry-form textarea::placeholder { color: #8a8d87; }
.form-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.check-field { display: grid; grid-template-columns: 17px 1fr; gap: 12px; align-items: start; margin: 24px 0; }
.check-field input { margin: 0; width: 16px; height: 16px; accent-color: var(--forest); }
.check-field span { margin: 0 !important; color: var(--muted) !important; font-size: 10px !important; line-height: 1.5; letter-spacing: 0 !important; text-transform: none !important; }
.enquiry-form .button { width: 100%; }
.privacy-note { text-align: center; color: var(--muted); font-size: 9px; }

footer { padding-top: 70px; background: var(--forest-deep); color: white; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 80px; align-items: start; padding-bottom: 65px; }
.footer-top > p { margin: 0; color: #d9c6a1; font: italic 26px/1.35 Georgia, serif; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 35px; }
.footer-links a { padding-bottom: 9px; border-bottom: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.68); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.46); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.footer-bottom div { display: flex; gap: 25px; }

@media (max-width: 1000px) {
  .shell { width: min(100% - 40px, 900px); }
  .site-header { padding: 0 24px; }
  .desktop-nav, .header-cta { display: none; }
  .header-actions { margin-left: auto; }
  .mobile-menu { display: block; position: relative; margin-left: 12px; }
  .mobile-menu summary { list-style: none; width: 38px; height: 38px; display: grid; place-content: center; gap: 6px; cursor: pointer; border: 1px solid rgba(255,255,255,.4); }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 16px; height: 1px; background: white; }
  .mobile-menu nav { position: absolute; top: 46px; right: 0; width: 240px; display: flex; flex-direction: column; padding: 18px; background: var(--forest-deep); box-shadow: 0 14px 40px rgba(0,0,0,.28); }
  .mobile-menu nav a { padding: 12px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
  .hero { height: 850px; max-height: none; }
  .hero-panels { grid-template-columns: 1fr 1fr; }
  .hero-panel:last-child { display: none; }
  .gateway-grid { grid-template-columns: 1fr 1fr; }
  .gateway-card:last-child { grid-column: 1 / -1; min-height: 500px; }
  .story { grid-template-columns: 1fr; }
  .story-visual { min-height: 560px; }
  .story-stamp { right: 35px; top: auto; bottom: -76px; }
  .story-copy { padding: 120px 7vw 80px; }
  .value-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 250px); }
  .value-card { grid-column: span 1; }
  .value-5 { grid-column: 1 / -1; }
  .contact { grid-template-columns: 1fr; gap: 60px; }
  .contact-intro { position: static; }
}

@media (max-width: 720px) {
  .shell { width: calc(100% - 32px); }
  .section { padding-block: 78px; }
  section[id] { scroll-margin-top: 78px; }
  .site-header { height: 78px; padding-inline: 16px; }
  .brand { min-width: 0; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { margin-top: 6px; font-size: 7px; letter-spacing: .2em; }
  .language-switcher button { min-width: 28px; height: 26px; }
  .mobile-menu { margin-left: 8px; }
  .hero { min-height: 760px; height: 100svh; }
  .hero-panels { display: block; }
  .hero-panel { height: 100%; border: 0; }
  .hero-panel:not(:first-child) { display: none; }
  .hero h1 { font-size: clamp(48px, 14vw, 70px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 23px; }
  .button { width: 100%; }
  .hero-foot .hero-note { display: none; }
  .intro, .capability-heading, .split-heading, .compliance-heading { grid-template-columns: 1fr; gap: 35px; }
  .intro-copy { padding: 25px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .gateway-grid { grid-template-columns: 1fr; padding-bottom: 78px; }
  .gateway-card:last-child { grid-column: auto; }
  .gateway-card, .card-content { min-height: 500px; }
  .story-visual { min-height: 480px; }
  .story-copy { padding: 110px 22px 70px; }
  .vision-mission { grid-template-columns: 1fr; }
  .value-grid { display: block; }
  .value-card { min-height: 245px; margin-bottom: 12px; }
  .table-head { display: none; }
  .capability-row { grid-template-columns: 1fr; gap: 17px; }
  .capability-row p { padding-left: 60px; }
  .future-cta { min-height: 780px; }
  .cares { grid-template-columns: 1fr; gap: 16px; }
  .hub-row { grid-template-columns: 1fr; gap: 30px; }
  .hub-image { min-height: 340px; }
  .compliance-grid { grid-template-columns: 1fr; }
  .compliance-grid article, .compliance-grid article + article { padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .compliance-grid article:last-child { border-bottom: 0; }
  .compliance-grid article > p:not(.status) { min-height: 0; }
  .contact { gap: 40px; }
  .enquiry-form { padding: 28px 20px; }
  .form-pair { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before { transition: none !important; }
}
