/*
Theme Name: Carta Hospitality
Author: Carta Hospitality
Description: A refined, responsive WordPress theme for premium hospitality suppliers.
Version: 1.2.1
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: carta-hospitality
*/

:root {
	--navy: #061835;
	--navy-2: #0b2449;
	--gold: #c8a15a;
	--gold-dark: #9f7537;
	--cream: #f8f4ed;
	--card: #fffdf8;
	--ink: #162037;
	--muted: #69675f;
	--border: #ded4c4;
	--white: #fff;
	--container: 1180px;
	--serif: Georgia, 'Times New Roman', serif;
	--sans: Inter, 'Helvetica Neue', Arial, sans-serif;
	--shadow: 0 20px 60px rgba(7, 24, 53, .1);
	--radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 400 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--navy); font-family: var(--serif); font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(3rem, 5vw, 5.25rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.35rem, 3.9vw, 4rem); letter-spacing: -.035em; }
h3 { font-size: 1.5rem; }
ul { margin: 0; padding: 0; list-style: none; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--gold-dark); font-size: .72rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { width: 30px; height: 1px; background: currentColor; content: ''; }
.eyebrow-light { color: #ddc189; }
.screen-reader-text { position: absolute; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; white-space: nowrap; }
.skip-link { position: fixed; z-index: 9999; top: -100px; left: 20px; padding: 10px 18px; background: var(--gold); color: var(--navy); }
.skip-link:focus { top: 20px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 16px; padding: 0 25px; border: 1px solid transparent; border-radius: var(--radius); font-size: .78rem; font-weight: 700; letter-spacing: .05em; transition: .25s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--navy); box-shadow: 0 8px 24px rgba(200, 161, 90, .2); }
.button-gold:hover { background: #d9b66f; }
.button-outline { border-color: var(--border); background: rgba(255,255,255,.4); color: var(--navy); }
.button-outline:hover { border-color: var(--gold); }
.button-outline-light { border-color: rgba(255,255,255,.35); color: white; }
.button-outline-light:hover { border-color: var(--gold); color: var(--gold); }
.text-link { display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--gold); color: var(--navy); font-size: .76rem; font-weight: 700; letter-spacing: .06em; padding-bottom: 5px; }

