/* ============================================================
   THE WARM EDIT — built to the Canva spec (DAHP-roAUwQ)
   Palette + type pulled directly from the design export.
   ============================================================ */

:root {
  --cream: #f0ebe3;        /* grid sections */
  --cream-flat: #f2eae0;   /* flat sections / case cards */
  --pink: #e89898;         /* band sections */
  --pink-soft: #e2a3a3;    /* snapshot card */
  --sage: #b8c9b0;         /* header + service cards */
  --butter: #f0d9a8;       /* brand read / full edit cards */
  --ink: #1c1c1c;
  --charcoal: #555555;
  --body: #3d3a36;
  --grid-line: rgba(90, 80, 70, 0.10);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Figtree', -apple-system, sans-serif;
  color: var(--body);
  background: var(--cream);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

/* ---------- type ---------- */

/* Soli Px (handwritten) — commercial font by Letradora, licensed to Canva
   but NOT for self-hosting. Once you buy a webfont license
   (fontspring.com/fonts/letradora/soli-px, ~$25), drop the files into
   assets/fonts/ with these names and it activates automatically.
   Until then, Caveat renders as the fallback. */
@font-face {
  font-family: 'Soli Px';
  src: url('assets/fonts/SoliPx-Bold.woff2') format('woff2'),
       url('assets/fonts/SoliPx-Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Soli Px';
  src: url('assets/fonts/SoliPx-Regular.woff2') format('woff2'),
       url('assets/fonts/SoliPx-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
}

/* Canva spec: Passion One, letter spacing -47 (= -0.047em) */
.display {
  font-family: 'Passion One', sans-serif;
  font-weight: 700;
  color: var(--ink);
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -0.047em;
}
.marker {
  font-family: 'Soli Px', 'Caveat', cursive;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.1;
}

/* ---------- backgrounds ---------- */
.bg-grid {
  background-color: var(--cream);
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 64px 64px;
}
.bg-flat { background: var(--cream-flat); }
.bg-pink { background: var(--pink); }

/* ---------- layout ---------- */
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.section { padding: 88px 0; }
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* ---------- header ---------- */
.site-header {
  background: var(--sage);
  position: sticky;
  top: 0;
  z-index: 50;
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
}
.site-header .logo img { width: 190px; }
.site-nav { display: flex; align-items: center; gap: 36px; }
.site-nav a {
  color: var(--ink);
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.site-nav a.no-underline { text-decoration: none; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  background: var(--charcoal);
  color: #fff;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 999px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease;
}
.btn:hover { background: #3d3d3d; }
.btn-dark { background: var(--ink); }
.btn-dark:hover { background: #000; }

/* ---------- hero (home) ---------- */
.hero { padding: 96px 0 110px; }
.hero-title-block { position: relative; }
.hero .scribble { width: 340px; margin-bottom: 4px; margin-left: 8px; }
.hero h1 { font-size: clamp(64px, 9vw, 118px); }
.hero-right { max-width: 420px; }
.hero-right p { font-size: 19px; margin-bottom: 28px; text-align: center; }

/* ---------- pink statement bands ---------- */
.band { padding: 64px 0; }
.band-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.band .display { font-size: clamp(48px, 7vw, 88px); }
.band p { font-size: 19px; color: var(--ink); max-width: 480px; }

/* section intro (oval label + big title + kicker) */
.section-intro { text-align: center; margin-bottom: 56px; position: relative; }
.section-intro .oval {
  width: 210px;
  margin: 0 auto -26px;
  position: relative;
  z-index: 2;
}
.section-intro .oval.shift-left { transform: translateX(-130px); margin-bottom: -8px; }
.section-intro h2 { font-size: clamp(44px, 6vw, 72px); }
.section-intro .kicker { font-size: 18px; color: var(--ink); margin-top: 6px; }

/* ---------- service cards ---------- */
.cards-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.card-service {
  background: var(--sage);
  border-radius: 22px;
  padding: 28px 24px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  color: var(--ink);
}
.card-service .price {
  font-weight: 800;
  font-size: 22px;
}
.card-service .icon {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 64px;
  mix-blend-mode: multiply;
}
.card-service h3 {
  font-family: 'Soli Px', 'Caveat', cursive;
  font-weight: 700;
  font-size: 34px;
  margin: 4px 0 16px;
}
.card-service p { font-size: 15.5px; margin-bottom: 16px; }
.card-service .cta {
  margin-top: auto;
  font-weight: 700;
  font-size: 15.5px;
  color: var(--ink);
  text-underline-offset: 4px;
}

/* ---------- patterns ---------- */
.patterns-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 56px;
}
.pattern .num {
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.05em;
  color: #8fa886;
}
.pattern h3 {
  font-family: 'Soli Px', 'Caveat', cursive;
  font-weight: 700;
  font-size: 34px;
  color: var(--ink);
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 14px;
  position: relative;
}
.pattern h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 9px;
  border-radius: 6px;
  opacity: 0.75;
}
.pattern.u-green h3::after { background: #7fae87; }
.pattern.u-pink h3::after { background: var(--pink); }
.pattern.u-gold h3::after { background: #e6c36b; }
.pattern p { font-size: 16px; margin-bottom: 16px; }
.pattern .familiar { font-style: italic; font-size: 15px; }
.pattern .familiar strong { display: block; font-style: italic; }

/* ---------- case studies ---------- */
.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.card-case {
  background: var(--cream-flat);
  border-radius: 22px;
  padding: 30px 28px;
  color: var(--ink);
}
.card-case .label { font-weight: 800; font-size: 17px; margin-bottom: 10px; }
.card-case h3 {
  font-family: 'Soli Px', 'Caveat', cursive;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}
.card-case p { font-size: 15.5px; }
.card-case p.quote { font-style: italic; }

/* case studies band header (left-aligned like spec) */
.band-header { margin-bottom: 40px; position: relative; }
.band-header .oval { width: 230px; margin-bottom: -30px; position: relative; z-index: 2; }
.band-header h2 { font-size: clamp(48px, 6.5vw, 76px); }
.band-header .kicker { color: var(--ink); font-size: 18px; margin-top: 4px; margin-left: 6px; }

/* ---------- about ---------- */
.about-photo img { border-radius: 4px; width: 100%; }
.about-copy .oval { width: 170px; margin-bottom: -10px; position: relative; z-index: 2; margin-left: -6px; }
.about-copy h2 { font-size: clamp(52px, 6.5vw, 82px); margin-bottom: 24px; }
.about-copy p { margin-bottom: 20px; }
.about-copy .logo-inline { height: 20px; display: inline; vertical-align: baseline; }

/* ---------- subscribe ---------- */
.subscribe-card {
  background: var(--cream-flat);
  border: 1px solid #7d9979;
  border-radius: 6px;
  max-width: 540px;
  margin: 0 auto;
  padding: 36px 40px;
  color: var(--ink);
}
.subscribe-card > p { font-size: 17px; margin-bottom: 24px; }
.subscribe-card label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  margin-bottom: 6px;
}
.subscribe-card input[type="email"] {
  width: 100%;
  padding: 11px 14px;
  font-family: 'Figtree', sans-serif;
  font-size: 15px;
  border: 1px solid #b9b2a6;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 14px;
}
.subscribe-card input[type="email"]:focus { outline: 2px solid var(--sage); border-color: transparent; }
.subscribe-card .btn-subscribe {
  width: 100%;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 12px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
}
.subscribe-card .btn-subscribe:hover { background: #000; }
.subscribe-card .fine { font-size: 11px; text-align: center; margin-top: 10px; color: #6b675f; }

/* ---------- footer ---------- */
.site-footer { background: var(--cream-flat); padding: 40px 0; }
.site-footer .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.site-footer .logo img { width: 150px; }
.site-footer .legal { font-size: 15px; color: var(--ink); }

/* ============================================================
   SERVICE PAGES
   ============================================================ */
.svc-hero { padding: 90px 0 100px; text-align: left; }
.svc-hero .inner { max-width: 760px; margin: 0 auto; position: relative; }
.svc-hero .the {
  font-family: 'Passion One', sans-serif;
  font-weight: 700;
  letter-spacing: -0.047em;
  font-size: clamp(20px, 2.5vw, 30px);
  text-transform: uppercase;
  color: var(--ink);
  display: block;
  margin-bottom: 2px;
}
.svc-hero h1 { font-size: clamp(56px, 9vw, 112px); position: relative; display: inline-block; }
.svc-hero .doodle {
  position: absolute;
  right: -140px;
  top: -20px;
  width: 130px;
  mix-blend-mode: multiply;
}
.svc-hero .lede { margin-top: 26px; font-size: 18.5px; max-width: 560px; }
.svc-hero .lede + .lede { margin-top: 18px; }

.svc-section { padding: 80px 0; }
.svc-cols { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: start; }
.svc-heading h2 { font-size: clamp(40px, 5.5vw, 64px); }
.svc-heading .kicker { font-size: 18px; color: var(--ink); margin: 4px 0 24px 4px; }
.color-card {
  border-radius: 22px;
  padding: 30px 30px;
  color: var(--ink);
  font-size: 16.5px;
}
.color-card p { margin-bottom: 18px; }
.color-card p:last-child { margin-bottom: 0; }
.color-card.sage { background: var(--sage); }
.color-card.pink { background: var(--pink-soft); }
.color-card.butter { background: var(--butter); }

.svc-aside .oval { width: 240px; margin: -34px 0 14px; position: relative; z-index: 2; }
.svc-aside .oval.above { margin: 0 0 -20px; }
.svc-aside .mock { margin-bottom: 24px; }
.svc-aside .mock.tilted { max-width: 360px; }
.svc-aside p { margin-bottom: 18px; }
.svc-aside .btn { margin-top: 8px; }

.svc-closing { padding: 84px 0; }
.svc-closing .inner { max-width: 640px; margin: 0 auto; }
.svc-closing h2.marker { font-size: clamp(34px, 4.5vw, 44px); margin-bottom: 26px; }
.svc-closing .shout {
  font-weight: 800;
  font-size: 19px;
  color: var(--ink);
  display: inline-block;
  border-bottom: 8px solid var(--pink);
  padding-bottom: 2px;
  margin-bottom: 20px;
}
.svc-closing p { margin-bottom: 18px; }
.svc-closing .btn-row { text-align: center; margin-top: 36px; }

/* ============================================================
   INQUIRY FORM PAGE
   ============================================================ */
.inquiry-card {
  background: var(--cream-flat);
  border: 1px solid #7d9979;
  border-radius: 8px;
  max-width: 640px;
  margin: 0 auto;
  padding: 44px 48px;
  color: var(--ink);
}
.inquiry-card .field { margin-bottom: 22px; }
.inquiry-card label {
  display: block;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 7px;
}
.inquiry-card label .opt { font-weight: 400; color: #6b675f; }
.inquiry-card input[type="text"],
.inquiry-card input[type="email"],
.inquiry-card input[type="url"],
.inquiry-card select,
.inquiry-card textarea {
  width: 100%;
  padding: 12px 14px;
  font-family: 'Figtree', sans-serif;
  font-size: 15.5px;
  border: 1px solid #b9b2a6;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
}
.inquiry-card textarea { min-height: 130px; resize: vertical; }
.inquiry-card input:focus, .inquiry-card select:focus, .inquiry-card textarea:focus {
  outline: 2px solid var(--sage);
  border-color: transparent;
}
.inquiry-card .radios { display: grid; gap: 10px; }
.inquiry-card .radios label {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #b9b2a6;
  border-radius: 8px;
  padding: 12px 14px;
  cursor: pointer;
  margin: 0;
}
.inquiry-card .radios label:has(input:checked) {
  border-color: var(--ink);
  outline: 1px solid var(--ink);
}
.inquiry-card .radios .price { margin-left: auto; font-weight: 700; color: #6b675f; }
.inquiry-card .btn-submit {
  width: 100%;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
}
.inquiry-card .btn-submit:hover { background: #000; }

/* thanks page */
.thanks-hero { padding: 120px 0 140px; text-align: center; }
.thanks-hero h1 { font-size: clamp(52px, 8vw, 96px); }
.thanks-hero .marker { font-size: 34px; display: block; margin-bottom: -14px; }
.thanks-hero p { max-width: 440px; margin: 26px auto 0; font-size: 18px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .patterns-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col, .svc-cols { grid-template-columns: 1fr; gap: 44px; }
  .svc-hero .doodle { right: -20px; top: -70px; width: 100px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .wrap { padding: 0 20px; }
  .section { padding: 60px 0; }
  .site-header .logo img { width: 150px; }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 14px; }
  .site-nav .btn { padding: 10px 16px; font-size: 13px; }
  .hero { padding: 64px 0 72px; }
  .hero .scribble { width: 240px; }
  .cards-4, .patterns-grid, .cards-3 { grid-template-columns: 1fr; }
  .inquiry-card, .subscribe-card { padding: 28px 22px; }
  .svc-hero .doodle { display: none; }
}
