
:root {
  --bg: #111214;
  --bg-soft: #18191c;
  --bg-alt: #242528;
  --panel: #1d1e21;
  --panel-2: #2a2b2f;
  --text: #f3efe8;
  --text-soft: #d0c9be;
  --muted: #a7a099;
  --line: rgba(255,255,255,0.16);
  --accent: #b8956a;
  --accent-dark: #8f6b43;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(0,0,0,0.24);
  --radius: 0px;
  --content: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.container {
  width: min(calc(100% - 48px), var(--content));
  margin-inline: auto;
}
.section {
  padding: 88px 0;
}
.section-alt {
  background: linear-gradient(180deg, #2b2c30 0%, #242528 100%);
}
.section-dark {
  background: #0f1012;
}
.eyebrow {
  margin: 0 0 12px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}
.center-heading { text-align: center; }
.section-heading-wrap { margin-bottom: 36px; }
.section-heading-wrap h2,
.copy-block h2,
.built-for-grid h2,
.price-card h2,
.hero-content h1 {
  margin: 0;
  line-height: 1.03;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.section-heading-wrap h2,
.copy-block h2,
.built-for-grid h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); }
.section-heading-wrap p { max-width: 760px; color: var(--text-soft); }
.copy-block p { color: var(--text-soft); font-size: 1.03rem; max-width: 560px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(12px);
  background: rgba(16, 17, 19, 0.74);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.brand-logo {
  width: 140px;
  height: auto;
  display: block;
}
.brand-mark {
  width: 26px;
  height: 26px;
  border: 1px solid var(--accent);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 0.85rem;
}
.primary-nav,
.footer-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.primary-nav a,
.footer-nav a {
  font-size: 0.95rem;
  color: var(--text);
  opacity: 0.92;
}
.primary-nav a:hover,
.footer-nav a:hover { color: var(--accent); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(184,149,106,0.4);
  background: var(--accent);
  color: #171411;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
  box-shadow: var(--shadow);
}
.btn:hover {
  transform: translateY(-2px);
  background: #caa883;
}
.btn-small { min-height: 42px; padding-inline: 16px; }

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--text);
}

.hero-section {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;

  background:
    linear-gradient(
      rgba(10, 10, 10, 0.10),
      rgba(10, 10, 10, 0.15)
    ),
    url("images/hero-kitchen.png.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-overlay {
  display: none;
}
.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 940px;
}
.hero-content h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  position: relative;
  top: -45px;
}
.hero-copy {
  margin: 0 auto 24px;
  max-width: 640px;
  color: #f0ece5;
  position: relative;
  top: 35px;
}

.split-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 56px;
}
.align-center { align-items: center; }
.intro-section { padding-top: 64px; }
.accent-line {
  width: 2px;
  height: 60px;
  background: rgba(255,255,255,0.75);
  margin-bottom: 28px;
}
.intro-copy h2 { font-size: clamp(2.3rem, 5vw, 4rem); margin-bottom: 18px; }
.copy-block .btn { margin-top: 18px; }
.media-card {
  overflow: hidden;
  background: var(--panel);
}
.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tall-image { min-height: 620px; }
.large-left { min-height: 560px; }
.medium-image { min-height: 500px; }
.wide-image {
  min-height: 0;
  aspect-ratio: 16 / 7;
}
.wide-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.narrow-copy { max-width: 460px; }

.included-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
}
.included-item {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.included-item h3,
.process-copy h3,
.compare-card h3,
.feature-tile h3,
.price-card h2,
.faq-question,
.portfolio-meta,
.portfolio-copy span {
  font-weight: 700;
}
.included-item .num,
.tile-kicker,
.card-label,
.accent {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}
.included-item p,
.process-copy p,
.compare-card p,
.feature-tile p,
.price-card p,
.portfolio-copy p,
.footer-contact,
.process-note {
  color: var(--text-soft);
}

.built-for-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 30px 80px;
  align-items: start;
  margin-bottom: 44px;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 22px;
}
.check-list li {
  position: relative;
  padding-left: 20px;
  color: var(--white);
}
.check-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}
.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.compare-card {
  padding: 28px;
  min-height: 180px;
}
.compare-before { background: rgba(20,21,24,0.8); }
.compare-after {
  background: #e7e2d8;
  color: #242424;
}
.compare-after p { color: #505050; }

.price-card-wrap { display: flex; justify-content: center; }
.price-card {
  max-width: 480px;
  padding: 34px 28px;
  text-align: center;
  background: var(--panel-2);
}
.price-card h2 { font-size: clamp(3rem, 5vw, 4.4rem); margin: 10px 0; }
.price-card p { max-width: 380px; margin-inline: auto; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 70px;
}
.feature-tile {
  min-height: 240px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.25);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.feature-tile img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  margin-top: auto;
}
.tile-kicker { margin-bottom: 0; }

.process-list {
  max-width: 940px;
}
.process-item {
  display: grid;
  grid-template-columns: 90px 1fr 1.7fr;
  align-items: start;
  gap: 24px;
  padding: 16px 0 28px;
}
.process-num {
  font-size: 3.2rem;
  line-height: 0.95;
  color: rgba(195, 192, 187, 0.82);
  font-weight: 800;
  letter-spacing: 0.08em;
}
.process-line {
  height: 1px;
  background: var(--line);
  margin-top: 26px;
}
.process-note {
  margin-top: 28px;
  text-align: center;
}

