:root {
  --fi-ink: #10221d;
  --fi-ink-2: #19332b;
  --fi-forest: #0d5949;
  --fi-forest-dark: #083d33;
  --fi-mint: #dbece5;
  --fi-sand: #f3efe7;
  --fi-sand-2: #faf8f3;
  --fi-copper: #c98242;
  --fi-copper-dark: #aa6530;
  --fi-white: #ffffff;
  --fi-muted: #60726b;
  --fi-border: #dce4df;
  --fi-shadow: 0 22px 55px rgba(16, 34, 29, .11);
  --fi-shadow-soft: 0 12px 32px rgba(16, 34, 29, .08);
  --fi-radius: 22px;
  --fi-radius-sm: 14px;
  --fi-shell: 1180px;
  --fi-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --fi-display: "Aptos Display", "Trebuchet MS", ui-sans-serif, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--fi-ink); background: var(--fi-white); font-family: var(--fi-sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }

.shell { width: min(calc(100% - 40px), var(--fi-shell)); margin-inline: auto; }
.section { padding: 96px 0; }
.narrow-heading, .narrow-content { max-width: 780px; margin-inline: auto; }
.centered { text-align: center; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 9999; padding: 10px 15px; background: var(--fi-white); color: var(--fi-ink); }
.skip-link:focus { top: 12px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

h1, h2, h3 { font-family: var(--fi-display); line-height: 1.08; letter-spacing: -.035em; margin: 0 0 18px; }
h1 { font-size: clamp(2.8rem, 5.8vw, 5.4rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.55rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 20px; }
.eyebrow { margin: 0 0 14px; color: var(--fi-forest); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 850; }
.eyebrow-light { color: #d7ece5; }
.text-link { display: inline-flex; gap: 7px; color: var(--fi-forest); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px; text-decoration: none; font-weight: 800; transition: .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-solid { background: var(--fi-forest); color: var(--fi-white); }
.button-solid:hover { background: var(--fi-forest-dark); }
.button-accent { background: var(--fi-copper); color: #17130f; }
.button-accent:hover { background: #dda366; }
.button-outline { border-color: var(--fi-forest); color: var(--fi-forest); background: transparent; }
.button-outline:hover { background: var(--fi-forest); color: var(--fi-white); }
.button-ghost-light { border-color: rgba(255,255,255,.55); color: var(--fi-white); background: rgba(255,255,255,.04); }
.button-ghost-light:hover { background: rgba(255,255,255,.12); }

.topline { background: var(--fi-ink); color: #bcd0c9; font-size: .73rem; }
.topline-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(16,34,29,.08); backdrop-filter: blur(14px); }
.header-inner { min-height: 84px; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 28px; }
.brand-lockup, .custom-logo-link { display: inline-flex; align-items: center; text-decoration: none; }
.brand-lockup img, .custom-logo { width: 230px; max-height: 62px; object-fit: contain; object-position: left center; }
.primary-navigation { justify-self: center; }
.primary-menu, .footer-menu { list-style: none; padding: 0; margin: 0; }
.primary-menu { display: flex; gap: 34px; align-items: center; }
.primary-menu a { text-decoration: none; font-size: .9rem; font-weight: 760; color: var(--fi-ink-2); }
.primary-menu a:hover { color: var(--fi-forest); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle-lines { display: grid; gap: 4px; }
.menu-toggle-lines i { display: block; width: 25px; height: 2px; background: var(--fi-ink); }

.hero { color: var(--fi-white); background: linear-gradient(120deg, #102b25 0%, #0a473b 58%, #0e6350 100%); overflow: hidden; }
.hero-home { padding: 82px 0 74px; position: relative; }
.hero-home::after { content: ""; position: absolute; width: 430px; height: 430px; right: -160px; top: -190px; border-radius: 50%; background: rgba(201,130,66,.12); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.hero-copy h1 { max-width: 760px; color: var(--fi-white); }
.hero-lead { max-width: 720px; color: #d6e3df; font-size: 1.08rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 31px 0 34px; }
.hero-kpis { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.15); padding-top: 25px; }
.hero-kpis div { padding-right: 18px; }
.hero-kpis strong, .hero-kpis span { display: block; }
.hero-kpis strong { font-size: .94rem; }
.hero-kpis span { color: #aac3ba; font-size: .73rem; margin-top: 3px; }
.hero-photo-wrap { position: relative; padding: 20px 0 20px 28px; }
.hero-photo { width: 100%; aspect-ratio: 7/5; object-fit: cover; border-radius: 40px 40px 40px 6px; box-shadow: 0 32px 80px rgba(0,0,0,.28); }
.hero-photo-badge { position: absolute; left: 0; bottom: 0; display: flex; gap: 12px; align-items: center; max-width: 310px; padding: 17px 19px; border-radius: 14px; color: var(--fi-ink); background: var(--fi-white); box-shadow: var(--fi-shadow-soft); }
.hero-photo-badge > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--fi-white); background: var(--fi-forest); }
.hero-photo-badge strong, .hero-photo-badge small { display: block; }
.hero-photo-badge small { color: var(--fi-muted); font-size: .72rem; line-height: 1.35; }

.service-strip { background: var(--fi-white); border-bottom: 1px solid var(--fi-border); }
.service-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-strip article { min-height: 112px; display: flex; gap: 15px; align-items: center; padding: 22px 20px; border-right: 1px solid var(--fi-border); }
.service-strip article:last-child { border-right: 0; }
.service-icon { flex: 0 0 40px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--fi-forest); background: var(--fi-mint); font-size: .68rem; font-weight: 900; }
.service-strip h2 { margin: 0 0 5px; font-size: .95rem; letter-spacing: -.01em; }
.service-strip p { margin: 0; color: var(--fi-muted); font-size: .76rem; line-height: 1.45; }

.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: center; }
.story-photo-card { position: relative; }
.story-photo-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 32px 8px 32px 8px; box-shadow: var(--fi-shadow); }
.story-photo-label { position: absolute; right: -28px; bottom: 28px; min-width: 220px; padding: 18px; border-radius: 12px; background: var(--fi-ink); color: var(--fi-white); box-shadow: var(--fi-shadow); }
.story-photo-label strong, .story-photo-label span { display: block; }
.story-photo-label span { color: #abc6bc; font-size: .74rem; }
.story-copy > p:not(.eyebrow) { color: var(--fi-muted); font-size: 1.02rem; }
.check-list { list-style: none; padding: 0; margin: 25px 0 32px; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: var(--fi-forest); font-weight: 900; }

.section-catalogue-preview { background: var(--fi-sand-2); }
.section-heading { margin-bottom: 46px; }
.section-heading-split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.section-heading-split > div:last-child { color: var(--fi-muted); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.product-card { overflow: hidden; display: flex; flex-direction: column; min-height: 100%; border: 1px solid var(--fi-border); border-radius: 18px; background: var(--fi-white); box-shadow: 0 7px 24px rgba(16,34,29,.045); }
.product-photo { background: #f7f6f2; aspect-ratio: 4/3; overflow: hidden; }
.product-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-photo img { transform: scale(1.025); }
.product-card-body { padding: 20px; display: flex; flex: 1; flex-direction: column; }
.product-category { margin: 0 0 7px; color: var(--fi-forest); font-size: .65rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 900; }
.product-card h3 { margin-bottom: 9px; font-size: 1.1rem; }
.product-card-body > p:not(.product-category) { color: var(--fi-muted); font-size: .8rem; line-height: 1.55; }
.product-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: auto 0 15px; }
.product-meta span { padding: 5px 8px; border-radius: 999px; background: var(--fi-sand); color: #52635c; font-size: .62rem; font-weight: 700; }
.product-card .text-link { font-size: .75rem; }

.section-projects { padding: 0; background: var(--fi-forest-dark); color: var(--fi-white); }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; width: min(100%, 1440px); }
.project-copy { padding: 80px max(30px, 6vw) 80px max(30px, calc((100vw - var(--fi-shell))/2)); }
.project-copy h2 { color: var(--fi-white); }
.project-copy > p:not(.eyebrow) { color: #c8d9d3; }
.project-photo img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.project-tags { display: flex; gap: 8px; flex-wrap: wrap; margin: 28px 0; }
.project-tags span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #d9e9e4; font-size: .72rem; }

.section-home-enquiry { background: var(--fi-sand); }
.enquiry-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.enquiry-copy > p:not(.eyebrow) { color: var(--fi-muted); }
.address-panel { margin-top: 34px; padding: 22px; border-left: 4px solid var(--fi-copper); background: rgba(255,255,255,.58); }
.address-panel span, .address-panel strong { display: block; }
.address-panel span { color: var(--fi-muted); font-size: .73rem; text-transform: uppercase; letter-spacing: .08em; }
.form-card { padding: 30px; border: 1px solid var(--fi-border); border-radius: 20px; background: var(--fi-white); box-shadow: var(--fi-shadow-soft); }
.enquiry-form { display: grid; gap: 16px; }
.enquiry-form label { display: grid; gap: 7px; color: var(--fi-ink-2); font-size: .78rem; font-weight: 750; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.enquiry-form input, .enquiry-form textarea { width: 100%; border: 1px solid #cfd9d4; border-radius: 9px; background: #fff; color: var(--fi-ink); padding: 12px 13px; outline: none; }
.enquiry-form input:focus, .enquiry-form textarea:focus { border-color: var(--fi-forest); box-shadow: 0 0 0 3px rgba(13,89,73,.09); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.form-notice { margin-bottom: 16px; padding: 12px 14px; border-radius: 9px; font-size: .82rem; }
.form-notice-success { background: #e8f5ed; color: #18583d; }
.form-notice-error { background: #fae9e6; color: #8b392c; }

/* Products page */
.catalogue-hero { padding: 76px 0 50px; background: var(--fi-sand-2); }
.catalogue-hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; }
.catalogue-hero-copy h1 { font-size: clamp(2.7rem, 5vw, 4.8rem); }
.catalogue-hero-copy > p:not(.eyebrow) { color: var(--fi-muted); font-size: 1.02rem; }
.hero-checks { list-style: none; padding: 0; margin: 27px 0 0; display: grid; gap: 10px; }
.hero-checks li { position: relative; padding-left: 28px; font-weight: 700; font-size: .86rem; }
.hero-checks li::before { content: "✓"; position: absolute; left: 0; color: var(--fi-forest); }
.catalogue-photo-wrap { position: relative; }
.catalogue-photo-wrap img { width: 100%; aspect-ratio: 7/5; object-fit: cover; border-radius: 8px 40px 8px 40px; box-shadow: var(--fi-shadow); }
.catalogue-photo-caption { position: absolute; left: 24px; right: 24px; bottom: -26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 20px; border-radius: 12px; background: var(--fi-white); box-shadow: var(--fi-shadow-soft); }
.catalogue-photo-caption strong, .catalogue-photo-caption span { display: block; }
.catalogue-photo-caption span { color: var(--fi-muted); font-size: .72rem; }
.catalogue-filter-section { position: sticky; top: 84px; z-index: 30; padding: 24px 0; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--fi-border); backdrop-filter: blur(12px); }
.product-filters { display: flex; gap: 9px; overflow-x: auto; scrollbar-width: thin; }
.filter-chip { flex: 0 0 auto; border: 1px solid var(--fi-border); border-radius: 999px; padding: 9px 15px; background: var(--fi-white); color: var(--fi-ink-2); font-size: .76rem; font-weight: 800; }
.filter-chip.is-active, .filter-chip:hover { color: var(--fi-white); border-color: var(--fi-forest); background: var(--fi-forest); }
.catalogue-section { padding-top: 80px; }
.sourcing-section { background: var(--fi-sand); }
.sourcing-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.sourcing-photo img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 50% 8px 50% 8px; }
.sourcing-copy > p:not(.eyebrow) { color: var(--fi-muted); }
.product-location { background: var(--fi-white); }
.location-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.location-grid > div > p:last-child { color: var(--fi-muted); }
.location-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding: 24px; border: 1px solid var(--fi-border); border-radius: 16px; text-decoration: none; box-shadow: var(--fi-shadow-soft); }
.location-card:hover { border-color: #a9beb5; }
.location-pin { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--fi-white); background: var(--fi-forest); font-size: 1.2rem; }
.location-card strong, .location-card small { display: block; }
.location-card small { color: var(--fi-muted); margin-top: 3px; }

/* Trade page */
.trade-hero { padding: 78px 0; color: var(--fi-white); background: linear-gradient(115deg, #0d2d26, #0b5949); }
.trade-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; }
.trade-hero h1 { color: var(--fi-white); font-size: clamp(2.8rem, 5vw, 4.9rem); }
.trade-hero-copy > p:not(.eyebrow) { color: #c8dad3; }
.trade-hero-photo { position: relative; }
.trade-hero-photo img { width: 100%; aspect-ratio: 7/5; object-fit: cover; border-radius: 32px 8px 32px 8px; box-shadow: 0 28px 65px rgba(0,0,0,.24); }
.trade-photo-note { position: absolute; left: -24px; bottom: -24px; padding: 17px 19px; border-radius: 12px; color: var(--fi-ink); background: var(--fi-white); box-shadow: var(--fi-shadow-soft); }
.trade-photo-note strong, .trade-photo-note span { display: block; }
.trade-photo-note span { color: var(--fi-muted); font-size: .68rem; margin-top: 3px; }
.trade-benefits { background: var(--fi-white); border-bottom: 1px solid var(--fi-border); }
.trade-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trade-benefit-grid article { padding: 30px 24px; border-right: 1px solid var(--fi-border); }
.trade-benefit-grid article:last-child { border-right: 0; }
.trade-benefit-grid span { color: var(--fi-copper-dark); font-size: .68rem; font-weight: 900; }
.trade-benefit-grid h2 { margin: 7px 0 8px; font-size: 1rem; letter-spacing: -.01em; }
.trade-benefit-grid p { margin: 0; color: var(--fi-muted); font-size: .77rem; line-height: 1.5; }
.trade-story-section { background: var(--fi-sand-2); }
.trade-story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.trade-story-copy > p:not(.eyebrow) { color: var(--fi-muted); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 28px; }
.audience-grid span { padding: 13px 15px; border: 1px solid var(--fi-border); border-radius: 10px; background: var(--fi-white); font-size: .78rem; font-weight: 800; }
.trade-story-photo img { width: 100%; aspect-ratio: 6/5; object-fit: cover; border-radius: 8px 44px 8px 44px; box-shadow: var(--fi-shadow); }
.process-section { background: var(--fi-white); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.process-grid article { position: relative; padding: 30px 24px; border: 1px solid var(--fi-border); border-radius: 16px; background: var(--fi-sand-2); }
.process-grid article > span { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 50%; color: var(--fi-white); background: var(--fi-forest); font-weight: 900; }
.process-grid h3 { margin-bottom: 8px; }
.process-grid p { margin: 0; color: var(--fi-muted); font-size: .8rem; }
.trade-enquiry-section { color: var(--fi-white); background: var(--fi-forest-dark); }
.trade-enquiry-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.trade-enquiry-copy h2 { color: var(--fi-white); }
.trade-enquiry-copy > p:not(.eyebrow) { color: #c4d7d0; }
.trade-contact-box { margin-top: 34px; padding: 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.06); }
.trade-contact-box span, .trade-contact-box strong { display: block; }
.trade-contact-box span { color: #aac6bc; font-size: .7rem; text-transform: uppercase; letter-spacing: .09em; }
.form-card-light { color: var(--fi-ink); }
.privacy-summary-section { background: var(--fi-sand); }
.privacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.privacy-grid article { padding: 26px; border: 1px solid var(--fi-border); border-radius: 14px; background: var(--fi-white); }
.privacy-grid h3 { margin-bottom: 8px; font-size: 1rem; letter-spacing: -.01em; }
.privacy-grid p { margin: 0; color: var(--fi-muted); font-size: .82rem; }

.fallback-section { min-height: 55vh; display: grid; place-items: center; background: var(--fi-sand-2); }

.site-footer { padding: 64px 0 24px; color: #c7d7d1; background: #0b261f; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr 1fr .9fr; gap: 50px; }
.site-footer .brand-lockup img, .site-footer .custom-logo { filter: brightness(0) invert(1); opacity: .92; }
.footer-brand p { max-width: 340px; color: #9fb6ad; font-size: .82rem; }
.site-footer h2 { margin-bottom: 17px; color: var(--fi-white); font-size: .82rem; letter-spacing: .01em; }
.site-footer p, .site-footer a { font-size: .76rem; }
.site-footer a { color: #dce8e3; text-decoration: none; }
.site-footer a:hover { color: var(--fi-white); }
.footer-menu { display: grid; gap: 8px; }
.footer-link { display: inline-flex; margin-top: 8px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 25px; margin-top: 46px; border-top: 1px solid rgba(255,255,255,.1); color: #8fa89f; }
.footer-bottom p { margin: 0; }

@media (max-width: 1020px) {
  .topline-inner span:last-child { display: none; }
  .header-inner { grid-template-columns: 1fr auto auto; }
  .primary-navigation { display: none; position: absolute; left: 20px; right: 20px; top: calc(100% + 1px); padding: 18px; border: 1px solid var(--fi-border); border-radius: 14px; background: var(--fi-white); box-shadow: var(--fi-shadow); }
  .nav-open .primary-navigation { display: block; }
  .primary-menu { display: grid; gap: 5px; }
  .primary-menu a { display: block; padding: 12px; }
  .menu-toggle { display: block; }
  .hero-grid, .catalogue-hero-grid, .trade-hero-grid, .story-grid, .project-grid, .enquiry-grid, .sourcing-grid, .location-grid, .trade-story-grid, .trade-enquiry-grid { grid-template-columns: 1fr; }
  .hero-photo-wrap { max-width: 760px; }
  .section-heading-split { grid-template-columns: 1fr; gap: 15px; }
  .service-strip-grid, .trade-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .service-strip article:nth-child(2), .trade-benefit-grid article:nth-child(2) { border-right: 0; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .project-copy { padding: 70px 34px; }
  .project-photo img { min-height: 430px; }
  .catalogue-filter-section { top: 84px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 28px), var(--fi-shell)); }
  .section { padding: 72px 0; }
  .topline { display: none; }
  .site-header { top: 0; }
  .header-inner { min-height: 74px; grid-template-columns: 1fr auto; gap: 8px; }
  .brand-lockup img, .custom-logo { width: 190px; }
  .header-cta { display: none; }
  .menu-toggle { grid-column: 2; grid-row: 1; }
  .hero-home, .trade-hero { padding: 58px 0; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  h2 { font-size: clamp(1.85rem, 9vw, 2.65rem); }
  .hero-grid, .catalogue-hero-grid, .trade-hero-grid { gap: 42px; }
  .hero-kpis { grid-template-columns: 1fr; gap: 12px; }
  .hero-kpis div { padding-right: 0; }
  .hero-photo-wrap { padding: 0 0 34px; }
  .hero-photo { border-radius: 24px 24px 24px 5px; }
  .hero-photo-badge { left: 12px; right: 12px; bottom: 0; max-width: none; }
  .service-strip-grid, .trade-benefit-grid, .product-grid, .process-grid, .privacy-grid, .audience-grid, .form-row { grid-template-columns: 1fr; }
  .service-strip article, .trade-benefit-grid article { border-right: 0; border-bottom: 1px solid var(--fi-border); }
  .service-strip article:last-child, .trade-benefit-grid article:last-child { border-bottom: 0; }
  .story-grid, .enquiry-grid, .sourcing-grid, .location-grid, .trade-story-grid, .trade-enquiry-grid { gap: 45px; }
  .story-photo-label { right: 14px; bottom: 14px; }
  .product-grid { gap: 16px; }
  .project-copy { padding: 60px 14px; }
  .project-photo img { min-height: 340px; }
  .catalogue-hero { padding: 54px 0 40px; }
  .catalogue-photo-caption { position: static; margin: -20px 12px 0; }
  .catalogue-filter-section { top: 74px; }
  .trade-photo-note { left: 12px; right: 12px; bottom: -24px; }
  .form-card { padding: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: grid; }
}
