:root {
  --sage: #DFCBA3;
  --sage-deep: #AD8B57;
  --cream: #F7F3E7;
  --cream-2: #EFE8D6;
  --ink: #2A2A20;
  --ink-soft: rgba(42,42,32,0.68);
  --white: #FFFFFF;
  --font-display: "Archivo Black", "Inter", sans-serif;
  --font-serif: "Playfair Display", Georgia, serif;
  --font-hand: "Caveat", cursive;
  --font-body: "Inter", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html, body { overflow-x: hidden; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--font-body); line-height: 1.55; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1100px; margin-inline: auto; padding-inline: clamp(20px, 5vw, 48px); position: relative; z-index: 1; }
.topo { position: absolute; z-index: 0; opacity: 0.4; pointer-events: none; fill: none; stroke: var(--sage-deep); stroke-width: 1.2; }
.topo--a { top: -60px; left: -70px; width: 260px; }
.topo--b { top: -40px; right: -60px; width: 210px; transform: rotate(35deg); }
.topo--c { bottom: -70px; left: -50px; width: 250px; transform: rotate(-15deg); }
.topo--d { bottom: 10px; right: 40px; width: 150px; opacity: 0.3; }
.topo--e { top: 210px; right: -40px; width: 160px; opacity: 0.3; transform: rotate(60deg); }
.squiggle { display: block; margin: 0 auto 36px; opacity: 0.6; }

/* ---------------------------------------------------------------- hero */
.hero { position: relative; overflow: hidden; padding-block: 80px 64px; background: var(--cream); }
.hero__grid {
  position: relative; z-index: 1; max-width: 1180px; margin-inline: auto; padding-inline: clamp(20px, 5vw, 48px);
  display: grid; grid-template-columns: 0.9fr 1.5fr 0.9fr; align-items: center; gap: 28px;
}
.hero__photo-col { display: flex; justify-content: center; align-self: end; }
.hero__photo { display: block; width: min(230px, 100%); border-radius: 20px; overflow: hidden; box-shadow: 0 30px 50px -22px rgba(42,42,32,0.45); }
.hero__photo img { aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.hero__center { text-align: center; }
.hero__lockup { display: flex; flex-direction: column; align-items: center; }
.hero__lockup-name { font-family: var(--font-serif); font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase; font-size: clamp(16px, 1.8vw, 20px); color: var(--ink); }
.hero__lockup-script { font-family: var(--font-hand); font-size: clamp(26px, 3.4vw, 36px); color: var(--sage-deep); margin-top: -6px; transform: rotate(-2deg); }
.hero__tag { margin: 14px 0 0; font-size: 12.5px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-soft); font-family: var(--font-serif); }
.hero__title { font-family: var(--font-serif); font-weight: 900; font-size: clamp(32px, 5.4vw, 60px); line-height: 1.05; letter-spacing: -0.01em; color: var(--ink); text-transform: uppercase; margin: 20px auto 0; max-width: 13ch; }
.hero__email { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; font-size: 15px; font-weight: 600; color: var(--ink); text-decoration: none; }
.hero__side-col { display: flex; flex-direction: column; align-items: center; gap: 20px; align-self: start; }
.hero__portrait { width: min(190px, 100%); border-radius: 20px; overflow: hidden; box-shadow: 0 30px 50px -22px rgba(42,42,32,0.45); }
.hero__portrait img { aspect-ratio: 3/4; object-fit: cover; width: 100%; }
.hero__contact { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; align-items: center; }
.hero__contact li { display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--ink); }
.hero__contact a { display: contents; }
.hero__icon { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 7px; background: var(--ink); color: var(--cream); flex-shrink: 0; }
.hero__icon svg { width: 13px; height: 13px; }
.hero__icon--plain { background: none; color: var(--ink); width: auto; height: auto; }
.hero__icon--plain svg { width: 16px; height: 16px; }

