/* Carla Hazel — Theme */
:root {
  --green-dark: #0f2419;
  --green-mid: #1a3328;
  --green-card: #1e3d30;
  --cream: #f7f4ee;
  --cream-footer: #ebe6dc;
  --gold: #c9a24d;
  --gold-light: #dfc07a;
  --gradient-gold: linear-gradient(135deg, #d9b96a 0%, #c9a24d 55%, #b8923f 100%);
  --shadow-elegant: 0 30px 60px -20px rgba(15, 36, 25, 0.22);
  --white: #ffffff;
  --text-muted: rgba(255, 255, 255, 0.72);
  --text-dark: #1a2e24;
  --text-body: #3d5248;
  --shadow-card: 0 4px 24px rgba(15, 36, 25, 0.08);
  --shadow-audit: 0 12px 48px rgba(15, 36, 25, 0.12);
  --radius: 6px;
  --radius-lg: 10px;
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-sans: "DM Sans", system-ui, -apple-system, sans-serif;
  --max-width: 1180px;
  --header-h: 82px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-body);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: min(100% - 2.5rem, var(--max-width));
  margin-inline: auto;
}

/* Typography */
.eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

h1,
h2,
h3 {
  font-family: var(--font-serif);
  color: var(--text-dark);
  line-height: 1.2;
  margin: 0 0 1rem;
  font-weight: 500;
}

h1 {
  font-size: clamp(2.25rem, 5vw, 3.35rem);
}

h2 {
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
}

h3 {
  font-size: 1.2rem;
}

.text-gold {
  color: var(--gold);
}

.text-italic {
  font-style: italic;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.85rem 1.5rem;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-gold {
  background: var(--gold);
  color: var(--green-dark);
  border-color: var(--gold);
}

.btn-gold:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
}

.btn-outline-light {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
}

.btn-outline-light:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.btn-green {
  background: var(--green-dark);
  color: var(--white);
  border-color: var(--green-dark);
}

.btn-green:hover {
  background: var(--green-mid);
}

.btn-nav {
  padding: 0.65rem 1.1rem;
  font-size: 0.72rem;
  background: #0f2a1f;
  color: #ffffff;
  border: 1px solid #0f2a1f;
}

.btn-nav:hover {
  background: #153528;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-h);
  background: #fffdf7;
  border-bottom: 1px solid #ece6d8;
}

.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 2rem;
}

.site-header .logo {
  flex-shrink: 0;
}

.site-header .nav-main {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: auto;
  margin-right: 1.5rem;
}

.site-header .nav-main a {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #21382c;
  transition: color 0.2s;
  white-space: nowrap;
  text-transform: capitalize;
}

.site-header .nav-main a:hover {
  color: var(--gold);
}

.header-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #102117;
  flex-shrink: 0;
}

.logo-mark {
  width: 40px;
  height: 40px;
  background: var(--gradient-gold);
  color: var(--green-dark);
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  gap: 0.1rem;
}

.logo-name {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-weight: 500;
}

.logo-tag {
  font-size: 0.625rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.7;
}

.btn-primary {
  background: var(--green-dark);
  color: var(--white);
  border: 1px solid var(--green-dark);
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.btn-primary:hover {
  background: #153528;
  border-color: #153528;
}

/* Hero */
.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  padding: calc(var(--header-h) + 3rem) 0 4rem;
  background: var(--green-dark);
  color: var(--white);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(4, 30, 22, 0.2), rgba(8, 40, 28, 0.12)),
    linear-gradient(38deg, transparent 40%, rgba(201, 162, 77, 0.16) 51%, transparent 63%),
    linear-gradient(145deg, transparent 30%, rgba(255, 255, 255, 0.12) 47%, transparent 60%),
    radial-gradient(ellipse at 78% 60%, rgba(201, 162, 77, 0.2), transparent 58%),
    radial-gradient(ellipse at 24% 22%, rgba(98, 157, 126, 0.22), transparent 44%);
  pointer-events: none;
}

