/*
Theme Name:        Supreme Projects
Theme URI:         https://supremeprojects.co.uk
Author:            Supreme Projects
Author URI:        https://supremeprojects.co.uk
Description:       Luxury one-page theme for Supreme Projects — a collective of three distinguished construction companies (Prestige Renovations, Prime Decorating, Supreme Construction) united by craft, precision, and enduring quality. Includes a working contact form with three-tier delivery (WordPress mail → FormSubmit fallback → mailto).
Version:           3.0.0
Requires at least: 6.0
Tested up to:      6.7
Requires PHP:      7.4
License:           Proprietary
Text Domain:       supreme-projects
Tags:              construction, business, one-page, luxury, dark-gold, responsive
*/

/*
Theme Name: Supreme Projects
Theme URI: https://supremeprojects.co.uk
Author: Supreme Projects
Author URI: https://supremeprojects.co.uk
Description: Luxury one-page theme for Supreme Projects — a collective of distinguished construction companies united by craft, precision, and enduring quality. Bright variant: warm ivory canvas with deeper bronze accents. Auto-creates required pages and primary menu on activation.
Version: 2.3.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Private
Text Domain: supreme-projects
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* BRIGHT theme — warm ivory canvas with deeper bronze accents.
     Variable names retained for backwards compatibility:
     --black is now the deepest ink, --offwhite is now the canvas. */
  --black:   #1a1612;   /* warm ink — primary text */
  --deep:    #efe9df;   /* alt section background — soft champagne */
  --panel:   #e8dfce;   /* deeper card panel — warm cream */
  --offwhite:#f7f4ee;   /* page canvas — warm ivory */
  --warm:    #2c2620;   /* warm dark — testimonial / quote text */
  --gold:    #9a7842;   /* primary bronze — readable on light */
  --gold-lt: #7a5d2f;   /* deeper bronze — emphasis on light */
  --gold-dk: #b89868;   /* lighter bronze — index numerals & subtle marks */
  --grey:    #6e655a;   /* warm taupe — captions */
  --grey-lt: #4a4239;   /* deeper warm taupe — body secondary */
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  background: var(--offwhite);
  color: var(--black);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1.7;
}

@media (pointer: coarse) { body { cursor: auto; } }

body::before {
  content: '';
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: .12;
}

/* ── NAV ── */
nav.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 2rem 5rem;
  display: flex; justify-content: space-between; align-items: center;
}
nav.site-nav::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(247,244,238,.92) 0%, rgba(247,244,238,0) 100%);
  z-index: -1; pointer-events: none;
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-weight: 300; letter-spacing: .3em;
  text-transform: uppercase; color: var(--black); text-decoration: none;
}
.nav-links { display: flex; align-items: center; gap: 2.5rem; }
.nav-links a {
  font-size: .75rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--grey-lt); text-decoration: none;
  transition: color .4s; position: relative; padding-bottom: .25rem;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 1px; background: var(--gold);
  transition: width .4s cubic-bezier(.16,1,.3,1);
}
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { width: 100%; }

/* ── HERO ── */
.hero {
  min-height: 100vh; display: flex; flex-direction: column;
  justify-content: flex-end; padding: 0 5rem 6rem;
  position: relative; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-bg::before {
  content: ''; position: absolute; inset: -100%;
  background: repeating-linear-gradient(
    -55deg, transparent, transparent 120px,
    rgba(154,120,66,.05) 120px, rgba(154,120,66,.05) 121px
  );
  animation: bgDrift 40s linear infinite;
}
@keyframes bgDrift {
  from { transform: translateX(0) translateY(0); }
  to   { transform: translateX(200px) translateY(200px); }
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 80% at 60% 40%, rgba(184,152,104,.18) 0%, transparent 70%),
    radial-gradient(ellipse 60% 100% at 0% 100%, rgba(232,223,206,.55) 0%, transparent 60%);
}
.hero-numeral {
  position: absolute; right: 3rem; top: 50%; transform: translateY(-50%);
  font-family: 'Cormorant Garamond', serif; font-size: 28vw; font-weight: 300;
  color: rgba(154,120,66,.08); line-height: 1;
  pointer-events: none; z-index: 1; user-select: none; will-change: transform;
}
.hero-inner { position: relative; z-index: 2; max-width: 840px; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 1rem;
  font-size: .8rem; letter-spacing: .38em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 2.5rem;
  opacity: 0; animation: riseIn 1.2s .2s cubic-bezier(.16,1,.3,1) forwards;
}
.hero-tag::before {
  content: ''; width: 0; height: 1px; background: var(--gold); opacity: .6;
  animation: lineExpand .8s .8s cubic-bezier(.16,1,.3,1) forwards;
}
@keyframes lineExpand { from { width: 0; } to { width: 40px; } }

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.8rem, 8.5vw, 8rem); font-weight: 300; line-height: .95;
  margin-bottom: 2.5rem;
  opacity: 0; animation: riseIn 1.4s .45s cubic-bezier(.16,1,.3,1) forwards;
}
.hero-title em { font-style: italic; color: var(--gold-lt); position: relative; }
.hero-title em::after {
  content: ''; position: absolute; bottom: -.1em; left: 0; right: 0; height: 1px;
  background: linear-gradient(to right, var(--gold-lt), transparent);
  transform: scaleX(0); transform-origin: left;
  animation: lineExpand2 1s 1.6s cubic-bezier(.16,1,.3,1) forwards;
}
@keyframes lineExpand2 { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.hero-title span { display: block; }

.hero-bottom {
  display: flex; align-items: flex-end; gap: 6rem;
  opacity: 0; animation: riseIn 1.2s .75s cubic-bezier(.16,1,.3,1) forwards;
}
.hero-desc {
  font-size: 1.05rem; letter-spacing: .02em; line-height: 1.9;
  color: var(--grey-lt); max-width: 420px;
}
.hero-cta {
  display: inline-flex; align-items: center; gap: 1rem; flex-shrink: 0;
  font-size: .8rem; letter-spacing: .25em; text-transform: uppercase;
  color: var(--black); text-decoration: none;
  border: 1px solid rgba(154,120,66,.35); padding: 1.1rem 2.2rem;
  transition: background .5s, border-color .5s, color .5s;
}
.hero-cta:hover { background: var(--gold); border-color: var(--gold); color: var(--black); }
.hero-cta-arrow { font-size: .85rem; transition: transform .4s; }
.hero-cta:hover .hero-cta-arrow { transform: translateX(4px); }

.scroll-indicator {
  position: absolute; bottom: 3rem; right: 5rem; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: .6rem;
  opacity: 0; animation: fadeIn 1s 1.4s forwards;
}
.scroll-indicator span {
  font-size: .65rem; letter-spacing: .35em; text-transform: uppercase;
  color: var(--grey); writing-mode: vertical-rl;
}
.scroll-line {
  width: 1px; height: 60px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: pulseDown 2s 1.5s infinite;
}
@keyframes pulseDown { 0%, 100% { opacity: .2; } 50% { opacity: .9; } }

/* ── RULE ── */
.rule {
  width: 100%; height: 1px;
  background: linear-gradient(to right, transparent, rgba(154,120,66,.2) 30%, rgba(154,120,66,.2) 70%, transparent);
}

/* ── COMPANIES ── */
.companies { padding: 10rem 5rem; scroll-margin-top: 80px; }
.section-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 6rem; }
.section-label { font-size: .8rem; letter-spacing: .38em; text-transform: uppercase; color: var(--gold); }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem,4vw,3.5rem); font-weight: 300; text-align: right; color: var(--black); }
.section-title em { font-style: italic; color: var(--gold-lt); }

