:root {
  --cream: #f3ead4;
  --paper: #fbf5e7;
  --ink: #191b19;
  --red: #b52c26;
  --red-dark: #8f211d;
  --teal: #2e6967;
  --gold: #d49a3a;
  --line: rgba(25, 27, 25, 0.22);
  --shadow: 0 18px 45px rgba(32, 25, 18, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 10%, rgba(181,44,38,.035), transparent 25rem),
    radial-gradient(circle at 80% 30%, rgba(46,105,103,.035), transparent 30rem),
    var(--paper);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  z-index: 999;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

img {
  width: 100%;
  display: block;
}

a {
  color: inherit;
}

.shell {
  width: min(1160px, calc(100% - 42px));
  margin-inline: auto;
}

.narrow {
  width: min(860px, 100%);
  margin-inline: auto;
}

.center {
  text-align: center;
}

.top-strip {
  background: var(--ink);
  color: var(--cream);
  font: 500 12px/1 "Inter", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.top-strip-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251,245,231,.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  justify-self: start;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  font-size: 22px;
  background: var(--cream);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: .08em;
  font-size: 24px;
  line-height: .9;
}

.brand small {
  margin-top: 5px;
  font-size: 8px;
  letter-spacing: .2em;
}

.nav-links {
  display: flex;
  gap: 26px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--red);
}

.nav > .button {
  justify-self: end;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 24px;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: white;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 5px 5px 0 var(--gold);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.button:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--gold);
}

.button-small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 12px;
}

.button-red {
  background: var(--red);
  border-color: var(--red);
}

.button-outline {
  background: transparent;
  color: var(--ink);
}

.button-cream {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--cream);
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--ink);
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(25,27,25,.06) 50%, transparent 50.2%),
    var(--cream);
}

.hero::after {
  content: "";
  position: absolute;
  right: -130px;
  top: -160px;
  width: 500px;
  height: 500px;
  border: 2px dashed rgba(25,27,25,.18);
  border-radius: 50%;
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 670px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 70px;
  padding-block: 78px;
}

.eyebrow,
.kicker {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.kicker.light {
  color: #f9d9aa;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin: 16px 0 24px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(64px, 8vw, 112px);
  letter-spacing: -.025em;
  line-height: .82;
}

h1 em,
h2 em {
  color: var(--red);
  font-family: "DM Serif Display", serif;
  font-weight: 400;
}

.hero-lede {
  max-width: 650px;
  margin-bottom: 30px;
  font-family: "DM Serif Display", serif;
  font-size: 22px;
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
}

.text-link {
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 32px;
  color: #42433f;
  font-size: 12px;
  font-weight: 700;
}

.hero-art {
  position: relative;
  min-height: 510px;
}

.photo-frame {
  border: 3px solid var(--ink);
  background: white;
  box-shadow: 12px 12px 0 var(--red);
  transform: rotate(1.5deg);
}

.photo-frame img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: sepia(.14) contrast(1.04);
}

.photo-caption {
  padding: 12px 14px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 19px;
  letter-spacing: .08em;
  text-align: center;
}

.phone-card {
  position: absolute;
  left: -34px;
  bottom: 15px;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 210px;
  padding: 14px 18px;
  border: 2px solid var(--ink);
  background: var(--paper);
  box-shadow: 7px 7px 0 var(--teal);
  transform: rotate(-5deg);
}

.phone-icon {
  font-size: 40px;
  line-height: 1;
}

.phone-card small,
.phone-card strong {
  display: block;
}

.phone-card small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}

.phone-card strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 27px;
  line-height: 1;
}

.burst {
  position: absolute;
  top: -12px;
  right: -32px;
  width: 132px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  clip-path: polygon(50% 0%, 60% 17%, 78% 5%, 81% 25%, 100% 24%, 87% 42%, 100% 54%, 80% 62%, 87% 82%, 66% 77%, 57% 100%, 45% 81%, 27% 95%, 26% 73%, 5% 78%, 15% 58%, 0 47%, 20% 37%, 6% 20%, 28% 20%);
  background: var(--gold);
  color: var(--ink);
  font: 900 17px/1.05 "Bebas Neue", sans-serif;
  text-align: center;
  transform: rotate(7deg);
}

.ticker {
  overflow: hidden;
  padding: 13px 0 11px;
  background: var(--red);
  color: white;
  white-space: nowrap;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 19px;
  letter-spacing: .13em;
}

.section {
  padding: 110px 0;
}

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

h2 {
  margin: 13px 0 24px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(52px, 6vw, 80px);
  line-height: .9;
  letter-spacing: -.015em;
}

