/*
Theme Name: Gold Gardens
Theme URI: https://goldgardens.co.uk
Author: Gold Gardens
Description: A bright, accessible, photography-led WordPress theme for Gold Gardens in Croydon.
Version: 2.0.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: gold-gardens
*/

:root {
  --gg-forest: #123f2a;
  --gg-green: #078a51;
  --gg-yellow: #ffd229;
  --gg-sky: #b9e6f4;
  --gg-coral: #ff765b;
  --gg-cream: #fffaf0;
  --gg-white: #ffffff;
  --gg-muted: #466153;
  --gg-line: rgba(18, 63, 42, 0.22);
  --gg-shadow: 14px 14px 0 var(--gg-sky);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--gg-cream);
  color: var(--gg-forest);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .gg-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.gg-skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  background: var(--gg-white);
  border: 2px solid var(--gg-forest);
  transform: translateY(-180%);
}
.gg-skip-link:focus { transform: translateY(0); }

.gg-shell { width: min(100% - 48px, 1380px); margin-inline: auto; }
.gg-section { padding-block: clamp(76px, 9vw, 138px); }
.gg-kicker {
  margin: 0 0 20px;
  color: var(--gg-green);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.gg-display {
  margin: 0;
  font-size: clamp(3.25rem, 6.8vw, 7.5rem);
  font-weight: 950;
  letter-spacing: -.075em;
  line-height: .9;
}

.gg-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 250, 240, .96);
  border-bottom: 1px solid var(--gg-line);
  backdrop-filter: blur(12px);
}
.gg-header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.gg-brand {
  font-size: 1.32rem;
  font-weight: 950;
  letter-spacing: -.045em;
  white-space: nowrap;
}
.gg-brand span { color: var(--gg-green); }
.gg-nav { display: flex; align-items: center; gap: clamp(18px, 2.7vw, 40px); }
.gg-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.gg-nav a:not(.gg-nav-cta) { border-bottom: 2px solid transparent; }
.gg-nav a:not(.gg-nav-cta):hover,
.gg-nav a:not(.gg-nav-cta):focus-visible { border-bottom-color: var(--gg-forest); }
.gg-nav-cta { padding-inline: 19px; background: var(--gg-forest); color: var(--gg-white); }
.gg-menu { display: none; }