.utility-bar { min-height: 32px; background: var(--navy); color: #d6ddec; font-size: .64rem; letter-spacing: .035em; }
.utility-inner { display: flex; min-height: 32px; align-items: center; justify-content: space-between; }
.utility-mark { margin-right: 8px; color: var(--gold); }
.utility-points { display: flex; gap: 28px; }
.utility-points span { color: #bac5d7; }
.site-header { z-index: 1000; width: 100%; background: rgba(255,253,248,.97); border-bottom: 1px solid rgba(222,212,196,.7); transition: .25s ease; }
.site-header.is-sticky { position: sticky; top: 0; }
.site-header.is-scrolled { box-shadow: 0 8px 32px rgba(7, 24, 53, .08); }
.header-inner { display: grid; min-height: 88px; grid-template-columns: 235px 1fr auto auto; align-items: center; gap: 22px; }
.site-brand { display: inline-flex; align-items: center; gap: 13px; }
.custom-logo { width: auto; max-height: 64px; }
.brand-emblem { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-dark); font-family: var(--serif); font-size: 1.5rem; }
.brand-words { display: flex; flex-direction: column; color: var(--navy); line-height: 1; }
.brand-words strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; letter-spacing: .12em; }
.brand-words small { margin-top: 7px; font-size: .56rem; letter-spacing: .32em; }
.primary-menu { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.5vw, 38px); }
.primary-menu a { position: relative; display: block; padding: 32px 0 28px; color: var(--ink); font-size: .75rem; font-weight: 600; }
.primary-menu a::after { position: absolute; right: 0; bottom: 22px; left: 0; height: 1px; background: var(--gold); content: ''; transform: scaleX(0); transform-origin: center; transition: transform .25s; }
.primary-menu a:hover::after, .primary-menu .current-menu-item a::after { transform: scaleX(1); }
.header-cta { min-width: 162px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

.hero-section { display: grid; min-height: 620px; grid-template-columns: 47% 53%; background: #fbf8f2; }
.hero-copy { display: flex; align-items: center; }
.hero-copy-inner { width: min(590px, calc(100% - 64px)); margin-left: max(32px, calc((100vw - var(--container)) / 2)); padding: 78px 0 66px; }
.hero-copy h1 { max-width: 650px; margin-bottom: 26px; }
.hero-copy > * p, .hero-copy-inner > p { max-width: 570px; margin-bottom: 30px; color: var(--muted); font-size: 1.02rem; }
.hero-actions { display: flex; gap: 13px; }
.hero-notes { display: grid; margin-top: 55px; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hero-notes > span { display: grid; grid-template-columns: 27px 1fr; align-items: start; color: var(--navy); font-size: .66rem; font-weight: 700; line-height: 1.4; }
.hero-notes b { grid-row: span 2; color: var(--gold-dark); font-size: 1.1rem; }
.hero-notes small { color: var(--muted); font-size: .56rem; font-weight: 400; }
.hero-visual { position: relative; overflow: hidden; min-height: 620px; }
.hero-visual::after { position: absolute; inset: 0; background: linear-gradient(90deg, #fbf8f2 0%, rgba(251,248,242,.72) 8%, transparent 34%), linear-gradient(0deg, rgba(6,24,53,.2), transparent 45%); content: ''; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual-caption { position: absolute; z-index: 2; right: 34px; bottom: 34px; display: flex; width: 240px; align-items: center; gap: 16px; padding: 16px; border: 1px solid rgba(255,255,255,.35); background: rgba(6,24,53,.83); color: white; backdrop-filter: blur(10px); }
.hero-visual-caption span { color: var(--gold); font-family: var(--serif); font-size: 1.8rem; }
.hero-visual-caption p { margin: 0; font-size: .66rem; line-height: 1.5; }
.proof-strip { background: var(--navy); color: white; border-top: 3px solid var(--gold); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { display: flex; min-height: 120px; align-items: center; justify-content: center; gap: 22px; border-right: 1px solid rgba(255,255,255,.13); }
.proof-grid > div:last-child { border: 0; }
.proof-grid i { color: var(--gold); font-family: var(--serif); font-size: 2.35rem; font-style: normal; }
.proof-grid span { display: flex; flex-direction: column; color: #ced7e7; font-size: .7rem; }
.proof-grid strong { color: white; font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1.25; }
.proof-grid small { color: #93a1b7; font-size: .56rem; }

.section-heading { margin-bottom: 52px; }
.section-heading.centered { max-width: 720px; margin-right: auto; margin-left: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading p { margin-bottom: 0; color: var(--muted); }
.section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.section-heading.split > div { max-width: 700px; }
.section-heading.split > p { max-width: 360px; }
.process-section { background: var(--card); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; }
.process-grid::before { position: absolute; top: 22px; right: 16%; left: 16%; height: 1px; background: var(--border); content: ''; }
.process-grid article { position: relative; z-index: 1; padding: 0 30px; text-align: center; }
.step-number { display: grid; width: 44px; height: 44px; margin: 0 auto 22px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; background: var(--card); color: var(--gold-dark); font-family: var(--serif); }
.process-grid i { color: var(--gold-dark); font-size: 1.9rem; font-style: normal; }
.process-grid h3 { margin: 14px 0 10px; font-size: 1.35rem; }
.process-grid p { color: var(--muted); font-size: .78rem; }

.solutions-section { border-top: 1px solid var(--border); }
.solutions-layout { display: grid; grid-template-columns: 260px 1fr; gap: 48px; }
.solutions-intro h2 { margin-bottom: 24px; font-size: 2.55rem; }
.solutions-intro p { margin-bottom: 30px; color: var(--muted); font-size: .83rem; }
.solution-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.solution-card { overflow: hidden; background: var(--navy); color: white; box-shadow: var(--shadow); }
.solution-card > img { width: 100%; aspect-ratio: 1.45; object-fit: cover; transition: transform .5s; }
.solution-card:hover > img { transform: scale(1.04); }
.solution-card > div { position: relative; padding: 25px 24px 27px; }
.solution-card > div > span { position: absolute; top: 21px; right: 20px; color: var(--gold); font-family: var(--serif); font-size: .75rem; }
.solution-card h3 { margin-bottom: 15px; color: white; font-size: 1.3rem; }
.solution-card li { padding: 3px 0; color: #bdc8da; font-size: .66rem; }
.solution-card li::before { margin-right: 8px; color: var(--gold); content: '•'; }
.solution-card a { display: inline-block; margin-top: 17px; color: var(--gold); font-size: .65rem; font-weight: 700; }

.featured-section { background: var(--card); border-block: 1px solid var(--border); }
.featured-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.featured-item { display: grid; min-height: 270px; grid-template-columns: 47% 53%; align-items: center; border: 1px solid var(--border); background: #f3eee5; transition: .25s; }
.featured-item:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: var(--shadow); }
.featured-item > div:last-child { padding: 28px 30px 28px 5px; }
.featured-item small { color: var(--gold-dark); font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.featured-item h3 { margin: 10px 0; }
.featured-item p { color: var(--muted); font-size: .72rem; line-height: 1.55; }
.featured-item b { color: var(--navy); font-size: .65rem; }
.product-object { position: relative; width: 154px; height: 190px; margin: auto; transform: rotate(-7deg); box-shadow: 15px 20px 32px rgba(0,0,0,.18); }
.menu-object { display: grid; place-items: center; border: 4px double #9c7d47; border-radius: 4px; background: linear-gradient(135deg,#241b15,#493729 48%,#19130f); color: #d1ac67; }
.menu-object::after { position: absolute; inset: 10px; border: 1px solid rgba(209,172,103,.5); content: ''; }
.menu-object span { font: 2rem var(--serif); }
.power-object { display: grid; width: 180px; height: 140px; place-items: center; border-radius: 12px; background: linear-gradient(145deg,#333b41,#111619); color: #7dd7ca; font-size: .65rem; transform: rotate(3deg); }
.power-object::before { position: absolute; top: 20px; left: 18px; width: 82px; height: 45px; border-radius: 3px; background: #07120f; box-shadow: inset 0 0 0 2px #4e605d; content: ''; }
.power-object::after { position: absolute; right: 20px; bottom: 20px; width: 38px; height: 38px; border: 2px solid #687075; border-radius: 50%; content: ''; }

.quality-section { padding: 90px 0; background: var(--navy); color: #c6d0df; }
.quality-grid { display: grid; grid-template-columns: 36% 64%; align-items: center; gap: 65px; }
.quality-copy h2 { color: white; font-size: 2.65rem; }
.quality-copy p { margin-bottom: 28px; font-size: .78rem; }
.quality-panel > span { display: block; margin-bottom: 13px; color: #c8d2e2; font-size: .7rem; }
.cert-row { display: grid; grid-template-columns: repeat(5, 1fr); padding: 32px 20px; background: white; color: var(--navy); }
.cert-row b { display: flex; flex-direction: column; align-items: center; font-family: var(--serif); font-size: 1.3rem; }
.cert-row small { margin-top: 4px; color: var(--muted); font: .5rem var(--sans); letter-spacing: .05em; }
.quality-resources { display: grid; margin-top: 15px; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.12); }
.quality-resources span { padding: 18px; border-right: 1px solid rgba(255,255,255,.12); color: #d6dfec; font-size: .64rem; }
.brands-section { padding: 39px 0; background: var(--card); border-bottom: 1px solid var(--border); }
.brands-grid { display: grid; grid-template-columns: 1.35fr repeat(6,.75fr) 2.4fr; align-items: center; gap: 20px; }
.brands-grid > span { font: 1rem var(--serif); }
.brands-grid > b { color: #5b5a55; font: .75rem var(--serif); text-align: center; }
.brands-grid blockquote { margin: 0; padding-left: 20px; border-left: 1px solid var(--gold); color: var(--muted); font: italic .7rem/1.6 var(--serif); }

.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-grid article { position: relative; min-height: 380px; overflow: hidden; background: var(--navy); }
.project-grid img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.project-grid article:hover img { transform: scale(1.04); }
.project-grid article::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(5,20,44,.98),rgba(5,20,44,.06) 72%); content: ''; }
.project-grid article > div { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 85px 25px 24px; color: #d4ddeb; }
.project-grid small { color: var(--gold); font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; }
.project-grid h3 { margin: 5px 0 7px; color: white; }
.project-grid p { margin-bottom: 12px; font-size: .65rem; line-height: 1.45; }
.project-grid a { color: var(--gold); font-size: .6rem; font-weight: 700; }

.faq-section { padding-top: 80px; background: var(--card); border-top: 1px solid var(--border); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item button { display: flex; width: 100%; min-height: 65px; align-items: center; justify-content: space-between; padding: 0; border: 0; background: none; color: var(--ink); font-size: .76rem; font-weight: 600; text-align: left; cursor: pointer; }
.faq-item button i { display: grid; width: 23px; height: 23px; flex: 0 0 auto; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--gold-dark); font-style: normal; }
.faq-item button[aria-expanded='true'] i { transform: rotate(45deg); }
.faq-answer p { padding: 0 35px 20px 0; color: var(--muted); font-size: .72rem; }

.contact-cta { display: grid; min-height: 570px; grid-template-columns: 31% 25% 44%; background: var(--navy); color: white; }
.contact-cta-visual { position: relative; overflow: hidden; min-height: 570px; }
.contact-cta-visual::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(6,24,53,.78),transparent 60%); content: ''; }
.contact-cta-visual img { width: 100%; height: 100%; object-fit: cover; }
.contact-cta-mark { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; display: flex; align-items: center; gap: 13px; padding: 25px 32px; }
.contact-cta-mark span { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font: 1.4rem var(--serif); }
.contact-cta-mark small { max-width: 160px; font-size: .58rem; line-height: 1.4; }
.contact-cta-copy { display: flex; flex-direction: column; justify-content: center; padding: 60px 40px; }
.contact-cta-copy h2 { color: white; font-size: 2.75rem; }
.contact-cta-copy p, .contact-cta-copy li { color: #bdc8da; font-size: .74rem; }
.contact-cta-copy li { margin-top: 10px; color: #d7dfeb; }
.enquiry-form { align-self: center; margin: 55px max(30px, calc((100vw - var(--container)) / 2)) 55px 5px; padding: 30px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.035); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.enquiry-form label { display: block; margin-bottom: 12px; }
.enquiry-form label > span { display: block; margin-bottom: 5px; color: #aeb9ca; font-size: .56rem; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; min-height: 43px; padding: 9px 12px; border: 1px solid #304364; border-radius: 0; outline: 0; background: #0b2348; color: white; }
.enquiry-form textarea { resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(200,161,90,.13); }
.enquiry-form .button { width: 100%; margin-top: 5px; }
.form-status { min-height: 20px; margin: 9px 0 0; color: #e1c58e; font-size: .65rem; text-align: center; }

.site-footer { padding-top: 62px; border-top: 1px solid #223758; background: #04142e; color: #9eacc1; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.45fr; gap: 60px; padding-bottom: 45px; }
.site-brand-light .brand-words { color: white; }
.footer-brand p { max-width: 300px; margin: 22px 0; font-size: .7rem; }
.footer-badge { color: #c4cedc; font-size: .62rem; }
.footer-grid h2 { margin-bottom: 18px; color: white; font: .72rem var(--sans); font-weight: 700; letter-spacing: .05em; }
.footer-grid li { margin: 8px 0; font-size: .66rem; }
.footer-grid a:hover { color: var(--gold); }
.footer-contact > a, .footer-contact > p { display: block; margin: 0 0 9px; font-size: .68rem; }
.social-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.social-chip { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--chip-bg); color: var(--chip-fg); box-shadow: 0 6px 18px rgba(0,0,0,.28); transition: .25s ease; }
.social-chip:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(0,0,0,.35); }
.footer-bottom { display: flex; min-height: 58px; align-items: center; justify-content: space-between; border-top: 1px solid #263855; font-size: .57rem; }

/* Language switcher */
.language-switcher { position: relative; }
.language-toggle { display: inline-flex; min-height: 38px; align-items: center; gap: 7px; padding: 0 13px; border: 1px solid var(--border); border-radius: var(--radius); background: rgba(255,255,255,.55); color: var(--navy); font-size: .7rem; font-weight: 600; letter-spacing: .04em; cursor: pointer; transition: .25s ease; }
.language-toggle:hover, .language-switcher.is-open .language-toggle { border-color: var(--gold); color: var(--gold-dark); }
.language-caret { font-size: .55rem; }
.language-panel { position: absolute; z-index: 1200; top: calc(100% + 8px); right: 0; min-width: 168px; padding: 6px 0; border: 1px solid var(--border); background: var(--card); box-shadow: var(--shadow); }
.language-panel a { display: block; padding: 9px 16px; color: var(--ink); font-size: .72rem; }
.language-panel a:hover { background: rgba(200,161,90,.12); color: var(--gold-dark); }
.language-panel a.is-active { color: var(--gold-dark); font-weight: 700; }
.mobile-extras { display: none; }

/* Floating contact stack */
.floating-contact { position: fixed; z-index: 800; right: 24px; bottom: 24px; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.floating-channels { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.floating-channels[hidden], .language-panel[hidden] { display: none; }
.floating-chip { display: inline-flex; align-items: center; gap: 10px; padding: 7px 16px 7px 7px; border-radius: 999px; background: white; color: var(--navy); font-size: .68rem; font-weight: 700; box-shadow: 0 10px 26px rgba(6,24,53,.2); transition: .25s ease; }
.floating-chip:hover { transform: translateX(-3px); }
.floating-chip-icon { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--chip-bg); color: var(--chip-fg); }
.floating-toggle { display: grid; width: 54px; height: 54px; place-items: center; border: 0; border-radius: 50%; background: var(--gold); color: var(--navy); box-shadow: 0 12px 30px rgba(6,24,53,.28); cursor: pointer; transition: .25s ease; }
.floating-toggle:hover { transform: translateY(-2px); }
.floating-toggle-close { display: none; font-size: 1.05rem; }
.floating-contact.is-open .floating-toggle-open { display: none; }
.floating-contact.is-open .floating-toggle-close { display: block; }

/* Single product */
.product-detail { padding-top: 58px; background: var(--card); border-bottom: 1px solid var(--border); }
.product-detail-grid { display: grid; grid-template-columns: 52% 48%; align-items: start; gap: 58px; padding-bottom: 80px; }
.product-gallery-main { overflow: hidden; aspect-ratio: 4 / 3; border: 1px solid var(--border); background: white; }
.product-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery-thumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.product-gallery-thumbs button { overflow: hidden; width: 80px; height: 60px; padding: 0; border: 1px solid var(--border); background: white; cursor: pointer; transition: .25s ease; }
.product-gallery-thumbs button.is-active, .product-gallery-thumbs button:hover { border-color: var(--gold); }
.product-gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-summary h1 { margin-bottom: 18px; font-size: clamp(2.1rem, 3.4vw, 3.1rem); }
.breadcrumbs-dark { color: var(--gold-dark); }
.breadcrumbs-dark a:hover { color: var(--navy); }
.product-short { margin-bottom: 6px; color: var(--muted); font-size: .85rem; }
.product-short p { margin-bottom: .8em; }
.product-spec-title { margin: 28px 0 14px; font-size: 1.15rem; }
.product-specs { margin: 0 0 26px; border-top: 1px solid var(--border); }
.product-specs > div { display: grid; grid-template-columns: 38% 62%; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--border); }
.product-specs dt { color: var(--navy); font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.product-specs dd { margin: 0; color: var(--muted); font-size: .76rem; }
.product-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 4px 0 26px; }
.product-assurances { margin-bottom: 0; }
.product-description-section { background: var(--cream); }
.product-description { max-width: 860px; }
.product-description .entry-content { color: var(--ink); font-family: var(--serif); font-size: 1.02rem; }
.related-section { background: var(--card); border-top: 1px solid var(--border); }
.page-hero-description { max-width: 640px; margin-inline: auto; color: #d3ddeb; font-size: .95rem; }
.page-hero-description p:last-child { margin-bottom: 0; }
.breadcrumbs a:hover { color: white; }

/* Inner pages */
.page-hero { position: relative; display: grid; min-height: 450px; place-items: center; overflow: hidden; background: var(--navy); color: white; text-align: center; }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .48; }
.page-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,20,46,.82),rgba(5,20,46,.4)), linear-gradient(0deg,rgba(5,20,46,.75),transparent); content: ''; }
.page-hero .container { position: relative; z-index: 1; max-width: 820px; padding-block: 80px; }
.page-hero h1 { margin-bottom: 18px; color: white; }
.page-hero p { max-width: 630px; margin-inline: auto; color: #d3ddeb; }
.breadcrumbs { margin-bottom: 25px; color: #e2c78e; font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
.product-nav { position: sticky; z-index: 20; top: 88px; background: var(--card); border-bottom: 1px solid var(--border); }
.product-nav-inner { display: flex; overflow-x: auto; gap: 32px; white-space: nowrap; }
.product-nav a { padding: 18px 0; color: var(--muted); font-size: .68rem; font-weight: 700; }
.product-nav a:hover { color: var(--gold-dark); }
.category-section { padding: 90px 0; border-bottom: 1px solid var(--border); scroll-margin-top: 150px; }
.category-section:nth-child(even) { background: var(--card); }
.category-heading { display: grid; margin-bottom: 45px; grid-template-columns: 1fr 1fr; align-items: end; gap: 50px; }
.category-heading h2 { margin: 0; }
.category-heading p { margin: 0; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { overflow: hidden; border: 1px solid var(--border); background: var(--card); transition: .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card-image { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 3; background: #ddd; }
.product-card-image::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(6,24,53,.3),transparent 55%); content: ''; }
.category-number { position: absolute; z-index: 2; top: 18px; right: 18px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(6,24,53,.65); color: white; font: .72rem var(--serif); backdrop-filter: blur(8px); }
.product-card img { display: block; width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.product-card:hover img { transform: scale(1.04); }
.product-card-body { padding: 25px; }
.product-card-body small { color: var(--gold-dark); font-size: .55rem; letter-spacing: .09em; text-transform: uppercase; }
.product-card h3 { margin: 10px 0; font-size: 1.4rem; }
.product-card p { color: var(--muted); font-size: .7rem; }
.product-card .text-link { font-size: .6rem; }
.subcategory-card .product-card-body { min-height: 215px; display: flex; flex-direction: column; align-items: flex-start; }
.subcategory-card .product-card-body p { flex: 1; }
.taxonomy-overview { background: var(--card); }
.taxonomy-overview .story-section { border: 1px solid var(--border); box-shadow: var(--shadow); }
.spec-list { margin: 6px 0 30px; color: var(--muted); font-size: .76rem; }
.spec-list li { margin: 8px 0; }
.taxonomy-back { display: inline-block; margin-top: 24px; color: var(--gold-dark); font-size: .68rem; font-weight: 700; }
.story-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 590px; background: var(--card); }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { display: flex; flex-direction: column; justify-content: center; max-width: 650px; padding: 80px clamp(40px,7vw,110px); }
.story-copy p { color: var(--muted); }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.value-card { min-height: 260px; padding: 34px; border: 1px solid var(--border); background: var(--card); }
.value-card span { color: var(--gold); font: 2rem var(--serif); }
.value-card h3 { margin: 25px 0 12px; }
.value-card p { color: var(--muted); font-size: .72rem; }
.contact-page-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; }
.contact-details h2 { margin-bottom: 22px; }
.contact-details > p { color: var(--muted); }
.contact-method { display: grid; margin-top: 27px; grid-template-columns: 46px 1fr; gap: 14px; }
.contact-method i { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-dark); font-style: normal; }
.contact-method strong, .contact-method a, .contact-method span { display: block; }
.contact-method strong { color: var(--navy); font-size: .68rem; text-transform: uppercase; }
.contact-method a, .contact-method span { color: var(--muted); font-size: .75rem; }
.light-form { padding: 40px; border: 1px solid var(--border); background: var(--card); box-shadow: var(--shadow); }
.light-form h2 { font-size: 2.2rem; }
.light-form > p { color: var(--muted); }
.light-form label > span { color: var(--muted); }
.light-form input, .light-form select, .light-form textarea { border-color: var(--border); background: white; color: var(--ink); }
.light-form input:focus, .light-form select:focus, .light-form textarea:focus { border-color: var(--gold); }
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.news-card { border: 1px solid var(--border); background: var(--card); }
.news-card-image { overflow: hidden; aspect-ratio: 1.45; }
.news-card-image img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.news-card:hover img { transform: scale(1.04); }
.news-card-body { padding: 27px; }
.news-meta { display: flex; gap: 12px; color: var(--gold-dark); font-size: .56rem; letter-spacing: .08em; text-transform: uppercase; }
.news-card h2, .news-card h3 { margin: 12px 0; font-size: 1.55rem; }
.news-card p { color: var(--muted); font-size: .72rem; }
.pagination { margin-top: 45px; text-align: center; }
.pagination .page-numbers { display: inline-grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--border); }
.pagination .current { background: var(--navy); color: white; }
.article-layout { display: grid; max-width: 1040px; margin: auto; grid-template-columns: 1fr 250px; gap: 70px; }
.article-content { font-family: var(--serif); font-size: 1.05rem; }
.article-content p { margin-bottom: 1.4em; }
.article-sidebar { font-size: .72rem; }
.article-sidebar > div { margin-bottom: 25px; padding: 22px; border: 1px solid var(--border); background: var(--card); }
.content-page { max-width: 840px; }
.content-page .entry-content { font-family: var(--serif); font-size: 1.05rem; }
.not-found { min-height: 65vh; display: grid; place-items: center; text-align: center; }
.not-found strong { display: block; color: var(--gold); font: 7rem/1 var(--serif); }

@media (max-width: 1199px) {
	.header-inner { grid-template-columns: 210px 1fr auto auto; gap: 16px; }
	.primary-menu { gap: 20px; }
	.product-detail-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
	.hero-section { grid-template-columns: 50% 50%; }
	.contact-cta { grid-template-columns: 34% 30% 36%; }
	.form-row { grid-template-columns: 1fr; }
	.brands-grid { grid-template-columns: 1.5fr repeat(6,1fr); }
	.brands-grid blockquote { display: none; }
}

@media (max-width: 991px) {
	.section { padding: 85px 0; }
	.utility-points span:nth-child(2) { display: none; }
	.header-inner { min-height: 74px; grid-template-columns: 1fr auto; }
	.menu-toggle { display: block; order: 3; }
	.header-cta, .language-switcher-header { display: none; }
	.mobile-extras { display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
	.mobile-extras .language-switcher { align-self: flex-start; }
	.mobile-extras .language-panel { right: auto; left: 0; }
	.product-detail-grid { grid-template-columns: 1fr; gap: 36px; padding-bottom: 64px; }
	.product-gallery { max-width: 620px; }
	.main-navigation { position: fixed; z-index: 999; top: 106px; right: 0; bottom: 0; left: 0; visibility: hidden; padding: 35px; background: var(--cream); opacity: 0; transform: translateY(-10px); transition: .25s; }
	.admin-bar .main-navigation { top: 138px; }
	.main-navigation.is-open { visibility: visible; opacity: 1; transform: none; }
	.primary-menu { flex-direction: column; align-items: stretch; gap: 0; }
	.primary-menu a { padding: 16px 0; border-bottom: 1px solid var(--border); font: 1.5rem var(--serif); }
	.hero-section { min-height: 0; grid-template-columns: 1fr; }
	.hero-copy-inner { width: min(calc(100% - 48px), var(--container)); margin: auto; padding: 70px 0; }
	.hero-visual { min-height: 480px; }
	.hero-visual::after { background: linear-gradient(0deg,rgba(6,24,53,.3),transparent); }
	.solutions-layout { grid-template-columns: 1fr; }
	.solutions-intro { max-width: 650px; }
	.quality-grid { grid-template-columns: 1fr; }
	.contact-cta { grid-template-columns: 42% 58%; }
	.contact-cta-copy { padding: 50px; }
	.enquiry-form { grid-column: span 2; margin: 0; padding: 50px max(24px,calc((100vw - var(--container)) / 2)); }
	.form-row { grid-template-columns: 1fr 1fr; }
	.footer-grid { grid-template-columns: 2fr 1fr 1fr; }
	.footer-contact { grid-column: span 3; }
	.product-nav { top: 74px; }
	.values-grid { grid-template-columns: 1fr 1fr; }
	.contact-page-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
	.container { width: min(calc(100% - 32px), var(--container)); }
	.section { padding: 68px 0; }
	h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
	h2 { font-size: clamp(2.1rem, 10vw, 3.2rem); }
	.utility-inner { justify-content: center; }
	.utility-points { display: none; }
	.site-header.is-sticky { top: 0; }
	.header-inner { min-height: 70px; }
	.brand-emblem { width: 36px; height: 36px; }
	.brand-words strong { font-size: 1rem; }
	.brand-words small { font-size: .48rem; }
	.main-navigation { top: 102px; }
	.hero-copy-inner { width: calc(100% - 32px); padding: 58px 0 54px; }
	.hero-actions { flex-direction: column; align-items: stretch; }
	.hero-notes { margin-top: 38px; grid-template-columns: 1fr; gap: 14px; }
	.hero-visual { min-height: 380px; }
	.hero-visual-caption { right: 16px; bottom: 16px; }
	.proof-grid { grid-template-columns: 1fr; }
	.proof-grid > div { min-height: 98px; justify-content: flex-start; padding-left: 12%; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
	.process-grid { grid-template-columns: 1fr; }
	.process-grid::before { display: none; }
	.solution-cards, .featured-grid, .project-grid, .faq-grid, .news-grid, .product-grid { grid-template-columns: 1fr; }
	.solution-card > img { aspect-ratio: 1.8; }
	.section-heading.split { align-items: flex-start; flex-direction: column; gap: 15px; }
	.featured-item { grid-template-columns: 1fr; }
	.featured-item > div:last-child { padding: 25px; }
	.product-object { margin-top: 35px; }
	.cert-row { grid-template-columns: repeat(2,1fr); gap: 28px 10px; }
	.quality-resources { grid-template-columns: 1fr; }
	.quality-resources span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
	.brands-grid { grid-template-columns: repeat(3,1fr); }
	.brands-grid > span { grid-column: span 3; text-align: center; }
	.contact-cta { grid-template-columns: 1fr; }
	.contact-cta-visual { min-height: 380px; }
	.contact-cta-copy { padding: 55px 24px; }
	.enquiry-form { grid-column: auto; padding: 35px 16px; }
	.form-row { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 20px; }
	.footer-brand, .footer-contact { grid-column: span 2; }
	.footer-bottom { flex-direction: column; justify-content: center; gap: 3px; text-align: center; }
	.page-hero { min-height: 400px; }
	.product-nav-inner { gap: 24px; }
	.category-heading { grid-template-columns: 1fr; gap: 14px; }
	.subcategory-card .product-card-body { min-height: 0; }
	.story-section { grid-template-columns: 1fr; }
	.story-image { min-height: 400px; }
	.story-copy { padding: 60px 24px; }
	.values-grid { grid-template-columns: 1fr; }
	.light-form { padding: 28px 20px; }
	.article-layout { grid-template-columns: 1fr; }
	.article-sidebar { display: none; }
	.floating-contact { right: 16px; bottom: 16px; }
	.floating-chip-label { display: none; }
	.floating-chip { padding: 6px; }
	.product-specs > div { grid-template-columns: 1fr; gap: 4px; }
	.product-actions .button { width: 100%; }
}

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