/*
Theme Name: Greystone 2026
Theme URI: https://greystonephuket.com/
Author: Greystone Construction
Description: Bespoke staging-first redesign for Greystone Phuket.
Version: 0.9.0
Template: wilmer
Text Domain: greystone-2026
*/

:root {
  --ink: #171b1d;
  --ink-soft: #252b2e;
  --paper: #f4f1ea;
  --white: #ffffff;
  --stone: #d8d2c7;
  --muted: #626868;
  --orange: #f26a21;
  --orange-dark: #b8440a;
  --line: rgba(23, 27, 29, 0.16);
  --shadow: 0 24px 60px rgba(18, 24, 27, 0.14);
  --max: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.25rem; }
h1, h2, h3, h4 {
  margin: 0;
  font-weight: 650;
  line-height: 1.06;
  letter-spacing: -0.045em;
}
h1 { font-size: clamp(3rem, 7.5vw, 7.25rem); }
h2 { font-size: clamp(2.25rem, 4.8vw, 4.8rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  z-index: 9999;
  width: auto;
  height: auto;
  clip: auto;
  padding: .8rem 1rem;
  margin: .5rem;
  background: var(--white);
}
.site-shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: 1.25rem;
  color: var(--orange-dark);
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: .85rem 1.35rem;
  border: 1px solid transparent;
  background: var(--orange);
  color: var(--ink);
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--orange-dark); color: var(--white); }
.button--ghost { border-color: rgba(255,255,255,.45); background: transparent; color: var(--white); }
.button--ghost:hover, .button--ghost:focus-visible { border-color: var(--white); background: rgba(255,255,255,.1); }

.site-header {
  position: absolute;
  z-index: 50;
  inset: 0 0 auto;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.admin-bar .site-header { top: 32px; }
.header-inner {
  min-height: 94px;
  display: grid;
  grid-template-columns: 228px 1fr auto;
  align-items: center;
  gap: 2rem;
}
.site-logo { display: inline-flex; width: 215px; }
.site-logo img { width: 100%; }
.primary-nav { justify-self: end; }
.primary-nav ul { display: flex; align-items: center; gap: clamp(1rem, 2.3vw, 2.4rem); margin: 0; padding: 0; list-style: none; }
.primary-nav a {
  position: relative;
  display: block;
  padding: 2rem 0;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.primary-nav a, .header-phone { color: var(--white) !important; }
.primary-nav a::after { content: ""; position: absolute; inset: auto 0 1.45rem; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after, .primary-nav .current-menu-item a::after { transform: scaleX(1); }
.header-phone { font-size: .79rem; font-weight: 750; letter-spacing: .05em; white-space: nowrap; }
.header-phone span { display: block; color: rgba(255,255,255,.6); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; }
.nav-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.45); color: inherit; background: transparent; cursor: pointer; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--orange-dark); outline-offset: 4px; }
.site-header :focus-visible, .hero :focus-visible, .services :focus-visible, .principles-section :focus-visible, .page-hero :focus-visible, .project-detail-hero :focus-visible, .insight-hero :focus-visible, .site-footer :focus-visible { outline-color: #ff9a64; }

.hero {
  position: relative;
  min-height: min(920px, 100svh);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11,15,17,.94) 0%, rgba(11,15,17,.62) 48%, rgba(11,15,17,.13) 100%),
    linear-gradient(0deg, rgba(11,15,17,.82) 0%, transparent 54%),
    url('/wp-content/uploads/2019/01/Private-Villa-Kamala1-1200x650.jpg') center / cover no-repeat;
  transform: scale(1.02);
}
.hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.4), transparent 80%); }
.hero-inner { position: relative; z-index: 1; padding-top: 190px; padding-bottom: clamp(4rem, 8vw, 7.5rem); }
.hero-copy { max-width: 970px; }
.hero .eyebrow, .services .eyebrow, .principles-section .eyebrow, .page-hero .eyebrow, .project-detail-hero .eyebrow, .insight-hero .eyebrow { color: var(--orange); }
.hero h1 { max-width: 920px; text-wrap: balance; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 650px; margin: 1.7rem 0 2.3rem; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-index { position: absolute; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, minmax(135px, 1fr)); width: min(560px, 46vw); background: var(--paper); color: var(--ink); }
.hero-index-item { min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 1.1rem 1.35rem; border-left: 1px solid var(--line); }
.hero-index-item strong { font-size: 1rem; line-height: 1.25; }
.hero-index-item span { margin-top: .35rem; color: var(--muted); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }

