/*
Theme Name: Spunky Cow Astra Child
Theme URI: https://spunkycow.com/
Description: Astra child theme for the Spunky Cow web design studio homepage and intake form.
Author: Spunky Cow
Template: astra
Version: 1.0.20
Text Domain: spunkycow-astra-child
*/

@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:wght@400;500;600;700;800&family=Newsreader:ital,opsz,wght@0,6..72,400;1,6..72,400;1,6..72,500&display=swap');

:root {
  --paper: #f7f3ea;
  --paper-2: #fffdf7;
  --ink: #1b271f;
  --ink-soft: #46584b;
  --ink-faint: #7c8a7e;
  --green: #2f5b3d;
  --green-deep: #1d3a28;
  --green-line: rgba(31, 58, 40, .14);
  --barn: #b5402f;
  --hay: #cf9a3f;
  --line: rgba(27, 39, 31, .12);
  --shadow-sm: 0 1px 2px rgba(27, 39, 31, .06), 0 2px 8px rgba(27, 39, 31, .05);
  --shadow-md: 0 14px 40px -16px rgba(27, 39, 31, .28);
  --r: 12px;
  --maxw: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Schibsted Grotesk", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.site-content,
.ast-container,
.entry-content {
  margin: 0;
  max-width: none;
  padding: 0;
}

.ast-container {
  display: block;
}

.entry-title,
.site-header,
.site-footer,
#masthead,
.main-header-bar,
.ast-primary-header-bar,
.ast-above-header-bar,
.ast-below-header-bar {
  display: none;
}

.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post {
  background: transparent;
  padding: 0;
}

.sc-site {
  background: var(--paper);
  color: var(--ink);
  min-height: 100vh;
}

.sc-site h1,
.sc-site h2,
.sc-site h3 {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.sc-site p {
  margin: 0;
}

.sc-site a {
  color: inherit;
  text-decoration: none;
}

.shell {
  margin-inline: auto;
  width: min(var(--maxw), calc(100% - 48px));
}

.eyebrow {
  align-items: center;
  color: var(--green);
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  gap: 8px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow::before {
  background: var(--barn);
  content: "";
  display: inline-block;
  height: 1.5px;
  width: 18px;
}

.btn {
  align-items: center;
  border: 1.5px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  gap: 8px;
  letter-spacing: .01em;
  padding: 11px 20px;
  transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.btn-primary {
  background: var(--green-deep);
  color: var(--paper-2) !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--green);
  color: var(--paper-2) !important;
  transform: translateY(-1px);
}

.sc-site .btn-primary,
.sc-site .btn-primary:visited,
.sc-site .btn-primary:hover,
.sc-site .btn-primary:focus,
.sc-site .btn-primary *,
.sc-site .btn-primary:hover *,
.sc-site .btn-primary:focus * {
  color: var(--paper-2) !important;
}

.btn-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}

.btn-ghost:hover,
.btn-ghost:focus {
  border-color: var(--green);
  color: var(--green);
}

.btn .arr {
  transition: transform .2s ease;
}

.btn:hover .arr {
  transform: translateX(3px);
}

.nav {
  backdrop-filter: blur(10px);
  background: rgba(247, 243, 234, .94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav-in {
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: space-between;
}

.brand {
  align-items: center;
  display: flex;
  font-size: 17px;
  font-weight: 700;
  gap: 11px;
}

.brand .mark {
  border-radius: 50%;
  flex: none;
  height: 36px;
  object-fit: contain;
  width: 36px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 30px;
}

.nav-links a,
.back {
  color: var(--ink-soft);
  font-size: 14.5px;
  font-weight: 500;
  transition: color .15s;
}

.nav-links a:hover,
.nav-links a:focus,
.back:hover,
.back:focus {
  color: var(--green);
}

.nav-cta {
  align-items: center;
  display: flex;
  gap: 18px;
}

.back {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.hero {
  padding: 74px 0 64px;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: 1.15fr .85fr;
}

.hero h1 {
  font-size: clamp(34px, 4.6vw, 56px);
  margin-top: 18px;
  max-width: 13ch;
}

.hero h1 em,
.intake-head h1 em {
  color: var(--green);
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.lede {
  color: var(--ink-soft);
  font-size: 18.5px;
  margin-top: 20px;
  max-width: 46ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 34px;
}

.hero-meta .m {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-meta .m b {
  font-size: 21px;
  font-weight: 700;
}

.hero-meta .m span {
  color: var(--ink-faint);
  font-size: 13px;
}

.hero-meta .m + .m {
  border-left: 1px solid var(--line);
  padding-left: 26px;
}

.hero-card {
  aspect-ratio: 1 / 1.04;
  background: var(--green-deep);
  border-radius: 18px;
  box-shadow: var(--shadow-md);
  color: var(--paper-2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 26px;
  position: relative;
}

.hero-card::after {
  background:
    radial-gradient(120% 80% at 80% 0%, rgba(207, 154, 63, .22), transparent 55%),
    radial-gradient(90% 70% at 0% 100%, rgba(181, 64, 47, .20), transparent 60%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-card > * {
  position: relative;
  z-index: 1;
}

.hc-top {
  align-items: center;
  color: rgba(255, 253, 247, .6);
  display: flex;
  font-size: 12px;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hc-dot {
  display: flex;
  gap: 6px;
}

.hc-dot i {
  background: rgba(255, 253, 247, .3);
  border-radius: 50%;
  display: block;
  height: 9px;
  width: 9px;
}

.hc-dot i:first-child {
  background: var(--barn);
}

.hc-quote {
  font-family: "Newsreader", Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.34;
}

.hc-quote em {
  color: var(--hay);
  font-style: italic;
}

.hc-foot {
  align-items: center;
  border-top: 1px solid rgba(255, 253, 247, .16);
  display: flex;
  gap: 12px;
  padding-top: 16px;
}

.hc-foot .av {
  background: var(--paper-2);
  border-radius: 50%;
  flex: none;
  height: 38px;
  overflow: hidden;
  width: 38px;
}

.hc-foot .av img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.hc-foot small {
  color: rgba(255, 253, 247, .6);
  display: block;
  font-size: 12.5px;
}

.hc-foot b {
  font-size: 14px;
}

.strip {
  border-block: 1px solid var(--line);
  padding: 22px 0;
}

.strip-in {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.strip span {
  color: var(--ink-faint);
  font-size: 13px;
  font-weight: 500;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.strip .tag {
  background: var(--paper-2);
  border: 1px solid var(--green-line);
  border-radius: 999px;
  color: var(--green-deep);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
}

.sc-site section {
  padding: 84px 0;
}

.sec-head {
  max-width: 620px;
}

.sec-head h2 {
  font-size: clamp(26px, 3.1vw, 38px);
  margin-top: 14px;
}

.sec-head p {
  color: var(--ink-soft);
  font-size: 17.5px;
  margin-top: 14px;
}

.services {
  background: var(--paper-2);
  border-block: 1px solid var(--line);
}

.svc-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr;
  margin-top: 42px;
}

.svc {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
  display: flex;
  flex-direction: column;
  padding: 30px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.svc:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.badge {
  color: var(--barn);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.svc h3 {
  font-size: 23px;
  margin-top: 12px;
}

.price {
  color: var(--ink-faint);
  font-size: 15px;
  margin-top: 6px;
}

.price b {
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
}

.svc p {
  color: var(--ink-soft);
  font-size: 16px;
  margin-top: 14px;
}

.svc ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.svc li {
  align-items: flex-start;
  color: var(--ink-soft);
  display: flex;
  font-size: 15px;
  gap: 10px;
}

.svc li::before {
  background: var(--green);
  border-radius: 2px;
  content: "";
  flex: none;
  height: 7px;
  margin-top: 7px;
  width: 7px;
}

.svc-foot {
  margin-top: auto;
  padding-top: 22px;
}

.proc-grid {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 46px;
  overflow: hidden;
}

.step {
  border-right: 1px solid var(--line);
  padding: 26px 22px;
}

.step:last-child {
  border-right: none;
}

.step .n {
  color: var(--barn);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}

.step h3 {
  font-size: 17px;
  line-height: 1.2;
  margin-top: 14px;
}

.step p {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.5;
  margin-top: 9px;
}

.about {
  background: var(--green-deep);
  color: var(--paper-2);
}

.about-grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: .9fr 1.1fr;
}

.about .eyebrow {
  color: var(--hay);
}

.about .eyebrow::before {
  background: var(--hay);
}

.about h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.about .body {
  color: rgba(255, 253, 247, .82);
  display: flex;
  flex-direction: column;
  font-size: 17px;
  gap: 16px;
}

.about .promise,
.aside-card .promise {
  color: var(--hay);
  font-family: "Newsreader", Georgia, serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.4;
}

.about-stats {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}

.about-stat {
  background: rgba(255, 253, 247, .06);
  border: 1px solid rgba(255, 253, 247, .14);
  border-radius: var(--r);
  padding: 24px;
}

.about-stat b {
  display: block;
  font-size: 32px;
  font-weight: 700;
}

.about-stat span {
  color: rgba(255, 253, 247, .62);
  font-size: 14px;
}

.cta {
  text-align: center;
}

.cta .box {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
  padding: 60px 40px;
}

.cta .eyebrow {
  justify-content: center;
}

.cta h2 {
  font-size: clamp(28px, 3.4vw, 42px);
  margin-inline: auto;
  max-width: 18ch;
}

.cta p {
  color: var(--ink-soft);
  font-size: 17.5px;
  margin: 16px auto 0;
  max-width: 44ch;
}

.cta .hero-actions {
  justify-content: center;
}

.intake-head {
  max-width: 640px;
  padding: 54px 0 30px;
}

.intake-head h1 {
  font-size: clamp(30px, 3.6vw, 42px);
  margin-top: 16px;
}

.intake-head p {
  color: var(--ink-soft);
  font-size: 18px;
  margin-top: 18px;
  max-width: 52ch;
}

.layout {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 300px;
  padding-bottom: 90px;
}

.layout form {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.fieldset {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow-sm);
  padding: 26px;
}

.fs-title {
  color: var(--barn);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.fs-sub {
  color: var(--ink-faint);
  font-size: 14.5px;
  margin-bottom: 18px;
}

.grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.wide {
  grid-column: 1 / -1;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.field > span,
.choice-title {
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.field-gap {
  margin-top: 18px;
}

input[type="text"],
input[type="email"],
select,
textarea {
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  padding: 11px 13px;
  transition: border-color .15s, box-shadow .15s;
  width: 100%;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(47, 91, 61, .14);
  outline: none;
}

textarea {
  line-height: 1.55;
  min-height: 90px;
  resize: vertical;
}

.hint {
  color: var(--ink-faint);
  font-size: 13px;
}

.checks {
  display: grid;
  gap: 10px 18px;
  grid-template-columns: 1fr 1fr;
}

.check {
  align-items: flex-start;
  color: var(--ink-soft);
  cursor: pointer;
  display: flex;
  font-size: 14.5px;
  gap: 9px;
  line-height: 1.4;
}

.check input {
  accent-color: var(--green);
  flex: none;
  height: 16px;
  margin-top: 3px;
  width: 16px;
}

.radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.radio-pill {
  position: relative;
}

.radio-pill input {
  opacity: 0;
  position: absolute;
}

.radio-pill span {
  border: 1.5px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 16px;
  transition: all .15s;
}

.radio-pill input:checked + span {
  background: var(--green-deep);
  border-color: var(--green);
  color: var(--paper-2);
}

.radio-pill input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(47, 91, 61, .2);
}

.note {
  background: var(--green-deep);
  border-radius: var(--r);
  color: var(--paper-2);
  font-size: 15px;
  line-height: 1.55;
  padding: 20px 22px;
}

.note b {
  color: var(--hay);
}

.submit-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.acks {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 18px;
}

.aside {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 88px;
}

.aside-card {
  background: var(--green-deep);
  border-radius: var(--r);
  color: var(--paper-2);
  padding: 24px;
}

.aside-card h3 {
  font-size: 18px;
}

.aside-card .promise {
  font-size: 18px;
  margin-top: 10px;
}

.aside-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.aside-list li {
  color: rgba(255, 253, 247, .82);
  display: flex;
  font-size: 14px;
  gap: 9px;
  line-height: 1.4;
}

.aside-list li::before {
  background: var(--hay);
  border-radius: 2px;
  content: "";
  flex: none;
  height: 7px;
  margin-top: 6px;
  width: 7px;
}

.aside-note {
  color: var(--ink-faint);
  font-size: 13.5px;
  line-height: 1.55;
  padding: 0 4px;
}

.form-status {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  color: var(--green-deep);
  font-weight: 700;
  padding: 14px 16px;
}

.honeypot {
  left: -9999px;
  position: absolute;
}

.foot {
  border-top: 1px solid var(--line);
  padding: 40px 0;
}

.foot-in {
  align-items: center;
  color: var(--ink-faint);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 20px;
  justify-content: space-between;
}

.foot .brand {
  color: var(--ink);
  font-size: 16px;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s ease, transform .6s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

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

  .step {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 880px) {
  .hero-grid,
  .about-grid,
  .layout {
    grid-template-columns: 1fr;
  }

  .hero-card {
    aspect-ratio: auto;
  }

  .aside {
    position: static;
  }
}

@media (max-width: 760px) {
  .nav-links {
    display: none;
  }

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

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

  .shell {
    width: min(var(--maxw), calc(100% - 32px));
  }

  .nav-cta .btn {
    padding-inline: 14px;
  }

  .hero {
    padding-top: 54px;
  }

  .hero-meta .m + .m {
    border-left: 0;
    padding-left: 0;
  }

  .sc-site section {
    padding: 64px 0;
  }

  .proc-grid,
  .grid,
  .checks {
    grid-template-columns: 1fr;
  }

  .step {
    border-right: none;
  }

  .cta .box {
    padding: 40px 22px;
  }
}