.hero .container {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}

.hero-content .eyebrow {
  color: var(--gold);
  border: 1px solid rgba(201, 162, 77, 0.38);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  margin-bottom: 1.35rem;
}

.hero h1 {
  color: var(--white);
  margin-bottom: 1.25rem;
}

.hero-desc {
  color: var(--text-muted);
  font-size: 1rem;
  max-width: 32rem;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.hero-actions .btn {
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  padding: 0.95rem 1.5rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.stat strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  color: var(--white);
  margin-bottom: 0.25rem;
}

.stat span {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-frame {
  position: relative;
  max-width: 420px;
  width: 100%;
}

.hero-frame::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(201, 162, 77, 0.45);
  border-radius: var(--radius-lg);
  pointer-events: none;
}

.hero-frame img,
.hero-frame video {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center center;
  border-radius: var(--radius-lg);
  display: block;
  background: var(--green-mid);
}

.hero-frame img {
  object-position: center 20%;
}

.hero-frame video::-webkit-media-controls-panel {
  background: rgba(15, 36, 25, 0.85);
}

/* Sections */
.section {
  padding: 5rem 0;
}

.section-cream {
  background: var(--cream);
}

.section-dark {
  background: var(--green-dark);
  color: var(--white);
}

.section-dark h2,
.section-dark h3 {
  color: var(--white);
}

/* Problem */
.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: start;
}

.problem-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.problem-card {
  background: var(--white);
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(15, 36, 25, 0.06);
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.problem-card .check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(201, 162, 77, 0.15);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  margin-top: 0.1rem;
}

.problem-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-dark);
}

/* Services */
#services {
  background: #f9f6ef;
}

#services .section-header {
  margin-bottom: 3.25rem;
}

.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3rem;
}

.section-header p {
  margin: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
}

.service-card {
  grid-column: span 2;
  background: var(--white);
  padding: 1.75rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(15, 36, 25, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.service-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.service-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.service-icon {
  display: block;
  width: 48px;
  height: 48px;
  padding: 14px;
  box-sizing: border-box;
  border-radius: 4px;
  background: var(--gradient-gold);
  border: none;
  margin-bottom: 1.25rem;
  color: var(--green-dark);
  flex-shrink: 0;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-elegant);
  border-color: var(--gold);
}

.service-card h3 {
  margin-bottom: 0.65rem;
}

.service-card > p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.service-card ul li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.85rem;
  margin-bottom: 0.45rem;
  color: var(--text-body);
}

.service-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 700;
}

/* Case study */
.case-study-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.case-intro {
  max-width: 42rem;
}

.case-intro p {
  color: var(--text-muted);
}

.case-proof {
  margin-bottom: 0.75rem;
}

.case-support {
  font-size: 0.95rem;
  opacity: 0.9;
}

.case-transform {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.25rem;
  align-items: stretch;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(201, 162, 77, 0.22);
  border-radius: var(--radius-lg);
}

.case-transform-image {
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
}

.case-transform-image img {
  width: 100%;
  border-radius: inherit;
}

.case-transform-label {
  margin: 0 0 0.85rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.case-transform-messy,
.case-transform-clean {
  min-width: 0;
}

.messy-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.35rem;
}

.messy-grid span {
  aspect-ratio: 1.35;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201, 162, 77, 0.15);
}

.messy-grid span:nth-child(3n) {
  background: rgba(201, 162, 77, 0.1);
}

.messy-grid span.warn {
  background: rgba(201, 162, 77, 0.28);
  border-color: var(--gold);
}

.case-transform-bridge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 0.5rem;
  text-align: center;
}

.bridge-arrow {
  font-size: 1.35rem;
  color: var(--gold);
  line-height: 1;
}

.bridge-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  line-height: 1.5;
}

.bridge-label span {
  color: var(--gold-light);
}