.companies-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.company {
  padding: 3.5rem 3rem 3.5rem 0;
  border-top: 1px solid rgba(26,22,18,.09);
  border-right: 1px solid rgba(26,22,18,.09);
  position: relative; overflow: hidden; transition: background .5s;
}
.company:last-child { border-right: none; padding-right: 0; }
.company:not(:first-child) { padding-left: 3rem; }
.company::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(to right, var(--gold), transparent);
  transform: scaleX(0); transform-origin: left;
  transition: transform .7s cubic-bezier(.16,1,.3,1);
}
.company:hover::after { transform: scaleX(1); }
.company:hover { background: rgba(154,120,66,.06); }
.co-index { font-family: 'Cormorant Garamond', serif; font-size: .9rem; letter-spacing: .2em; color: var(--gold-dk); margin-bottom: 2rem; }
.co-name { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 300; line-height: 1.15; color: var(--black); margin-bottom: 1rem; transition: color .4s; }
.company:hover .co-name { color: var(--gold-lt); }
.co-type { font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--grey); line-height: 1.85; margin-bottom: .75rem; }
.co-tags { font-size: .95rem; letter-spacing: .01em; color: rgba(26,22,18,.55); margin-bottom: 2.5rem; line-height: 1.85; }
.co-link { display: inline-flex; align-items: center; gap: .6rem; font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); text-decoration: none; transition: gap .3s; }
.co-link::after { content: '→'; font-size: .9rem; transition: transform .3s; }
.co-link:hover { gap: 1rem; }
.co-link:hover::after { transform: translateX(3px); }

/* ── MARQUEE ── */
.services-strip { padding: 5rem; background: var(--panel); overflow: hidden; position: relative; }
.services-strip::before,
.services-strip::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none;
}
.services-strip::before { left: 0; background: linear-gradient(to right, var(--panel), transparent); }
.services-strip::after  { right: 0; background: linear-gradient(to left, var(--panel), transparent); }
.strip-label { font-size: .8rem; letter-spacing: .45em; text-transform: uppercase; color: var(--gold); margin-bottom: 2.5rem; }
.marquee-outer { overflow: hidden; }
.marquee-outer:hover .marquee-track { animation-play-state: paused; }
.marquee-track { display: flex; gap: 0; white-space: nowrap; animation: marquee 38s linear infinite; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-item {
  display: inline-flex; align-items: center; gap: 1.5rem;
  font-family: 'Cormorant Garamond', serif; font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 300; color: rgba(26,22,18,.14); padding: 0 2.5rem;
  white-space: nowrap; transition: color .5s; cursor: default;
}
.marquee-outer:hover .marquee-item { color: rgba(26,22,18,.22); }
.marquee-item .dot { color: var(--gold); opacity: .4; }

/* ── ABOUT ── */
.about { padding: 12rem 5rem; display: grid; grid-template-columns: 1fr 1.8fr; gap: 10rem; align-items: start; scroll-margin-top: 80px; }
.about-left { position: sticky; top: 120px; }
.about-label { font-size: .8rem; letter-spacing: .4em; text-transform: uppercase; color: var(--gold); margin-bottom: 2rem; }
.about-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.4rem,4.5vw,4rem); font-weight: 300; line-height: 1.1; color: var(--black); }
.about-title em { font-style: italic; color: var(--gold-lt); }
.about-stats { margin-top: 4rem; padding-top: 3rem; border-top: 1px solid rgba(26,22,18,.10); display: flex; flex-direction: column; gap: 2.5rem; }
.stat { display: flex; align-items: baseline; gap: 1.5rem; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; font-weight: 300; color: var(--gold); line-height: 1; min-width: 60px; }
.stat-lbl { font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; color: var(--grey-lt); line-height: 1.7; }
.about-right { padding-top: 1rem; }
.about-p { font-size: 1.05rem; letter-spacing: .01em; line-height: 1.95; color: rgba(26,22,18,.72); margin-bottom: 2rem; }
.about-p:first-child { color: rgba(26,22,18,.85); }
.about-p strong { color: var(--black); font-weight: 400; }
.about-services { margin-top: 4rem; padding-top: 3rem; border-top: 1px solid rgba(26,22,18,.10); display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 3rem; }
.svc-item { display: flex; align-items: center; gap: 1rem; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--grey-lt); transition: color .35s; }
.svc-item::before { content: ''; width: 20px; height: 1px; background: var(--gold); opacity: .5; flex-shrink: 0; transition: width .35s cubic-bezier(.16,1,.3,1); }
.svc-item:hover { color: var(--black); }
.svc-item:hover::before { width: 32px; opacity: .9; }

/* ── TESTIMONIALS ── */
.testimonials { padding: 10rem 5rem; background: var(--deep); scroll-margin-top: 80px; }
.test-header { margin-bottom: 6rem; }
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.testimonial {
  padding: 3.5rem 3rem 3.5rem 0;
  border-top: 1px solid rgba(26,22,18,.09);
  border-right: 1px solid rgba(26,22,18,.09);
  transition: background .5s;
}
.testimonial:hover { background: rgba(154,120,66,.05); }
.testimonial:last-child { border-right: none; padding-right: 0; }
.testimonial:not(:first-child) { padding-left: 3rem; }
.quote-mark {
  font-family: 'Cormorant Garamond', serif; font-size: 5rem; line-height: .4;
  color: var(--gold); opacity: .45; display: block; margin-bottom: 1.8rem;
  animation: floatMark 6s ease-in-out infinite;
}
@keyframes floatMark { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
.testimonial:nth-child(2) .quote-mark { animation-delay: 2s; }
.testimonial:nth-child(3) .quote-mark { animation-delay: 4s; }
.quote-text { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 300; font-style: italic; line-height: 1.85; color: var(--warm); margin-bottom: 2rem; }
.quote-attr { font-size: .78rem; letter-spacing: .25em; text-transform: uppercase; color: var(--gold-dk); }
.quote-co   { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--grey); margin-top: .4rem; }

/* ── CONTACT ── */
.contact { padding: 12rem 5rem; display: grid; grid-template-columns: 1fr 1.2fr; gap: 10rem; align-items: start; scroll-margin-top: 80px; }
.contact-left { position: sticky; top: 120px; }
.contact-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.4rem,4.5vw,4rem); font-weight: 300; line-height: 1.1; color: var(--black); margin-top: 2rem; margin-bottom: 1.5rem; }
.contact-title em { font-style: italic; color: var(--gold-lt); }
.contact-sub { font-size: 1rem; letter-spacing: .01em; line-height: 1.9; color: var(--grey-lt); max-width: 340px; margin-bottom: 4rem; }
.contact-details { display: flex; flex-direction: column; gap: 2rem; }
.cd-label { font-size: .72rem; letter-spacing: .38em; text-transform: uppercase; color: var(--gold); margin-bottom: .35rem; }
.cd-val { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 300; color: var(--black); text-decoration: none; display: block; transition: color .3s; }
a.cd-val:hover { color: var(--gold); }

