:root {
  --color-ivory: #F5F1EB;
  --color-ivory-deep: #ECE5DC;
  --color-charcoal: #3A3A3A;
  --color-taupe: #C9B8A8;
  --color-taupe-light: #DDD2C8;
  --color-navy: #2C3E50;
  --color-navy-deep: #223241;
  --color-bronze: #B8956A;
  --color-white: #FFFCF7;
  --font-heading: "Cormorant Garamond", Georgia, serif;
  --font-body: "Inter", Arial, Helvetica, sans-serif;
  --shadow-soft: 0 24px 60px rgba(44, 62, 80, 0.12);
  --border-soft: 1px solid rgba(58, 58, 58, 0.14);
  --radius: 8px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-ivory);
  color: var(--color-charcoal);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--color-charcoal);
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: 4.35rem;
}

h2 {
  font-size: 3.1rem;
}

h3 {
  font-size: 1.85rem;
}

p {
  margin: 0;
}

.container {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
}

.section {
  padding: 96px 0;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 10;
  padding: 10px 14px;
  background: var(--color-navy);
  color: var(--color-white);
  border-radius: 4px;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 8;
  background: rgba(245, 241, 235, 0.94);
  border-bottom: var(--border-soft);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: 205px 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand img {
  width: 184px;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.site-nav a,
.footer-links a,
.text-link {
  text-decoration: none;
}

.site-nav a:hover,
.footer-links a:hover,
.text-link:hover {
  color: var(--color-bronze);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid var(--color-bronze);
  border-radius: var(--radius);
  background: var(--color-bronze);
  color: #221C16;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
  background: #A77F52;
  border-color: #A77F52;
}

.button-secondary {
  background: transparent;
  color: var(--color-navy);
  border-color: rgba(44, 62, 80, 0.28);
}

.button-secondary:hover {
  background: var(--color-navy);
  color: var(--color-white);
  border-color: var(--color-navy);
}

.button-small {
  min-height: 42px;
  padding: 10px 18px;
}

.nav-toggle {
  display: none;
}

.hero {
  padding-top: 86px;
  border-bottom: var(--border-soft);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  gap: 72px;
  align-items: center;
}

.eyebrow,
.panel-kicker,
.service-number {
  margin-bottom: 18px;
  color: var(--color-bronze);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-subtitle {
  max-width: 720px;
  margin-top: 26px;
  color: rgba(58, 58, 58, 0.82);
  font-size: 1.15rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.credibility-line {
  margin-top: 24px;
  padding-left: 18px;
  border-left: 2px solid var(--color-bronze);
  color: rgba(58, 58, 58, 0.76);
  font-size: 0.96rem;
  font-weight: 600;
}

.hero-panel {
  position: relative;
  min-height: 470px;
  padding: 42px 34px;
  overflow: hidden;
  background: var(--color-navy);
  color: var(--color-white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(245, 241, 235, 0.24);
}

.hero-panel::after {
  content: "";
  position: absolute;
  right: 42px;
  bottom: 48px;
  width: 42%;
  height: 42%;
  border-right: 3px solid var(--color-bronze);
  border-top: 3px solid var(--color-bronze);
  transform: skew(-12deg);
  opacity: 0.56;
}

.hero-panel h2 {
  position: relative;
  z-index: 1;
  max-width: 260px;
  color: var(--color-white);
  font-size: 2.55rem;
  margin-bottom: 30px;
}

.panel-rule {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 2px;
  margin-bottom: 36px;
  background: var(--color-bronze);
}

.framework-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.framework-list span {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 11px 16px;
  border: 1px solid rgba(245, 241, 235, 0.20);
  background: rgba(255, 252, 247, 0.06);
  font-weight: 600;
}

.split,
.who-grid,
.about-grid,
.enquiry-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 70px;
  align-items: start;
}

.opportunity,
.process {
  background: var(--color-ivory-deep);
}

.rich-copy {
  display: grid;
  gap: 20px;
  color: rgba(58, 58, 58, 0.82);
  font-size: 1.05rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 46px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: 34px;
  background: var(--color-white);
  border: var(--border-soft);
  border-radius: var(--radius);
}

.service-card.featured {
  background: var(--color-navy);
  color: rgba(255, 252, 247, 0.82);
  border-color: var(--color-navy);
}

.service-card.featured h3,
.service-card.featured .price {
  color: var(--color-white);
}

.service-card.featured .text-link {
  color: var(--color-white);
}

.price {
  margin: 16px 0 20px;
  color: var(--color-navy);
  font-size: 1.2rem;
  font-weight: 800;
}

.best-for {
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.text-link {
  color: var(--color-navy);
  font-weight: 800;
}

.text-link::after {
  content: " ->";
  color: var(--color-bronze);
}

.who {
  border-top: var(--border-soft);
  border-bottom: var(--border-soft);
}

.not-for {
  margin-top: 26px;
  padding: 20px;
  border-left: 3px solid var(--color-bronze);
  background: var(--color-white);
  font-weight: 600;
}

.audience-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.audience-list li {
  padding: 16px 18px;
  border: var(--border-soft);
  border-radius: var(--radius);
  background: rgba(255, 252, 247, 0.62);
  font-weight: 600;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(58, 58, 58, 0.14);
  border: var(--border-soft);
}

.process-step {
  min-height: 260px;
  padding: 30px;
  background: var(--color-ivory);
}

.process-step span {
  display: block;
  margin-bottom: 48px;
  color: var(--color-bronze);
  font-weight: 800;
}

.process-step p {
  margin-top: 14px;
}

.about {
  background: var(--color-navy-deep);
  color: rgba(255, 252, 247, 0.82);
}

.about h2 {
  color: var(--color-white);
}

.about .rich-copy {
  color: rgba(255, 252, 247, 0.78);
}

.about .rich-copy p:not(.eyebrow) {
  color: rgba(255, 252, 247, 0.78);
}

.about-mark {
  min-height: 330px;
  position: relative;
  border: 1px solid rgba(255, 252, 247, 0.22);
  border-radius: var(--radius);
}

.about-mark::before,
.about-mark::after,
.about-mark span {
  content: "";
  position: absolute;
  display: block;
}

.about-mark::before {
  left: 58px;
  top: 74px;
  width: 48%;
  height: 44%;
  border-top: 14px solid var(--color-white);
  border-left: 14px solid rgba(255, 252, 247, 0.72);
}

.about-mark::after {
  left: 58px;
  bottom: 66px;
  width: 64%;
  height: 3px;
  background: var(--color-bronze);
  transform: rotate(-34deg);
  transform-origin: left center;
}

.about-mark span {
  right: 58px;
  top: 90px;
  width: 52px;
  height: 52px;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 42px solid var(--color-bronze);
  transform: rotate(-34deg);
}

.enquiry {
  background: var(--color-navy);
  color: rgba(255, 252, 247, 0.82);
}

.enquiry h2 {
  color: var(--color-white);
}

.enquiry-copy {
  position: sticky;
  top: 130px;
}

.enquiry-copy p:not(.eyebrow) {
  max-width: 520px;
  margin: 24px 0 28px;
  font-size: 1.08rem;
}

.button.light {
  color: var(--color-white);
  border-color: rgba(255, 252, 247, 0.34);
}

.button.light:hover {
  background: var(--color-white);
  color: var(--color-navy);
}

.enquiry-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  background: var(--color-white);
  color: var(--color-charcoal);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.form-row {
  display: grid;
  gap: 8px;
}

.split-fields {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

label {
  font-size: 0.88rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid rgba(58, 58, 58, 0.24);
  border-radius: 6px;
  background: #FFFDF9;
  color: var(--color-charcoal);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(184, 149, 106, 0.45);
  outline-offset: 3px;
}

.form-submit {
  width: 100%;
  margin-top: 4px;
  border: 0;
  cursor: pointer;
}

.site-footer {
  padding: 46px 0;
  background: var(--color-ivory);
  border-top: var(--border-soft);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 1fr;
  gap: 40px;
  align-items: start;
}

.footer-logo {
  width: 190px;
  margin-bottom: 16px;
}

.footer-links {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.copyright {
  margin-top: 12px;
  color: rgba(58, 58, 58, 0.68);
  font-size: 0.9rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.thank-you-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.thank-you-main {
  flex: 1;
  display: grid;
  place-items: center;
  padding: 90px 0;
}

.thank-you-panel {
  max-width: 760px;
  padding: 64px;
  border: var(--border-soft);
  border-radius: var(--radius);
  background: var(--color-white);
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.thank-you-panel h1 {
  font-size: 4rem;
}

.thank-you-panel p {
  max-width: 520px;
  margin: 22px auto 30px;
}

@media (max-width: 1060px) {
  h1 {
    font-size: 3.8rem;
  }

  h2 {
    font-size: 2.6rem;
  }

  .header-inner {
    grid-template-columns: 190px auto auto;
  }

  .site-nav {
    gap: 18px;
  }

  .hero-grid,
  .split,
  .who-grid,
  .about-grid,
  .enquiry-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 380px;
  }

  .service-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card {
    min-height: 0;
  }

  .enquiry-copy {
    position: static;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .section {
    padding: 72px 0;
  }

  .header-inner {
    min-height: 82px;
    grid-template-columns: 1fr auto;
  }

  .brand img {
    width: 176px;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    gap: 4px;
    padding: 10px;
    border: 1px solid rgba(58, 58, 58, 0.2);
    border-radius: 6px;
    background: transparent;
  }

  .nav-toggle-line {
    width: 20px;
    height: 2px;
    background: var(--color-charcoal);
  }

  .site-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 82px;
    display: none;
    padding: 18px;
    background: var(--color-white);
    border: var(--border-soft);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
  }

  .site-nav.is-open {
    display: grid;
    gap: 14px;
    justify-content: stretch;
  }

  .site-nav a {
    padding: 8px 0;
  }

  .hero {
    padding-top: 58px;
  }

  .hero-grid {
    gap: 44px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .audience-list,
  .service-grid,
  .process-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .process-grid {
    gap: 0;
  }

  .process-step {
    min-height: auto;
  }

  .process-step span {
    margin-bottom: 26px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.55rem;
  }

  .section {
    padding: 58px 0;
  }

  .hero-panel,
  .service-card,
  .enquiry-form,
  .thank-you-panel {
    padding: 24px;
  }

  .hero-panel {
    min-height: 360px;
  }

  .hero-panel::before {
    inset: 18px;
  }

  .framework-list {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  .split-fields {
    grid-template-columns: 1fr;
  }

  .about-mark {
    min-height: 240px;
  }

  .thank-you-panel h1 {
    font-size: 3rem;
  }
}

.thank-you-page .header-inner {
  grid-template-columns: 1fr auto;
}