.faq-list {
  max-width: 980px;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-question {
  width: 100%;
  padding: 28px 0;
  background: transparent;
  border: 0;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  font-size: 1.08rem;
}
.faq-symbol {
  font-size: 1.7rem;
  color: var(--accent);
  line-height: 1;
  flex-shrink: 0;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}
.faq-answer p {
  margin: 0 0 24px;
  color: var(--text-soft);
  max-width: 840px;
}
.faq-item.active .faq-answer { max-height: 240px; }
.faq-item.active .faq-symbol { transform: rotate(45deg); }

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.portfolio-card {
  background: #16171a;
  overflow: hidden;
}
.portfolio-card img {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  object-fit: cover;
  background: #0e0f11;
}
.portfolio-copy {
  padding: 18px 18px 22px;
}
.portfolio-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 1.12rem;
  margin-bottom: 8px;
}
.portfolio-copy p { margin: 0; }

.cta-section {
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.site-footer {
  padding-top: 34px;
  padding-bottom: 30px;
}
.footer-top {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}
.footer-nav { justify-content: center; }
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.94rem;
}
.footer-bottom {
  text-align: center;
  padding-top: 22px;
  color: var(--text-soft);
  font-size: 0.92rem;
}

@media (max-width: 1080px) {
  .split-grid,
  .built-for-grid,
  .footer-top,
  .compare-grid,
  .feature-grid,
  .portfolio-grid,
  .included-grid { grid-template-columns: 1fr; }
  .footer-nav { justify-content: flex-start; }
  .footer-top { align-items: start; }
  .process-item {
    grid-template-columns: 72px 1fr;
  }
  .process-line { display: none; }
  .tall-image,
  .large-left,
  .medium-image,
  .wide-image { min-height: 380px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--content)); }
  .section { padding: 72px 0; }
  .site-header .header-inner { min-height: 74px; }
  .nav-toggle { display: inline-flex; }
  .primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(15,16,18,0.98);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 16px 24px 24px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }
  .primary-nav.open { display: flex; }
  .hero-section { min-height: 480px; }
  .hero-content h1 { font-size: clamp(2.3rem, 10vw, 3.8rem); }
  .intro-copy h2,
  .section-heading-wrap h2,
  .copy-block h2,
  .built-for-grid h2 { font-size: clamp(2rem, 8vw, 3rem); }
  .process-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .process-num { font-size: 2.4rem; }
  .reverse-mobile .media-card { order: -1; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .btn { width: 100%; }
  .hero-copy,
  .copy-block p,
  .section-heading-wrap p { max-width: 100%; }
  .feature-tile { min-height: auto; }
  .portfolio-card img { aspect-ratio: 4 / 5; }
  .footer-contact,
  .footer-bottom { text-align: left; }
  .footer-bottom { padding-top: 16px; }
}
/* =========================
   SCROLL ANIMATIONS
========================= */

.js .reveal {
  opacity: 0;
  transition:
    opacity 1.2s ease,
    transform 1.2s ease;
}

/* Fade upward */
.js .reveal-up {
  transform: translateY(50px);
}

/* Slide from left */
.js .reveal-left {
  transform: translateX(-60px);
}

/* Slide from right */
.js .reveal-right {
  transform: translateX(60px);
}

/* Simple fade */
.js .reveal-fade {
  transform: none;
}