.clean-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.clean-steps li {
  padding: 0.55rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(201, 162, 77, 0.14);
  border: 1px solid rgba(201, 162, 77, 0.35);
  border-radius: var(--radius);
  position: relative;
}

.clean-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.45rem;
  width: 1px;
  height: 0.45rem;
  background: rgba(201, 162, 77, 0.45);
  transform: translateX(-50%);
}

.case-founder {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 1rem 1.25rem;
  background: var(--green-card);
  border: 1px solid rgba(201, 162, 77, 0.2);
  border-radius: var(--radius-lg);
  max-width: 36rem;
}

.case-founder img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  border: 2px solid rgba(201, 162, 77, 0.45);
  flex-shrink: 0;
}

.case-founder strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  color: var(--white);
  margin-bottom: 0.2rem;
}

.case-founder p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.step-card {
  position: relative;
  min-height: 100%;
}

.step-card-btn {
  width: 100%;
  height: 100%;
  min-height: 9.5rem;
  margin: 0;
  padding: 1.1rem 1rem 0.95rem;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
  background: var(--green-card);
  border: 1px solid rgba(201, 162, 77, 0.22);
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

.step-card-btn:hover,
.step-card-btn:focus-visible {
  border-color: var(--gold);
  background: rgba(201, 162, 77, 0.1);
  outline: none;
  box-shadow: 0 0 0 2px rgba(201, 162, 77, 0.35);
}

.step-card-num {
  position: absolute;
  top: 0.35rem;
  right: 0.5rem;
  font-family: var(--font-serif);
  font-size: 2.75rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.07);
  pointer-events: none;
  user-select: none;
}

.step-card-eyebrow {
  display: block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.35rem;
}

.step-card-title {
  margin: 0 0 0.4rem;
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--white);
  line-height: 1.2;
}

.step-card-short {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--text-muted);
}

.step-card-toggle {
  display: inline-block;
  margin-top: 0.65rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.step-card-detail {
  margin-top: 0.5rem;
  padding: 0.85rem 1rem;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(201, 162, 77, 0.2);
  border-radius: var(--radius);
}

.step-card-detail p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.step-card--final .step-card-btn {
  border-color: rgba(201, 162, 77, 0.4);
}

.case-micro-cta {
  margin: 0;
  text-align: center;
  font-size: 0.95rem;
  color: var(--text-muted);
  max-width: 36rem;
  margin-inline: auto;
}

.case-micro-cta a {
  color: var(--gold-light);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.case-micro-cta a:hover,
.case-micro-cta a:focus-visible {
  color: var(--white);
}

@media (hover: hover) and (pointer: fine) {
  .step-card-detail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: 0;
    border-radius: 0 0 var(--radius) var(--radius);
    border-top: 1px solid rgba(201, 162, 77, 0.35);
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  .step-card-detail[hidden] {
    display: block !important;
    visibility: hidden;
  }

  .step-card:hover .step-card-detail,
  .step-card:focus-within .step-card-detail {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .step-card-toggle {
    opacity: 0.65;
  }

  .step-card:hover .step-card-toggle,
  .step-card:focus-within .step-card-toggle {
    opacity: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
  }
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.about-visual {
  position: relative;
}

.about-visual img {
  width: 100%;
  border-radius: var(--radius-lg);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
}

.about-card-overlay {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background: var(--white);
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
}

.about-card-overlay strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--text-dark);
}

.about-card-overlay span {
  font-size: 0.8rem;
  color: var(--text-body);
}

.highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin-top: 2rem;
}

.highlight-box {
  background: rgba(201, 162, 77, 0.12);
  border: 1px solid rgba(201, 162, 77, 0.25);
  padding: 1rem 1.15rem;
  border-radius: var(--radius);
}

.highlight-box strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--text-dark);
  margin-bottom: 0.2rem;
}

.highlight-box span {
  font-size: 0.8rem;
  color: var(--text-body);
}