@media (max-width: 860px) {
  .hero { padding-block: 52px 44px; }
  .hero__grid { grid-template-columns: 1fr 1fr; text-align: center; }
  .hero__center { order: 1; grid-column: 1 / -1; }
  .hero__side-col { order: 2; align-self: start; }
  .hero__photo-col { order: 3; align-self: start; margin-top: 0; }
  .hero__photo, .hero__portrait { width: min(160px, 100%); margin-inline: auto; }
}

/* --------------------------------------------------------------- about */
.about { padding-block: 64px; background: var(--cream); }
.about__inner { display: grid; grid-template-columns: 0.8fr 1.4fr; gap: 40px; align-items: center; }
.about__photo { position: relative; }
.about__photo a { display: block; }
.about__photo img { border-radius: 18px; aspect-ratio: 3/4; object-fit: cover; width: 100%; box-shadow: -10px 10px 0 var(--sage); }
.about__stroke { position: absolute; top: -22px; left: -22px; width: 90px; opacity: 0.8; }
.eyebrow-line { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sage-deep); margin-bottom: 18px; }
.eyebrow-line::before, .eyebrow-line::after { content: ""; flex: 1; height: 1px; background: var(--sage); }
.about__hook { font-family: var(--font-display); font-size: clamp(20px, 2.6vw, 28px); text-transform: uppercase; line-height: 1.25; margin: 0 0 16px; }
.about p { color: var(--ink-soft); margin: 0 0 12px; font-size: 15.5px; }
.about strong { color: var(--ink); }
.about__sign { font-family: var(--font-hand); font-size: 22px; margin-top: 14px; display: block; }

/* --------------------------------------------------------- quote cards */
.quotes { padding-block: 60px; background: var(--cream-2); }
.quotes .eyebrow-line { justify-content: center; max-width: 340px; margin-inline: auto; }
.quotes__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 34px; }
.quote-card { display: flex; gap: 20px; align-items: flex-start; }
.quote-card__photo { flex: none; width: 84px; border-radius: 14px; overflow: hidden; box-shadow: 6px 8px 0 var(--sage); }
.quote-card__photo img { aspect-ratio: 1/1; object-fit: cover; width: 100%; }
.quote-card__tag { margin: 2px 0 0; font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--sage-deep); }
.quote-card__name { margin: 3px 0 10px; font-family: var(--font-display); font-size: 14px; text-transform: uppercase; }
.quote-card blockquote { margin: 0; font-family: var(--font-serif); font-style: italic; font-weight: 600; font-size: 18px; line-height: 1.4; color: var(--ink); }
.quotes__note { text-align: center; margin: 30px 0 0; font-size: 12.5px; color: var(--ink-soft); }

@media (max-width: 720px) {
  .quotes__grid { grid-template-columns: 1fr; gap: 30px; }
}

/* ---------------------------------------------------------- work grid */
.work { padding-block: 56px; background: var(--sage); text-align: center; }
.work--alt { background: var(--sage-deep); }
.work h2 { font-family: var(--font-display); text-transform: uppercase; font-size: clamp(22px, 3.2vw, 32px); margin: 0 0 8px; color: var(--ink); }
.work--alt h2 { color: var(--cream); }
.phone-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.phone-grid--3 { grid-template-columns: repeat(3, 1fr); }
.phone { text-align: left; }
.phone-mock-link { display: block; text-decoration: none; color: inherit; }
.phone-mock {
  position: relative; aspect-ratio: 9/16; border-radius: 22px; background: #1a1a1a;
  padding: 8px; box-shadow: 6px 8px 0 rgba(0,0,0,0.15); transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.phone-mock-link:hover .phone-mock { transform: translateY(-5px); box-shadow: 8px 12px 0 rgba(0,0,0,0.2); }
.phone-mock::before {
  content: ""; position: absolute; top: 8px; left: 50%; translate: -50% 0; width: 40%; height: 12px;
  background: #1a1a1a; border-radius: 0 0 10px 10px; z-index: 2;
}
.phone-mock__screen { position: relative; width: 100%; height: 100%; border-radius: 15px; overflow: hidden; }
.phone-mock__screen img { width: 100%; height: 100%; object-fit: cover; }
.phone-mock__play {
  position: absolute; inset: 0; margin: auto; width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,0.92); display: flex; align-items: center; justify-content: center;
}
.phone-mock__play::before { content: ""; border-style: solid; border-width: 6px 0 6px 10px; border-color: transparent transparent transparent var(--ink); margin-left: 2px; }
.phone__label { margin-top: 10px; font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ink); }
.work--alt .phone__label { color: var(--cream); }
.phone__sub { font-size: 11px; color: var(--ink-soft); }
.work--alt .phone__sub { color: rgba(247,243,231,0.75); }