.fg { margin-bottom: 2.5rem; }
.fg label { display: block; font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; color: var(--grey); margin-bottom: .8rem; }
.fg input, .fg textarea, .fg select {
  width: 100%; background: transparent; border: none;
  border-bottom: 1px solid rgba(26,22,18,.18);
  color: var(--black); font-family: 'Jost', sans-serif; font-weight: 300;
  font-size: 1rem; letter-spacing: .03em; padding: .85rem 0; outline: none;
  transition: border-color .4s; caret-color: var(--gold);
  -webkit-appearance: none; appearance: none;
}
.fg input:focus, .fg textarea:focus, .fg select:focus { border-color: var(--gold); }
.fg textarea { resize: none; min-height: 110px; }
.fg input::placeholder, .fg textarea::placeholder { color: rgba(26,22,18,.35); }
.fg input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--offwhite) inset !important;
  -webkit-text-fill-color: var(--black) !important;
}
.fg select option { background: var(--offwhite); color: var(--black); }
.fg select { color: rgba(26,22,18,.45); cursor: pointer; }
.fg select.has-val { color: var(--black); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }

.btn-submit {
  background: none; border: 1px solid rgba(154,120,66,.4);
  color: var(--black); font-family: 'Jost', sans-serif; font-weight: 300;
  font-size: .8rem; letter-spacing: .3em; text-transform: uppercase;
  padding: 1.2rem 2.8rem; cursor: pointer; margin-top: .5rem;
  transition: background .45s, border-color .45s, color .45s;
  position: relative; overflow: hidden;
}
.btn-submit::before {
  content: ''; position: absolute; inset: 0; background: var(--gold);
  transform: translateX(-101%); transition: transform .45s cubic-bezier(.16,1,.3,1); z-index: 0;
}
.btn-submit:hover::before { transform: translateX(0); }
.btn-submit:hover { border-color: var(--gold); color: var(--black); }
.btn-submit span { position: relative; z-index: 1; }

.form-notice { margin-top: 1.5rem; font-size: .85rem; color: var(--gold); font-family: 'Cormorant Garamond', serif; font-style: italic; }
.form-error  { margin-top: 1.5rem; font-size: .9rem; color: #c0614a; letter-spacing: .02em; }

/* Confirmation state — replaces form on success */
.form-confirmed {
  padding: 4rem 0;
  display: flex; flex-direction: column; align-items: flex-start; gap: 1.5rem;
  animation: riseIn .9s cubic-bezier(.16,1,.3,1) forwards;
}
.form-confirmed-mark {
  width: 48px; height: 48px; border: 1px solid var(--gold);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: var(--gold); flex-shrink: 0;
}
.form-confirmed-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem; font-weight: 300; font-style: italic;
  color: var(--black); line-height: 1.1;
}
.form-confirmed-sub {
  font-size: 1rem; letter-spacing: .02em; line-height: 1.9;
  color: var(--grey-lt); max-width: 420px;
}
.form-confirmed-sub em { font-style: normal; color: var(--gold); }

/* ── FOOTER ── */
footer.site-footer {
  border-top: 1px solid rgba(26,22,18,.09); padding: 3rem 5rem;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 2rem;
}
.foot-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 300; letter-spacing: .3em; text-transform: uppercase; color: var(--black); text-decoration: none; }
.foot-copy { font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; color: var(--grey); line-height: 1.9; text-align: center; }
.foot-links { display: flex; gap: 2rem; flex-wrap: wrap; justify-content: flex-end; }
.foot-links a { font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; color: var(--grey); text-decoration: none; transition: color .3s; }
.foot-links a:hover { color: var(--gold); }

/* ── HAMBURGER BUTTON ── */
.nav-burger {
  display: none;
  flex-direction: column; justify-content: center; gap: 5px;
  width: 36px; height: 36px; padding: 4px;
  background: none; border: none; cursor: pointer; z-index: 200;
}
.nav-burger span {
  display: block; width: 100%; height: 1px;
  background: var(--black);
  transition: transform .4s cubic-bezier(.16,1,.3,1), opacity .3s, width .4s cubic-bezier(.16,1,.3,1);
  transform-origin: center;
}
/* Open state — morphs to × */
.nav-burger.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-burger.is-open span:nth-child(2) { opacity: 0; width: 0; }
.nav-burger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 1s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: .1s; }
.d2 { transition-delay: .22s; }
.d3 { transition-delay: .38s; }
.d4 { transition-delay: .54s; }

@keyframes riseIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn  { from { opacity: 0; } to { opacity: .8; } }

/* ── RESPONSIVE ── */
/* ════════════════════════════════════════════════════
   NAV — active state + enquiry button
════════════════════════════════════════════════════ */
.nav-links a.nav-active {
  color: var(--gold);
}
.nav-links a.nav-active::after {
  width: 100%;
}
.nav-links a.nav-enquiry {
  color: var(--gold);
  border: 1px solid rgba(154,120,66,.35);
  padding: .42rem 1.2rem;
  transition: background .4s, color .4s, border-color .4s;
}
.nav-links a.nav-enquiry:hover {
  background: var(--gold); color: var(--black); border-color: var(--gold);
}
.nav-links a.nav-enquiry::after { display: none; }

/* ════════════════════════════════════════════════════
   PAGE HERO — shared across all inner pages
════════════════════════════════════════════════════ */
.ph {
  min-height: 85vh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 5rem 7rem;
  position: relative; overflow: hidden;
}
.ph-bg {
  position: absolute; inset: 0; z-index: 0;
}
.ph-bg::before {
  content: ''; position: absolute; inset: -100%;
  background: repeating-linear-gradient(
    -55deg, transparent, transparent 120px,
    rgba(154,120,66,.06) 120px, rgba(154,120,66,.06) 121px
  );
  animation: bgDrift 40s linear infinite;
}
.ph-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 75% 75% at 58% 40%, rgba(154,120,66,.14) 0%, transparent 65%),
    radial-gradient(ellipse 70% 100% at 0% 100%, rgba(232,223,206,.5) 0%, transparent 55%);
}
.ph-glyph {
  position: absolute; right: 2rem; top: 50%; transform: translateY(-50%);
  font-family: 'Cormorant Garamond', serif; font-size: 32vw; font-weight: 300;
  color: rgba(154,120,66,.10); line-height: 1;
  pointer-events: none; z-index: 1; user-select: none;
}
.ph-inner {
  position: relative; z-index: 2; max-width: 880px;
}
.ph-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.2rem, 7.5vw, 7.2rem); font-weight: 300; line-height: .94;
  margin-bottom: 2.5rem;
  opacity: 0; animation: riseIn 1.4s .45s cubic-bezier(.16,1,.3,1) forwards;
}
.ph-title em  { font-style: italic; color: var(--gold-lt); }
.ph-title span { display: block; }
.ph-desc {
  font-size: 1.08rem; letter-spacing: .015em; line-height: 1.9;
  color: var(--grey-lt); max-width: 560px;
  opacity: 0; animation: riseIn 1.2s .75s cubic-bezier(.16,1,.3,1) forwards;
}

/* ════════════════════════════════════════════════════
   PAGE CTA — shared bottom CTA on all pages
════════════════════════════════════════════════════ */
.pcta {
  padding: 11rem 5rem;
  display: flex; flex-direction: column; align-items: center;
  gap: 2rem; text-align: center;
}
.pcta-h {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5.5vw, 5rem); font-weight: 300; line-height: 1.05;
  color: var(--black);
}
.pcta-h em { font-style: italic; color: var(--gold-lt); }
.pcta-sub {
  font-size: 1rem; line-height: 1.9; color: var(--grey-lt);
  max-width: 480px; margin-bottom: .5rem;
}

/* ════════════════════════════════════════════════════
   PORTFOLIO PAGE
════════════════════════════════════════════════════ */