/* When visible */
.js .reveal.active {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .js .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* HERO PAGE-LOAD FADE */
.hero-load {
  animation: heroFadeIn 2.4s ease-out both;
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.hero-content .btn {
  position: relative;
  top: 25px;
}
/* =========================
   FINAL HERO POSITIONING
========================= */

.hero-section {
  min-height: 560px;
  display: flex;
  align-items: flex-start;
  padding-top: 55px;

  background:
    linear-gradient(
      rgba(5, 5, 5, 0.46),
      rgba(5, 5, 5, 0.46)
    ),
    url("images/hero-kitchen.png.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}

.hero-content h1 {
  font-size: clamp(2.4rem, 4.2vw, 3.7rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;

  margin: 0 0 42px;

  position: static;
  top: auto;
}

.hero-copy {
  max-width: 650px;
  margin: 0 auto 26px;

  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.45;

  position: static;
  top: auto;
}

.hero-content .btn {
  margin-top: 4px;

  position: static;
  top: auto;
}

.hero-overlay {
  display: none;
}
/* =========================
   WEBSITE AUDIT FORM
========================= */

.audit-form-section {
  background: #111214;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.audit-form-container {
  max-width: 900px;
}

.audit-form-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 55px;
}

.audit-form-heading h2 {
  margin: 0 0 18px;
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #f3efe8;
}

.audit-form-heading p {
  margin: 0 auto;
  max-width: 680px;
  color: #d0c9be;
  font-size: 1.05rem;
  line-height: 1.6;
}


/* FORM */

.audit-form {
  background: #18191c;
  border: 1px solid rgba(255,255,255,0.14);
  padding: 44px;
}


/* QUESTIONS */

.form-group {
  margin: 0 0 38px;
  padding: 0;
  border: 0;
}

.form-group label,
.form-group legend {
  display: block;
  margin-bottom: 13px;
  color: #f3efe8;
  font-size: 1rem;
  font-weight: 600;
}

.optional-text {
  color: #a7a099;
  font-weight: 400;
}


/* TEXT FIELDS */

.audit-form input[type="text"],
.audit-form input[type="email"],
.audit-form input[type="tel"],
.audit-form input[type="url"],
.audit-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.18);
  background: #111214;
  color: #ffffff;
  padding: 16px 18px;
  font: inherit;
  outline: none;
  transition:
    border-color 0.25s ease,
    background 0.25s ease;
}

.audit-form textarea {
  resize: vertical;
}

.audit-form input:focus,
.audit-form textarea:focus {
  border-color: #b8956a;
  background: #151619;
}

.audit-form input::placeholder,
.audit-form textarea::placeholder {
  color: #77736f;
}


/* BUTTON / CHECKBOX OPTIONS */

.option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.option-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.option-card {
  position: relative;
  cursor: pointer;
  margin: 0 !important;
}

.option-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.option-card span {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  text-align: center;

  padding: 12px 16px;

  border: 1px solid rgba(255,255,255,0.16);
  background: #111214;

  color: #d8d2c9;

  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.option-card:hover span {
  border-color: #b8956a;
}

.option-card input:checked + span {
  background: #b8956a;
  border-color: #b8956a;
  color: #111214;
}


/* CONDITIONAL WEBSITE FIELD */

.website-url-group {
  display: none;
}

.website-url-group.visible {
  display: block;
}


/* SUBMIT BUTTON */

.audit-submit {
  width: 100%;
  min-height: 58px;
  border: 0;
  cursor: pointer;
  font-size: 1rem;
}


/* SUCCESS MESSAGE */

.form-success {
  display: none;
  text-align: center;
  margin: 22px 0 0;
  color: #d0c9be;
}

.form-success.visible {
  display: block;
}


/* NETLIFY SPAM FIELD */

.hidden-field {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}


/* MOBILE */

@media (max-width: 700px) {

  .audit-form {
    padding: 26px 20px;
  }

  .option-grid,
  .option-grid-3 {
    grid-template-columns: 1fr;
  }

  .audit-form-heading {
    margin-bottom: 36px;
  }
}
/* FORM SUCCESS MESSAGE */

.audit-success-message {
  display: none;
  margin: 22px 0 0;
  padding: 18px 20px;
  text-align: center;
  background: rgba(184, 149, 106, 0.12);
  border: 1px solid #b8956a;
  color: #f3efe8;
  font-size: 1rem;
}

.audit-success-message.show {
  display: block;
}
/* =========================
   LEGAL PAGES
========================= */

.legal-page {
  background: #111214;
  min-height: 75vh;
  padding: 90px 0 110px;
}

.legal-container {
  max-width: 900px;
}

.legal-container h1 {
  margin: 0 0 12px;
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 600;
  color: #f3efe8;
}

.legal-updated {
  color: #a7a099;
  margin-bottom: 60px;
}

.legal-container section {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.legal-container h2 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  font-weight: 600;
  color: #f3efe8;
}

.legal-container p {
  max-width: 780px;
  color: #d0c9be;
  line-height: 1.7;
}

.legal-container a {
  color: #b8956a;
}
/* =========================
   DETAILED PRIVACY POLICY
========================= */

.legal-introduction {
  margin-bottom: 35px;
}

.legal-container h3 {
  margin: 28px 0 12px;
  color: #b8956a;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.legal-container ul {
  margin: 18px 0 22px;
  padding-left: 22px;
  color: #d0c9be;
}

.legal-container li {
  margin-bottom: 9px;
  line-height: 1.65;
}

.legal-container strong {
  color: #f3efe8;
}

.legal-contact-box {
  display: flex;
  flex-direction: column;
  gap: 7px;

  margin: 22px 0 28px;
  padding: 22px 24px;

  background: #18191c;
  border-left: 3px solid #b8956a;

  color: #d0c9be;
}

.legal-contact-box a {
  color: #b8956a;
}

.legal-effective-date {
  margin-top: 55px;
  padding-top: 28px;

  border-top: 1px solid rgba(255,255,255,0.15);

  color: #a7a099;
  font-size: 0.95rem;
}


/* Better spacing for long legal pages */

.legal-container section {
  padding: 38px 0;
}

.legal-container section h2 {
  margin-bottom: 18px;
}


/* MOBILE */

@media (max-width: 700px) {

  .legal-page {
    padding: 60px 0 80px;
  }

  .legal-container section {
    padding: 30px 0;
  }

  .legal-contact-box {
    padding: 18px;
  }
}
/* =========================
   TERMS & CONDITIONS
========================= */

.legal-part-heading {
  margin: 70px 0 15px;
  padding: 28px 30px;

  background: #18191c;
  border-left: 4px solid #b8956a;
}

.legal-part-heading span {
  display: block;
  margin-bottom: 8px;

  color: #b8956a;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.legal-part-heading h2 {
  margin: 0;

  color: #f3efe8;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 600;
}


/* MOBILE */

@media (max-width: 700px) {

  .legal-part-heading {
    margin-top: 50px;
    padding: 22px 20px;
  }

}
/* =========================
   GROW PAGE
========================= */

.grow-page {
  background: #111214;
  min-height: 80vh;
}

.grow-placeholder {
  min-height: 650px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 100px 0;
}

.grow-placeholder .container {
  max-width: 900px;
}

.grow-placeholder h1 {
  margin: 0 0 24px;
  color: #f3efe8;

  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.grow-placeholder p:not(.eyebrow) {
  max-width: 680px;
  margin: 0 auto;

  color: #d0c9be;
  font-size: 1.1rem;
  line-height: 1.6;
}


/* =========================================================
   GROW PAGE - HERO SECTION
   ========================================================= */

.grow-page {
  background: #181818;
  color: #ffffff;
}


/* HERO */

.grow-hero {
  background: #181818;
  padding: 70px 0 55px;
}

.grow-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}


/* SMALL TEXT ABOVE HEADING */

.grow-eyebrow {
  margin: 0 0 22px;
  color: #b69a78;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}


/* MAIN HEADING */

.grow-title {
  max-width: 950px;
  margin: 0 auto;
  color: #f5f3ef;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -2px;
}

.grow-title span {
  display: block;
  margin-top: 8px;
  color: #b69a78;
}


/* SUBHEADING */

.grow-subtitle {
  max-width: 780px;
  margin: 26px auto 0;
  color: #d6d3ce;
  font-size: 18px;
  line-height: 1.7;
}


/* VIDEO */

.grow-video {
  max-width: 900px;
  margin: 45px auto 0;
}

.grow-video-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #292929;
  border: 1px solid #44413d;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.grow-video-placeholder span {
  color: #b69a78;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}


/* CTA AREA */

.grow-hero-cta {
  margin-top: 30px;
  text-align: center;
}

.grow-main-button {
  display: inline-block;
  background: #b69a78;
  color: #181818;
  padding: 17px 34px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  border-radius: 2px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.grow-main-button:hover {
  background: #c8ad8c;
  transform: translateY(-2px);
}

.grow-cta-note {
  margin: 12px 0 0;
  color: #a9a6a1;
  font-size: 13px;
}


/* FOUR BENEFIT BOXES */

.grow-benefit-strip {
  max-width: 1100px;
  margin: 55px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #4a4743;
  border-bottom: 1px solid #4a4743;
  border-left: 1px solid #4a4743;
}

.grow-benefit-item {
  min-height: 90px;
  padding: 20px 16px;
  border-right: 1px solid #4a4743;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  color: #f5f3ef;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.grow-benefit-item span {
  color: #b69a78;
  font-size: 15px;
  font-weight: 900;
}


/* MOBILE */

@media (max-width: 768px) {

  .grow-hero {
    padding: 50px 0 40px;
  }

  .grow-hero-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grow-eyebrow {
    font-size: 11px;
    line-height: 1.5;
  }

  .grow-title {
    font-size: 40px;
    letter-spacing: -1px;
  }

  .grow-subtitle {
    font-size: 16px;
    line-height: 1.6;
  }

  .grow-video {
    margin-top: 35px;
  }

  .grow-main-button {
    width: 100%;
    max-width: 420px;
    padding: 17px 20px;
  }

  .grow-benefit-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .grow-benefit-item {
    min-height: 90px;
    border-bottom: 1px solid #4a4743;
  }
}

/* =========================================================
   GROW PAGE - SYSTEM OVERVIEW
   ========================================================= */

.grow-system {
  background: #111111;
  padding: 75px 0 85px;
  border-top: 1px solid #2f2f2f;
}

.grow-system-inner {
  max-width: 1180px;
  margin: 0 auto;
}


/* SMALL BRONZE LABEL */

.grow-system-eyebrow {
  margin: 0 0 12px;
  color: #b69a78;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}


/* MAIN SECTION HEADING */

.grow-system-title {
  max-width: 850px;
  margin: 0;
  color: #f5f3ef;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.5px;
}


/* SHORT EXPLANATION */

.grow-system-intro {
  max-width: 760px;
  margin: 20px 0 35px;
  color: #bdb9b3;
  font-size: 16px;
  line-height: 1.7;
}


/* THREE CARDS */

.grow-system-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #4a4743;
  border-left: 1px solid #4a4743;
  border-bottom: 1px solid #4a4743;
}


/* EACH CARD */

.grow-system-card {
  min-height: 280px;
  padding: 34px 30px;
  border-right: 1px solid #4a4743;
  background: #181818;
  transition: background 0.25s ease, transform 0.25s ease;
}

.grow-system-card:hover {
  background: #202020;
}


/* 01 / ATTRACT */

.grow-system-number {
  margin: 0 0 28px;
  color: #b69a78;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.5px;
}


/* CARD TITLE */

.grow-system-card h3 {
  margin: 0 0 16px;
  color: #f5f3ef;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 750;
}


/* CARD DESCRIPTION */

.grow-system-card > p:last-child {
  margin: 0;
  color: #bdb9b3;
  font-size: 15px;
  line-height: 1.7;
}


/* MOBILE */

@media (max-width: 768px) {

  .grow-system {
    padding: 55px 0 60px;
  }

  .grow-system-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grow-system-title {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .grow-system-grid {
    grid-template-columns: 1fr;
  }

  .grow-system-card {
    min-height: auto;
    padding: 30px 24px;
    border-bottom: 1px solid #4a4743;
  }

  .grow-system-card:last-child {
    border-bottom: 0;
  }
}

/* =========================================================
   GROW PAGE - ABOUT / POSITIONING SECTION
   ========================================================= */

.grow-about {
  background: #181818;
  padding: 90px 0;
  border-top: 1px solid #2b2b2b;
}

.grow-about-inner {
  max-width: 1180px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 75px;
  align-items: center;
}


/* LEFT IMAGE AREA */

.grow-about-visual {
  width: 100%;
}

.grow-about-image-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #292929;
  border: 1px solid #44413d;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  padding: 30px;
}

.grow-about-image-placeholder span {
  color: #b69a78;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}


/* RIGHT SIDE */

.grow-about-content {
  max-width: 620px;
}


/* SMALL LABEL */

.grow-about-eyebrow {
  margin: 0 0 18px;
  color: #b69a78;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}


/* TITLE */

.grow-about-title {
  margin: 0 0 28px;
  color: #f5f3ef;

  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.5px;
}


/* PARAGRAPHS */

.grow-about-text {
  margin: 0 0 20px;
  color: #bdb9b3;

  font-size: 16px;
  line-height: 1.75;
}


/* CHECKPOINTS */

.grow-about-points {
  margin-top: 32px;

  display: flex;
  flex-direction: column;
  gap: 14px;
}

.grow-about-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;

  color: #f5f3ef;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.grow-about-point span {
  color: #b69a78;
  font-size: 18px;
  font-weight: 900;
}


/* MOBILE */

@media (max-width: 768px) {

  .grow-about {
    padding: 60px 0;
  }

  .grow-about-inner {
    padding-left: 20px;
    padding-right: 20px;

    grid-template-columns: 1fr;
    gap: 45px;
  }

  .grow-about-image-placeholder {
    max-width: 500px;
    margin: 0 auto;
  }

  .grow-about-title {
    font-size: 36px;
    letter-spacing: -1px;
  }

}

/* =========================================================
   GROW PAGE - WHO IS THIS FOR
   ========================================================= */

.grow-fit {
  background: #111111;
  padding: 85px 0 95px;
  border-top: 1px solid #2b2b2b;
}

.grow-fit-inner {
  max-width: 1180px;
  margin: 0 auto;
}


/* SMALL LABEL */

.grow-fit-eyebrow {
  margin: 0 0 12px;
  color: #b69a78;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
}


/* MAIN TITLE */

.grow-fit-title {
  margin: 0;
  color: #f5f3ef;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.5px;
  text-align: center;
}


/* INTRO */

.grow-fit-intro {
  max-width: 760px;
  margin: 22px auto 45px;
  color: #bdb9b3;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}


/* GRID */

.grow-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}


/* EACH BOX */

.grow-fit-item {
  background: #1b1b1b;
  border: 1px solid #45413d;
  padding: 28px 28px;

  display: flex;
  gap: 16px;
  align-items: flex-start;

  transition: background 0.2s ease, transform 0.2s ease;
}

.grow-fit-item:hover {
  background: #202020;
  transform: translateY(-2px);
}


/* CHECK ICON */

.grow-fit-item > span {
  color: #b69a78;
  font-size: 19px;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 2px;
}


/* BOX HEADING */

.grow-fit-item h3 {
  margin: 0 0 9px;
  color: #f5f3ef;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 750;
}


/* BOX TEXT */

.grow-fit-item p {
  margin: 0;
  color: #aaa7a2;
  font-size: 14px;
  line-height: 1.6;
}


/* MOBILE */

@media (max-width: 768px) {

  .grow-fit {
    padding: 60px 0 70px;
  }

  .grow-fit-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grow-fit-title {
    font-size: 36px;
  }

  .grow-fit-grid {
    grid-template-columns: 1fr;
  }

  .grow-fit-item {
    padding: 24px 22px;
  }

}

/* =========================================================
   GROW PAGE - FREE RENOVATION GROWTH AUDIT
   ========================================================= */

.grow-audit {
  background: #181818;
  padding: 90px 0 100px;
  border-top: 1px solid #2b2b2b;
}

.grow-audit-inner {
  max-width: 1180px;
  margin: 0 auto;
}


/* SMALL LABEL */

.grow-audit-eyebrow {
  margin: 0 0 12px;
  color: #b69a78;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}


/* MAIN HEADING */

.grow-audit-title {
  max-width: 850px;
  margin: 0;

  color: #f5f3ef;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.5px;
}


/* INTRO */

.grow-audit-intro {
  max-width: 820px;
  margin: 22px 0 45px;

  color: #bdb9b3;
  font-size: 16px;
  line-height: 1.7;
}


/* TWO CARD LAYOUT */

.grow-audit-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
  align-items: stretch;
}


/* BOTH CARDS */

.grow-audit-card {
  background: #202020;
  border: 1px solid #45413d;
  padding: 38px;
}

.grow-audit-card h3 {
  margin: 0 0 16px;

  color: #f5f3ef;
  font-size: 27px;
  line-height: 1.25;
  font-weight: 800;
}


/* LEFT CARD INTRO */

.grow-audit-card-intro {
  margin: 0 0 30px;

  color: #aaa7a2;
  font-size: 15px;
  line-height: 1.7;
}


/* AUDIT POINTS */

.grow-audit-points {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.grow-audit-point {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.grow-audit-point > span {
  color: #b69a78;
  font-size: 19px;
  font-weight: 900;
  flex-shrink: 0;
}

.grow-audit-point strong {
  display: block;
  margin-bottom: 5px;

  color: #f5f3ef;
  font-size: 16px;
}

.grow-audit-point p {
  margin: 0;

  color: #aaa7a2;
  font-size: 14px;
  line-height: 1.6;
}


/* RIGHT BOOKING CARD */

.grow-audit-book {
  background: #292929;

  display: flex;
  flex-direction: column;
}


/* SMALL LABEL INSIDE RIGHT CARD */

.grow-audit-small {
  margin: 0 0 15px;

  color: #b69a78;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.grow-audit-book > p:not(.grow-audit-small):not(.grow-audit-note) {
  margin: 0 0 28px;

  color: #bdb9b3;
  font-size: 15px;
  line-height: 1.7;
}


/* AUDIT DETAILS */

.grow-audit-details {
  margin: 10px 0 35px;

  border-top: 1px solid #4a4743;
}

.grow-audit-details > div {
  padding: 15px 0;
  border-bottom: 1px solid #4a4743;

  display: flex;
  flex-direction: column;
  gap: 4px;
}

.grow-audit-details strong {
  color: #b69a78;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
}

.grow-audit-details span {
  color: #f5f3ef;
  font-size: 15px;
  font-weight: 600;
}


/* BOOK BUTTON */

.grow-audit-button {
  display: block;
  width: 100%;

  margin-top: auto;
  padding: 18px 22px;

  background: #b69a78;
  color: #181818;

  text-align: center;
  text-decoration: none;

  font-size: 15px;
  font-weight: 800;

  border-radius: 2px;

  transition: background 0.2s ease, transform 0.2s ease;
}

.grow-audit-button:hover {
  background: #c8ad8c;
  transform: translateY(-2px);
}


/* SMALL NOTE BELOW BUTTON */

.grow-audit-note {
  margin: 12px 0 0;

  color: #8f8c87;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}


/* MOBILE */

@media (max-width: 768px) {

  .grow-audit {
    padding: 60px 0 70px;
  }

  .grow-audit-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grow-audit-title {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .grow-audit-grid {
    grid-template-columns: 1fr;
  }

  .grow-audit-card {
    padding: 28px 24px;
  }

  .grow-audit-card h3 {
    font-size: 24px;
  }

}

/* =========================================================
   GROW PAGE - FINAL CTA
   ========================================================= */

.grow-final-cta {
  background: #111111;
  padding: 95px 0 100px;
  border-top: 1px solid #2b2b2b;
}

.grow-final-cta-inner {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}


/* SMALL LABEL */

.grow-final-eyebrow {
  margin: 0 0 16px;
  color: #b69a78;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}


/* MAIN HEADING */

.grow-final-title {
  margin: 0 auto;
  color: #f5f3ef;

  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -2px;
}

.grow-final-title span {
  color: #b69a78;
}


/* DESCRIPTION */

.grow-final-text {
  max-width: 760px;
  margin: 25px auto 0;

  color: #bdb9b3;
  font-size: 17px;
  line-height: 1.7;
}


/* CTA BUTTON */

.grow-final-button {
  display: inline-block;

  margin-top: 34px;
  padding: 18px 36px;

  background: #b69a78;
  color: #181818;

  text-decoration: none;

  font-size: 16px;
  font-weight: 800;

  border-radius: 2px;

  transition: background 0.2s ease, transform 0.2s ease;
}

.grow-final-button:hover {
  background: #c8ad8c;
  transform: translateY(-2px);
}


/* TRUST POINTS */

.grow-final-trust {
  margin-top: 24px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  gap: 12px 28px;
}

.grow-final-trust span {
  color: #a9a6a1;
  font-size: 13px;
  font-weight: 600;
}


/* MOBILE */

@media (max-width: 768px) {

  .grow-final-cta {
    padding: 65px 0 70px;
  }

  .grow-final-title {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .grow-final-text {
    font-size: 16px;
  }

  .grow-final-button {
    width: 100%;
    max-width: 430px;
    padding: 18px 20px;
  }

  .grow-final-trust {
    flex-direction: column;
    gap: 8px;
  }

}

/* GROW PAGE - REAL RENOVATION IMAGE */

.grow-about-image-placeholder {
  padding: 0;
  overflow: hidden;
}

.grow-about-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* =========================================================
   GROW PAGE - TEMPORARY VSL / QUOTE ENGINE BOX
   ========================================================= */

.grow-video-temporary {
  position: relative;
  min-height: 500px;
  padding: 55px;
  background:
    linear-gradient(
      135deg,
      rgba(182, 154, 120, 0.08),
      rgba(24, 24, 24, 0) 55%
    ),
    #202020;
}

.grow-video-temporary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 3px;
  background: #b69a78;
}

.grow-video-temp-content {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.grow-video-label {
  margin: 0 0 20px;
  color: #b69a78;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.grow-video-temp-content h3 {
  max-width: 650px;
  margin: 0 auto 22px;
  color: #f5f3ef;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1px;
}

.grow-video-temp-content > p:not(.grow-video-label) {
  max-width: 700px;
  margin: 0 auto;
  color: #bdb9b3;
  font-size: 16px;
  line-height: 1.7;
}

.grow-video-flow {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.grow-video-flow span {
  padding: 12px 17px;
  border: 1px solid #5a5046;
  background: #181818;
  color: #f5f3ef;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
}

.grow-video-flow b {
  color: #b69a78;
  font-size: 18px;
}


/* MOBILE */

@media (max-width: 768px) {

  .grow-video-temporary {
    min-height: auto;
    padding: 45px 22px;
  }

  .grow-video-temp-content h3 {
    font-size: 32px;
  }

  .grow-video-flow {
    gap: 8px;
  }

  .grow-video-flow span {
    padding: 10px 12px;
    font-size: 10px;
  }

}

/* =========================================================
   GROW PAGE - PROFESSIONAL ANIMATIONS
   ========================================================= */


/* -----------------------------
   HERO LOAD ANIMATION
   ----------------------------- */

@keyframes growFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.grow-hero .grow-eyebrow {
  opacity: 0;
  animation: growFadeUp 0.7s ease forwards;
  animation-delay: 0.1s;
}

.grow-hero .grow-title {
  opacity: 0;
  animation: growFadeUp 0.8s ease forwards;
  animation-delay: 0.2s;
}

.grow-hero .grow-subtitle {
  opacity: 0;
  animation: growFadeUp 0.8s ease forwards;
  animation-delay: 0.35s;
}

.grow-hero .grow-video {
  opacity: 0;
  animation: growFadeUp 0.9s ease forwards;
  animation-delay: 0.5s;
}

.grow-hero .grow-hero-cta {
  opacity: 0;
  animation: growFadeUp 0.8s ease forwards;
  animation-delay: 0.65s;
}

.grow-hero .grow-benefit-strip {
  opacity: 0;
  animation: growFadeUp 0.8s ease forwards;
  animation-delay: 0.8s;
}


/* =========================================================
   SCROLL REVEALS
   JavaScript will activate these
   ========================================================= */

.grow-reveal {
  opacity: 0;

  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);

  will-change: opacity, transform;
}


/* FADE UP */

.grow-reveal-up {
  transform: translateY(35px);
}


/* COME FROM LEFT */

.grow-reveal-left {
  transform: translateX(-45px);
}


/* COME FROM RIGHT */

.grow-reveal-right {
  transform: translateX(45px);
}


/* SMALL SCALE EFFECT */

.grow-reveal-scale {
  transform: translateY(20px) scale(0.97);
}


/* WHEN ELEMENT BECOMES VISIBLE */

.grow-reveal.grow-visible {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}


/* =========================================================
   STAGGERED CARDS
   ========================================================= */

.grow-stagger-item {
  opacity: 0;
  transform: translateY(28px);

  transition:
    opacity 0.65s ease,
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}


.grow-stagger-item.grow-visible {
  opacity: 1;
  transform: translateY(0);
}


/* =========================================================
   EXTRA PREMIUM HOVER MOVEMENT
   ========================================================= */

.grow-system-card,
.grow-fit-item,
.grow-audit-card {
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}


.grow-system-card:hover {
  transform: translateY(-5px);
  border-color: #6c5d4c;
}


.grow-fit-item:hover {
  transform: translateY(-5px);
  border-color: #6c5d4c;
}


.grow-audit-card:hover {
  transform: translateY(-4px);
  border-color: #6c5d4c;
}


/* =========================================================
   BUTTON MOVEMENT
   ========================================================= */

.grow-main-button,
.grow-audit-button,
.grow-final-button {
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}


.grow-main-button:hover,
.grow-audit-button:hover,
.grow-final-button:hover {
  transform: translateY(-3px);

  box-shadow:
    0 10px 28px rgba(182, 154, 120, 0.15);
}


/* =========================================================
   ACCESSIBILITY
   Stops animation for people who disable motion
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .grow-reveal,
  .grow-stagger-item,
  .grow-hero .grow-eyebrow,
  .grow-hero .grow-title,
  .grow-hero .grow-subtitle,
  .grow-hero .grow-video,
  .grow-hero .grow-hero-cta,
  .grow-hero .grow-benefit-strip {

    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

}

/* =========================================================
   GROW PAGE - FINAL HOVER POLISH
   ========================================================= */


/* SYSTEM CARDS */

.grow-system-card:hover {
  background: #1e1e1e;
  border-color: #b69a78;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}


/* PERFECT FOR CARDS */

.grow-fit-item:hover {
  background: #202020;
  border-color: #b69a78;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}


/* AUDIT CARDS */

.grow-audit-card:hover {
  border-color: #77644f;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}


/* RENOVATION IMAGE */

.grow-about-image-placeholder {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.grow-about-image-placeholder:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}


/* QUOTE ENGINE BOX */

.grow-video-temporary {
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.grow-video-temporary:hover {
  border-color: #6e5d4b;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
}


/* QUOTE ENGINE FLOW BOXES */

.grow-video-flow span {
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.grow-video-flow span:hover {
  background: #b69a78;
  border-color: #b69a78;
  color: #181818;
  transform: translateY(-2px);
}


/* MAIN BUTTONS */

.grow-main-button:hover,
.grow-audit-button:hover,
.grow-final-button:hover {
  background: #c7aa87;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(182, 154, 120, 0.18);
}

/* =========================================================
   INDEX PAGE - PROFESSIONAL SCROLL ANIMATIONS
   ========================================================= */

.index-reveal {
  opacity: 0;

  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);

  will-change: opacity, transform;
}


.index-reveal-up {
  transform: translateY(35px);
}


.index-reveal-left {
  transform: translateX(-45px);
}


.index-reveal-right {
  transform: translateX(45px);
}


.index-reveal-scale {
  transform: translateY(20px) scale(0.97);
}


.index-reveal.index-visible {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}


/* IMAGE HOVER */

.media-card,
.medium-image {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}


.media-card:hover,
.medium-image:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}


/* ACCESSIBILITY */

@media (prefers-reduced-motion: reduce) {

  .index-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

}
/* =========================================================
   HOMEPAGE - CONTINUED PREMIUM EFFECTS
   ========================================================= */


/* SMOOTH MOVEMENT FOR ALL LATER HOMEPAGE CONTENT */

.home-page main section img,
.home-page main section [class*="card"],
.home-page main section [class*="item"],
.home-page main section [class*="box"] {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}


/* IMAGES LIFT SLIGHTLY */

.home-page main section img:hover {
  transform: scale(1.025);
}


/* CARDS / ITEMS GET SUBTLE BRONZE EDGE */

.home-page main section [class*="card"]:hover,
.home-page main section [class*="item"]:hover,
.home-page main section [class*="box"]:hover {
  transform: translateY(-4px);

  box-shadow:
    inset 0 0 0 1px rgba(182, 154, 120, 0.75),
    0 15px 35px rgba(0, 0, 0, 0.22);
}


/* LINKS / BUTTONS */

.home-page main a {
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}


/* PREVENT NORMAL TEXT LINKS FROM MOVING */

.home-page main p a {
  transform: none;
}
/* =========================================================
   FULL HOMEPAGE SECTION REVEALS
   ========================================================= */

.home-section-animate {
  opacity: 0;
  transform: translateY(38px);

  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}


.home-section-animate.home-section-visible {
  opacity: 1;
  transform: translateY(0);
}


/* KEEP MOTION COMFORTABLE ON MOBILE */

@media (max-width: 768px) {

  .home-section-animate {
    transform: translateY(24px);
  }

}


/* ACCESSIBILITY */

@media (prefers-reduced-motion: reduce) {

  .home-section-animate {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

}
/* =========================================================
   PRIVACY POLICY - PROFESSIONAL ANIMATIONS
   ========================================================= */

.privacy-page .privacy-reveal {
  opacity: 0;
  transform: translateY(30px);

  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.privacy-page .privacy-reveal.privacy-visible {
  opacity: 1;
  transform: translateY(0);
}


/* MAIN PAGE INTRO LOAD */

@keyframes privacyFadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.privacy-page h1 {
  opacity: 0;
  animation: privacyFadeUp 0.8s ease forwards;
  animation-delay: 0.15s;
}


/* SUBTLE HEADING EFFECT */

.privacy-page h2 {
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.privacy-page h2:hover {
  color: #b69a78;
  transform: translateX(3px);
}


/* LINKS */

.privacy-page main a {
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.privacy-page main a:hover {
  color: #b69a78;
}


/* ACCESSIBILITY */

@media (prefers-reduced-motion: reduce) {

  .privacy-page .privacy-reveal,
  .privacy-page h1 {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

}
/* =========================================================
   TERMS & CONDITIONS - PROFESSIONAL ANIMATIONS
   ========================================================= */

.terms-page .terms-reveal {
  opacity: 0;
  transform: translateY(30px);

  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.terms-page .terms-reveal.terms-visible {
  opacity: 1;
  transform: translateY(0);
}


/* MAIN PAGE TITLE */

@keyframes termsFadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.terms-page h1 {
  opacity: 0;
  animation: termsFadeUp 0.8s ease forwards;
  animation-delay: 0.15s;
}


/* SECTION HEADINGS */

.terms-page h2 {
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.terms-page h2:hover {
  color: #b69a78;
  transform: translateX(3px);
}


/* CONTENT BOXES */

.terms-page main [class*="box"],
.terms-page main [class*="card"] {
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.terms-page main [class*="box"]:hover,
.terms-page main [class*="card"]:hover {
  transform: translateY(-3px);
  border-color: #6e5d4b;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}


/* LINKS */

.terms-page main a {
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.terms-page main a:hover {
  color: #b69a78;
}


/* ACCESSIBILITY */

@media (prefers-reduced-motion: reduce) {

  .terms-page .terms-reveal,
  .terms-page h1 {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

}
