:root {
  --ink: #101315;
  --muted: #666b6e;
  --aqua: #c99a53;
  --aqua-dark: #a97935;
  --orange: #c99a53;
  --cream: #f4f1eb;
  --white: #fff;
  --line: #dce2df;
  --radius: 18px;
  --shadow: 0 18px 60px rgba(15, 38, 48, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: "DM Sans", sans-serif; background: var(--white); }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.soft { background: var(--cream); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.eyebrow { margin: 0 0 18px; color: var(--aqua-dark); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #d9b67d; }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; letter-spacing: -.04em; }
h1 { margin-bottom: 24px; font-size: clamp(3.4rem, 7vw, 7.2rem); line-height: .91; }
h2 { margin-bottom: 24px; font-size: clamp(2.35rem, 4.2vw, 4.3rem); line-height: 1.04; }
h3 { margin-bottom: 12px; font-size: 1.5rem; }
p { line-height: 1.7; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 28px; border: 0; border-radius: 999px; background: var(--aqua); color: #17130d; font-weight: 800; transition: transform .2s, background .2s; cursor: pointer; }
.button:hover { background: #dbb779; transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 20px; }
.button-outline { background: transparent; color: white; border: 1px solid rgba(255,255,255,.45); }
.button-outline:hover { background: white; color: var(--ink); }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 14px; color: var(--ink); font-weight: 800; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.text-link.light { color: white; }

.site-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; background: linear-gradient(180deg, rgba(8,11,12,.96), rgba(8,11,12,0)); }
.topbar { display: none; }
.topbar p { margin: 0; text-transform: uppercase; letter-spacing: .1em; }
.topbar-links { display: flex; gap: 24px; }
.nav { height: 104px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; line-height: 1; }
.brand img { width: auto; height: 66px; max-width: 430px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 30px; color: white; font-size: .93rem; font-weight: 600; }
.nav-links > a:not(.button):hover { color: var(--aqua-dark); }
.nav-links .button { background: #747779; color: white; }
.nav-links .button:hover { background: #929596; }
.menu-button { display: none; border: 0; background: transparent; }

.hero { position: relative; height: min(860px, 100vh); min-height: 720px; overflow: hidden; background: #080c0e; color: white; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 68% 55%; filter: saturate(.78) contrast(1.05); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,9,11,.98) 0%, rgba(5,9,11,.92) 30%, rgba(5,9,11,.54) 58%, rgba(5,9,11,.14) 100%); }
.hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; height: 100%; padding-bottom: 24px; }
.hero h1 { max-width: 900px; font-size: clamp(3.5rem, 6.2vw, 6.7rem); }
.hero h1 span { color: var(--aqua); }
.hero-price { margin: 0 0 10px; font-size: 1.35rem; }
.hero-copy { max-width: 540px; margin: 0; color: #d7e3e5; font-size: 1.1rem; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.hero-actions .button { min-width: 240px; background: #7d8082; color: white; }
.hero-actions .button:hover { background: #999c9e; }
.hero-proof { position: absolute; z-index: 2; right: max(28px, calc((100vw - 1180px)/2)); bottom: 74px; display: grid; gap: 16px; padding: 0; margin: 0; list-style: none; color: white; font-weight: 600; }
.hero-proof li { display: flex; align-items: center; gap: 9px; }
.hero-proof li::before { content: "✓"; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: white; color: var(--ink); font-size: .7rem; font-weight: 900; }
.scroll-cue { position: absolute; z-index: 2; right: 42px; bottom: 32px; display: flex; gap: 12px; align-items: center; color: rgba(255,255,255,.72); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; }
.trust-strip { background: #171b1d; color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; gap: 16px; padding: 28px 22px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid span { color: var(--aqua); font-size: .72rem; font-weight: 800; }
.trust-grid p { margin: 0; color: #aebcc1; font-size: .84rem; line-height: 1.45; }
.trust-grid strong { display: block; color: white; font-size: .92rem; }

.section-heading { margin-bottom: 52px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.split-heading { display: grid; grid-template-columns: 1.1fr .8fr; gap: 10%; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p, .split-heading > div:last-child p { margin-top: 0; }
.centred { max-width: 760px; margin-right: auto; margin-left: auto; text-align: center; }
.feature-image { position: relative; overflow: hidden; border-radius: var(--radius); }
.feature-image > img { aspect-ratio: 16/7; object-fit: cover; }
.image-note { position: absolute; right: 22px; bottom: 22px; max-width: 330px; padding: 20px 24px; border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.image-note strong, .image-note span { display: block; }
.image-note span { margin-top: 4px; color: var(--muted); font-size: .88rem; }

.option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.option-card { position: relative; display: flex; flex-direction: column; min-height: 600px; padding: 0 34px 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.option-card.featured { transform: translateY(-12px); border-color: var(--aqua); box-shadow: var(--shadow); }
.option-image { width: calc(100% + 68px); height: 220px; margin: 0 -34px 26px; object-fit: cover; }
.option-number { margin-bottom: 18px; color: var(--aqua-dark); font-weight: 800; }
.option-card p { color: var(--muted); }
.option-card ul { padding: 0; margin: 18px 0 34px; list-style: none; }
.option-card li { padding: 9px 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.option-card li::before { content: "✓"; margin-right: 10px; color: var(--aqua-dark); font-weight: 800; }
.option-card > .text-link { margin-top: auto; color: var(--aqua-dark); }
.popular { position: absolute; top: 20px; right: 20px; padding: 7px 11px; border-radius: 999px; background: #dff6f8; color: #126a76; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.price { margin-top: auto; }
.price small, .price strong { display: block; }
.price small { color: var(--muted); }
.price strong { margin-top: 5px; font-family: "Manrope"; font-size: 2.25rem; letter-spacing: -.05em; }
.fine-print { max-width: 800px; margin: 28px auto 0; color: var(--muted); font-size: .76rem; text-align: center; }

.inclusion-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7%; align-items: center; }
.inclusion-image img { min-height: 570px; object-fit: cover; border-radius: var(--radius); }
.accordion-list details { border-top: 1px solid var(--line); }
.accordion-list details:last-child { border-bottom: 1px solid var(--line); }
.accordion-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; list-style: none; font-family: "Manrope"; font-size: 1.05rem; font-weight: 800; }
.accordion-list summary::-webkit-details-marker { display: none; }
.accordion-list summary span { color: var(--aqua-dark); font-size: 1.4rem; transition: transform .2s; }
.accordion-list details[open] summary span { transform: rotate(45deg); }
.accordion-list details p { margin: -10px 50px 24px 0; color: var(--muted); }

.spec-section { padding: 100px 0; background: #171b1d; color: white; }
.spec-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; align-items: center; }
.spec-layout > div:first-child > p:not(.eyebrow) { color: #b8c7ca; }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.spec-grid div { min-height: 170px; padding: 26px; border: 1px solid rgba(255,255,255,.16); }
.spec-grid span { display: block; color: var(--aqua); font-family: "Manrope"; font-size: 1.65rem; font-weight: 800; letter-spacing: -.04em; }
.spec-grid p { margin: 8px 0 0; color: #b8c7ca; font-size: .88rem; }

.quality-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.quality-grid article { min-height: 250px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quality-grid article > span { display: block; margin-bottom: 40px; color: var(--orange); font-size: .74rem; font-weight: 800; }
.quality-grid h3 { font-size: 1.18rem; }
.quality-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.scope-note { display: grid; grid-template-columns: .4fr 1.6fr; gap: 5%; margin-top: 26px; padding: 26px 30px; border-left: 4px solid var(--orange); background: var(--cream); }
.scope-note strong { font-family: "Manrope"; }
.scope-note p { margin: 0; color: var(--muted); }

.concept-section { background: #f8faf9; }
.concept-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8%; align-items: center; }
.concept-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.03rem; }
.concept-images { position: relative; padding: 0 0 70px 70px; }
.concept-main { aspect-ratio: 16/10; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.concept-plan { position: absolute; left: 0; bottom: 0; width: 42%; aspect-ratio: 4/3; object-fit: cover; border: 8px solid white; border-radius: 14px; box-shadow: var(--shadow); }
.dark-ticks { grid-template-columns: 1fr; color: var(--ink); }
.dark-ticks li::before { color: var(--orange); }

.brand-work { background: #101315; color: white; }
.brand-work .section-heading > div:last-child > p { color: #b8c7ca; }
.brand-work .text-link { color: var(--aqua); }
.brand-name-strip { display: grid; grid-template-columns: repeat(6, 1fr); margin: -8px 0 30px; border-block: 1px solid rgba(255,255,255,.16); }
.brand-name-strip span { display: grid; place-items: center; min-height: 84px; padding: 14px; border-right: 1px solid rgba(255,255,255,.12); color: white; font-family: "Manrope"; font-size: 1rem; font-weight: 800; letter-spacing: .02em; text-align: center; }
.brand-name-strip span:last-child { border-right: 0; }
.brand-project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.brand-project-grid figure { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: #172a31; }
.brand-project-grid img { aspect-ratio: 4/3; object-fit: cover; }
.brand-project-grid figcaption { display: grid; gap: 7px; padding: 22px; }
.brand-project-grid strong { font-family: "Manrope"; font-size: 1.08rem; }
.brand-project-grid span { color: #aebcc1; font-size: .88rem; line-height: 1.55; }
.brand-note { max-width: 900px; margin: 22px 0 0; color: #87989e; font-size: .72rem; }

.gallery-section { padding-bottom: 0; overflow: hidden; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 270px; gap: 8px; }
.gallery-item { position: relative; padding: 0; overflow: hidden; border: 0; background: #ddd; cursor: zoom-in; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .45s, filter .3s; }
.gallery-item:hover img { transform: scale(1.04); filter: brightness(.82); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; list-style: none; counter-reset: process; }
.process-grid li { min-height: 240px; padding: 30px; border-left: 1px solid #cbd3cf; }
.process-grid li:last-child { border-right: 1px solid #cbd3cf; }
.process-grid span { display: block; margin-bottom: 50px; color: var(--aqua-dark); font-weight: 800; }
.process-grid p { color: var(--muted); font-size: .92rem; }

.assurance-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9%; align-items: start; }
.assurance-layout > div > p:not(.eyebrow) { color: var(--muted); }
.assurance-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.assurance-list li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.assurance-list li > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--ink); color: white; font-weight: 800; }
.assurance-list strong { display: block; font-family: "Manrope"; }
.assurance-list p { margin: 5px 0 0; color: var(--muted); font-size: .9rem; }
.compliance-note { margin: 42px 0 0; padding: 24px 28px; border-radius: 12px; background: #eef5f5; color: #526269; font-size: .88rem; }
.compliance-note strong { color: var(--ink); }

.company-section { padding: 95px 0; background: #171b1d; color: white; }
.company-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10%; align-items: center; }
.company-layout > div:first-child > p:not(.eyebrow) { color: #b8c7ca; }
.company-details { display: grid; grid-template-columns: repeat(3, 1fr); margin: 35px 0 0; border-top: 1px solid rgba(255,255,255,.16); }
.company-details div { padding: 20px 18px 0 0; }
.company-details dt { color: var(--aqua); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.company-details dd { margin: 7px 0 0; color: #d5dfe1; font-size: .86rem; line-height: 1.5; }
.company-contact { display: flex; flex-direction: column; gap: 11px; padding: 36px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.04); }
.company-contact > span { margin-bottom: 8px; color: #9fb0b5; font-size: .82rem; }
.company-contact > a:not(.button) { color: white; font-family: "Manrope"; font-size: 1.08rem; font-weight: 800; }
.company-contact .button { margin-top: 15px; }

.delivery-card { display: grid; grid-template-columns: 1.4fr .6fr; gap: 8%; padding: 70px; border-radius: var(--radius); background: var(--ink); color: white; }
.delivery-card > div:first-child > p:not(.eyebrow) { color: #b9c5c9; }
.tick-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 28px; padding: 0; margin-top: 30px; list-style: none; }
.tick-list li { font-size: .9rem; }
.tick-list li::before { content: "✓"; margin-right: 10px; color: var(--aqua); }
.delivery-callout { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 30px; border-left: 1px solid rgba(255,255,255,.18); }
.delivery-callout span { color: #aebcc1; font-size: .86rem; }
.delivery-callout strong { margin: 14px 0 30px; font-family: "Manrope"; font-size: 1.45rem; line-height: 1.25; }
.delivery-callout a { color: var(--aqua); font-weight: 800; }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 10%; }

.enquiry { padding: 110px 0; background: #c99a53; }
.enquiry .eyebrow.light { color: #473316; }
.enquiry-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10%; }
.enquiry h2 { font-size: clamp(2.6rem, 5vw, 5rem); }
.contact-lines { display: flex; flex-direction: column; gap: 8px; margin-top: 36px; font-weight: 800; }
.enquiry-form { padding: 42px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 8px; margin-bottom: 18px; color: #425158; font-size: .78rem; font-weight: 800; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid #b9c6c7; border-radius: 0; background: transparent; color: var(--ink); outline: none; padding: 11px 2px; }
input:focus, select:focus, textarea:focus { border-color: var(--aqua-dark); box-shadow: 0 1px 0 var(--aqua-dark); }
textarea { resize: vertical; }
.dark-button { width: 100%; margin-top: 8px; background: var(--ink); color: white; }
.dark-button:hover { background: #263a43; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }
.form-success { margin: 14px 0 0; color: #08715b; font-weight: 800; text-align: center; }

footer { padding: 70px 0 24px; background: #0c1a20; color: #aeb9bd; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 40px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 10px; font-size: .86rem; }
.footer-grid strong { margin-bottom: 7px; color: white; }
.footer-brand { align-self: start; padding: 0; background: transparent; }
.footer-brand img { height: 58px; max-width: 360px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }

.lightbox { width: min(1000px, calc(100% - 32px)); padding: 0; overflow: visible; border: 0; border-radius: 12px; background: transparent; color: white; }
.lightbox::backdrop { background: rgba(4,14,18,.92); }
.lightbox img { max-height: 78vh; object-fit: contain; border-radius: 10px; }
.lightbox p { text-align: center; }
.lightbox-close { position: absolute; top: -40px; right: 0; border: 0; background: transparent; color: white; font-size: 2rem; cursor: pointer; }

@media (max-width: 900px) {
  .topbar p, .topbar-links a:first-child { display: none; }
  .topbar { justify-content: flex-end; }
  .menu-button { display: grid; gap: 5px; width: 42px; height: 42px; padding: 10px; cursor: pointer; }
  .menu-button span:not(.sr-only) { height: 2px; background: white; }
  .nav-links { position: fixed; inset: 104px 0 0; display: none; flex-direction: column; align-items: stretch; padding: 38px 24px; background: #101315; font-size: 1.25rem; }
  .nav-links.open { display: flex; }
  .nav-links .button { margin-top: 16px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .split-heading, .spec-layout, .faq-layout, .enquiry-layout, .concept-layout, .assurance-layout, .company-layout { grid-template-columns: 1fr; gap: 32px; }
  .quality-grid { grid-template-columns: repeat(2, 1fr); }
  .company-details { grid-template-columns: 1fr; }
  .option-grid { grid-template-columns: 1fr; }
  .brand-project-grid { grid-template-columns: 1fr; }
  .brand-name-strip { grid-template-columns: repeat(3, 1fr); }
  .brand-name-strip span:nth-child(3) { border-right: 0; }
  .option-card { min-height: auto; }
  .option-card.featured { transform: none; }
  .inclusion-layout { grid-template-columns: 1fr; }
  .inclusion-image img { min-height: 380px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .delivery-card { grid-template-columns: 1fr; padding: 45px; }
  .delivery-callout { border-top: 1px solid rgba(255,255,255,.18); border-left: 0; padding: 30px 0 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-proof { display: none; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 32px, 1180px); }
  .section { padding: 78px 0; }
  .nav { height: 82px; }
  .brand img { height: 52px; max-width: 240px; }
  .nav-links { inset: 82px 0 0; }
  .hero { min-height: 690px; height: 100vh; }
  .hero-overlay { background: linear-gradient(90deg, rgba(7,22,29,.9), rgba(7,22,29,.48)); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 6px; }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 12px; }
  .trust-grid > div { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .feature-image > img { aspect-ratio: 4/5; }
  .image-note { right: 12px; bottom: 12px; left: 12px; }
  .option-card { padding: 28px; }
  .option-number { margin-bottom: 34px; }
  .spec-grid { grid-template-columns: 1fr; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-grid article { min-height: auto; }
  .scope-note { grid-template-columns: 1fr; gap: 8px; }
  .concept-images { padding: 0 0 48px 38px; }
  .concept-plan { width: 46%; border-width: 5px; }
  .brand-project-grid img { aspect-ratio: 16/10; }
  .brand-name-strip { grid-template-columns: repeat(2, 1fr); }
  .brand-name-strip span:nth-child(3) { border-right: 1px solid rgba(255,255,255,.12); }
  .brand-name-strip span:nth-child(even) { border-right: 0; }
  .gallery { grid-auto-rows: 220px; }
  .gallery-item.wide { grid-column: span 2; }
  .gallery-item.tall { grid-row: span 1; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 180px; border-right: 1px solid #cbd3cf; border-bottom: 1px solid #cbd3cf; }
  .process-grid span { margin-bottom: 24px; }
  .delivery-card { padding: 32px 24px; }
  .tick-list, .field-row { grid-template-columns: 1fr; }
  .enquiry-form { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand img { height: 54px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}

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