:root {
  --navy: #17135f;
  --navy-deep: #0d0b3d;
  --blue: #29307f;
  --gold: #f7b718;
  --gold-deep: #d99700;
  --sand: #bca86e;
  --ink: #1f2430;
  --muted: #667085;
  --line: #e5e7eb;
  --cloud: #f5f6f8;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(20, 22, 43, 0.12);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 100px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; background: var(--gold); color: var(--navy-deep); font-weight: 800; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { background: #f0f1f3; border-bottom: 1px solid #e5e7eb; color: #5d6370; font-size: 12px; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner p { margin: 0; }
.utility-location span { color: var(--gold-deep); font-size: 9px; margin-right: 7px; }
.site-header { position: relative; z-index: 50; }
.main-nav { background: rgba(255, 255, 255, 0.98); border-bottom: 1px solid rgba(17, 24, 39, 0.07); transition: box-shadow 0.2s ease; }
.main-nav.sticky { position: fixed; top: 0; left: 0; right: 0; box-shadow: 0 10px 30px rgba(10, 12, 35, 0.1); }
.nav-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand img { width: 46px; height: 46px; object-fit: contain; mix-blend-mode: multiply; }
.brand-copy { display: grid; line-height: 1; letter-spacing: 0.035em; }
.brand-copy strong { color: var(--gold-deep); font-size: 21px; }
.brand-copy small { margin-top: 5px; color: var(--navy); font-weight: 800; font-size: 10px; letter-spacing: 0.26em; }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links > a:not(.nav-cta) { position: relative; color: #505765; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.045em; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--gold); transition: right 0.2s ease; }
.nav-links > a:hover::after, .nav-links > a.active::after { right: 0; }
.nav-links > a.active { color: var(--navy); }
.nav-cta { padding: 12px 17px; border-radius: 2px; background: var(--gold); color: var(--navy-deep); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--navy); margin: 6px 0; transition: transform 0.2s ease, opacity 0.2s ease; }

.hero { position: relative; min-height: 650px; overflow: hidden; background: var(--navy-deep); }
.hero-slides, .hero-slide, .hero-slide img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-slide { margin: 0; opacity: 0; transform: scale(1.02); transition: opacity 0.9s ease, transform 5s ease; }
.hero-slide.active { opacity: 1; transform: scale(1.08); }
.hero-slide img { object-fit: cover; object-position: center; }
.hero-slide:nth-child(1) img { object-position: 64% center; }
.hero-slide:nth-child(2) img { object-position: center 54%; }
.hero-slide:nth-child(3) img { object-position: center 58%; }
.hero-shade { background: linear-gradient(90deg, rgba(7, 7, 35, 0.86) 0%, rgba(10, 10, 42, 0.65) 43%, rgba(10, 10, 42, 0.14) 76%, rgba(10, 10, 42, 0.3) 100%); }
.hero-inner { position: relative; z-index: 2; min-height: 650px; display: flex; align-items: center; }
.hero-panel { width: min(640px, 66%); padding: 48px 48px 52px; border-left: 4px solid var(--gold); background: rgba(12, 12, 48, 0.76); backdrop-filter: blur(4px); color: var(--white); box-shadow: var(--shadow); }
.eyebrow { margin: 0 0 13px; color: var(--gold-deep); font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold); }
.hero h1 { max-width: 560px; margin: 0; font-size: clamp(44px, 5.2vw, 70px); line-height: 0.98; letter-spacing: -0.045em; }
.hero-panel > p:not(.eyebrow) { max-width: 540px; margin: 24px 0 0; color: rgba(255, 255, 255, 0.8); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid transparent; border-radius: 2px; font-size: 12px; line-height: 1.2; font-weight: 800; text-transform: uppercase; letter-spacing: 0.055em; transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--navy-deep); }
.button-primary:hover { background: #ffc52c; }
.button-ghost { border-color: rgba(255, 255, 255, 0.55); color: var(--white); }
.button-ghost:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.08); }
.hero-controls { position: absolute; z-index: 3; right: 30px; bottom: 28px; display: flex; align-items: center; gap: 14px; }
.slide-control { width: 42px; height: 42px; border: 1px solid rgba(255, 255, 255, 0.55); border-radius: 50%; background: rgba(8, 8, 36, 0.42); color: var(--white); }
.slide-dots { display: flex; gap: 8px; }
.slide-dot { width: 27px; height: 3px; border: 0; padding: 0; background: rgba(255, 255, 255, 0.45); }
.slide-dot.active { background: var(--gold); }