/* Fashion */
.fashion {
  position: relative;
  overflow: hidden;
}

.fashion::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/fashion-bg.jpg") center / cover no-repeat;
  opacity: 0.12;
}

.fashion .container {
  position: relative;
}

.fashion-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: start;
}

.fashion-grid > div > p {
  color: var(--text-muted);
}

.fashion-note {
  margin-top: 1rem;
}

.fashion-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.fashion-card {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(201, 162, 77, 0.3);
  padding: 1.5rem;
  border-radius: var(--radius);
}

.fashion-card h3 {
  margin: 0;
}

.fashion-card .fashion-icon {
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.fashion-card h3 {
  font-size: 1rem;
}

/* Audit */
.audit-wrap {
  display: flex;
  justify-content: center;
}

.audit-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-audit);
  padding: 3rem 3.5rem;
  max-width: 820px;
  width: 100%;
  text-align: center;
}

.audit-pill {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green-dark);
  background: rgba(201, 162, 77, 0.25);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.audit-card h2 {
  margin-bottom: 2rem;
}

.audit-card > p {
  margin: 0 0 1.5rem;
}

.audit-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem 2rem;
  text-align: left;
  margin-bottom: 2rem;
}

.audit-list li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.9rem;
  color: var(--text-body);
}

.audit-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
  font-size: 0.8rem;
}

/* Footer */
.footer-main {
  padding: 4rem 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

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

.footer-grid > div > p {
  color: var(--text-muted);
  max-width: 28rem;
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background: rgba(26, 51, 40, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1.5rem;
  border-radius: var(--radius);
  color: var(--white);
  transition: border-color 0.2s;
}

.contact-card:hover {
  border-color: rgba(201, 162, 77, 0.5);
}

.contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: var(--gradient-gold);
  color: var(--green-dark);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.contact-icon svg {
  width: 20px;
  height: 20px;
}

.contact-card strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 0.15rem;
}

.contact-card span {
  font-size: 0.95rem;
}

.footer-bar {
  background: var(--cream-footer);
  padding: 1.1rem 0;
  font-size: 0.82rem;
  color: var(--text-body);
}

.footer-bar .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}

.footer-meta a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-meta p {
  margin: 0;
}

/* Tablet */
@media (max-width: 1024px) {
  .hero .container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-visual {
    display: flex;
  }

  .hero .container,
  .problem-grid,
  .case-transform,
  .about-grid,
  .fashion-grid,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hero {
    min-height: auto;
    padding-bottom: 3rem;
  }

  .hero-frame {
    max-width: 380px;
    margin-inline: auto;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-card,
  .service-card:nth-child(4),
  .service-card:nth-child(5) {
    grid-column: auto;
  }

  .service-card:nth-child(5):last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: calc(50% - 0.625rem);
    justify-self: center;
  }

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

  .step-card:nth-child(9) {
    grid-column: 1 / -1;
    max-width: calc(50% - 0.375rem);
    justify-self: center;
  }
}

/* Tablet and Mobile */
@media (min-width: 768px) {
  .site-header .nav-main {
    display: flex;
  }

  .header-cta {
    display: inline-flex;
  }
}

@media (max-width: 767px) {
  .site-header .nav-main {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .stat strong {
    font-size: 1.15rem;
  }

  .stat span {
    font-size: 0.72rem;
  }
}

@media (max-width: 640px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card:nth-child(5):last-child:nth-child(odd) {
    max-width: none;
    justify-self: stretch;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .audit-card {
    padding: 2rem 1.5rem;
  }

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

  .fashion-cards {
    grid-template-columns: 1fr;
  }

  .case-transform {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .case-transform-bridge {
    flex-direction: row;
    padding: 0.5rem 0;
  }

  .bridge-arrow {
    transform: rotate(90deg);
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .step-card-btn {
    min-height: auto;
  }

  .section {
    padding: 3.5rem 0;
  }
}