/* ------------------------------------------------------- receipt strip */
.proof { padding-block: 56px; background: var(--cream); text-align: center; }
.proof h2 { font-family: var(--font-display); text-transform: uppercase; font-size: clamp(20px, 2.8vw, 28px); margin: 0 0 30px; }
.receipt-strip { display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 0; background: var(--white); border-radius: 14px; box-shadow: 6px 8px 0 var(--sage); overflow: hidden; }
.receipt-strip div { padding: 22px 30px; border-right: 1px dashed rgba(42,42,32,0.18); }
.receipt-strip div:last-child { border-right: none; }
.receipt-strip strong { display: block; font-family: var(--font-display); font-size: 26px; }
.receipt-strip span { font-size: 11.5px; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.04em; }

/* --------------------------------------------------------- why + stats */
.why { padding-block: 64px; background: var(--sage); }
.why__inner { max-width: 640px; margin-inline: auto; text-align: center; }
.why h2 { font-family: var(--font-display); text-transform: uppercase; font-size: clamp(22px, 3vw, 30px); margin: 0 0 18px; }
.why p { color: var(--ink); opacity: 0.85; margin: 0 0 12px; font-size: 15.5px; }
.stats__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; margin-top: 36px; }
.stat-pill {
  background: var(--cream); border-radius: 100px; padding: 18px 30px; text-align: center; min-width: 220px;
  box-shadow: 4px 5px 0 var(--sage-deep);
}
.stat-pill strong { display: block; font-family: var(--font-display); font-size: 28px; }
.stat-pill span { font-size: 12.5px; color: var(--ink-soft); }
.stat-pill em { font-style: normal; font-weight: 700; color: var(--ink); }

/* ---------------------------------------------------------------- cta */
.cta { padding-block: 70px; background: var(--cream-2); text-align: center; position: relative; overflow: hidden; }
.cta__hand { font-family: var(--font-hand); font-size: 30px; transform: rotate(-2deg); display: inline-block; }
.cta__photo { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; margin: 18px auto; border: 4px solid var(--white); box-shadow: 4px 5px 0 var(--sage); }
.cta h2 { font-family: var(--font-display); text-transform: uppercase; font-size: clamp(24px, 3.6vw, 38px); margin: 10px 0 26px; }
.cta__btn { display: inline-flex; align-items: center; gap: 8px; background: var(--ink); color: var(--cream); font-weight: 700; padding: 16px 32px; border-radius: 100px; text-decoration: none; position: relative; z-index: 1; }
.cta__shape { position: absolute; bottom: -20px; right: -20px; width: 140px; opacity: 0.5; }

/* -------------------------------------------------------------- footer */
.simple-footer { padding-block: 24px; text-align: center; font-size: 12px; color: var(--ink-soft); background: var(--cream-2); }
.simple-footer a { color: var(--ink); }

@media (max-width: 860px) {
  .about__inner { grid-template-columns: 1fr; }
  .phone-grid, .phone-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .phone__label { font-size: 13px; }
  .phone__sub { font-size: 12.5px; }
  .receipt-strip div { padding: 16px 18px; }
  .receipt-strip span { font-size: 12.5px; }
}