.intro { padding: clamp(5rem, 10vw, 9.5rem) 0; }
.intro-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.intro h2 { max-width: 920px; }
.intro-text { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; padding-top: 2.2rem; border-top: 1px solid var(--line); }
.intro-text p { color: #4f5556; }

.services { padding: clamp(5rem, 9vw, 8rem) 0; background: var(--ink); color: var(--white); }
.section-head { display: flex; justify-content: space-between; gap: 3rem; align-items: end; margin-bottom: 3.5rem; }
.section-head h2 { max-width: 740px; }
.section-head p { max-width: 420px; color: rgba(255,255,255,.65); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.17); }
.service-card { position: relative; min-height: 320px; padding: clamp(2rem, 4vw, 3.2rem); border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); overflow: hidden; transition: background .25s ease; }
.service-card:nth-child(even) { border-right: 0; }
.service-card:hover { background: var(--ink-soft); }
.service-number { color: var(--orange); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.service-card h3 { margin: 3.2rem 0 1rem; font-size: clamp(1.8rem, 3vw, 3rem); }
.service-card p { max-width: 500px; color: rgba(255,255,255,.62); }
.service-link { display: inline-flex; align-items: center; gap: .7rem; margin-top: 1rem; color: var(--white); font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.service-link::after { content: "→"; color: var(--orange); font-size: 1.2rem; transition: transform .2s ease; }
.service-card:hover .service-link::after { transform: translateX(5px); }

.projects { padding: clamp(5rem, 10vw, 9.5rem) 0; background: var(--white); }
.projects .section-head p { color: var(--muted); }
.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.project-card { position: relative; display: block; grid-column: span 6; min-height: 490px; overflow: hidden; background: var(--ink); color: var(--white); }
.project-card:nth-child(3n) { grid-column: span 12; min-height: 570px; }
.project-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,12,13,.84), rgba(8,12,13,.03) 65%); }
.project-card:hover img { transform: scale(1.045); }
.project-card-copy { position: absolute; z-index: 1; inset: auto 0 0; padding: 2rem; }
.project-card-copy span { display: block; margin-bottom: .5rem; color: var(--orange); font-size: .68rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.project-card-copy h3 { font-size: clamp(1.6rem, 2.7vw, 2.7rem); }
.projects-more { margin-top: 2.5rem; text-align: right; }

.process { padding: clamp(5rem, 9vw, 8rem) 0; }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.process-list { counter-reset: steps; margin: 0; padding: 0; list-style: none; }
.process-list li { counter-increment: steps; display: grid; grid-template-columns: 64px 1fr; gap: 1.3rem; padding: 1.6rem 0; border-top: 1px solid var(--line); }
.process-list li::before { content: "0" counter(steps); color: var(--orange-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.process-list h3 { margin-bottom: .5rem; font-size: 1.3rem; letter-spacing: -.025em; }
.process-list p { margin: 0; color: var(--muted); font-size: .96rem; }

.cta { background: var(--orange); color: var(--white); }
.cta-inner { display: grid; grid-template-columns: 1.5fr .5fr; gap: 2rem; align-items: end; padding-top: clamp(4.5rem, 8vw, 7rem); padding-bottom: clamp(4.5rem, 8vw, 7rem); }
.cta h2 { max-width: 850px; }
.cta .eyebrow { color: var(--ink); }
.cta-action { justify-self: end; }
.cta .button { border-color: var(--ink); background: var(--ink); }
.cta .button:hover { background: var(--white); color: var(--ink); border-color: var(--white); }

.site-footer { padding: 4.5rem 0 2rem; background: #111516; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 3rem; }
.footer-brand img { width: 220px; margin-bottom: 1.5rem; }
.footer-brand p { max-width: 430px; color: rgba(255,255,255,.56); }
.footer-title { margin-bottom: 1.25rem; color: rgba(255,255,255,.7); font-size: .66rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li + li { margin-top: .6rem; }
.site-footer a { color: var(--white) !important; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.72); font-size: .75rem; }

.page-hero { padding: 190px 0 80px; background: var(--ink); color: var(--white); }
.page-hero h1 { max-width: 1020px; color: var(--white) !important; font-size: clamp(3rem, 7vw, 6.4rem); }
.page-content { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--white); }
.entry-content { max-width: 980px; margin-inline: auto; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2, .entry-content h3, .entry-content h4 { margin: 2em 0 .7em; }
.entry-content a:not(.button) { color: var(--orange-dark); text-decoration: underline; text-underline-offset: .15em; }
.entry-content ul, .entry-content ol { padding-left: 1.25rem; }
.entry-content .vc_row { margin-left: 0; margin-right: 0; }
.featured-media { width: 100%; max-height: 650px; margin-bottom: 3rem; object-fit: cover; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.archive-card { background: var(--paper); }
.archive-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.archive-card-copy { padding: 1.5rem; }
.archive-card-copy h2 { font-size: 1.55rem; }
.page-services { padding-top: clamp(4.5rem, 8vw, 7rem); }
.projects--archive .project-card:nth-child(3n) { grid-column: span 6; min-height: 490px; }
.contact-section { padding: clamp(4.5rem, 9vw, 8rem) 0; background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.contact-details h2 { margin-bottom: 1.5rem; color: var(--ink) !important; font-size: clamp(2.5rem, 5vw, 4.5rem) !important; line-height: 1.06 !important; }
.contact-details > p { max-width: 580px; color: var(--muted); }
.contact-details dl { margin: 3rem 0 0; }
.contact-details dl > div { display: grid; grid-template-columns: 100px 1fr; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--line); }
.contact-details dt { color: var(--muted); font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.contact-details dd { margin: 0; }
.contact-details a:hover { color: var(--orange-dark); }
.contact-form-card { padding: clamp(1.7rem, 4vw, 3.2rem); background: var(--paper); }
.contact-form-card h3 { margin-bottom: 2rem; color: var(--ink) !important; font-size: clamp(1.75rem, 3vw, 2.5rem) !important; line-height: 1.08 !important; }
.contact-form-card .wpcf7-form p { margin-bottom: 1.1rem; }
.contact-form-card .wpcf7-form h6, .contact-form-card .form-label { display: block; margin: 0 0 .45rem; color: var(--ink); font-family: inherit; font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.contact-form-card .wpcf7-form-control-wrap { display: block; }
.contact-form-card input:not([type="submit"]), .contact-form-card textarea { width: 100%; max-width: none; min-height: 52px; padding: .8rem 1rem; border: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--ink); font: inherit; }
.contact-form-card textarea { min-height: 170px; resize: vertical; }
.contact-form-card input[type="submit"] { min-height: 52px; padding: .85rem 1.5rem; border: 0; border-radius: 0; background: var(--orange); color: var(--ink); font-size: .75rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.contact-form-card input[type="submit"]:hover { background: var(--orange-dark); color: var(--white); }
.form-privacy-note { margin: 1.4rem 0 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.form-privacy-note a { color: var(--orange-dark); text-decoration: underline; text-underline-offset: .15em; }

/* Stage 2: company, service and project detail templates. */
.about-intro, .service-intro, .project-overview { padding: clamp(5rem, 10vw, 9rem) 0; background: var(--white); }
.about-intro-grid, .service-intro-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.about-intro-copy h2, .service-intro-copy h2, .about-story-copy h2, .service-scope h2, .service-approach-copy h2, .project-overview h2, .service-work h2 { color: var(--ink) !important; font-size: clamp(2.25rem, 4.6vw, 4.5rem) !important; line-height: 1.06 !important; }
.about-intro-copy .large-copy { margin-top: 2rem; color: var(--ink); font-size: clamp(1.15rem, 1.8vw, 1.42rem); line-height: 1.55; }
.about-intro-copy p:not(.large-copy), .service-intro-copy p, .about-story-copy p, .service-approach-copy > p, .project-summary { color: var(--muted); }
.about-intro-media, .service-intro-media { position: relative; min-height: 620px; margin: 0; }
.about-intro-media::before, .service-intro-media::before { content: ""; position: absolute; inset: -22px 22px 22px -22px; border: 1px solid var(--orange); }
.about-intro-media img, .service-intro-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-intro-copy .service-number { display: inline-block; margin-bottom: 2rem; }
.service-intro-copy .service-number { color: var(--orange-dark); }
.service-intro-copy h2 { margin-bottom: 2rem; }
.service-intro-copy .button, .about-story-copy .button { margin-top: 1rem; }

.principles-section { padding: clamp(5rem, 9vw, 8rem) 0; background: var(--ink); color: var(--white); }
.principles-section .section-head h2 { color: var(--white) !important; font-size: clamp(2.25rem, 4.6vw, 4.5rem) !important; line-height: 1.06 !important; }
.principles-section .section-head p { color: rgba(255,255,255,.62); }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.17); }
.principle-grid article { min-height: 300px; padding: 2rem 1.7rem; border-right: 1px solid rgba(255,255,255,.17); }
.principle-grid article:last-child { border-right: 0; }
.principle-grid span { color: var(--orange); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.principle-grid h3 { margin: 4rem 0 1rem; color: var(--white) !important; font-size: clamp(1.45rem, 2.2vw, 2.1rem) !important; line-height: 1.08 !important; }
.principle-grid p { color: rgba(255,255,255,.58); font-size: .94rem; }

.about-story { padding: clamp(5rem, 10vw, 9rem) 0; }
.about-story-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.about-story-media { min-height: 570px; margin: 0; overflow: hidden; background: var(--stone); }
.about-story-media img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; }
.about-story-copy h2 { margin-bottom: 1.8rem; }

.service-scope { padding: clamp(5rem, 9vw, 8rem) 0; background: var(--paper); }
.service-scope-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.scope-list { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.scope-list li { position: relative; min-height: 110px; display: flex; align-items: center; padding: 1.4rem 1.2rem 1.4rem 2.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 650; line-height: 1.35; }
.scope-list li:nth-child(even) { border-right: 0; }
.scope-list li::before { content: ""; position: absolute; left: .2rem; width: 20px; height: 2px; background: var(--orange); }

.service-approach { padding: clamp(5rem, 10vw, 9rem) 0; background: var(--white); }
.service-approach-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.service-approach figure { position: sticky; top: 2rem; min-height: 760px; margin: 0; overflow: hidden; background: var(--stone); }
.service-approach figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-approach-copy > p { max-width: 650px; margin: 1.7rem 0 2.8rem; }
.service-steps { counter-reset: service-steps; margin: 0; padding: 0; list-style: none; }
.service-steps li { counter-increment: service-steps; display: grid; grid-template-columns: 58px 1fr; gap: 1.2rem; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.service-steps li::before { content: "0" counter(service-steps); color: var(--orange-dark); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.service-steps h3 { margin-bottom: .4rem; color: var(--ink) !important; font-size: 1.28rem !important; line-height: 1.2 !important; letter-spacing: -.025em; }
.service-steps p { margin: 0; color: var(--muted); font-size: .94rem; }
.service-work { padding: clamp(4.5rem, 8vw, 7rem) 0; border-top: 1px solid var(--line); background: var(--paper); }
.service-work-inner { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: end; }
.service-work h2 { max-width: 790px; }

.project-detail-hero { position: relative; min-height: min(860px, 92svh); display: grid; align-items: end; overflow: hidden; background: var(--ink); color: var(--white); }
.project-detail-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.project-detail-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,12,13,.9) 0%, rgba(8,12,13,.18) 70%), linear-gradient(90deg, rgba(8,12,13,.5), transparent 70%); }
.project-detail-heading { position: relative; z-index: 1; padding-top: 190px; padding-bottom: clamp(4rem, 8vw, 7rem); }
.project-detail-heading h1 { max-width: 1020px; color: var(--white) !important; font-size: clamp(3rem, 7vw, 6.6rem) !important; line-height: 1.02 !important; }
.project-overview-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); }
.project-summary { padding-top: .3rem; font-size: clamp(1.05rem, 1.55vw, 1.28rem); }
.project-summary p:last-child { margin-bottom: 0; }
.project-lead { color: var(--ink); line-height: 1.65; }
.project-facts { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; margin: 2rem 0; background: var(--line); border: 1px solid var(--line); }
.project-facts div { padding: 1rem 1.1rem; background: var(--white); }
.project-facts div:last-child:nth-child(odd) { grid-column: 1 / -1; }
.project-facts dt { margin-bottom: .25rem; color: var(--gs-gold); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project-facts dd { margin: 0; color: var(--ink); font-size: .95rem; font-weight: 650; }
.project-summary h3 { margin: 2rem 0 .8rem; color: var(--ink); font-size: 1.3rem; }
.project-scope-list { margin: 0; padding: 0; list-style: none; }
.project-scope-list li { position: relative; padding: .65rem 0 .65rem 1.4rem; border-bottom: 1px solid var(--line); font-size: .95rem; line-height: 1.45; }
.project-scope-list li::before { content: '◇'; position: absolute; left: 0; color: var(--gs-gold); }
.project-gallery { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--paper); }
.project-gallery-head { display: flex; justify-content: space-between; gap: 2rem; align-items: center; margin-bottom: 2rem; }
.project-gallery-head .eyebrow, .project-gallery-head p { margin-bottom: 0; }
.project-gallery-head p { color: var(--muted); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.project-gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.project-gallery-item { min-height: 430px; margin: 0; overflow: hidden; background: var(--stone); }
.project-gallery-item--wide { grid-column: 1 / -1; min-height: 640px; }
.project-gallery-item img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.project-navigation { padding: 2.2rem 0; background: var(--white); }
.project-navigation-inner { display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: center; }
.project-navigation a { display: inline-flex; flex-direction: column; font-weight: 650; line-height: 1.3; }
.project-navigation a span { margin-bottom: .3rem; color: var(--muted); font-size: .65rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.project-index-link { padding: .65rem 1rem; border: 1px solid var(--line); font-size: .7rem; letter-spacing: .11em; text-transform: uppercase; }
.project-next { text-align: right; }
.project-next a { align-items: flex-end; }

/* Stage 3: FAQ, policy and insight templates. */
.faq-intro { padding: clamp(5rem, 9vw, 8rem) 0; background: var(--white); }
.faq-intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.faq-intro h2, .faq-section h2, .insight-body h2, .insight-body h3, .insight-body h4 { color: var(--ink) !important; }
.faq-intro h2 { font-size: clamp(2.25rem, 4.6vw, 4.5rem) !important; line-height: 1.06 !important; }
.faq-intro p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.faq-section { padding: clamp(5rem, 9vw, 8rem) 0; background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.faq-aside { position: sticky; top: 2rem; }
.faq-aside p { color: var(--muted); }
.faq-aside .button { margin-top: .7rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; display: grid; grid-template-columns: 46px 1fr 28px; gap: 1rem; align-items: center; min-height: 104px; padding: 1.35rem 0; color: var(--ink); font-size: clamp(1.1rem, 1.7vw, 1.4rem); font-weight: 650; line-height: 1.25; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--orange-dark); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.faq-item summary::after { content: "+"; color: var(--orange); font-size: 1.8rem; font-weight: 400; line-height: 1; text-align: center; }
.faq-item[open] summary::after { content: "−"; }
.faq-answer { padding: 0 3rem 1.8rem 62px; }
.faq-answer p { max-width: 700px; margin: 0; color: var(--muted); }

.legal-page { padding: clamp(5rem, 9vw, 8rem) 0; background: var(--white); }
.legal-grid { display: grid; grid-template-columns: .48fr 1.52fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.legal-aside { position: sticky; top: 2rem; padding-right: 1rem; }
.legal-aside p { color: var(--muted); font-size: .94rem; }
.legal-aside a { color: var(--orange-dark); font-size: .72rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.legal-content { min-width: 0; color: #4f5556; }
.legal-content > *:first-child { margin-top: 0; }
.legal-content h2, .legal-content h3, .legal-content h4 { margin: 2.2em 0 .7em; color: var(--ink) !important; font-size: clamp(1.45rem, 2.5vw, 2.25rem) !important; line-height: 1.15 !important; letter-spacing: -.025em; }
.legal-content > p > strong:first-child, .legal-content > strong:first-child { display: inline-block; margin-top: 1.7rem; color: var(--ink); font-size: 1.22rem; line-height: 1.25; }
.legal-content ul, .legal-content ol { padding-left: 1.25rem; }
.legal-content li + li { margin-top: .55rem; }
.legal-content a { color: var(--orange-dark); text-decoration: underline; text-underline-offset: .15em; }

.insight-hero { padding: 190px 0 clamp(4.5rem, 8vw, 7rem); background: var(--ink); color: var(--white); }
.insight-heading { max-width: var(--max); }
.insight-heading h1 { max-width: 1050px; color: var(--white) !important; font-size: clamp(3rem, 7vw, 6.4rem) !important; line-height: 1.03 !important; }
.insight-heading time { display: block; margin-top: 2rem; color: rgba(255,255,255,.55); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.insight-body { padding: clamp(5rem, 9vw, 8rem) 0; background: var(--white); }
.insight-grid { display: grid; grid-template-columns: .48fr 1.52fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.insight-grid > aside { position: sticky; top: 2rem; }
.insight-grid > aside p { color: var(--muted); font-size: .94rem; }
.insight-content { min-width: 0; max-width: 820px; color: #4f5556; }
.insight-content > *:first-child { margin-top: 0; }
.insight-content h2, .insight-content h3, .insight-content h4, .insight-content h6 { margin: 2em 0 .75em; color: var(--ink) !important; font-family: inherit; line-height: 1.15 !important; letter-spacing: -.025em; }
.insight-content h3 { font-size: clamp(1.65rem, 3vw, 2.6rem) !important; }
.insight-content h4 { font-size: clamp(1.3rem, 2.1vw, 1.85rem) !important; }
.insight-content h6 { color: var(--orange-dark) !important; font-size: .74rem !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.insight-content blockquote { margin: 2.8rem 0; padding: 1.8rem 2rem; border-left: 4px solid var(--orange); background: var(--paper); color: var(--ink); font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.45; }
.insight-content blockquote p:last-child { margin-bottom: 0; }
.insight-content .article-intro { margin-bottom: 2.6rem; color: var(--ink); font-size: clamp(1.2rem,2vw,1.55rem); line-height: 1.55; }
.insight-section { padding: 1.8rem 0; border-top: 1px solid var(--line); }
.insight-section h2 { margin: 0 0 .8rem !important; font-size: clamp(1.45rem,2.6vw,2.15rem) !important; }
.insight-section p { margin: 0; line-height: 1.75; }
.insight-navigation { padding: 2.2rem 0; border-top: 1px solid var(--line); background: var(--paper); }

.archive-card { overflow: hidden; }
.archive-card a { display: block; height: 100%; }
.archive-card-copy { display: flex; min-height: 285px; flex-direction: column; }
.archive-card-copy time { color: var(--orange-dark); font-size: .67rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.archive-card-copy h2 { margin: 1rem 0; color: var(--ink) !important; font-size: clamp(1.35rem, 2vw, 1.75rem) !important; line-height: 1.15 !important; }
.archive-card-copy p { color: var(--muted); font-size: .92rem; }
.archive-card-copy > span { margin-top: auto; color: var(--ink); font-size: .7rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }

/* The Wilmer parent keeps legacy shortcodes alive; these rules make the new
   theme's native sections authoritative when both style systems are loaded. */
.hero h1 { color: var(--white) !important; font-size: clamp(3rem, 7.5vw, 7.25rem) !important; line-height: 1.06 !important; }
.intro h2, .projects h2, .process h2 { color: var(--ink) !important; font-size: clamp(2.25rem, 4.8vw, 4.8rem) !important; line-height: 1.06 !important; }
.services h2, .cta h2 { color: var(--white) !important; font-size: clamp(2.25rem, 4.8vw, 4.8rem) !important; line-height: 1.06 !important; }
.service-card h3 { color: var(--white) !important; font-size: clamp(1.8rem, 3vw, 3rem) !important; line-height: 1.06 !important; }
.project-card h3 { color: var(--white) !important; font-size: clamp(1.6rem, 2.7vw, 2.7rem) !important; line-height: 1.06 !important; }
.process-list h3 { color: var(--ink) !important; font-size: 1.3rem !important; line-height: 1.2 !important; }
.site-footer h2 { color: rgba(255,255,255,.7) !important; font-size: .66rem !important; line-height: 1.2 !important; }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: 205px 1fr auto; gap: 1rem; }
  .primary-nav ul { gap: 1rem; }
  .header-phone { display: none; }
  .hero-index { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .principle-grid { grid-template-columns: 1fr 1fr; }
  .principle-grid article:nth-child(2) { border-right: 0; }
  .principle-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.17); }
}

@media (max-width: 780px) {
  .admin-bar .site-header { top: 46px; }
  .site-shell { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { min-height: 78px; grid-template-columns: 180px auto; }
  .nav-toggle { display: block; justify-self: end; }
  .primary-nav { position: fixed; z-index: 40; inset: 0; width: 100%; justify-self: stretch; display: grid; align-content: center; padding: 100px 1.5rem 2rem; background: rgba(17,21,22,.98); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .primary-nav ul { display: block; }
  .primary-nav li { border-bottom: 1px solid rgba(255,255,255,.14); }
  .primary-nav a { padding: 1rem 0; font-size: 1.05rem; }
  .primary-nav a::after { display: none; }
  .nav-open .primary-nav { opacity: 1; visibility: visible; transform: none; }
  .nav-open .nav-toggle { position: fixed; z-index: 41; top: 15px; right: 16px; }
  .admin-bar.nav-open .nav-toggle { top: 61px; }
  .nav-open .nav-toggle span { opacity: 0; }
  .nav-open .nav-toggle::before { transform: translateY(6px) rotate(45deg); }
  .nav-open .nav-toggle::after { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: 830px; }
  .hero::before { background: linear-gradient(90deg, rgba(11,15,17,.93), rgba(11,15,17,.35)), linear-gradient(0deg, rgba(11,15,17,.78), transparent 60%), url('/wp-content/uploads/2019/01/Private-Villa-Kamala1-1200x650.jpg') 57% center / cover no-repeat; }
  .hero-inner { padding-top: 150px; padding-bottom: 4rem; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .hero-actions .button { width: 100%; }
  .intro-grid, .intro-text, .process-grid, .cta-inner { grid-template-columns: 1fr; }
  .intro-text { gap: .3rem; }
  .section-head { display: block; }
  .section-head p { margin-top: 1.2rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; border-right: 0; }
  .project-grid { display: block; }
  .project-card, .project-card:nth-child(3n) { min-height: 430px; margin-bottom: 16px; }
  .cta-action { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: .5rem; }
  .archive-grid { grid-template-columns: 1fr; }
  .projects--archive .project-card:nth-child(3n) { min-height: 430px; }
  .contact-grid { grid-template-columns: 1fr; }
  .about-intro-grid, .service-intro-grid, .about-story-grid, .service-scope-grid, .service-approach-grid, .project-overview-grid { grid-template-columns: 1fr; }
  .about-intro-media, .service-intro-media { min-height: 470px; margin-top: 1rem; }
  .about-intro-media::before, .service-intro-media::before { inset: -12px 12px 12px -12px; }
  .about-story-media, .about-story-media img { min-height: 420px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article, .principle-grid article:nth-child(2) { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .principle-grid article:last-child { border-bottom: 0; }
  .principle-grid h3 { margin-top: 2.5rem; }
  .scope-list { grid-template-columns: 1fr; }
  .scope-list li, .scope-list li:nth-child(even) { min-height: 86px; border-right: 0; }
  .service-approach figure { position: relative; top: auto; min-height: 480px; }
  .service-work-inner { grid-template-columns: 1fr; align-items: start; }
  .service-work .button { justify-self: start; }
  .project-detail-hero { min-height: 720px; }
  .project-detail-heading { padding-top: 150px; padding-bottom: 4rem; }
  .project-gallery-grid { display: block; }
  .project-gallery-item, .project-gallery-item--wide { min-height: 390px; margin-bottom: 16px; }
  .project-navigation-inner { grid-template-columns: 1fr 1fr; }
  .project-index-link { grid-column: 1 / -1; grid-row: 1; justify-self: center; }
  .faq-intro-grid, .faq-grid, .legal-grid, .insight-grid { grid-template-columns: 1fr; }
  .faq-aside, .legal-aside, .insight-grid > aside { position: static; }
  .faq-item summary { grid-template-columns: 38px 1fr 24px; min-height: 88px; gap: .7rem; }
  .faq-answer { padding-left: 46px; padding-right: 1rem; }
  .legal-content { font-size: .96rem; }
  .insight-hero { padding-top: 150px; }
}

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

/* Greystone premium design system — approved visual direction, v0.5 */
:root {
  --gs-ink: #162328;
  --gs-ink-2: #1d2c31;
  --gs-gold: #87672f;
  --gs-gold-dark: #674b1f;
  --gs-gold-light: #d2b97f;
  --gs-cream: #f5f3ee;
  --gs-white: #fff;
  --gs-line: #d9ddd9;
  --gs-muted: #687275;
  --max: 1240px;
}
body { background: var(--gs-white); color: var(--gs-ink); font-size: 15px; line-height: 1.52; }
.site-shell { width: min(calc(100% - 48px), var(--max)); }
.eyebrow { color: var(--gs-gold); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.button { min-height: 43px; padding: 0 20px; border: 1px solid var(--gs-gold); background: var(--gs-gold); color: #fff; font-size: 11px; font-weight: 750; letter-spacing: .03em; text-transform: none; }
.button:hover { background: var(--gs-gold-dark); border-color: var(--gs-gold-dark); }
.button--ghost { background: rgba(10,20,24,.34); border-color: rgba(255,255,255,.7); color: #fff; }
.button--ghost:hover { background: #fff; border-color: #fff; color: var(--gs-ink); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #2b7fa3; outline-offset: 3px; }
#main-content:focus { outline: none; }
:target { scroll-margin-top: 90px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; padding: 0; border: 0; background: transparent; }
.header-inner { width: min(calc(100% - 48px), var(--max)); min-height: 70px; margin: 0 auto; display: grid; grid-template-columns: 260px 1fr; align-items: stretch; gap: 0; }
.site-logo { position: relative; display: flex; align-items: center; padding: 13px 26px 13px 0; background: transparent; }
.site-logo::before { display: none; }
.site-logo img { width: 200px; height: 48px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.header-nav-panel { display: flex; align-items: stretch; justify-content: flex-end; background: transparent; box-shadow: none; }
.primary-nav { position: static; inset: auto; z-index: auto; width: auto; display: flex; align-items: stretch; justify-self: auto; padding: 0; background: transparent; opacity: 1; visibility: visible; transform: none; }
.primary-nav ul { display: flex; align-items: stretch; gap: 0; margin: 0; padding: 0; list-style: none; }
.primary-nav li { display: flex; }
.site-header .primary-nav a { position: relative; display: flex; align-items: center; padding: 0 14px; color: #fff !important; font-size: 10px; font-weight: 650; text-shadow: 0 1px 12px rgba(0,0,0,.5); }
.site-header .primary-nav a:hover, .site-header .primary-nav .current-menu-item a { color: var(--gs-gold-dark) !important; }
.site-header .primary-nav a::after { inset: auto 14px 14px; height: 1px; background: var(--gs-gold); }
.header-cta { display: flex; align-items: center; margin: 14px; padding: 0 19px; background: var(--gs-gold); color: #fff; font-size: 10px; font-weight: 750; }
.nav-toggle { display: none; }

.design-hero, .inner-design-hero { position: relative; min-height: 620px; padding-top: 70px; color: #fff; background-position: center; background-size: cover; }
.design-hero .eyebrow, .inner-design-hero .eyebrow, .featured-projects .eyebrow, .featured-quote .eyebrow, .location-panel .eyebrow, .site-footer .eyebrow { color: var(--gs-gold-light); }
.design-hero-grid, .inner-hero-grid { min-height: 550px; display: grid; grid-template-columns: 47% 1fr; align-items: center; }
.design-hero-copy, .inner-hero-grid > div { max-width: 515px; padding: 74px 0 38px; }
.design-hero h1, .inner-design-hero h1 { margin: 12px 0 16px; color: #fff; font-size: clamp(55px, 6vw, 90px); line-height: .84; letter-spacing: -.055em; text-transform: uppercase; }
.design-hero p, .inner-design-hero p { max-width: 490px; margin: 0 0 25px; color: rgba(255,255,255,.9); font-size: 16px; line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-manifesto { align-self: end; justify-self: end; display: flex; flex-direction: column; width: 235px; margin-bottom: 52px; padding-left: 18px; border-left: 3px solid var(--gs-gold); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.hero-manifesto strong { margin-top: 5px; color: var(--gs-gold-light); }
.inner-design-hero { min-height: 555px; }
.inner-hero-grid { min-height: 485px; }
.inner-design-hero h1 { font-size: clamp(48px, 5vw, 76px); line-height: .91; }
.inner-design-hero h2 { max-width: 570px; margin: 0 0 10px; color: #fff; font-size: 20px; line-height: 1.15; }
.inner-design-hero aside { justify-self: end; width: 190px; padding-left: 18px; border-left: 2px solid var(--gs-gold); display: flex; flex-direction: column; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.inner-design-hero aside strong { color: var(--gs-gold-light); margin: 3px 0; }

.trust-strip { border-bottom: 1px solid var(--gs-line); background: #fff; }
.trust-grid { min-height: 72px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; }
.trust-item { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 11px; padding: 0 18px; border-right: 1px solid var(--gs-line); }
.trust-item:last-child { border-right: 0; }
.trust-item span { color: var(--gs-ink); font-size: 22px; }
.trust-item strong { max-width: 115px; font-size: 11px; line-height: 1.2; }
.trust-grid .trust-item:first-child:nth-last-child(4), .trust-grid .trust-item:first-child:nth-last-child(4) ~ .trust-item { width: auto; }
.trust-grid:has(.trust-item:nth-child(4):last-child) { grid-template-columns: repeat(4,1fr); }

.solutions-section, .service-detail-section, .service-cards-section, .about-story-redesign, .values-band { padding: 68px 0; }
.compact-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.compact-heading h2, .service-detail-copy h2, .about-story-layout h2, .founder-band h2, .values-band h2, .process-band h2, .project-form-panel h2, .contact-options h2, .contact-main h2, .contact-location h2, .closing-cta h2 { margin: 7px 0 7px; color: var(--gs-ink); font-size: clamp(30px,3.2vw,45px); line-height: .98; letter-spacing: -.035em; }
.compact-heading p { max-width: 560px; margin: 0; color: var(--gs-muted); }
.compact-heading > a, .text-link { color: var(--gs-ink); font-size: 11px; font-weight: 800; }

.visual-card-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.visual-card-grid--directory { grid-template-columns: repeat(4,1fr); }
.visual-card { min-width: 0; background: #f5f5f3; border-bottom: 2px solid transparent; transition: transform .2s,border-color .2s; }
.visual-card:hover { transform: translateY(-4px); border-color: var(--gs-gold); }
.visual-card img { width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.visual-card > div { padding: 18px 16px 20px; }
.visual-card h3 { min-height: 34px; margin: 0 0 8px; font-size: 15px; line-height: 1.12; }
.visual-card p { min-height: 62px; margin: 0 0 14px; color: var(--gs-muted); font-size: 11px; line-height: 1.45; }
.visual-card a { font-size: 10px; font-weight: 800; }

.featured-projects { padding: 46px 0; background: var(--gs-ink); color: #fff; }
.featured-grid { display: grid; grid-template-columns: 1.05fr 1.5fr 1fr 1fr; min-height: 240px; }
.featured-intro { padding: 20px 28px 20px 0; }
.featured-intro h2 { margin: 6px 0 10px; color: #fff; font-size: 35px; line-height: 1; }
.featured-intro p { color: rgba(255,255,255,.7); font-size: 12px; }
.featured-tile { min-height: 230px; position: relative; overflow: hidden; background: #26363b; }
.featured-tile > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.featured-tile:hover > img { transform: scale(1.025); }
.featured-tile::after { content:''; position:absolute; inset:45% 0 0; background:linear-gradient(transparent,rgba(10,20,24,.8)); }
.featured-tile span { position:absolute; left:16px; bottom:14px; z-index:1; font-size:13px; font-weight:800; }
.featured-tile small { display:block; margin-top:3px; color:var(--gs-gold-light); font-size:8px; letter-spacing:.12em; text-transform:uppercase; }

.process-band { padding: 54px 0; background: #fff; }
.process-band h2 { margin-bottom: 28px; }
.process-row { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.process-row li { position: relative; display: grid; grid-template-columns: 38px 1fr; gap: 10px; padding-right: 20px; }
.process-row li:not(:last-child)::after { content:'→'; position:absolute; right:4px; top:7px; color:#aeb5b5; }
.process-row li > span { width: 34px; height: 34px; display:grid; place-items:center; border:1px solid #aeb5b5; border-radius:50%; font-size:9px; font-weight:800; }
.process-row h3 { margin: 0 0 5px; font-size: 12px; }
.process-row p { margin: 0; color: var(--gs-muted); font-size: 9px; line-height: 1.35; }

.location-form-band { display: grid; grid-template-columns: 1fr 1.26fr .34fr; min-height: 370px; background:var(--gs-ink); color:#fff; }
.location-panel { position:relative; display:flex; align-items:center; justify-content:flex-end; padding:54px 50px; overflow:hidden; background:#26363b; }
.location-panel::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg,rgba(15,31,36,.84),rgba(15,31,36,.34)); }
.location-panel-bg { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.location-panel > div { position:relative; z-index:1; max-width:400px; }
.location-panel h2 { margin:6px 0 10px; color:#fff; font-size:38px; text-transform:uppercase; }
.location-panel p { color:rgba(255,255,255,.82); font-size:12px; }
.project-form-panel { padding:46px 54px; background:#f5f5f2; color:var(--gs-ink); }
.project-form-panel > p { margin-bottom:18px; color:var(--gs-muted); font-size:11px; }
.project-qualifier { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.project-qualifier label span { display:block; margin-bottom:5px; font-size:9px; font-weight:750; }
.project-qualifier select { width:100%; height:40px; padding:0 10px; border:1px solid #d7dbd8; background:#fff; color:#566063; font-size:10px; }
.project-qualifier .button { align-self:end; width:145px; }
.project-qualifier small { align-self:center; color:var(--gs-muted); font-size:9px; }
.location-aside { display:flex; align-items:center; padding:35px; background:var(--gs-ink-2); color:var(--gs-gold-light); font-size:11px; font-weight:800; letter-spacing:.14em; line-height:1.6; text-transform:uppercase; }

.service-detail-grid { display:grid; grid-template-columns:1.1fr 1.15fr .75fr; align-items:center; gap:0; }
.service-detail-copy { padding-right:55px; }
.service-detail-copy p { color:var(--gs-muted); }
.service-detail-grid figure { margin:0; height:340px; }
.service-detail-grid figure img { width:100%; height:100%; object-fit:cover; }
.service-detail-grid .service-detail-media--contain { background:#fff; }
.service-detail-grid .service-detail-media--contain img { object-fit:contain; object-position:center center; }
.service-detail-grid .service-detail-media--natural { height:auto; min-height:0; background:#fff; }
.service-detail-grid .service-detail-media--natural img { width:100%; height:auto; display:block; object-fit:contain; object-position:center center; }
.service-benefits { align-self:stretch; margin:0; padding:34px 28px; background:var(--gs-ink); color:#fff; list-style:none; }
.service-benefits li { display:flex; gap:10px; padding:12px 0; border-bottom:1px solid rgba(255,255,255,.12); font-size:11px; font-weight:700; }
.service-benefits span { color:var(--gs-gold); }
.service-cards-section { padding-top:0; }
.mini-service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.mini-service-grid article { min-height:180px; padding:24px; background:#f2f2ef; border-top:3px solid var(--gs-gold); }
.mini-service-grid article > span { color:var(--gs-gold); font-size:11px; font-weight:800; }
.mini-service-grid h3 { margin:30px 0 8px; font-size:16px; }
.mini-service-grid p { margin:0; color:var(--gs-muted); font-size:11px; }
.featured-quote { background:var(--gs-ink); color:#fff; }
.featured-quote .site-shell { display:grid; grid-template-columns:1.1fr 1fr .7fr; align-items:stretch; min-height:315px; }
.featured-quote .site-shell > div { padding:55px 50px 48px 0; }
.featured-quote h2 { margin:8px 0 12px; color:#fff; font-size:34px; line-height:1; }
.featured-quote p { color:rgba(255,255,255,.72); font-size:12px; }
.featured-quote figure { margin:0; }
.featured-quote img { width:100%; height:100%; object-fit:cover; object-position:center center; }
.featured-quote blockquote, .founder-band blockquote { margin:0; padding:55px 32px; background:#24343a; color:#fff; font-family:Georgia,serif; font-size:15px; font-style:italic; }

.about-story-layout { display:grid; grid-template-columns:1.25fr 1.1fr .45fr; align-items:center; }
.about-story-layout > div:first-child { padding-right:55px; }
.about-story-layout p { color:var(--gs-muted); }
.about-story-layout figure { height:390px; margin:0; }
.about-story-layout figure img { width:100%; height:100%; object-fit:cover; }
.stats-panel { align-self:stretch; display:flex; flex-direction:column; justify-content:center; padding:30px; background:var(--gs-ink); color:#fff; }
.stats-panel strong { color:#fff; font-size:27px; }
.stats-panel span { margin-bottom:20px; color:rgba(255,255,255,.66); font-size:9px; text-transform:uppercase; }
.founder-band { background:#e6e9e7; }
.founder-band .site-shell { display:grid; grid-template-columns:1.15fr 1fr .7fr; min-height:330px; align-items:stretch; }
.founder-band .site-shell > div { padding:50px 48px 45px 0; }
.founder-band figure { margin:0; }
.founder-band img { width:100%; height:100%; object-fit:cover; object-position:88% center; }
.value-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:35px; }
.value-grid article > span { font-size:25px; }
.value-grid h3 { margin:12px 0 5px; font-size:15px; }
.value-grid p { margin:0; color:var(--gs-muted); font-size:11px; }
.closing-cta { padding:35px 0; background:linear-gradient(90deg,var(--gs-ink),#2d3d42); color:#fff; }
.closing-cta .site-shell { display:grid; grid-template-columns:1fr auto 250px; gap:38px; align-items:center; }
.closing-cta h2 { color:#fff; font-size:29px; }
.closing-cta p { margin:0; color:rgba(255,255,255,.7); font-size:11px; }
.closing-cta > .site-shell > span { color:var(--gs-gold); font-size:10px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }

.contact-options { padding:46px 0; }
.contact-options .site-shell { display:grid; grid-template-columns:1.5fr repeat(4,1fr); gap:0; }
.contact-options-intro { padding-right:38px; }
.contact-options .site-shell > a { display:flex; flex-direction:column; gap:6px; padding:12px 23px; border-left:1px solid var(--gs-line); }
.contact-options a > span { font-size:20px; }
.contact-options a strong { font-size:12px; }
.contact-options a small { color:var(--gs-muted); font-size:9px; line-height:1.45; }
.contact-main { background:#f2f2ef; }
.contact-main .site-shell { display:grid; grid-template-columns:1.05fr .35fr 1.4fr; min-height:530px; align-items:stretch; }
.contact-main figure { margin:0; }
.contact-main figure img { width:100%; height:100%; object-fit:cover; }
.contact-main blockquote { display:flex; flex-direction:column; justify-content:center; margin:0; padding:30px; background:var(--gs-ink); color:#fff; font-family:Georgia,serif; font-size:14px; }
.contact-main blockquote small { margin-top:20px; color:var(--gs-gold); font-family:Inter,sans-serif; font-size:8px; text-transform:uppercase; }
.contact-form-card { padding:45px 52px; background:#fff; }
.contact-form-card input, .contact-form-card textarea, .contact-form-card select { width:100%; border:1px solid var(--gs-line); background:#fafafa; }
.contact-form-intro { margin:0 0 20px; color:var(--gs-muted); font-size:11px; }
.full-enquiry-form { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.full-enquiry-form label > span { display:block; margin-bottom:5px; color:var(--gs-ink); font-size:9px; font-weight:750; }
.full-enquiry-form input, .full-enquiry-form select { height:42px; padding:0 11px; color:#4e595c; font:inherit; font-size:10px; }
.full-enquiry-form textarea { min-height:104px; padding:11px; resize:vertical; color:#4e595c; font:inherit; font-size:10px; }
.full-enquiry-form .form-wide { grid-column:1/-1; }
.full-enquiry-form .form-consent { display:flex; align-items:flex-start; gap:9px; }
.full-enquiry-form .form-consent input { flex:0 0 auto; width:15px; height:15px; margin-top:1px; }
.full-enquiry-form .form-consent span { margin:0; color:var(--gs-muted); font-weight:500; line-height:1.45; }
.form-submit-row { display:flex; align-items:center; gap:18px; }
.form-submit-row small { color:var(--gs-muted); font-size:9px; }
.form-honeypot { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
.form-notice { grid-column:1/-1; margin:0 0 18px; padding:13px 15px; border-left:3px solid var(--gs-gold); background:#f4f2eb; font-size:11px; }
.form-notice--success { border-color:#2f7d5d; background:#edf7f1; }
.form-notice--error { border-color:#a34536; background:#fff0ed; }
.contact-location { padding:0; background:#fff; }
.contact-location .site-shell { width:100%; max-width:none; display:grid; grid-template-columns:1fr 1.3fr; }
.contact-location .site-shell > div:first-child { padding:55px max(40px,calc((100vw - 1240px)/2)); padding-right:60px; }
.contact-location .site-shell > div:last-child { min-height:310px; display:flex; align-items:center; justify-content:space-around; background-size:cover; background-position:center; color:#fff; font-weight:800; text-shadow:0 2px 14px #000; }

.site-footer { padding:0; background:#142126; color:#fff; }
.footer-row { min-height:105px; display:grid; grid-template-columns:260px 1fr auto; align-items:center; gap:30px; }
.footer-brand img { width:190px; height:52px; object-fit:contain; object-position:left; filter:brightness(0) invert(1); }
.footer-nav { display:flex; justify-content:center; gap:26px; }
.footer-nav a { color:rgba(255,255,255,.72); font-size:9px; }
.footer-actions { display:flex; align-items:center; justify-content:flex-end; gap:12px; }
.footer-facebook-button { min-height:46px; display:inline-flex; align-items:center; justify-content:center; gap:9px; padding:0 17px; border:1px solid rgba(255,255,255,.42); color:#fff; font-size:9px; font-weight:800; letter-spacing:.04em; text-transform:uppercase; white-space:nowrap; transition:background .2s,border-color .2s,color .2s; }
.footer-facebook-button svg { flex:0 0 auto; }
.footer-facebook-button:hover,.footer-facebook-button:focus-visible { border-color:var(--gs-gold); background:var(--gs-gold); color:#142126 !important; }
.footer-bottom { min-height:55px; border-top:1px solid rgba(255,255,255,.1); font-size:8px; color:rgba(255,255,255,.52); }
.footer-legal { display:flex; align-items:center; gap:18px; }
.footer-legal span { color:var(--gs-gold); text-transform:uppercase; letter-spacing:.12em; }

@media (max-width: 980px) {
  .header-inner { width:100%; grid-template-columns:220px 1fr; }
  .site-logo { padding-left:24px; }
  .primary-nav a { padding:0 8px; font-size:9px; }
  .primary-nav li:nth-child(5), .primary-nav li:nth-child(6) { display:none; }
  .visual-card-grid { grid-template-columns:repeat(3,1fr); }
  .visual-card-grid--directory { grid-template-columns:repeat(3,1fr); }
  .featured-grid { grid-template-columns:1fr 1.5fr 1fr; }
  .featured-tile:last-child { display:none; }
  .location-form-band { grid-template-columns:1fr 1.25fr; }
  .location-aside { display:none; }
  .service-detail-grid { grid-template-columns:1fr 1fr; }
  .service-benefits { grid-column:1/-1; display:grid; grid-template-columns:1fr 1fr; }
  .contact-options .site-shell { grid-template-columns:1fr 1fr; }
  .contact-options-intro { grid-column:1/-1; margin-bottom:25px; }
  .contact-main .site-shell { grid-template-columns:.85fr 1.4fr; }
  .contact-main blockquote { display:none; }
}

@media (max-width: 850px) {
  .site-shell { width:min(calc(100% - 30px),var(--max)); }
  .header-inner { min-height:62px; grid-template-columns:200px 1fr; }
  .site-logo { padding-left:15px; }
  .site-logo img { width:170px; }
  .header-nav-panel { display:none; }
  .nav-toggle { display:block; position:absolute; right:15px; top:13px; width:44px; height:38px; border:1px solid rgba(255,255,255,.45); background:var(--gs-ink); }
  .nav-toggle::before, .nav-toggle::after, .nav-toggle > span:first-child { content:''; position:absolute; left:12px; width:18px; height:1px; background:#fff; }
  .nav-toggle::before { top:11px; }.nav-toggle > span:first-child{top:18px}.nav-toggle::after{top:25px}
  body.nav-open .header-nav-panel { display:flex; position:absolute; top:62px; left:0; right:0; flex-direction:column; background:#fff; }
  body.nav-open .primary-nav { position:static; width:100%; padding:0; opacity:1; visibility:visible; transform:none; }
  body.nav-open .primary-nav ul { display:block; padding:12px; }
  body.nav-open .primary-nav li { display:block; }
  body.nav-open .site-header .primary-nav a { min-height:42px; padding:0 18px; color:var(--gs-ink) !important; }
  body.nav-open .header-cta { min-height:42px; justify-content:center; }
  .design-hero,.inner-design-hero { min-height:620px; }
  .design-hero-grid,.inner-hero-grid { min-height:550px; grid-template-columns:1fr; }
  .design-hero-copy,.inner-hero-grid > div { padding-top:88px; }
  .design-hero h1,.inner-design-hero h1 { font-size:52px; }
  .hero-manifesto,.inner-design-hero aside { display:none; }
  .trust-grid,.trust-grid:has(.trust-item:nth-child(4):last-child) { grid-template-columns:1fr 1fr; padding:10px 0; }
  .trust-item { justify-content:flex-start; border:0; }
  .visual-card-grid { grid-template-columns:1fr 1fr; }
  .visual-card-grid--directory { grid-template-columns:1fr 1fr; }
  .compact-heading { align-items:flex-start; flex-direction:column; }
  .featured-grid { grid-template-columns:1fr; }
  .featured-intro { padding-right:0; }
  .featured-tile { min-height:240px; }
  .featured-tile:last-child { display:block; }
  .process-row { grid-template-columns:1fr; gap:20px; }
  .process-row li:not(:last-child)::after { display:none; }
  .location-form-band { grid-template-columns:1fr; }
  .location-panel { min-height:330px; padding:42px 24px; justify-content:flex-start; }
  .project-form-panel { padding:40px 24px; }
  .project-qualifier { grid-template-columns:1fr; }
  .service-detail-grid,.about-story-layout,.founder-band .site-shell,.featured-quote .site-shell { grid-template-columns:1fr; }
  .service-detail-copy,.about-story-layout > div:first-child { padding:0 0 30px; }
  .service-benefits { grid-column:auto; grid-template-columns:1fr; }
  .mini-service-grid,.value-grid { grid-template-columns:1fr 1fr; }
  .featured-quote .site-shell > div,.founder-band .site-shell > div { padding:42px 0; }
  .featured-quote figure,.founder-band figure { min-height:300px; }
  .closing-cta .site-shell { grid-template-columns:1fr; gap:20px; }
  .contact-options .site-shell,.contact-main .site-shell,.contact-location .site-shell { grid-template-columns:1fr; }
  .contact-options .site-shell > a { border-left:0; border-top:1px solid var(--gs-line); }
  .contact-main figure { min-height:310px; }
  .contact-form-card { padding:40px 24px; }
  .full-enquiry-form { grid-template-columns:1fr; }
  .full-enquiry-form .form-wide { grid-column:auto; }
  .form-submit-row { align-items:flex-start; flex-direction:column; }
  .contact-location .site-shell > div:first-child { padding:45px 24px; }
  .footer-row { grid-template-columns:1fr auto; }
  .footer-nav { display:none; }
  .footer-bottom { gap:15px; align-items:flex-start; flex-direction:column; padding:18px 0; }
}

@media (max-width: 560px) {
  .footer-row { grid-template-columns:1fr; gap:16px; padding:24px 0; }
  .footer-actions { width:100%; justify-content:flex-start; flex-wrap:wrap; }
  .footer-facebook-button,.footer-actions .footer-quote { flex:1 1 150px; min-height:48px; }
}

/* Keep the full navigation visible on tablets and compact browser previews. */
@media (min-width: 561px) and (max-width: 850px) {
  body.nav-open { overflow: visible; }
  .header-inner { width: 100%; min-height: 62px; grid-template-columns: 120px 1fr; }
  .site-logo { padding: 10px 8px 10px 15px; }
  .site-logo img { width: 108px; height: 40px; }
  .header-nav-panel,
  body.nav-open .header-nav-panel { position: static; display: flex; flex-direction: row; align-items: stretch; justify-content: flex-end; background: transparent; }
  .primary-nav,
  body.nav-open .primary-nav { position: static; inset: auto; width: auto; display: flex; align-items: stretch; padding: 0; background: transparent; opacity: 1; visibility: visible; transform: none; }
  .primary-nav ul,
  body.nav-open .primary-nav ul { display: flex; align-items: stretch; padding: 0; }
  .primary-nav li,
  body.nav-open .primary-nav li,
  .primary-nav li:nth-child(5),
  .primary-nav li:nth-child(6) { display: flex; border: 0; }
  .site-header .primary-nav a,
  body.nav-open .site-header .primary-nav a { min-height: 62px; padding: 0 5px; color: #fff !important; font-size: 7.5px; white-space: nowrap; }
  .site-header .primary-nav a::after { inset: auto 5px 11px; display: block; }
  .header-cta,
  body.nav-open .header-cta { min-height: auto; margin: 13px 8px; padding: 0 8px; font-size: 7.5px; white-space: nowrap; }
  .nav-toggle,
  body.nav-open .nav-toggle { display: none; }
  .trust-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); padding: 0; }
  .trust-grid:has(.trust-item:nth-child(4):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .trust-item { min-width: 0; min-height: 72px; justify-content: center; gap: 7px; padding: 0 7px; border-right: 1px solid var(--gs-line); }
  .trust-item:last-child { border-right: 0; }
  .trust-item span { flex: 0 0 20px; width: 20px; text-align: center; font-size: 18px; }
  .trust-item strong { max-width: 88px; font-size: 9px; }
}

@media (max-width: 480px) {
  .trust-grid,
  .trust-grid:has(.trust-item:nth-child(4):last-child) { grid-template-columns: 1fr; padding: 8px 0; }
  .trust-item { min-height: 46px; justify-content: flex-start; padding: 0 18px; border-bottom: 1px solid var(--gs-line); }
  .trust-item:last-child { border-bottom: 0; }
  .project-facts { grid-template-columns: 1fr; }
  .visual-card-grid,.mini-service-grid,.value-grid { grid-template-columns:1fr; }
  .design-hero h1,.inner-design-hero h1 { font-size:45px; }
  .project-form-panel h2,.compact-heading h2 { font-size:32px; }
}