.big-copy {
  margin: 0 auto;
  max-width: 800px;
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  line-height: 1.55;
}

.split-heading {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 70px;
  align-items: end;
}

.split-heading > p {
  max-width: 480px;
  margin-bottom: 28px;
  font-size: 17px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 52px;
  border: 2px solid var(--ink);
}

.step-card {
  position: relative;
  min-height: 310px;
  padding: 34px;
  background: var(--cream);
}

.step-card + .step-card {
  border-left: 2px solid var(--ink);
}

.step-number {
  position: absolute;
  top: 14px;
  right: 17px;
  color: rgba(25,27,25,.18);
  font-family: "Bebas Neue", sans-serif;
  font-size: 60px;
}

.step-icon {
  width: 65px;
  height: 65px;
  display: grid;
  place-items: center;
  margin-bottom: 35px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--gold);
  font-size: 31px;
}

.step-card:nth-child(2) .step-icon {
  background: var(--teal);
  color: white;
}

.step-card:nth-child(3) .step-icon {
  background: var(--red);
  color: white;
}

.step-card h3 {
  margin-bottom: 12px;
  font: 32px/1 "Bebas Neue", sans-serif;
  letter-spacing: .04em;
}

.feature-band {
  padding: 88px 0;
  background: var(--teal);
  color: white;
  border-block: 3px solid var(--ink);
}

.feature-band-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

.feature-band h2 {
  color: white;
}

.feature-band p {
  max-width: 580px;
  color: rgba(255,255,255,.85);
  font-size: 17px;
}

.dial-list {
  border: 2px solid rgba(255,255,255,.7);
  background: rgba(0,0,0,.09);
}

.dial-list div {
  display: grid;
  grid-template-columns: 95px 1fr;
  align-items: center;
  min-height: 78px;
  border-bottom: 1px solid rgba(255,255,255,.35);
}

.dial-list div:last-child {
  border-bottom: 0;
}

.dial-list span {
  height: 100%;
  display: grid;
  place-items: center;
  background: var(--cream);
  color: var(--ink);
  border-right: 2px solid rgba(255,255,255,.4);
  font: 38px/1 "Bebas Neue", sans-serif;
}

.dial-list strong {
  padding-left: 24px;
  font-family: "DM Serif Display", serif;
  font-size: 20px;
}

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

.section-heading {
  margin-bottom: 48px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.35fr .8fr;
  grid-template-rows: 270px 270px;
  gap: 18px;
}

.gallery-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--ink);
  background: #ddd;
}

.gallery-grid img {
  height: 100%;
  object-fit: cover;
  filter: sepia(.22) saturate(.82);
}

.gallery-grid figure:hover img {
  transform: scale(1.02);
}

.gallery-grid img {
  transition: transform .35s ease;
}

.gallery-grid figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 6px 10px;
  background: var(--paper);
  border: 2px solid var(--ink);
  font: 16px/1 "Bebas Neue", sans-serif;
  letter-spacing: .09em;
}

.gallery-a {
  grid-row: 1 / 3;
}

.stock-note,
.pricing-note {
  margin-top: 18px;
  color: #6a665f;
  font-size: 12px;
}

.pricing {
  background:
    linear-gradient(rgba(25,27,25,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25,27,25,.04) 1px, transparent 1px),
    var(--paper);
  background-size: 26px 26px;
}

.pricing-heading p {
  max-width: 680px;
  margin-inline: auto;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 2px solid var(--ink);
  background: var(--cream);
  box-shadow: 7px 7px 0 rgba(25,27,25,.1);
}

.price-card.featured {
  background: #fffaf0;
  border-color: var(--red);
  transform: translateY(-12px);
  box-shadow: 9px 9px 0 var(--red);
}

.most-popular {
  position: absolute;
  top: -17px;
  right: 18px;
  padding: 7px 12px;
  background: var(--red);
  color: white;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
}

.price-label {
  color: var(--teal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}

.price-card h3 {
  margin: 8px 0 0;
  font: 44px/1 "Bebas Neue", sans-serif;
}

.price {
  margin: 10px 0 14px;
  color: var(--red);
  font: 64px/1 "Bebas Neue", sans-serif;
}

.price-card p {
  min-height: 78px;
  color: #57554f;
  font-size: 14px;
}

.price-card ul {
  flex: 1;
  padding: 22px 0 0;
  margin: 0 0 26px;
  border-top: 1px solid var(--line);
  list-style: none;
}

.price-card li {
  padding: 7px 0;
  font-size: 14px;
}

.price-card li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--red);
  font-weight: 900;
}