/* Filter bar */
.pf-bar {
  padding: 3.5rem 5rem 0;
  display: flex; align-items: flex-end; gap: 0;
  border-bottom: 1px solid rgba(26,22,18,.10);
  overflow-x: auto;
}
.pf-btn {
  background: none; border: none; cursor: pointer;
  font-family: 'Jost', sans-serif; font-weight: 300;
  font-size: .75rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--grey); padding: 1rem 1.8rem;
  border-bottom: 1px solid transparent; margin-bottom: -1px;
  white-space: nowrap;
  transition: color .3s, border-color .3s;
}
.pf-btn:hover { color: var(--black); }
.pf-btn.is-active { color: var(--gold); border-bottom-color: var(--gold); }

/* Project grid */
.pg { padding: 0 5rem 5rem; }

.pc {
  position: relative; overflow: hidden;
  background: var(--panel); cursor: default;
  transition: transform .0s;
}
.pc-img-w { overflow: hidden; }
.pc--feat .pc-img-w  { height: 65vh; min-height: 460px; }
.pc--wide .pc-img-w  { height: 52vh; min-height: 360px; }
.pg-duo  .pc .pc-img-w { height: 52vh; min-height: 360px; }
.pg-trio .pc .pc-img-w { height: 40vh; min-height: 280px; }

.pc-img {
  width: 100%; height: 100%;
  background-size: cover; background-position: center;
  transition: transform 1s cubic-bezier(.16,1,.3,1);
}
.pc:hover .pc-img { transform: scale(1.05); }

.pc-meta {
  padding: 2rem 2.5rem;
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 2rem; border-top: 1px solid rgba(26,22,18,.09);
}
.pc-ml { display: flex; gap: 1.8rem; align-items: flex-start; flex: 1; min-width: 0; }
.pc-idx {
  font-family: 'Cormorant Garamond', serif; font-size: .95rem;
  color: var(--gold-dk); flex-shrink: 0; margin-top: .3rem;
}
.pc-prac {
  font-size: .68rem; letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold); margin-bottom: .5rem;
}
.pc-name {
  font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 300;
  line-height: 1.25; color: var(--black);
}
.pc-name em { font-style: italic; color: var(--warm); }
.pc-mr {
  display: flex; flex-direction: column; gap: .5rem;
  align-items: flex-end; flex-shrink: 0;
}
.pc-det { display: flex; gap: 1rem; align-items: baseline; }
.pd-l {
  font-size: .64rem; letter-spacing: .28em; text-transform: uppercase; color: var(--grey);
}
.pd-v {
  font-family: 'Cormorant Garamond', serif; font-size: 1rem;
  font-weight: 300; color: var(--black);
}

/* Expandable copy */
.pc-expand {
  padding: 0 2.5rem 2rem;
  border-top: 1px solid rgba(26,22,18,.07);
  overflow: hidden; max-height: 0;
  transition: max-height .6s cubic-bezier(.16,1,.3,1), padding .4s;
}
.pc.is-open .pc-expand {
  max-height: 400px; padding-top: 1.8rem;
}
.pc-expand p {
  font-size: .93rem; line-height: 1.9; color: var(--grey-lt); margin-bottom: 1.5rem;
}
.pc-tags {
  list-style: none; display: flex; flex-wrap: wrap; gap: .6rem;
}
.pc-tags li {
  font-size: .65rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--grey); border: 1px solid rgba(26,22,18,.13);
  padding: .32rem .85rem;
}

/* Toggle "read more" button — injected by JS */
.pc-toggle {
  position: absolute; bottom: 0; right: 0;
  background: none; border: none; cursor: pointer;
  font-size: .65rem; letter-spacing: .25em; text-transform: uppercase;
  color: var(--gold); padding: .9rem 1.2rem;
  transition: color .3s;
}
.pc-toggle:hover { color: var(--gold-lt); }

/* Grid layouts */
.pc--feat { margin: 5rem 0 2px; }
.pg-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-bottom: 2px; }
.pg-trio { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2px; margin-bottom: 2px; }
.pc--wide { }

/* Hidden state when filtered */
.pc.pf-hidden  { display: none; }
.pg-duo.pf-empty, .pg-trio.pf-empty  { display: none; }

/* Stats bar */
.pst {
  padding: 5rem; display: flex; align-items: center;
  justify-content: center; gap: 0;
}
.pst-item { flex: 1; text-align: center; }
.pst-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 4.5vw, 4.2rem); font-weight: 300;
  color: var(--gold-lt); line-height: 1;
}
.pst-lbl {
  display: block; font-size: .7rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--grey); margin-top: .8rem; line-height: 1.65;
}
.pst-sep { width: 1px; height: 80px; background: rgba(26,22,18,.10); flex-shrink: 0; }

/* ════════════════════════════════════════════════════
   COMPANIES PAGE
════════════════════════════════════════════════════ */
.co-full { padding: 10rem 5rem; }
.co-full--alt { background: var(--deep); }

.co-full-inner {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 8rem; align-items: start;
}
.co-full-inner--rev { direction: rtl; }
.co-full-inner--rev > * { direction: ltr; }

.co-full-left { position: sticky; top: 120px; }
.co-full-num {
  font-family: 'Cormorant Garamond', serif; font-size: .9rem;
  color: var(--gold-dk); letter-spacing: .2em; margin-bottom: 2.5rem; opacity: .7;
}
.co-full-img {
  width: 100%; aspect-ratio: 4/5;
  background-size: cover; background-position: center;
  margin-bottom: 1rem;
}
.co-full-img--sm {
  width: 70%; aspect-ratio: 16/9;
  margin-left: auto; margin-bottom: 0;
}

.co-full-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 4.5vw, 4.2rem); font-weight: 300; line-height: 1.05;
  color: var(--black); margin: 1.5rem 0 1rem;
}
.co-full-name em { font-style: italic; color: var(--gold-lt); }
.co-full-type {
  font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--grey); line-height: 1.9; margin-bottom: 1rem;
}
.co-full-rule {
  width: 48px; height: 1px;
  background: linear-gradient(to right, var(--gold), transparent);
  margin: 2rem 0 2.5rem;
}
.co-full-body p {
  font-size: 1.02rem; letter-spacing: .01em; line-height: 1.95;
  color: rgba(26,22,18,.72); margin-bottom: 1.8rem;
}
.co-full-body p:first-child { color: rgba(26,22,18,.82); }
.co-full-body p strong { color: var(--black); font-weight: 400; }

.co-full-svcs { margin: 3rem 0; padding-top: 2.5rem; border-top: 1px solid rgba(26,22,18,.10); }
.svcs-label {
  font-size: .72rem; letter-spacing: .38em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.5rem;
}
.svcs-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 2rem;
}
.svcs-grid span {
  display: flex; align-items: center; gap: .8rem;
  font-size: .8rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--grey-lt); transition: color .3s;
}
.svcs-grid span::before {
  content: ''; width: 16px; height: 1px;
  background: var(--gold); opacity: .5; flex-shrink: 0;
  transition: width .35s cubic-bezier(.16,1,.3,1), opacity .35s;
}
.svcs-grid span:hover { color: var(--black); }
.svcs-grid span:hover::before { width: 28px; opacity: .9; }

.co-full-stats {
  display: flex; gap: 3rem; padding: 2.5rem 0;
  border-top: 1px solid rgba(26,22,18,.10);
  margin-bottom: 2.5rem;
}
.co-stat-n {
  display: block; font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem; font-weight: 300; color: var(--gold); line-height: 1;
}
.co-stat-l {
  display: block; font-size: .7rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--grey-lt); margin-top: .6rem; line-height: 1.65;
}
.co-full-link {
  display: inline-flex; align-items: center; gap: .8rem;
  font-size: .78rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); text-decoration: none;
  border-bottom: 1px solid rgba(154,120,66,.3); padding-bottom: .4rem;
  transition: gap .35s, border-color .35s;
}
.co-full-link:hover { gap: 1.2rem; border-color: var(--gold); }