.assurance-strip { position: relative; z-index: 4; margin-top: -1px; background: var(--white); border-bottom: 1px solid var(--line); }
.assurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.assurance-grid article { min-height: 122px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; padding: 25px 34px; border-right: 1px solid var(--line); }
.assurance-grid article:first-child { border-left: 1px solid var(--line); }
.assurance-number { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #f1d785; border-radius: 50%; color: var(--gold-deep); font-weight: 800; font-size: 12px; }
.assurance-grid strong { display: block; color: var(--navy); font-size: 15px; text-transform: uppercase; letter-spacing: 0.04em; }
.assurance-grid p { margin: 4px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }

.about-page-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); min-height: 620px; background: var(--navy-deep); color: var(--white); }
.about-page-hero-copy { display: grid; align-items: center; padding: 90px clamp(42px, 6vw, 100px) 90px max(20px, calc((100vw - 1180px) / 2)); }
.about-page-hero-copy > div { max-width: 690px; }
.about-page-hero-copy h1 { margin: 0; max-width: 680px; font-size: clamp(48px, 5.8vw, 76px); line-height: 1.02; letter-spacing: -0.045em; }
.about-page-hero-copy > div > p:not(.eyebrow) { max-width: 620px; margin: 25px 0 32px; color: rgba(255, 255, 255, 0.7); font-size: 17px; line-height: 1.7; }
.about-page-hero-media { position: relative; min-height: 620px; overflow: hidden; background: var(--blue); }
.about-page-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13, 11, 61, 0.03) 40%, rgba(13, 11, 61, 0.64) 100%); }
.about-page-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 67%; }
.about-hero-promise { position: absolute; z-index: 1; left: 0; bottom: 0; width: min(430px, calc(100% - 48px)); padding: 28px 34px; background: var(--gold); color: var(--navy-deep); }
.about-hero-promise span { display: block; margin-bottom: 5px; font-size: 10px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.about-hero-promise strong { display: block; font-size: 20px; line-height: 1.3; }
.about-page-values { background: var(--cloud); }
.about-page-values .value-cards article { background: var(--white); }
.about-cta-section { padding: 80px 0; background: var(--navy); }
.about-cta { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.about-cta > div { max-width: 780px; }
.about-cta h2 { color: var(--white); font-size: clamp(32px, 4vw, 48px); }
.about-cta .button { flex: 0 0 auto; }
.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 84px; align-items: center; }
.about-visual { position: relative; padding: 30px 0 30px 30px; }
.about-visual::before { content: ""; position: absolute; top: 0; left: 0; width: 70%; height: 80%; background: var(--cloud); }
.image-frame { position: relative; z-index: 1; height: 520px; overflow: hidden; box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-badge { position: absolute; z-index: 2; right: -36px; bottom: 0; width: 170px; height: 170px; display: grid; align-content: center; justify-items: center; border: 8px solid var(--white); border-radius: 50%; background: var(--gold); color: var(--navy-deep); text-align: center; box-shadow: var(--shadow); }
.about-badge span { font-size: 36px; line-height: 1; }
.about-badge strong { margin-top: 3px; font-size: 14px; text-transform: uppercase; }
.about-badge small { font-size: 10px; }
h2 { margin: 0; color: var(--ink); font-size: clamp(34px, 4.2vw, 54px); line-height: 1.08; letter-spacing: -0.035em; }
.lead { font-size: 19px; line-height: 1.6; }
.about-copy > p:not(.eyebrow) { color: #596170; }
.principle-list { margin: 28px 0; border-top: 1px solid var(--line); }
.principle-list > div, .contact-points > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.principle-list span, .contact-points span { color: var(--gold-deep); font-size: 11px; font-weight: 800; }
.principle-list p, .contact-points p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.principle-list strong, .contact-points strong { display: block; color: var(--ink); font-size: 14px; }
.text-link { display: inline-flex; gap: 15px; align-items: center; color: var(--navy); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.text-link span { color: var(--gold-deep); font-size: 19px; transition: transform 0.2s ease; }
.text-link:hover span { transform: translateX(5px); }

.services-section { background: var(--cloud); }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading h2 { position: relative; padding-bottom: 20px; }
.section-heading h2::after { content: ""; position: absolute; bottom: 0; left: 50%; width: 55px; height: 3px; transform: translateX(-50%); background: var(--gold); }
.section-heading > p:last-child { margin: 22px auto 0; color: var(--muted); font-size: 15px; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.service-card { grid-column: span 2; background: var(--white); border-bottom: 3px solid transparent; box-shadow: 0 10px 30px rgba(19, 23, 45, 0.06); transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease; }
.service-card:nth-child(4) { grid-column: 2 / span 2; }
.service-card:hover { transform: translateY(-7px); border-color: var(--gold); box-shadow: var(--shadow); }
.service-image { position: relative; height: 205px; overflow: hidden; background: #dfe3e9; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease; }
.service-card:nth-child(5) .service-image img { object-position: center 68%; }
.service-card:hover .service-image img { transform: scale(1.05); }
.service-image span { position: absolute; left: 0; bottom: 0; width: 55px; height: 55px; display: grid; place-items: center; background: var(--gold); color: var(--navy); font-weight: 800; }
.service-body { padding: 25px 27px 29px; }
.service-body h3 { margin: 0; color: var(--navy); font-size: 18px; text-transform: uppercase; letter-spacing: 0.035em; }
.service-body p { margin: 11px 0 0; color: var(--muted); font-size: 13px; }

.purpose-section { overflow: hidden; }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.purpose-image { position: relative; min-height: 580px; }
.purpose-image::before { content: ""; position: absolute; left: -100vw; right: 12%; top: -100px; bottom: -100px; background: var(--navy); }
.purpose-image img { position: absolute; z-index: 1; inset: 30px 0 30px 8%; width: 82%; height: calc(100% - 60px); object-fit: cover; object-position: center; box-shadow: var(--shadow); }
.purpose-mark { position: absolute; z-index: 2; right: -15px; bottom: 30px; padding: 18px 23px; background: var(--gold); color: var(--navy-deep); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; }
.purpose-content h2 { max-width: 560px; }
.tabs { margin-top: 35px; }
.tab-list { display: flex; border-bottom: 1px solid var(--line); }
.tab-list button { flex: 1; padding: 14px 8px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: #777f8b; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; }
.tab-list button[aria-selected="true"] { color: var(--navy); border-color: var(--gold); }
.tab-panel { padding: 29px 0 0; }
.tab-panel h3 { margin: 0; color: var(--navy); font-size: 23px; line-height: 1.3; }
.tab-panel p { color: var(--muted); }

.commodities-section { background: var(--cloud); }
.commodity-gallery { display: grid; grid-template-columns: 1.2fr 0.8fr; grid-template-rows: repeat(2, 220px); gap: 18px; }
.commodity-feature { position: relative; overflow: hidden; }
.commodity-feature.large { grid-row: 1 / 3; }
.commodity-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(8, 8, 38, 0.83) 100%); }
.commodity-feature img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.commodity-feature:nth-child(2) img { object-position: center 58%; }
.commodity-feature:hover img { transform: scale(1.04); }
.commodity-feature > div { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 24px; color: var(--white); }
.commodity-feature span { color: var(--gold); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; }
.commodity-feature h3 { margin: 5px 0 0; font-size: 24px; line-height: 1.15; }
.commodity-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; border-top: 1px solid #dcdfe4; border-left: 1px solid #dcdfe4; background: var(--white); }
.commodity-list div { min-height: 78px; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 10px; padding: 16px 20px; border-right: 1px solid #dcdfe4; border-bottom: 1px solid #dcdfe4; color: #444b58; font-size: 13px; }
.commodity-list span { color: var(--gold-deep); font-size: 10px; font-weight: 800; }

.approach-section { position: relative; overflow: hidden; padding: 0; background: #f1f3f6; color: var(--navy); }
.approach-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); min-height: 780px; }
.approach-visual { position: relative; min-height: 780px; margin: 0; overflow: hidden; background: var(--navy); }
.approach-visual::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(7, 7, 35, 0.04) 35%, rgba(7, 7, 35, 0.78) 100%); }
.approach-visual::after { content: ""; position: absolute; z-index: 2; top: 0; right: 0; width: 10px; height: 32%; background: var(--gold); }
.approach-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.approach-visual-caption { position: absolute; z-index: 3; right: 0; bottom: 56px; width: min(390px, calc(100% - 52px)); padding: 30px 34px; background: var(--gold); color: var(--navy-deep); }
.approach-visual-caption span { display: block; margin-bottom: 9px; font-size: 10px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.approach-visual-caption strong { display: block; font-size: 25px; line-height: 1.15; }
.approach-visual-caption p { margin: 8px 0 0; font-size: 13px; line-height: 1.5; }
.approach-content { align-self: center; padding: 88px clamp(42px, 6vw, 105px); }
.approach-content h2 { max-width: 650px; margin-bottom: 22px; }
.approach-intro { max-width: 640px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.approach-pillars { max-width: 680px; margin-top: 35px; border-top: 1px solid #d6d9df; }
.approach-pillars article { position: relative; padding: 23px 0 23px 37px; border-bottom: 1px solid #d6d9df; }
.approach-pillars article::before { content: ""; position: absolute; left: 2px; top: 29px; width: 12px; height: 12px; background: var(--gold); transform: rotate(45deg); }
.approach-pillars span { display: block; color: var(--gold-deep); font-size: 10px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.approach-pillars h3 { margin: 5px 0 7px; color: var(--navy); font-size: 19px; line-height: 1.3; }
.approach-pillars p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.approach-result { max-width: 680px; display: grid; grid-template-columns: 110px 1fr; gap: 25px; align-items: center; margin-top: 32px; padding: 23px 25px; border-left: 4px solid var(--gold); background: var(--navy-deep); color: var(--white); }
.approach-result span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.approach-result p { margin: 0; color: rgba(255, 255, 255, 0.75); font-size: 13px; line-height: 1.55; }

.values-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 80px; align-items: start; }
.values-intro { position: sticky; top: 130px; }
.values-intro > p:not(.eyebrow) { color: var(--muted); }
.values-intro blockquote { margin: 35px 0 0; padding: 25px 0 25px 28px; border-left: 4px solid var(--gold); color: var(--navy); font-size: 24px; font-weight: 800; line-height: 1.3; }
.value-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.value-cards article { min-height: 230px; display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 33px 27px; background: var(--cloud); border-top: 3px solid transparent; transition: border-color 0.2s ease, transform 0.2s ease; }
.value-cards article:hover { border-color: var(--gold); transform: translateY(-4px); }
.value-cards span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--gold-deep); font-weight: 800; }
.value-cards h3 { margin: 7px 0 10px; color: var(--navy); font-size: 19px; text-transform: uppercase; }
.value-cards p { margin: 0; color: var(--muted); font-size: 13px; }

.contact-page-hero { position: relative; overflow: hidden; background: var(--navy-deep); color: var(--white); }
.contact-page-hero::before { content: ""; position: absolute; top: -26%; right: -5%; width: 42vw; height: 155%; background: rgba(41, 48, 127, 0.36); transform: skewX(-13deg); }
.contact-page-hero::after { content: ""; position: absolute; left: 0; bottom: 0; width: 31%; height: 8px; background: var(--gold); }
.contact-hero-inner { position: relative; z-index: 1; min-height: 470px; display: grid; grid-template-columns: 1.12fr 0.88fr; gap: clamp(48px, 8vw, 120px); align-items: center; padding: 70px 0; }
.contact-hero-copy { max-width: 720px; }
.contact-hero-copy h1 { margin: 0; max-width: 720px; font-size: clamp(48px, 6vw, 78px); line-height: 1.02; letter-spacing: -0.045em; }
.contact-hero-copy > p:last-child { max-width: 640px; margin: 25px 0 0; color: rgba(255, 255, 255, 0.7); font-size: 17px; line-height: 1.7; }
.contact-hero-brief { padding: 36px 38px; border-top: 4px solid var(--gold); background: rgba(255, 255, 255, 0.08); backdrop-filter: blur(5px); }
.contact-hero-brief > span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.contact-hero-brief h2 { margin: 9px 0 26px; color: var(--white); font-size: 28px; letter-spacing: -0.02em; }
.contact-hero-brief ul { margin: 0; padding: 0; list-style: none; }
.contact-hero-brief li { position: relative; padding: 13px 0 13px 25px; border-top: 1px solid rgba(255, 255, 255, 0.13); color: rgba(255, 255, 255, 0.76); font-size: 13px; }
.contact-hero-brief li::before { content: ""; position: absolute; left: 2px; top: 20px; width: 7px; height: 7px; background: var(--gold); }
.contact-section { background: #f8f7f3; }
.contact-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 70px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); }
.contact-points { margin-top: 28px; }
.enquiry-form { padding: 38px; background: var(--white); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.enquiry-form label { display: grid; gap: 8px; margin-bottom: 18px; color: #353b46; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; border: 1px solid #d9dde4; border-radius: 0; outline: 0; background: #fff; color: var(--ink); padding: 13px 14px; font-size: 14px; font-weight: 400; text-transform: none; letter-spacing: normal; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--gold-deep); box-shadow: 0 0 0 3px rgba(247, 183, 24, 0.16); }
.enquiry-form [aria-invalid="true"] { border-color: #b42318; }
.enquiry-form textarea { resize: vertical; min-height: 130px; }
.form-footer { display: flex; align-items: center; gap: 20px; }
.form-footer .button { border: 0; }
.form-status { margin: 0; color: #067647; font-size: 13px; }

.site-footer { background: var(--navy-deep); color: rgba(255, 255, 255, 0.7); }
.footer-ribbon { background: var(--gold); color: var(--navy-deep); }
.ribbon-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.ribbon-grid > div { min-height: 120px; display: grid; grid-template-columns: 43px 1fr; align-items: center; gap: 15px; padding: 20px 32px; border-right: 1px solid rgba(23, 19, 95, 0.18); }
.ribbon-grid > div:first-child { border-left: 1px solid rgba(23, 19, 95, 0.18); }
.ribbon-grid span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(23, 19, 95, 0.35); border-radius: 50%; font-size: 10px; font-weight: 800; }
.ribbon-grid p { margin: 0; font-size: 12px; line-height: 1.4; }
.ribbon-grid strong { display: block; font-size: 14px; text-transform: uppercase; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 0.65fr 0.8fr 1.05fr 1.15fr; gap: 42px; padding-top: 72px; padding-bottom: 65px; }
.footer-brand img { padding: 2px; border-radius: 50%; background: var(--white); mix-blend-mode: normal; }
.footer-about p { max-width: 320px; color: rgba(255, 255, 255, 0.58); font-size: 13px; }
.footer-grid h2 { margin: 0 0 18px; color: var(--white); font-size: 14px; line-height: 1.3; letter-spacing: 0.06em; text-transform: uppercase; }
.footer-grid > div:not(.footer-about):not(.footer-promise) a { display: block; margin: 9px 0; font-size: 12px; }
.footer-grid a:hover { color: var(--gold); }
.footer-contact address { font-style: normal; }
.footer-contact address p { margin: 0 0 15px; color: rgba(255, 255, 255, 0.65); font-size: 12px; line-height: 1.55; }
.footer-contact address span { display: block; margin-bottom: 3px; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-contact address a { margin: 0 !important; overflow-wrap: anywhere; }
.footer-promise h2 { color: var(--gold); font-size: 21px; line-height: 1.35; text-transform: none; letter-spacing: 0; }
.light-link { color: var(--white); }
.light-link span { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); }
.footer-bottom .container { min-height: 67px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .nav-links { gap: 16px; }
  .nav-links > a:not(.nav-cta) { font-size: 10px; }
  .nav-cta { display: none; }
  .hero, .hero-inner { min-height: 590px; }
  .hero-panel { width: min(660px, 78%); }
  .about-grid, .purpose-grid, .values-grid, .contact-grid { gap: 48px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card, .service-card:nth-child(4) { grid-column: auto; }
  .service-card.featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .service-card.featured .service-image { height: 100%; min-height: 230px; }
  .commodity-list { grid-template-columns: repeat(2, 1fr); }
  .approach-layout { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); }
  .approach-content { padding: 72px 45px; }
  .footer-grid { grid-template-columns: 1.2fr 0.7fr 0.8fr; }
  .footer-contact { grid-column: 1 / 2; }
  .footer-promise { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
  .section { padding: 80px 0; }
  .utility-location { display: none; }
  .utility-inner { justify-content: center; text-align: center; }
  .nav-inner { min-height: 72px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-8px) rotate(-45deg); }
  .nav-links { position: fixed; inset: 0; padding: 115px 30px 35px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); transform: translateX(100%); transition: transform 0.3s ease; }
  .nav-links.open { transform: translateX(0); }
  .nav-links > a:not(.nav-cta) { padding: 15px 5px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .nav-links > a:not(.nav-cta)::after { display: none; }
  .nav-cta { display: inline-flex; justify-content: center; margin-top: 24px; padding: 16px; }
  .hero-panel { width: min(610px, 88%); padding: 40px; }
  .assurance-grid { grid-template-columns: 1fr; }
  .assurance-grid article, .assurance-grid article:first-child { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .about-page-hero { grid-template-columns: 1fr; }
  .about-page-hero-copy { padding: 82px 30px; }
  .about-page-hero-media { min-height: 520px; }
  .about-grid, .purpose-grid, .values-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-visual { max-width: 590px; margin: 0 auto 20px; }
  .about-badge { right: 0; }
  .purpose-image { min-height: 490px; }
  .purpose-image::before { left: -40px; right: 12%; top: -80px; }
  .commodity-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 230px; }
  .commodity-feature.large { grid-column: 1 / -1; grid-row: auto; }
  .approach-layout { grid-template-columns: 1fr; }
  .approach-visual { min-height: 520px; }
  .approach-content { padding: 72px 30px; }
  .values-intro { position: static; }
  .contact-hero-inner { min-height: 0; grid-template-columns: 1fr; gap: 45px; padding: 85px 0; }
  .contact-hero-brief { max-width: 620px; }
  .ribbon-grid { grid-template-columns: 1fr; }
  .ribbon-grid > div, .ribbon-grid > div:first-child { border-left: 1px solid rgba(23, 19, 95, 0.18); border-bottom: 1px solid rgba(23, 19, 95, 0.18); }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
  .footer-contact { grid-column: auto; }
  .footer-promise { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  :root { --container: min(100% - 28px, 1180px); }
  .section { padding: 68px 0; }
  .brand img { width: 39px; height: 39px; }
  .brand-copy strong { font-size: 18px; }
  .hero, .hero-inner { min-height: 660px; }
  .hero-shade { background: linear-gradient(90deg, rgba(7, 7, 35, 0.88), rgba(7, 7, 35, 0.44)); }
  .hero-panel { width: 100%; padding: 34px 25px 38px; }
  .hero h1 { font-size: 43px; }
  .hero-panel > p:not(.eyebrow) { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-controls { right: 16px; bottom: 16px; }
  .assurance-grid article { padding: 20px 18px; }
  .about-page-hero-copy { padding: 70px 20px; }
  .about-page-hero-copy h1 { font-size: 46px; }
  .about-page-hero-media { min-height: 410px; }
  .about-hero-promise { width: calc(100% - 24px); padding: 24px; }
  .about-visual { padding: 18px 0 20px 18px; }
  .image-frame { height: 390px; }
  .about-badge { width: 135px; height: 135px; border-width: 6px; }
  h2 { font-size: 37px; }
  .lead { font-size: 17px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card.featured { grid-column: auto; display: block; }
  .service-card.featured .service-image { min-height: 205px; }
  .purpose-grid { gap: 50px; }
  .purpose-image { min-height: 410px; }
  .purpose-mark { right: 0; }
  .tab-list { overflow-x: auto; }
  .tab-list button { min-width: 105px; }
  .commodity-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(3, 250px); }
  .commodity-feature.large { grid-column: auto; }
  .commodity-feature > div { left: 20px; right: 20px; bottom: 19px; }
  .commodity-feature h3 { font-size: 20px; }
  .commodity-list { grid-template-columns: 1fr; }
  .approach-visual { min-height: 430px; }
  .approach-visual-caption { bottom: 24px; width: calc(100% - 24px); padding: 24px; }
  .approach-content { padding: 60px 20px; }
  .approach-result { grid-template-columns: 1fr; gap: 8px; }
  .value-cards { grid-template-columns: 1fr; }
  .about-cta { align-items: flex-start; flex-direction: column; }
  .contact-hero-inner { padding: 70px 0; }
  .contact-hero-copy h1 { font-size: 46px; }
  .contact-hero-brief { padding: 28px 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .enquiry-form { padding: 26px 20px; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; padding-top: 55px; }
  .footer-promise { grid-column: auto; }
  .footer-bottom .container { padding: 18px 0; flex-direction: column; justify-content: center; text-align: center; }
}

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