.gg-hero { overflow: hidden; background: var(--gg-cream); }
.gg-hero-grid {
  min-height: calc(100svh - 86px);
  padding-block: clamp(48px, 6vw, 86px);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(48px, 6.5vw, 100px);
  align-items: center;
}
.gg-eyebrow {
  margin: 0 0 20px;
  color: var(--gg-green);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.gg-hero h1 {
  margin: 0;
  font-size: clamp(4.6rem, 8vw, 8.8rem);
  font-weight: 950;
  letter-spacing: -.09em;
  line-height: .82;
}
.gg-hero h1 span { display: block; color: var(--gg-green); }
.gg-hero-intro {
  max-width: 590px;
  margin: 32px 0 0;
  font-size: clamp(1.08rem, 1.5vw, 1.36rem);
  font-weight: 620;
  line-height: 1.55;
}
.gg-actions { margin-top: 32px; display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.gg-button {
  min-height: 56px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .075em;
  text-transform: uppercase;
  transition: transform 170ms ease, background-color 170ms ease, color 170ms ease;
}
.gg-button:hover, .gg-button:focus-visible { transform: translateY(-3px); }
.gg-button-dark { background: var(--gg-forest); color: var(--gg-white); }
.gg-button-dark:hover, .gg-button-dark:focus-visible { background: var(--gg-green); }
.gg-button-yellow { background: var(--gg-yellow); color: var(--gg-forest); }
.gg-button-yellow:hover, .gg-button-yellow:focus-visible { background: var(--gg-white); }
.gg-button-light { background: var(--gg-white); color: var(--gg-forest); }
.gg-button-light:hover, .gg-button-light:focus-visible { background: var(--gg-yellow); }
.gg-text-link { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 2px solid var(--gg-forest); font-weight: 850; }
.gg-hero-photo {
  position: relative;
  margin: 0;
  min-height: clamp(500px, 60vw, 720px);
  overflow: hidden;
  background: var(--gg-green);
  box-shadow: 18px 18px 0 var(--gg-sky);
}
.gg-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.gg-hero-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 17px 19px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  background: var(--gg-yellow);
  color: var(--gg-forest);
}
.gg-hero-photo figcaption strong {
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gg-hero-photo figcaption span { font-size: .9rem; font-weight: 720; }
}
.gg-ticker {
  min-height: 68px;
  padding: 16px 24px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  background: var(--gg-yellow);
  font-size: clamp(.78rem, 1.2vw, 1rem);
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.gg-intro-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(58px, 9vw, 140px);
  align-items: end;
}
.gg-intro-copy { color: var(--gg-muted); font-size: 1.06rem; line-height: 1.72; }
.gg-intro-copy p { margin: 0; }
.gg-intro-copy .gg-lead { margin-bottom: 20px; color: var(--gg-forest); font-size: clamp(1.2rem, 2vw, 1.58rem); font-weight: 760; line-height: 1.45; }

.gg-services { background: var(--gg-sky); }
.gg-section-heading {
  margin-bottom: clamp(46px, 6vw, 78px);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 8vw;
  align-items: end;
}
.gg-section-heading > p { margin: 0 0 7px; color: var(--gg-muted); font-size: 1.08rem; line-height: 1.68; }
.gg-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gg-service {
  min-height: 350px;
  padding: clamp(25px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  border: 2px solid var(--gg-forest);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.gg-service:hover, .gg-service:focus-visible { transform: translate(-4px, -4px); box-shadow: 8px 8px 0 var(--gg-forest); }
.gg-service-number { font-size: .78rem; font-weight: 900; }
.gg-service h3 { margin: auto 0 17px; font-size: clamp(2rem, 3vw, 3.35rem); font-weight: 950; letter-spacing: -.06em; line-height: .94; }
.gg-service p { margin: 0; line-height: 1.58; }
.gg-service-link {
  margin-top: 24px;
  padding-top: 17px;
  display: block;
  border-top: 1px solid currentColor;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gg-service-yellow { background: var(--gg-yellow); }
.gg-service-white { background: var(--gg-white); }
.gg-service-coral { background: var(--gg-coral); }
.gg-service-green { background: var(--gg-green); color: var(--gg-white); }
.gg-service-sky { background: var(--gg-sky); }
.gg-service-wide { grid-column: span 2; min-height: 280px; }

.gg-process { display: grid; grid-template-columns: 1fr 1fr; background: var(--gg-white); }
.gg-process-photo { position: relative; min-height: 820px; background: var(--gg-green); }
.gg-process-photo img { width: 100%; height: 100%; object-fit: cover; }
.gg-credit { position: absolute; left: 16px; bottom: 14px; margin: 0; padding: 8px 10px; background: rgba(255,255,255,.92); font-size: .64rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.gg-process-copy { padding: clamp(68px, 8vw, 125px) clamp(30px, 7vw, 105px); align-self: center; }
.gg-steps { margin: 50px 0 36px; padding: 0; list-style: none; border-top: 2px solid var(--gg-forest); }
.gg-steps li { padding: 26px 0; display: grid; grid-template-columns: 42px 1fr; gap: 22px; border-bottom: 1px solid var(--gg-line); }
.gg-steps > li > span { width: 36px; height: 36px; display: grid; place-items: center; background: var(--gg-yellow); font-weight: 950; }
.gg-steps h3 { margin: 0 0 8px; font-size: 1.28rem; }
.gg-steps p { margin: 0; color: var(--gg-muted); line-height: 1.62; }

.gg-local { padding: clamp(55px, 7vw, 92px) max(24px, calc((100vw - 1380px) / 2)); display: flex; justify-content: space-between; align-items: center; gap: 36px; background: var(--gg-green); color: var(--gg-white); }
.gg-local p { margin: 0 0 9px; font-size: .75rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.gg-local h2 { margin: 0; font-size: clamp(2.8rem, 5.8vw, 6rem); font-weight: 950; letter-spacing: -.07em; line-height: .92; }

.gg-faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 8vw, 118px); }
.gg-faq-intro > p:last-child { color: var(--gg-muted); font-size: 1.04rem; line-height: 1.65; }
.gg-faq-list { border-top: 2px solid var(--gg-forest); }
.gg-faq-list details { border-bottom: 1px solid var(--gg-line); }
.gg-faq-list summary { padding: 26px 44px 26px 0; cursor: pointer; font-size: 1.18rem; font-weight: 850; }
.gg-faq-list details p { margin: 0; padding: 0 40px 26px 0; color: var(--gg-muted); line-height: 1.68; }

.gg-contact { background: var(--gg-forest); color: var(--gg-white); }
.gg-contact .gg-kicker { color: var(--gg-yellow); }
.gg-contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 8vw, 118px); }
.gg-contact-intro > p:not(.gg-kicker) { max-width: 520px; font-size: 1.1rem; line-height: 1.67; }
.gg-contact-links { margin-top: 38px; display: grid; gap: 13px; }
.gg-contact-links a { display: grid; grid-template-columns: 100px 1fr; gap: 18px; font-size: 1.05rem; font-weight: 800; }
.gg-contact-links span { color: var(--gg-yellow); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.gg-form { padding: clamp(26px, 4vw, 52px); background: var(--gg-white); color: var(--gg-forest); }
.gg-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.gg-form label { display: grid; gap: 8px; margin-bottom: 17px; font-size: .76rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.gg-form input, .gg-form select, .gg-form textarea { width: 100%; border: 2px solid var(--gg-forest); border-radius: 0; background: var(--gg-white); color: var(--gg-forest); padding: 14px; }
.gg-form input:focus-visible, .gg-form select:focus-visible, .gg-form textarea:focus-visible { outline: 4px solid var(--gg-yellow); outline-offset: 2px; }
.gg-form textarea { resize: vertical; }
.gg-form-note { margin: 14px 0 0; color: var(--gg-muted); font-size: .76rem; line-height: 1.5; }

.gg-footer { padding: 34px max(24px, calc((100vw - 1380px) / 2)); display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; background: #0a2a1c; color: var(--gg-white); }
.gg-footer p { margin: 0; }
.gg-footer nav { display: flex; gap: 22px; flex-wrap: wrap; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.gg-footer-small { color: #b7c9bf; font-size: .76rem; }

.gg-page { min-height: 70vh; }
.gg-page-content { max-width: 800px; }
.gg-page-content h1 { margin: 0 0 34px; font-size: clamp(3.4rem, 7vw, 6.8rem); font-weight: 950; letter-spacing: -.075em; line-height: .9; }
.gg-page-content h2 { margin: 44px 0 14px; font-size: 2rem; }
.gg-page-content p, .gg-page-content li { color: var(--gg-muted); font-size: 1.05rem; line-height: 1.75; }

.gg-service-page { background: var(--gg-cream); }
.gg-service-hero {
  min-height: min(780px, calc(100svh - 86px));
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  background: var(--gg-forest);
  color: var(--gg-white);
}
.gg-service-hero-copy {
  width: 100%;
  padding: clamp(60px, 8vw, 118px) clamp(24px, 6vw, 88px) clamp(60px, 8vw, 118px) max(24px, calc((100vw - 1380px) / 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gg-service-hero .gg-eyebrow { color: var(--gg-yellow); }
.gg-service-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(4.2rem, 7.7vw, 8.4rem);
  font-weight: 950;
  letter-spacing: -.085em;
  line-height: .85;
}
.gg-service-hero-copy > p:not(.gg-eyebrow) {
  max-width: 680px;
  margin: 34px 0 0;
  font-size: clamp(1.12rem, 1.7vw, 1.45rem);
  font-weight: 620;
  line-height: 1.55;
}
.gg-back-link {
  width: fit-content;
  margin-bottom: 54px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.gg-text-link-light { color: var(--gg-white); border-bottom-color: var(--gg-white); }
.gg-service-hero-image { margin: 0; min-height: 620px; overflow: hidden; }
.gg-service-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.gg-service-overview-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(58px, 9vw, 140px); }
.gg-service-prose { color: var(--gg-muted); font-size: 1.08rem; line-height: 1.78; }
.gg-service-prose p { margin: 0; }
.gg-service-prose .gg-lead { color: var(--gg-forest); font-size: clamp(1.2rem, 2vw, 1.52rem); font-weight: 720; line-height: 1.55; }
.gg-service-prose h3 { margin: 46px 0 12px; color: var(--gg-forest); font-size: 1.35rem; }
.gg-service-result-image { position: relative; margin: 0; height: clamp(480px, 68vw, 900px); overflow: hidden; background: var(--gg-green); }
.gg-service-result-image img { width: 100%; height: 100%; object-fit: cover; }
.gg-service-result-image figcaption { position: absolute; right: 22px; bottom: 22px; margin: 0; padding: 16px 18px; background: var(--gg-yellow); color: var(--gg-forest); font-size: .78rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.gg-service-method { background: var(--gg-sky); }
.gg-service-stage-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; list-style: none; }
.gg-service-stage-grid li { min-height: 260px; padding: 32px; display: flex; flex-direction: column; border: 2px solid var(--gg-forest); background: var(--gg-white); }
.gg-service-stage-grid li:first-child { background: var(--gg-yellow); }
.gg-service-stage-grid span { font-size: .78rem; font-weight: 950; }
.gg-service-stage-grid p { margin: auto 0 0; font-size: clamp(1.3rem, 2vw, 1.75rem); font-weight: 800; line-height: 1.34; }
.gg-service-prep { background: var(--gg-white); }
.gg-service-prep-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(58px, 9vw, 140px); align-items: start; }
.gg-service-prep-grid > div > p:last-child { max-width: 570px; color: var(--gg-muted); font-size: 1.08rem; line-height: 1.7; }
.gg-service-prep ul { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--gg-forest); }
.gg-service-prep li { padding: 23px 12px; border-bottom: 1px solid var(--gg-line); font-size: 1.05rem; font-weight: 720; line-height: 1.5; }
.gg-service-contact { padding: clamp(76px, 9vw, 138px) 0; background: var(--gg-green); color: var(--gg-white); }
.gg-service-contact .gg-kicker { color: var(--gg-yellow); }
.gg-service-contact h2 { max-width: 1000px; margin: 0; font-size: clamp(3.6rem, 7vw, 7.5rem); font-weight: 950; letter-spacing: -.075em; line-height: .9; }
.gg-service-contact p:not(.gg-kicker) { max-width: 680px; margin: 30px 0 0; font-size: 1.15rem; line-height: 1.65; }
.gg-related { background: var(--gg-cream); }
.gg-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gg-related-grid a { min-height: 132px; padding: 26px; display: flex; justify-content: space-between; gap: 18px; align-items: flex-end; border: 2px solid var(--gg-forest); background: var(--gg-white); font-size: 1.25rem; font-weight: 850; }
.gg-related-grid a:hover, .gg-related-grid a:focus-visible { background: var(--gg-yellow); }

:focus-visible { outline: 4px solid var(--gg-yellow); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (max-width: 980px) {
  body.admin-bar .gg-header { top: 46px; }
  .gg-nav { display: none; }
  .gg-menu { display: block; position: relative; }
  .gg-menu summary { cursor: pointer; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
  .gg-menu nav { position: absolute; right: 0; top: 42px; width: min(82vw, 330px); padding: 20px; display: grid; gap: 5px; background: var(--gg-white); border: 2px solid var(--gg-forest); box-shadow: 8px 8px 0 var(--gg-yellow); }
  .gg-menu a { min-height: 44px; display: flex; align-items: center; font-weight: 800; }
  .gg-hero-grid, .gg-intro-grid, .gg-section-heading, .gg-process, .gg-faq-grid, .gg-contact-grid { grid-template-columns: 1fr; }
  .gg-hero-grid { min-height: auto; }
  .gg-hero-photo { max-width: 760px; min-height: 520px; }
  .gg-service-grid { grid-template-columns: repeat(2, 1fr); }
  .gg-service-wide { grid-column: span 1; }
  .gg-process-photo { min-height: 620px; }
  .gg-footer { grid-template-columns: 1fr; }
  .gg-service-hero { min-height: auto; grid-template-columns: 1fr; }
  .gg-service-hero-copy { padding-inline: max(24px, calc((100vw - 1380px) / 2)); }
  .gg-service-hero-image { min-height: 600px; }
  .gg-service-overview-grid, .gg-service-prep-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .gg-shell { width: min(100% - 28px, 1380px); }
  .gg-header-inner { min-height: 72px; }
  .gg-brand { font-size: 1.1rem; }
  .gg-hero h1 { font-size: clamp(4rem, 22vw, 6.3rem); }
  .gg-hero-photo { min-height: 430px; box-shadow: 8px 8px 0 var(--gg-sky); }
  .gg-hero-photo figcaption { right: 12px; bottom: 12px; left: 12px; display: block; }
  .gg-hero-photo figcaption span { display: block; margin-top: 4px; }
  .gg-ticker { justify-content: flex-start; overflow-x: auto; }
  .gg-service-grid, .gg-form-grid { grid-template-columns: 1fr; }
  .gg-service { min-height: 280px; }
  .gg-process-photo { min-height: 480px; }
  .gg-local { align-items: flex-start; flex-direction: column; }
  .gg-contact-links a { grid-template-columns: 82px 1fr; font-size: .92rem; }
  .gg-service-hero h1 { font-size: clamp(3.7rem, 19vw, 5.5rem); }
  .gg-service-hero-image { min-height: 430px; }
  .gg-service-result-image figcaption { right: 12px; bottom: 12px; left: 12px; }
  .gg-service-stage-grid, .gg-related-grid { grid-template-columns: 1fr; }
  .gg-service-stage-grid li { min-height: 220px; }
}

@media (max-width: 782px) {
  body.admin-bar .gg-header { top: 46px; }
}