/* ════════════════════════════════════════════════════
   ABOUT PAGE
════════════════════════════════════════════════════ */

/* Who we are */
.ab-who {
  padding: 10rem 5rem;
  display: grid; grid-template-columns: 1fr 1.7fr; gap: 10rem; align-items: start;
}
.ab-who-left { position: sticky; top: 120px; }
.ab-who-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 3.8vw, 3.4rem); font-weight: 300; line-height: 1.1;
  color: var(--black); margin: 1.5rem 0 0;
}
.ab-who-title em { font-style: italic; color: var(--gold-lt); }
.ab-stats {
  margin-top: 4rem; padding-top: 3rem;
  border-top: 1px solid rgba(26,22,18,.10);
  display: flex; flex-direction: column; gap: 2.5rem;
}
.ab-who-right .about-p { /* inherits existing .about-p */ }

/* Statement */
.ab-statement {
  padding: 0 5rem 10rem;
  background: var(--deep);
}
.ab-statement-inner {
  border-left: 1px solid rgba(154,120,66,.3);
  padding: 5rem 5rem;
}
.ab-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem); font-weight: 300; font-style: italic;
  line-height: 1.75; color: var(--warm); margin-top: 2rem;
}
.ab-statement .section-label { padding-top: 5rem; display: block; }

/* Principles */
.ab-principles { padding: 10rem 5rem; }
.ab-prin-header { margin-bottom: 6rem; }
.ab-prin-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 300; line-height: 1.1;
  color: var(--black); margin-top: 1.5rem;
}
.ab-prin-title em { font-style: italic; color: var(--gold-lt); }
.ab-prin-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; border-top: 1px solid rgba(26,22,18,.10);
  border-left: 1px solid rgba(26,22,18,.10);
}
.ab-prin {
  padding: 3.5rem; border-right: 1px solid rgba(26,22,18,.10);
  border-bottom: 1px solid rgba(26,22,18,.10);
  transition: background .4s;
}
.ab-prin:hover { background: rgba(154,120,66,.05); }
.ab-prin-n {
  font-family: 'Cormorant Garamond', serif; font-size: .9rem;
  color: var(--gold-dk); letter-spacing: .18em; margin-bottom: 1.5rem; opacity: .7;
}
.ab-prin-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 300; color: var(--black);
  margin-bottom: 1.2rem; line-height: 1.3;
}
.ab-prin-body {
  font-size: .92rem; line-height: 1.9; color: var(--grey-lt);
}

/* Disciplines */
.ab-disc { padding: 10rem 5rem; background: var(--deep); }
.ab-disc-header { margin-bottom: 5rem; }
.ab-disc-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 300; line-height: 1.1;
  color: var(--black); margin-top: 1.5rem;
}
.ab-disc-title em { font-style: italic; color: var(--gold-lt); }
.ab-disc-cols {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0; border-left: 1px solid rgba(26,22,18,.10);
}
.ab-disc-col {
  padding: 3rem; border-right: 1px solid rgba(26,22,18,.10);
}
.ab-disc-co {
  font-size: .72rem; letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 2rem;
}
.ab-disc-list {
  list-style: none; display: flex; flex-direction: column; gap: 1rem;
}
.ab-disc-list li {
  display: flex; align-items: center; gap: .8rem;
  font-size: .82rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--grey-lt); line-height: 1.5;
  transition: color .3s;
}
.ab-disc-list li::before {
  content: ''; width: 14px; height: 1px;
  background: var(--gold); opacity: .45; flex-shrink: 0;
  transition: width .35s, opacity .35s;
}
.ab-disc-list li:hover { color: var(--black); }
.ab-disc-list li:hover::before { width: 24px; opacity: .9; }

/* ════════════════════════════════════════════════════
   RESPONSIVE — all new pages
════════════════════════════════════════════════════ */
   SHARED PAGE HERO — used by Portfolio, Companies, About, Enquiries
═══════════════════════════════════════════════════════ */
.ph {
  min-height: 85vh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 5rem 7rem;
  position: relative; overflow: hidden;
}
.ph-bg { position: absolute; inset: 0; z-index: 0; }
.ph-bg::before {
  content: ''; position: absolute; inset: -100%;
  background: repeating-linear-gradient(
    -55deg, transparent, transparent 120px,
    rgba(154,120,66,.06) 120px, rgba(154,120,66,.06) 121px
  );
  animation: bgDrift 40s linear infinite;
}
.ph-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 75% 75% at 58% 40%, rgba(154,120,66,.14) 0%, transparent 65%),
    radial-gradient(ellipse 70% 100% at 0% 100%, rgba(232,223,206,.5) 0%, transparent 55%);
}
.ph-glyph {
  position: absolute; right: 2rem; top: 50%; transform: translateY(-50%);
  font-family: 'Cormorant Garamond', serif; font-size: 28vw; font-weight: 300;
  color: rgba(154,120,66,.10); line-height: 1;
  pointer-events: none; z-index: 1; user-select: none;
}
.ph-inner { position: relative; z-index: 2; max-width: 860px; }
.ph-inner .hero-tag {
  display: inline-flex; align-items: center; gap: 1rem;
  font-size: .8rem; letter-spacing: .38em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 2rem;
  opacity: 0; animation: riseIn 1.2s .2s cubic-bezier(.16,1,.3,1) forwards;
}
.ph-inner .hero-tag::before {
  content: ''; width: 0; height: 1px; background: var(--gold); opacity: .6;
  animation: lineExpand .8s .8s cubic-bezier(.16,1,.3,1) forwards;
}
.ph-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.2rem, 7vw, 6.8rem); font-weight: 300; line-height: .94;
  margin-bottom: 2.2rem;
  opacity: 0; animation: riseIn 1.4s .45s cubic-bezier(.16,1,.3,1) forwards;
}
.ph-title span { display: block; }
.ph-title em { font-style: italic; color: var(--gold-lt); }
.ph-desc {
  font-size: 1.05rem; line-height: 1.9; color: var(--grey-lt); max-width: 560px;
  opacity: 0; animation: riseIn 1.2s .75s cubic-bezier(.16,1,.3,1) forwards;
}

/* NAV — active + enquiry button */
.nav-links a.nav-enquiry {
  color: var(--gold);
  border: 1px solid rgba(154,120,66,.35);
  padding: .4rem 1.1rem;
  transition: background .4s, color .4s, border-color .4s;
}
.nav-links a.nav-enquiry:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }
.nav-links a.nav-enquiry::after { display: none; }

/* PAGE CTA */
.page-cta {
  padding: 10rem 5rem;
  display: flex; flex-direction: column; align-items: center;
  gap: 2rem; text-align: center;
}
.pcta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 300; line-height: 1.05;
  color: var(--black);
}
.pcta-title em { font-style: italic; color: var(--gold-lt); }
.pcta-sub { font-size: 1rem; line-height: 1.9; color: var(--grey-lt); max-width: 460px; }

