/*
  Bobolink Construction LLC
  Vintage catalog-inspired responsive landing page
  GitHub Pages friendly — no build tools required.
*/

:root {
  --ink: #173b25;
  --ink-2: #244f31;
  --ink-3: #0f2617;
  --brown: #6c482d;
  --gold: #b99a5d;
  --paper: #f4ead6;
  --paper-light: #fff9eb;
  --paper-dark: #e3d4b8;
  --rule: #ad986f;
  --text: #21170f;
  --muted: #5f503f;
  --shadow: rgba(38, 25, 11, 0.2);
  --max-width: 1500px;
  --page-gutter: clamp(1rem, 3vw, 2.5rem);
  --section-space: clamp(2rem, 5vw, 5rem);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.72), transparent 28rem),
    radial-gradient(circle at bottom right, rgba(23, 59, 37, 0.08), transparent 32rem),
    linear-gradient(90deg, rgba(23, 59, 37, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(23, 59, 37, 0.026) 1px, transparent 1px),
    var(--paper);
  background-size: auto, auto, 32px 32px, 32px 32px, auto;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

address {
  font-style: normal;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 999;
  transform: translateY(-200%);
  background: var(--ink);
  color: var(--paper-light);
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  transform: translateY(0);
}

.page {
  width: min(var(--max-width), calc(100% - 24px));
  margin: 12px auto;
  background:
    linear-gradient(rgba(255, 249, 235, 0.76), rgba(255, 249, 235, 0.76)),
    repeating-linear-gradient(45deg, rgba(23, 59, 37, 0.025) 0 1px, transparent 1px 9px);
  border: 2px solid var(--ink);
  box-shadow: 0 22px 80px var(--shadow);
  position: relative;
}

.page::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(23, 59, 37, 0.38);
  pointer-events: none;
  z-index: 2;
}

.catalog-rule {
  position: relative;
  border-bottom: 2px solid var(--rule);
}

.catalog-rule::after {
  content: "✦";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  background: var(--paper);
  color: var(--ink);
  padding: 0 0.8rem;
  font-size: 1rem;
  line-height: 1;
}

h1,
h2,
h3,
.section-label,
.button,
.site-nav,
.phone-plate {
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--ink);
  letter-spacing: 0.028em;
}

h1 {
  max-width: 650px;
  font-size: clamp(3.15rem, 8.4vw, 7.8rem);
  line-height: 0.86;
  margin-bottom: 1.15rem;
}

h2 {
  font-size: clamp(1.9rem, 4.4vw, 4.1rem);
  line-height: 0.93;
  margin-bottom: 1rem;
}

h3 {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.1;
}