.included {
  padding: 110px 0;
  background: var(--ink);
  color: white;
}

.included-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 90px;
  align-items: center;
}

.poster {
  aspect-ratio: 3 / 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border: 8px double var(--cream);
  background: var(--red);
  color: var(--cream);
  text-align: center;
  box-shadow: 14px 14px 0 var(--gold);
  transform: rotate(-2deg);
}

.poster-small,
.poster-bottom {
  font-weight: 900;
  letter-spacing: .17em;
  font-size: 11px;
}

.poster-big {
  margin: 25px 0 8px;
  font: 54px/.85 "Bebas Neue", sans-serif;
}

.poster-phone {
  margin: 15px 0;
  font-size: 82px;
  line-height: 1;
}

.included-copy p {
  max-width: 660px;
  color: rgba(255,255,255,.76);
  font-size: 17px;
}

.check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 25px;
  margin-top: 30px;
  font-weight: 700;
}

.faq-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 95px;
}

.faq-intro {
  max-width: 420px;
  color: #625f58;
}

.faq-list {
  border-top: 2px solid var(--ink);
}

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

summary {
  cursor: pointer;
  padding: 23px 45px 23px 0;
  list-style: none;
  font-family: "DM Serif Display", serif;
  font-size: 20px;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 17px;
  font: 30px/1 "Bebas Neue", sans-serif;
  color: var(--red);
}

details[open] summary::after {
  content: "–";
}

details p {
  max-width: 680px;
  padding: 0 50px 24px 0;
  color: #5e5b55;
}

.cta {
  background: var(--red);
  color: white;
  border-block: 3px solid var(--ink);
}

.cta-inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 80px;
  align-items: center;
}

.cta h2 em {
  color: #ffd58f;
}

.cta p {
  max-width: 650px;
  color: rgba(255,255,255,.85);
  font-size: 17px;
}

.cta-box {
  padding: 30px;
  border: 2px solid var(--cream);
  background: rgba(0,0,0,.07);
  text-align: center;
}

.cta-box .button {
  width: 100%;
  font-size: 12px;
}

.cta-box p {
  margin: 24px 0 2px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.instagram {
  display: inline-block;
  margin-bottom: 20px;
  font-family: "DM Serif Display", serif;
  font-size: 22px;
  color: white;
}

.cta-box small {
  display: block;
  color: rgba(255,255,255,.65);
}

footer {
  padding: 45px 0;
  background: var(--ink);
  color: var(--cream);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
}

.footer-brand .brand-mark {
  border-color: var(--cream);
  background: transparent;
}

.footer-links {
  display: flex;
  gap: 22px;
  font-size: 12px;
  font-weight: 700;
}

.footer-links a {
  text-decoration: none;
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.5);
  font-size: 11px;
}

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

  .nav-links {
    display: none;
  }

  .hero-grid,
  .split-heading,
  .feature-band-grid,
  .included-grid,
  .faq-grid,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 35px;
  }

  .hero-art {
    width: min(620px, 94%);
    margin-inline: auto;
  }

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

  .step-card + .step-card {
    border-left: 0;
    border-top: 2px solid var(--ink);
  }

  .price-card.featured {
    transform: none;
  }

  .included-grid {
    gap: 60px;
  }

  .included-visual {
    width: min(430px, 90%);
    margin-inline: auto;
  }

  .faq-grid,
  .cta-inner {
    gap: 45px;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100% - 28px, 1160px);
  }

  .hide-mobile {
    display: none;
  }

  .site-header .button-small {
    display: none;
  }

  .nav {
    min-height: 68px;
  }

  .brand strong {
    font-size: 21px;
  }

  .hero-grid {
    min-height: auto;
    padding-block: 56px 70px;
  }

  h1 {
    font-size: 67px;
  }

  .hero-lede {
    font-size: 19px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .text-link {
    padding-top: 5px;
  }

  .hero-art {
    min-height: 420px;
  }

  .burst {
    right: -10px;
    width: 110px;
  }

  .phone-card {
    left: -7px;
  }

  .section {
    padding: 78px 0;
  }

  h2 {
    font-size: 54px;
  }

  .big-copy {
    font-size: 20px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 280px);
  }

  .gallery-a {
    grid-row: auto;
  }

  .dial-list div {
    grid-template-columns: 75px 1fr;
  }

  .dial-list strong {
    padding-left: 16px;
    font-size: 17px;
  }

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

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

  .footer-links {
    flex-wrap: wrap;
  }
}