/* ═══════════════════════════════════════════════════════
   PORTFOLIO PAGE
═══════════════════════════════════════════════════════ */
.pf-bar {
  padding: 3.5rem 5rem 0;
  display: flex; align-items: flex-end; gap: 0;
  border-bottom: 1px solid rgba(26,22,18,.10);
  overflow-x: auto;
}
.pf-btn {
  background: none; border: none; cursor: pointer;
  font-family: 'Jost', sans-serif; font-weight: 300;
  font-size: .72rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--grey); padding: 1rem 1.8rem;
  border-bottom: 1px solid transparent; margin-bottom: -1px;
  white-space: nowrap; transition: color .3s, border-color .3s;
}
.pf-btn:hover { color: var(--black); }
.pf-btn.is-active { color: var(--gold); border-bottom-color: var(--gold); }
.pg { padding: 0 5rem 5rem; }
.pc { background: var(--panel); overflow: hidden; position: relative; margin-bottom: 2px; }
.pc-img-w { overflow: hidden; }
.pc--feat .pc-img-w  { height: 65vh; min-height: 440px; }
.pc--wide .pc-img-w  { height: 50vh; min-height: 340px; }
.pg-duo .pc .pc-img-w { height: 52vh; min-height: 360px; }
.pg-trio .pc .pc-img-w { height: 40vh; min-height: 270px; }
.pc-img {
  width: 100%; height: 100%;
  background-size: cover; background-position: center;
  transition: transform 1s cubic-bezier(.16,1,.3,1);
}
.pc:hover .pc-img { transform: scale(1.05); }
.pc-meta {
  padding: 1.8rem 2.5rem;
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 2rem; border-top: 1px solid rgba(26,22,18,.09);
}
.pc-ml { display: flex; gap: 1.5rem; align-items: flex-start; flex: 1; min-width: 0; }
.pc-idx { font-family: 'Cormorant Garamond', serif; font-size: .9rem; color: var(--gold-dk); flex-shrink: 0; margin-top: .2rem; }
.pc-prac { font-size: .65rem; letter-spacing: .32em; text-transform: uppercase; color: var(--gold); margin-bottom: .45rem; }
.pc-name { font-family: 'Cormorant Garamond', serif; font-size: 1.45rem; font-weight: 300; line-height: 1.25; color: var(--black); }
.pc-name em { font-style: italic; color: var(--warm); }
.pc-mr { display: flex; flex-direction: column; gap: .45rem; align-items: flex-end; flex-shrink: 0; }
.pc-det { display: flex; gap: .9rem; align-items: baseline; }
.pd-l { font-size: .62rem; letter-spacing: .28em; text-transform: uppercase; color: var(--grey); }
.pd-v { font-family: 'Cormorant Garamond', serif; font-size: .95rem; font-weight: 300; color: var(--black); }
.pc--feat { margin-top: 4rem; }
.pg-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-bottom: 2px; }
.pg-trio { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2px; margin-bottom: 2px; }
.pc.pf-hidden { display: none; }
.pg-duo.pf-empty, .pg-trio.pf-empty { display: none; }
.pst { padding: 5rem; display: flex; align-items: center; justify-content: center; }
.pst-item { flex: 1; text-align: center; }
.pst-num { display: block; font-family: 'Cormorant Garamond', serif; font-size: clamp(2.8rem,4.5vw,4.2rem); font-weight: 300; color: var(--gold-lt); line-height: 1; }
.pst-lbl { display: block; font-size: .7rem; letter-spacing: .3em; text-transform: uppercase; color: var(--grey); margin-top: .8rem; line-height: 1.65; }
.pst-sep { width: 1px; height: 80px; background: rgba(26,22,18,.10); flex-shrink: 0; }

/* ═══════════════════════════════════════════════════════
   COMPANIES PAGE
═══════════════════════════════════════════════════════ */
.co-full { padding: 10rem 5rem; }
.co-full--alt { background: var(--deep); }
.co-full-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 7rem; align-items: start; }
.co-full-inner--rev { direction: rtl; }
.co-full-inner--rev > * { direction: ltr; }
.co-full-left { position: sticky; top: 120px; }
.co-full-num { font-family: 'Cormorant Garamond', serif; font-size: .9rem; color: var(--gold-dk); letter-spacing: .2em; margin-bottom: 2.5rem; opacity: .7; }
.co-full-img { width: 100%; aspect-ratio: 4/5; background-size: cover; background-position: center; margin-bottom: 1rem; }
.co-full-img--sm { width: 70%; aspect-ratio: 16/9; margin-left: auto; margin-bottom: 0; }
.co-full-name { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem,4vw,3.8rem); font-weight: 300; line-height: 1.05; color: var(--black); margin: 1.5rem 0 1rem; }
.co-full-name em { font-style: italic; color: var(--gold-lt); }
.co-full-type { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--grey); line-height: 1.9; }
.co-full-rule { width: 48px; height: 1px; background: linear-gradient(to right, var(--gold), transparent); margin: 2rem 0 2.5rem; }
.co-full-body p { font-size: 1rem; line-height: 1.95; color: rgba(26,22,18,.72); margin-bottom: 1.8rem; }
.co-full-body p:first-child { color: rgba(26,22,18,.82); }
.co-full-body strong { color: var(--black); font-weight: 400; }
.svcs-label { font-size: .72rem; letter-spacing: .38em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; display: block; }
.svcs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 2rem; margin-top: 2.5rem; padding-top: 2.5rem; border-top: 1px solid rgba(26,22,18,.10); }
.svcs-grid span { display: flex; align-items: center; gap: .8rem; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--grey-lt); transition: color .3s; }
.svcs-grid span::before { content: ''; width: 16px; height: 1px; background: var(--gold); opacity: .5; flex-shrink: 0; transition: width .35s, opacity .35s; }
.svcs-grid span:hover { color: var(--black); }
.svcs-grid span:hover::before { width: 28px; opacity: .9; }
.co-full-stats { display: flex; gap: 3rem; padding: 2.5rem 0; border-top: 1px solid rgba(26,22,18,.10); margin: 2.5rem 0; }
.co-stat-n { display: block; font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 300; color: var(--gold); line-height: 1; }
.co-stat-l { display: block; font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--grey-lt); margin-top: .6rem; line-height: 1.65; }
.co-full-link { display: inline-flex; align-items: center; gap: .8rem; font-size: .78rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(154,120,66,.3); padding-bottom: .4rem; transition: gap .35s, border-color .35s; }
.co-full-link:hover { gap: 1.2rem; border-color: var(--gold); }