.section-label {
  color: var(--brown);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.76rem, 1.2vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ornament {
  color: var(--gold);
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  padding: 1rem var(--page-gutter);
  background:
    linear-gradient(rgba(244, 234, 214, 0.96), rgba(244, 234, 214, 0.96)),
    repeating-linear-gradient(0deg, rgba(23, 59, 37, 0.03) 0 1px, transparent 1px 5px);
  border-bottom: 2px solid var(--rule);
  backdrop-filter: blur(8px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  width: clamp(52px, 6vw, 86px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 3px double var(--ink);
  background: var(--paper-light);
  flex: 0 0 auto;
}

.brand-copy {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}

.brand-copy strong {
  font-size: clamp(2rem, 4.8vw, 4.8rem);
  line-height: 0.78;
  letter-spacing: 0.06em;
}

.brand-copy span {
  color: var(--ink);
  font-size: clamp(1rem, 2vw, 1.85rem);
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.brand-copy em {
  color: #2d2116;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.6rem, 0.95vw, 0.78rem);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.8vw, 1.8rem);
  color: #140f0a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.site-nav a {
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 0.25rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink-2);
}

.phone-plate {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 155px;
  padding: 0.68rem 1rem;
  color: var(--paper-light);
  background: var(--ink);
  border: 4px double var(--paper-light);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
}

.phone-plate span {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

.nav-toggle {
  display: none;
  appearance: none;
  border: 3px double var(--ink);
  background: var(--paper-light);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.65rem 0.85rem;
}

/* Buttons */

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.88rem 1.25rem;
  border: 4px double currentColor;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(32, 22, 15, 0.16);
}

.button-primary {
  color: var(--paper-light);
  background: var(--ink);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 249, 235, 0.78);
}

.button-inverse {
  color: var(--ink);
  background: var(--paper-light);
}

/* Hero */

.hero {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  min-height: 720px;
}

.hero-copy {
  align-self: center;
  padding: clamp(2rem, 5.5vw, 5.8rem);
}

.hero-lede {
  max-width: 560px;
  font-size: clamp(1.06rem, 1.6vw, 1.32rem);
}

.hero-media {
  position: relative;
  min-height: 520px;
  margin: 0;
  border-left: 2px solid var(--rule);
  overflow: hidden;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 35%;
  background: linear-gradient(90deg, var(--paper), rgba(244, 234, 214, 0));
  pointer-events: none;
}

.catalog-tag {
  position: absolute;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 2;
  width: min(250px, calc(100% - 2rem));
  padding: 1.2rem;
  text-align: center;
  background:
    linear-gradient(rgba(255, 249, 235, 0.92), rgba(255, 249, 235, 0.92)),
    repeating-linear-gradient(45deg, rgba(23, 59, 37, 0.06) 0 1px, transparent 1px 8px);
  border: 6px double var(--ink);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.catalog-tag strong {
  display: block;
  color: var(--ink);
  margin-bottom: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.catalog-tag span {
  display: block;
  font-size: 0.96rem;
}

/* Proof strip */

.proof {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
}

.proof-item {
  padding: 1.8rem 1rem 1.65rem;
  border-right: 1px solid var(--rule);
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  margin: 0 auto 0.75rem;
  border: 1px solid rgba(23, 59, 37, 0.2);
  mix-blend-mode: multiply;
}

.proof-item h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.98rem;
  line-height: 1.15;
  margin-bottom: 0.35rem;
  letter-spacing: 0.07em;
}

.proof-item p {
  max-width: 190px;
  margin: 0 auto;
  font-size: 0.92rem;
}

/* Catios */

.catio-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(1.8rem, 4vw, 3.5rem);
  padding: var(--section-space) var(--page-gutter);
}

.section-copy {
  align-self: center;
}

.section-copy p:not(.ornament):not(.section-label) {
  max-width: 590px;
  font-size: 1.04rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1.45rem 0 1.9rem;
}

.feature-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.58rem;
}

.feature-list li::before {
  content: "❧";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ink);
}

.catio-gallery {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 0.8rem;
  align-self: center;
}

.gallery-card {
  margin: 0;
  background: var(--paper-light);
  border: 5px double var(--ink);
  padding: 0.35rem;
}

.gallery-card-large {
  grid-row: span 2;
}