/* ═══════════════════════════════════════════════════════
   ABOUT PAGE
═══════════════════════════════════════════════════════ */
.ab-who { padding: 10rem 5rem; display: grid; grid-template-columns: 1fr 1.7fr; gap: 10rem; align-items: start; }
.ab-who-left { position: sticky; top: 120px; }
.ab-who-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem,3.8vw,3.4rem); font-weight: 300; line-height: 1.1; color: var(--black); margin: 1.5rem 0; }
.ab-who-title em { font-style: italic; color: var(--gold-lt); }
.ab-stats { margin-top: 3.5rem; padding-top: 3rem; border-top: 1px solid rgba(26,22,18,.10); display: flex; flex-direction: column; gap: 2.5rem; }
.ab-statement { background: var(--deep); padding: 0 5rem 10rem; }
.ab-statement-inner { border-left: 1px solid rgba(154,120,66,.3); padding: 5rem; }
.ab-statement-inner .section-label { display: block; padding-bottom: 1.5rem; }
.ab-quote p { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.5rem,2.5vw,2.1rem); font-weight: 300; font-style: italic; line-height: 1.75; color: var(--warm); }
.ab-principles { padding: 10rem 5rem; }
.ab-prin-header { margin-bottom: 6rem; }
.ab-prin-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem,4vw,3.6rem); font-weight: 300; line-height: 1.1; color: var(--black); margin-top: 1.5rem; }
.ab-prin-title em { font-style: italic; color: var(--gold-lt); }
.ab-prin-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(26,22,18,.10); border-left: 1px solid rgba(26,22,18,.10); }
.ab-prin { padding: 3.5rem; border-right: 1px solid rgba(26,22,18,.10); border-bottom: 1px solid rgba(26,22,18,.10); transition: background .4s; }
.ab-prin:hover { background: rgba(154,120,66,.05); }
.ab-prin-n { font-family: 'Cormorant Garamond', serif; font-size: .9rem; color: var(--gold-dk); letter-spacing: .18em; margin-bottom: 1.5rem; opacity: .7; }
.ab-prin-name { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 300; color: var(--black); margin-bottom: 1.2rem; line-height: 1.3; }
.ab-prin-body { font-size: .92rem; line-height: 1.9; color: var(--grey-lt); }
.ab-disc { padding: 10rem 5rem; background: var(--deep); }
.ab-disc-header { margin-bottom: 5rem; }
.ab-disc-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem,4vw,3.6rem); font-weight: 300; line-height: 1.1; color: var(--black); margin-top: 1.5rem; }
.ab-disc-title em { font-style: italic; color: var(--gold-lt); }
.ab-disc-cols { display: grid; grid-template-columns: repeat(3,1fr); border-left: 1px solid rgba(26,22,18,.10); }
.ab-disc-col { padding: 3rem; border-right: 1px solid rgba(26,22,18,.10); }
.ab-disc-co { font-size: .72rem; letter-spacing: .32em; text-transform: uppercase; color: var(--gold); margin-bottom: 2rem; display: block; }
.ab-disc-list { list-style: none; display: flex; flex-direction: column; gap: 1rem; }
.ab-disc-list li { display: flex; align-items: center; gap: .8rem; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--grey-lt); transition: color .3s; }
.ab-disc-list li::before { content: ''; width: 14px; height: 1px; background: var(--gold); opacity: .45; flex-shrink: 0; transition: width .35s, opacity .35s; }
.ab-disc-list li:hover { color: var(--black); }
.ab-disc-list li:hover::before { width: 24px; opacity: .9; }

/* ═══════════════════════════════════════════════════════
   ENQUIRIES PAGE
═══════════════════════════════════════════════════════ */
.enq-wrap {
  padding: 8rem 5rem;
  display: grid; grid-template-columns: 1fr 1.3fr;
  gap: 10rem; align-items: start;
}
.enq-left { position: sticky; top: 120px; }
.enq-detail-group { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 2rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(26,22,18,.10); margin-bottom: 3rem; }
.enq-detail { }
.cd-label { font-size: .72rem; letter-spacing: .38em; text-transform: uppercase; color: var(--gold); margin-bottom: .4rem; }
.cd-val { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 300; color: var(--black); text-decoration: none; display: block; transition: color .3s; }
a.cd-val:hover { color: var(--gold); }
.enq-practices { }
.enq-practice-list { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 1.5rem; }
.enq-practice { display: flex; gap: 1.5rem; align-items: flex-start; }
.ep-num { font-family: 'Cormorant Garamond', serif; font-size: .9rem; color: var(--gold-dk); opacity: .7; flex-shrink: 0; margin-top: .1rem; }
.ep-name { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 300; color: var(--black); margin-bottom: .25rem; }
.ep-type { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--grey); line-height: 1.7; }
.enq-right .section-label { display: block; margin-bottom: 0; }
/* Why us band */
.enq-why {
  padding: 8rem 5rem; background: var(--deep);
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 0; border-top: 1px solid rgba(26,22,18,.10);
}
.enq-why-item {
  padding: 3.5rem 3rem;
  border-right: 1px solid rgba(26,22,18,.10);
  transition: background .4s;
}
.enq-why-item:last-child { border-right: none; }
.enq-why-item:hover { background: rgba(154,120,66,.05); }
.ewy-num { font-family: 'Cormorant Garamond', serif; font-size: .9rem; color: var(--gold-dk); letter-spacing: .18em; opacity: .7; display: block; margin-bottom: 1.5rem; }
.ewy-title { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 300; color: var(--black); margin-bottom: 1rem; }
.ewy-body { font-size: .92rem; line-height: 1.9; color: var(--grey-lt); }