.gallery-card img {
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.gallery-card-large img {
  min-height: 460px;
}

.gallery-card figcaption,
.service-card p {
  margin: 0.45rem 0 0;
  color: var(--brown);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

/* Services */

.services {
  display: grid;
  grid-template-columns: minmax(220px, 310px) minmax(0, 1fr);
  gap: clamp(1.5rem, 3.5vw, 3rem);
  padding: var(--section-space) var(--page-gutter);
}

.services-intro p:not(.ornament):not(.section-label) {
  max-width: 430px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.service-card {
  text-align: center;
}

.service-card img {
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  border: 5px double var(--ink);
  background: var(--paper-light);
  padding: 0.35rem;
}

.service-card h3 {
  margin: 0.25rem 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

/* Process and discount */

.process-discount {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: clamp(1.8rem, 4vw, 3rem);
  padding: var(--section-space) var(--page-gutter);
}

.process {
  text-align: center;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 2rem;
}

.process-grid article {
  position: relative;
  padding: 0.2rem;
}

.process-grid strong {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 0.8rem;
  color: var(--paper-light);
  background: var(--ink);
  border-radius: 50%;
  outline: 2px solid var(--rule);
  outline-offset: 6px;
  font-family: Arial, Helvetica, sans-serif;
}

.process-grid h3 {
  min-height: 2.1rem;
  margin-bottom: 0.35rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.process-grid p {
  margin-bottom: 0;
  font-size: 0.82rem;
}

.discount-card {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 330px;
  padding: clamp(1.2rem, 3vw, 2rem);
  color: var(--paper-light);
  background:
    linear-gradient(rgba(15, 38, 23, 0.94), rgba(15, 38, 23, 0.94)),
    radial-gradient(circle at 100% 0, rgba(185, 154, 93, 0.28), transparent 18rem),
    repeating-linear-gradient(45deg, transparent 0 12px, rgba(255, 255, 255, 0.08) 12px 13px);
  border: 7px double var(--paper-light);
  text-align: center;
}

.discount-card .section-label {
  color: var(--gold);
}

.discount-card h2 {
  color: var(--gold);
  font-size: clamp(2.4rem, 5vw, 4.3rem);
  line-height: 0.9;
}

.discount-card p:not(.section-label) {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

/* About/contact */

.about-contact {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr 0.95fr 260px;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  padding: var(--section-space) var(--page-gutter);
}

.about-contact h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  line-height: 1.15;
  margin-bottom: 0.7rem;
  letter-spacing: 0.08em;
}

.contact-block a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.footer-image {
  margin: 0;
}

.footer-image img {
  height: 200px;
  object-fit: cover;
  border: 5px double var(--ink);
  background: var(--paper-light);
  padding: 0.35rem;
}

.site-footer {
  padding: 1rem var(--page-gutter);
  color: var(--paper-light);
  background: var(--ink);
  text-align: center;
}

.site-footer p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

/* Large tablets */

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-content: center;
    flex-wrap: wrap;
    order: 3;
  }

  .phone-plate {
    justify-self: end;
  }

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

  .hero-copy {
    padding-bottom: 2.2rem;
    text-align: center;
  }

  .hero-copy h1,
  .hero-lede {
    margin-left: auto;
    margin-right: auto;
  }

  .button-row {
    justify-content: center;
  }

  .hero-media {
    min-height: 520px;
    border-left: 0;
    border-top: 2px solid var(--rule);
  }

  .proof {
    grid-template-columns: repeat(3, 1fr);
  }

  .proof-item {
    border-bottom: 1px solid var(--rule);
  }

  .catio-section,
  .services,
  .process-discount,
  .about-contact {
    grid-template-columns: 1fr;
  }

  .section-copy,
  .services-intro {
    text-align: center;
  }

  .section-copy p:not(.ornament):not(.section-label),
  .services-intro p:not(.ornament):not(.section-label) {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-list {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    columns: 2;
    column-gap: 2rem;
  }

  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }

  .discount-card {
    max-width: 620px;
    margin: 0 auto;
  }

  .footer-image {
    max-width: 360px;
  }
}

/* Phones and small tablets */

@media (max-width: 760px) {
  body {
    background-size: auto, auto, 22px 22px, 22px 22px, auto;
  }

  .page {
    width: 100%;
    margin: 0;
    border-left: 0;
    border-right: 0;
  }

  .page::before {
    display: none;
  }

  .site-header {
    position: static;
    grid-template-columns: 1fr auto;
    gap: 0.9rem;
    padding: 0.9rem 1rem;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 48px;
  }

  .brand-copy strong {
    font-size: clamp(1.55rem, 8vw, 2.5rem);
  }

  .brand-copy span {
    font-size: clamp(0.78rem, 4vw, 1.2rem);
  }

  .brand-copy em {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    order: initial;
    width: 100%;
    padding: 0.9rem 0;
    border-top: 1px solid var(--rule);
  }

  .site-nav.is-open {
    display: grid;
    grid-template-columns: 1fr;
  }

  .site-nav a {
    display: block;
    padding: 0.75rem;
    border: 3px double var(--rule);
    background: var(--paper-light);
    text-align: center;
  }

  .phone-plate {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 340px;
    justify-self: center;
    margin-top: 0.3rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding: 2.4rem 1.15rem;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 5.2rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .hero-lede {
    font-size: 1.05rem;
  }

  .button-row {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    width: 100%;
  }

  .hero-media {
    min-height: 360px;
  }

  .hero-media::before {
    width: 100%;
    height: 42%;
    inset: 0 0 auto 0;
    background: linear-gradient(180deg, var(--paper), rgba(244, 234, 214, 0));
  }

  .catalog-tag {
    right: 1rem;
    bottom: 1rem;
    padding: 1rem;
  }

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

  .proof-item {
    border-right: 0;
    padding: 1.3rem 1rem;
  }

  .proof-item img {
    width: 58px;
    height: 58px;
  }

  .catio-section,
  .services,
  .process-discount,
  .about-contact {
    padding: 2.4rem 1rem;
  }

  .feature-list {
    columns: 1;
    max-width: 380px;
  }

  .catio-gallery {
    grid-template-columns: 1fr;
  }

  .gallery-card-large {
    grid-row: auto;
  }

  .gallery-card img,
  .gallery-card-large img {
    min-height: auto;
    aspect-ratio: 1.25 / 1;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
  }

  .service-card h3 {
    font-size: 0.75rem;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    max-width: 360px;
  }

  .process-grid h3 {
    min-height: auto;
  }

  .discount-card {
    min-height: auto;
  }

  .about-contact {
    text-align: center;
  }

  .footer-image {
    max-width: 360px;
    margin: 0 auto;
  }

  .footer-image img {
    height: auto;
    aspect-ratio: 1.4 / 1;
  }
}

/* Very small phones */

@media (max-width: 430px) {
  .brand {
    gap: 0.55rem;
  }

  .brand-mark {
    width: 42px;
  }

  .section-label {
    font-size: 0.7rem;
  }

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

  .hero-media {
    min-height: 300px;
  }

  .catalog-tag {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 2rem);
    margin: -3.2rem auto 1rem;
  }
}

/* =========================================================
   LAYOUT FIX: Services / "Also Building" section
   Paste-safe override. Keep this at the VERY BOTTOM.
   ========================================================= */

.services {
  display: block !important;
  padding: clamp(2.5rem, 5vw, 4rem) var(--page-gutter) !important;
}

.services-intro {
  max-width: 760px !important;
  margin: 0 0 clamp(1.75rem, 3vw, 2.5rem) 0 !important;
  text-align: left !important;
}

.services-intro h2 {
  max-width: 760px !important;
  font-size: clamp(2.5rem, 5.4vw, 5.4rem) !important;
  line-height: 0.9 !important;
  letter-spacing: 0.02em !important;
  margin-bottom: 1.2rem !important;
}

.services-intro p:not(.ornament):not(.section-label) {
  max-width: 520px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.service-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(0.8rem, 1.6vw, 1.25rem) !important;
  align-items: start !important;
  width: 100% !important;
}

.service-card {
  min-width: 0 !important;
  text-align: center !important;
}

.service-card img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1.28 / 1 !important;
  height: auto !important;
  object-fit: cover !important;
}

@media (max-width: 1180px) {
  .services-intro {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .services-intro p:not(.ornament):not(.section-label) {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .services {
    padding: 2.5rem 1rem !important;
  }

  .services-intro h2 {
    font-size: clamp(2.3rem, 12vw, 4rem) !important;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 430px) {
  .service-grid {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   FIX: Photo discount card text overflow
   Keep this at the VERY BOTTOM of style.css
   ========================================================= */

.discount-card {
  overflow: hidden !important;
}

.discount-card h2 {
  max-width: 100% !important;
  font-size: clamp(2.4rem, 4.2vw, 3.4rem) !important;
  line-height: 0.95 !important;
  letter-spacing: 0.01em !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.discount-card p:not(.section-label) {
  max-width: 34rem !important;
}

@media (max-width: 1180px) {
  .discount-card {
    max-width: 620px !important;
    width: 100% !important;
  }

  .discount-card h2 {
    font-size: clamp(2.4rem, 8vw, 4rem) !important;
  }
}

@media (max-width: 760px) {
  .discount-card h2 {
    font-size: clamp(2.2rem, 10vw, 3.25rem) !important;
  }
}

@media (max-width: 430px) {
  .discount-card h2 {
    font-size: clamp(2rem, 9vw, 2.65rem) !important;
    letter-spacing: 0 !important;
  }
}