/* ═══════════════════════════════════════════════════════
   RESPONSIVE — all inner pages
═══════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════
   RESPONSIVE — unified single breakpoint block
   Covers: nav, homepage, all inner pages, mobile-specific
═══════════════════════════════════════════════════════ */
@media (max-width: 960px) {

  /* ── NAV ── */
  nav.site-nav { padding: 1.4rem 1.8rem; }
  .nav-burger { display: flex; }
  .nav-links {
    position: fixed; inset: 0;
    background: rgba(247,244,238,.97);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    display: flex; flex-direction: column;
    justify-content: center; align-items: center; gap: 2.5rem;
    z-index: 150;
    opacity: 0; pointer-events: none; transform: translateY(-12px);
    transition: opacity .45s cubic-bezier(.16,1,.3,1), transform .45s cubic-bezier(.16,1,.3,1);
  }
  .nav-links.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem; font-weight: 300; letter-spacing: .12em;
    color: var(--black); text-transform: uppercase;
    border: none !important; padding: 0 !important;
    background: none !important;
  }
  .nav-links a::after { display: none !important; }
  .nav-links a:hover { color: var(--gold); }
  .nav-links a.nav-enquiry {
    color: var(--gold) !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
  }

  /* ── HOME HERO ── */
  .hero { padding: 0 1.5rem 4rem; min-height: 100svh; }
  .hero-bottom { flex-direction: column; gap: 2rem; align-items: flex-start; }
  .hero-numeral { display: none; }
  .hero-title { font-size: clamp(2.8rem, 11vw, 5rem); }
  .hero-desc { max-width: 100%; font-size: .97rem; }
  .scroll-indicator { display: none; }

  /* ── HOME COMPANIES ── */
  .companies { padding: 5rem 1.5rem; }
  .section-header { flex-direction: column; gap: 1rem; }
  .section-title { text-align: left; font-size: clamp(1.6rem, 6vw, 2.5rem); }
  .companies-list { grid-template-columns: 1fr; }
  .company {
    padding: 2.5rem 0 !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(26,22,18,.09);
  }
  .company:last-child { border-bottom: none; }
  .co-name { font-size: 1.8rem; }

  /* ── HOME MARQUEE ── */
  .services-strip { padding: 3rem 1.5rem; }

  /* ── HOME ABOUT ── */
  .about { grid-template-columns: 1fr; gap: 3.5rem; padding: 5rem 1.5rem; }
  .about-left { position: static; }
  .about-title { font-size: clamp(2rem, 8vw, 3rem); }
  .about-services { grid-template-columns: 1fr; gap: 1.2rem; }

  /* ── HOME TESTIMONIALS ── */
  .testimonials { padding: 5rem 1.5rem; }
  .test-grid { grid-template-columns: 1fr; }
  .testimonial {
    padding: 2.5rem 0 !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(26,22,18,.09);
  }
  .testimonial:last-child { border-bottom: none; }

  /* ── HOME CONTACT ── */
  .contact { grid-template-columns: 1fr; gap: 3.5rem; padding: 5rem 1.5rem; }
  .contact-left { position: static; }
  .contact-title { font-size: clamp(2rem, 8vw, 3rem); }
  .form-row { grid-template-columns: 1fr; gap: 0; }

  /* Submit button centred and full-width on mobile (works for both forms) */
  .btn-submit { display: block; width: 100%; margin-top: 1rem; text-align: center; }

  /* ── FOOTER ── */
  footer.site-footer {
    padding: 2.5rem 1.5rem;
    flex-direction: column; text-align: center; gap: 1.5rem;
  }
  .foot-links { justify-content: center; flex-wrap: wrap; gap: 1.2rem; }

  /* ── PAGE HERO (shared) ── */
  .ph { padding: 0 1.5rem 4.5rem; min-height: 80svh; }
  .ph-glyph { display: none; }
  .ph-title { font-size: clamp(2.6rem, 10vw, 4.5rem); }
  .ph-desc { font-size: .97rem; max-width: 100%; }

  /* ── PAGE CTA ── */
  .page-cta { padding: 5rem 1.5rem; }
  .pcta-title { font-size: clamp(2.2rem, 9vw, 3.5rem); }
  .pcta-sub { font-size: .95rem; }

  /* ── PORTFOLIO ── */
  .pf-bar { padding: 2rem 1.5rem 0; -webkit-overflow-scrolling: touch; }
  .pf-btn { padding: .85rem 1.2rem; font-size: .68rem; }
  .pg { padding: 0 1.5rem 3.5rem; }
  .pc--feat { margin-top: 2.5rem; }
  .pc--feat .pc-img-w { height: 52vw; min-height: 220px; }
  .pc--wide .pc-img-w { height: 48vw; min-height: 200px; }
  .pg-duo { grid-template-columns: 1fr; }
  .pg-duo .pc .pc-img-w { height: 52vw; min-height: 200px; }
  .pg-trio { grid-template-columns: 1fr; }
  .pg-trio .pc .pc-img-w { height: 48vw; min-height: 200px; }
  .pc-meta { flex-direction: column; gap: .8rem; padding: 1.4rem 1.5rem; }
  .pc-ml { gap: 1rem; }
  .pc-mr { align-items: flex-start; flex-direction: row; flex-wrap: wrap; gap: .6rem 1.5rem; }
  .pc-name { font-size: 1.25rem; }
  .pst { padding: 3.5rem 1.5rem; flex-wrap: wrap; gap: 2rem; justify-content: center; }
  .pst-sep { display: none; }
  .pst-item { flex: 0 0 calc(50% - 1rem); }
  .pst-num { font-size: clamp(2.2rem, 8vw, 3.2rem); }

  /* ── COMPANIES ── */
  .co-full { padding: 5rem 1.5rem; }
  .co-full-inner { grid-template-columns: 1fr; gap: 3rem; }
  .co-full-inner--rev { direction: ltr; }
  .co-full-left { position: static; }
  .co-full-img { aspect-ratio: 16/9; }
  .co-full-img--sm { display: none; }
  .co-full-name { font-size: clamp(2rem, 8vw, 3rem); }
  .svcs-grid { grid-template-columns: 1fr; gap: .85rem; }
  .co-full-stats { flex-wrap: wrap; gap: 1.5rem 2.5rem; }

  /* ── ABOUT ── */
  .ab-who { grid-template-columns: 1fr; gap: 3.5rem; padding: 5rem 1.5rem; }
  .ab-who-left { position: static; }
  .ab-who-title { font-size: clamp(1.9rem, 7vw, 2.8rem); }
  .ab-statement { padding: 0 1.5rem 5rem; }
  .ab-statement-inner { padding: 2.5rem 1.8rem; }
  .ab-quote p { font-size: clamp(1.2rem, 4.5vw, 1.7rem); }
  .ab-principles { padding: 5rem 1.5rem; }
  .ab-prin-grid { grid-template-columns: 1fr; border-left: none; }
  .ab-prin { padding: 2.5rem 0; border-right: none; }
  .ab-prin:first-child { border-top: none; }
  .ab-disc { padding: 5rem 1.5rem; }
  .ab-disc-cols { grid-template-columns: 1fr; border-left: none; }
  .ab-disc-col { padding: 2rem 0; border-right: none; border-bottom: 1px solid rgba(26,22,18,.10); }
  .ab-disc-col:last-child { border-bottom: none; }
  .ab-disc-list li { font-size: .78rem; }

  /* ── ENQUIRIES ── */
  .enq-wrap { grid-template-columns: 1fr; gap: 3.5rem; padding: 5rem 1.5rem; }
  .enq-left { position: static; }
  .enq-why { grid-template-columns: 1fr; padding: 4rem 1.5rem; }
  .enq-why-item { padding: 2.5rem 0; border-right: none; border-bottom: 1px solid rgba(26,22,18,.10); }
  .enq-why-item:last-child { border-bottom: none; }

  /* ── GLOBAL OVERFLOW GUARD ── */
  html, body { max-width: 100%; overflow-x: hidden; }
  img, video, iframe { max-width: 100%; }
  .rule { overflow: hidden; }
}

/* Extra small — phones under 430px */
@media (max-width: 430px) {
  .hero-title { font-size: clamp(2.4rem, 12vw, 3.2rem); }
  .ph-title { font-size: clamp(2.2rem, 11vw, 3rem); }
  .hero-cta { padding: .9rem 1.6rem; font-size: .72rem; letter-spacing: .18em; }
  .pf-bar { gap: 0; }
  .pf-btn { padding: .75rem .9rem; font-size: .63rem; letter-spacing: .15em; }
  .pst-item { flex: 0 0 100%; }
  .companies { padding: 4rem 1.5rem; }
  .about, .contact, .testimonials { padding: 4rem 1.5rem; }
  .ab-prin { padding: 2rem 0; }
  .co-full { padding: 4rem 1.5rem; }
  footer.site-footer { padding: 2rem 1.5rem; }
  .foot-links { flex-direction: column; align-items: center; gap: .9rem; }
}

/* ════════════════════════════════════════════════════
   BRIGHT THEME REFINEMENTS
   Subtle warm shadows and accents that lend the
   ivory canvas a sense of depth and material weight.
═══════════════════════════════════════════════════════ */

/* Project cards — paper-stack shadow, lifts on hover */
.pc {
  box-shadow:
    0 1px 0 rgba(26,22,18,.04),
    0 14px 32px -22px rgba(60,42,18,.18);
  transition: box-shadow .35s ease;
}
.pc:hover {
  box-shadow:
    0 1px 0 rgba(26,22,18,.05),
    0 22px 44px -20px rgba(60,42,18,.28);
}

/* Company cards on home — subtle warm wash on hover */
.company {
  position: relative;
  transition: background .35s ease;
}
.company:hover {
  background: rgba(154,120,66,.04);
}

/* Testimonial cards — matching wash */
.testimonial {
  transition: background .35s ease;
}
.testimonial:hover {
  background: rgba(154,120,66,.04);
}

/* Hero CTA — subtle bronze halo on hover for added presence */
.hero-cta:hover {
  box-shadow: 0 8px 22px -10px rgba(154,120,66,.45);
}

/* Form submit — same treatment */
.btn-submit:hover {
  box-shadow: 0 8px 22px -10px rgba(154,120,66,.45);
}

/* Foot logo — gentle bronze hover */
.foot-logo { transition: color .35s; }
.foot-logo:hover { color: var(--gold); }

/* Selection — warm bronze highlight */
::selection {
  background: rgba(154,120,66,.28);
  color: var(--black);
}

/* Better focus rings for accessibility on light theme */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid rgba(154,120,66,.55);
  outline-offset: 3px;
}
.fg input:focus-visible,
.fg textarea:focus-visible,
.fg select:focus-visible {
  outline: none; /* underline border already provides focus indication */
}


/* router rules removed — WordPress handles page routing */
