:root {
  --brown: #764900;
  --brown-deep: #4b2c00;
  --orange: #ff9e00;
  --orange-light: #ffc056;
  --orange-pale: #fff4e1;
  --cyan: #00b6e4;
  --cyan-pale: #e9fbff;
  --navy: #082759;
  --navy-deep: #041b42;
  --red: #df1012;
  --yellow: #ffd21a;
  --ink: #1e1b17;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fffdf9;
  color: var(--brown);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.section-inner {
  width: min(1130px, calc(100% - 50px));
  margin: 0 auto;
}

.site-header {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1000;
  width: min(100%, 1280px);
  max-height: 86px;
  margin-top: 20px;
  padding: 10px 10px 10px 95px;
  overflow: hidden;
  border-radius: 48px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.brand {
  display: block;
  transition: opacity 0.2s ease;
}

.brand-logo {
  display: block;
  width: 90px;
  height: auto;
}

.brand:hover {
  opacity: 0.8;
}

.header-info {
  margin-right: 16px;
  margin-left: auto;
  color: #4b3a1c;
  text-align: left;
}

.header-info time {
  display: block;
  color: var(--brown);
  font-size: 0.875rem;
  font-weight: 400;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-phone {
  display: block;
  color: var(--brown);
  font-family: "Arial", sans-serif;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1;
}

.header-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 220px;
  padding: 22px 30px;
  border-radius: 32px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

.header-button:hover,
.button:hover,
.contact-pill:hover,
.footer-instagram-link:hover {
  opacity: 0.85;
}

.header-button-icon {
  object-fit: contain;
}

.header-button-icon-trial {
  width: 24px;
  height: 24px;
}

.header-button-icon-apply {
  width: 19px;
  height: 19px;
}

.header-button-icon-document {
  width: 24px;
  height: 24px;
}

.header-button-dark {
  background: var(--brown);
}

.header-button-orange {
  border: 1px solid var(--orange);
  background: linear-gradient(90deg, var(--orange-light), var(--orange));
}

.header-button-document {
  border: 1px solid var(--cyan);
  background: var(--cyan);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 145px 0 80px;
  background-image: linear-gradient(
      90deg,
      rgba(255, 253, 249, 0.98) 0%,
      rgba(255, 253, 249, 0.9) 32%,
      rgba(255, 253, 249, 0.58) 48%,
      rgba(255, 253, 249, 0.08) 66%,
      rgba(255, 253, 249, 0) 100%
    ),
    url("../image/common/keyvisual.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero::before {
  content: none;
}

.hero::after {
  content: none;
}

.hero-pattern {
  display: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 535px;
  align-items: center;
}

.hero-copy {
  width: min(55%, 660px);
  margin: 0;
  padding-top: 0;
  text-align: left;
}

.hero-kicker {
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 24px;
  border: 2px solid var(--brown);
  border-radius: 999px;
  background: var(--white);
  color: var(--brown);
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 5px 5px 0 var(--yellow);
}

.hero h1 {
  margin: 0;
  color: var(--ink);
  line-height: 1.03;
}

.hero-season {
  display: block;
  color: var(--red);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(3.3rem, 6vw, 5.8rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-mainline {
  display: block;
  margin-top: -0.04em;
  color: var(--red);
  font-size: clamp(2.65rem, 4.8vw, 4.55rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  text-shadow: 3px 3px 0 var(--yellow);
}

.hero-mainline strong {
  margin-right: 0.06em;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.25em;
  font-weight: 800;
  text-shadow: none;
}

.hero-lead {
  display: inline-block;
  margin: 25px 0 0;
  padding: 8px 18px 10px;
  background: linear-gradient(90deg, #c90b0d, #ef4a0c);
  color: var(--white);
  font-size: clamp(1rem, 2.2vw, 1.3rem);
  font-weight: 900;
  transform: rotate(-1deg);
}

.hero-offer {
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  margin: 30px 0 0;
  padding: 16px 26px 16px 18px;
  border: 2px solid var(--red);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(75, 44, 0, 0.09);
}

.hero-offer-label {
  padding: 9px 12px;
  background: var(--navy);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 900;
  writing-mode: vertical-rl;
}

.hero-offer > div {
  display: flex;
  align-items: baseline;
  gap: 9px;
}

.hero-offer-old {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: line-through;
}

.hero-offer-arrow {
  color: var(--red);
  font-size: 0.82rem;
}

.hero-offer strong {
  color: var(--red);
  font-family: Arial, sans-serif;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 0.8;
}

.hero-offer small {
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 900;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 13px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 14px 28px;
  border-radius: 32px;
  font-size: 0.95rem;
  font-weight: 900;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.button-primary {
  border: 2px solid var(--orange);
  background: linear-gradient(90deg, var(--orange-light), var(--orange));
  color: var(--white);
  box-shadow: 0 9px 20px rgba(255, 158, 0, 0.25);
}

.button-secondary {
  border: 2px solid var(--brown);
  background: var(--white);
  color: var(--brown);
}

.contact-band {
  position: relative;
  z-index: 3;
  margin-top: -28px;
  padding: 37px 0;
  border-radius: 0 0 40px 40px;
  background: linear-gradient(180deg, var(--orange-light), var(--orange));
  color: var(--white);
  box-shadow: 0 12px 28px rgba(255, 158, 0, 0.18);
}

.contact-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.contact-band-kicker {
  margin: 0 0 4px;
  color: var(--brown);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.contact-band-title {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 900;
}

.contact-band-actions {
  display: flex;
  gap: 12px;
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 54px;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 900;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.contact-pill img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.contact-pill-white {
  border: 1px solid var(--white);
  background: var(--white);
  color: var(--orange);
}

.contact-pill-brown {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: var(--brown);
  color: var(--white);
  font-family: Arial, sans-serif;
  letter-spacing: 0.04em;
}

.contact-pill-cyan {
  border: 1px solid var(--cyan);
  background: var(--cyan);
  color: var(--white);
}

.section {
  padding: 105px 0;
}

.section-worries,
.section-offer,
.section-support {
  position: relative;
  overflow: hidden;
}

.section-worries {
  background: #fffdf9;
}

.section-worries::before,
.section-offer::before,
.section-support::before {
  position: absolute;
  inset: 0;
  background-image: url("../image/common/autumn-leaves-background.png");
  background-position: center;
  background-size: min(1050px, 120vw) auto;
  background-repeat: no-repeat;
  opacity: 0.075;
  content: "";
  pointer-events: none;
}

.section-worries .section-inner,
.section-offer .section-inner,
.section-support .section-inner {
  position: relative;
  z-index: 1;
}

.worries-copy {
  width: min(100%, 880px);
  margin: 0 auto;
  text-align: center;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--cyan);
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading {
  margin: 0;
  color: var(--brown);
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 8px;
  text-underline-offset: 8px;
}

.section-lead {
  margin: 32px 0 0;
  color: var(--brown);
  font-size: 1rem;
}

.worry-list {
  display: grid;
  gap: 12px;
  width: min(100%, 720px);
  margin: 32px auto 0;
  padding: 0;
  list-style: none;
}

.worry-list li {
  display: flex;
  align-items: center;
  padding: 17px 20px;
  border-bottom: 1px solid #fdab24;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  box-shadow: 0 5px 15px rgba(118, 73, 0, 0.06);
}

.worry-list span {
  display: grid;
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  margin-right: 13px;
  place-items: center;
  border-radius: 50%;
  background: var(--cyan);
  color: var(--white);
}

.section-strengths {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  border-radius: 0 0 48px 48px;
  background: linear-gradient(180deg, var(--orange-light), var(--orange));
}

.section-strengths::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.18) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 55px 50px;
  content: "";
}

.section-strengths .section-inner {
  position: relative;
  z-index: 1;
}

.strengths-brand {
  margin: 0;
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-align: center;
}

.strengths-title {
  margin: 13px 0 0;
  color: var(--brown);
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}

.strengths-title span {
  display: inline-block;
  margin-left: 0.2em;
  padding: 3px 14px 6px;
  border-radius: 12px;
  background: var(--white);
  color: var(--orange);
}

.strength-stack {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 68px;
}

.strength-card {
  position: relative;
  min-height: 300px;
  padding: 65px 52px 42px;
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 15px 35px rgba(118, 73, 0, 0.15);
}

.strength-number {
  position: absolute;
  top: -36px;
  left: 50%;
  display: grid;
  width: 104px;
  height: 76px;
  place-items: center;
  border-radius: 52px 52px 0 0;
  background: var(--white);
  color: var(--cyan);
  font-family: Arial, sans-serif;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1;
  transform: translateX(-50%);
}

.strength-label {
  margin: 0 0 10px;
  color: var(--cyan);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-align: center;
}

.strength-card h3 {
  margin: 0;
  color: var(--brown);
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  line-height: 1.45;
  text-align: center;
}

.strength-card > p:last-child {
  margin: 25px 0 0;
  color: var(--brown);
}

.section-offer {
  background: var(--cyan-pale);
}

.offer-layout {
  display: block;
}

.offer-copy {
  width: min(100%, 720px);
  margin: 0 auto;
  padding: 35px 0;
  text-align: center;
}

.offer-kicker {
  margin: 0 0 10px;
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.offer-copy h2 {
  display: inline-block;
  margin: 0;
  padding: 7px 28px 10px;
  background: var(--navy);
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 900;
  clip-path: polygon(0 0, 100% 0, 89% 100%, 11% 100%);
}

.offer-price-label {
  margin: 23px 0 0;
  color: var(--ink);
  font-size: 1.45rem;
  font-weight: 900;
}

.offer-free {
  margin: 4px 0 0;
  color: var(--red);
  font-size: clamp(3.6rem, 7vw, 5.8rem);
  font-weight: 900;
  line-height: 1;
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 10px;
  text-underline-offset: 6px;
}

.offer-zero {
  display: grid;
  grid-template-columns: 1fr auto auto 1fr;
  align-items: end;
  width: min(300px, 100%);
  margin: 30px auto 0;
  color: var(--ink);
  line-height: 1;
}

.offer-zero span,
.offer-zero b {
  grid-column: 1 / -1;
}

.offer-zero span {
  font-size: 1.1rem;
  font-weight: 900;
}

.offer-zero b {
  margin: 8px 0 3px;
  color: var(--red);
}

.offer-zero strong {
  grid-column: 2;
  color: var(--red);
  font-family: Arial, sans-serif;
  font-size: clamp(6.4rem, 12vw, 9rem);
  font-weight: 900;
  letter-spacing: -0.08em;
}

.offer-zero small {
  grid-column: 3;
  margin: 0 0 13px 9px;
  font-size: 1.55rem;
  font-weight: 900;
}

.offer-message {
  margin: 15px 0 0;
  color: var(--brown);
  font-weight: 800;
}

.section-support {
  background: #fffdf9;
}

.speech-heading {
  position: relative;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 10px 34px 12px;
  border-radius: 30px;
  background: var(--orange);
  color: var(--white);
  font-size: 0.98rem;
  font-weight: 900;
}

.speech-heading::after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  border-width: 12px 10px 0;
  border-style: solid;
  border-color: var(--orange) transparent transparent;
  content: "";
  transform: translateX(-50%);
}

.support-title {
  margin: 0;
  color: var(--brown);
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  font-weight: 900;
  text-align: center;
}

.support-lead {
  margin: 13px 0 0;
  color: var(--brown);
  text-align: center;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 52px;
}

.support-card {
  padding: 35px 28px;
  border-top: 9px solid var(--cyan);
  border-radius: 0 0 18px 18px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(118, 73, 0, 0.09);
  text-align: center;
}

.support-number {
  color: var(--cyan);
  font-family: Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
}

.support-card h3 {
  margin: 10px 0 8px;
  color: var(--brown);
  font-size: 1.35rem;
}

.support-card p {
  margin: 0;
  color: var(--brown);
  font-size: 0.92rem;
}

.final-cta {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 360px;
  margin-top: 65px;
  padding: 100px 48px 100px 220px;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--orange);
  background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.2) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 158, 0, 0) 0%, rgba(253, 171, 36, 0.49) 50%, #ffca72 100%);
  background-size: 14px 14px, 14px 14px, auto;
  color: var(--white);
}

.final-cta-student {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: auto;
  height: 296px;
  object-fit: contain;
}

.final-cta-content {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  grid-template-columns: minmax(250px, 0.9fr) minmax(320px, 1.1fr);
  gap: 32px;
  align-items: center;
}

.final-cta-copy p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.final-cta-copy h2 {
  margin: 6px 0 0;
  font-size: clamp(1.75rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
}

.final-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 19px;
  width: 100%;
}

.final-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 21px 32px;
  border-radius: 32px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.final-cta-button:hover {
  opacity: 0.85;
}

.final-cta-button img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.final-cta-button-trial {
  background: var(--brown);
}

.final-cta-button-document {
  background: var(--cyan);
}

.site-footer {
  padding: 57px 20px 40px;
  border-radius: 40px 40px 0 0;
  background: linear-gradient(180deg, #f9c66b 0%, #f2a23d 100%);
  color: var(--white);
  text-align: center;
}

.footer-inner {
  max-width: 800px;
  margin: 0 auto;
}

.footer-logo-link {
  display: inline-block;
  margin-bottom: 23px;
  transition: opacity 0.2s ease;
}

.footer-logo-link:hover {
  opacity: 0.8;
}

.footer-logo {
  width: 120px;
  height: auto;
  border-radius: 12px;
}

.footer-copy {
  margin: 0 0 55px;
  font-size: 1.5rem;
  font-weight: 700;
}

.footer-mobile-break {
  display: none;
}

.footer-instagram-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 38px;
  padding: 18px 20px;
  border: 1px solid #fff;
  border-radius: 40px;
  background: var(--orange);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  transition: background-color 0.45s cubic-bezier(0.2, 0.6, 0.2, 1),
    color 0.45s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.footer-instagram-link:hover {
  background: #fff;
  color: #f2a23d;
}

.footer-instagram-link svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.footer-instagram-link .instagram-dot {
  fill: currentColor;
  stroke: none;
}

.copyright {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
}

.mobile-sticky {
  display: none;
}

@media (max-width: 980px) {
  .site-header {
    padding-left: 28px;
  }

  .header-button {
    width: 180px;
    padding: 18px 20px;
    font-size: 0.875rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    width: 58%;
  }

  .hero-offer > div {
    flex-wrap: wrap;
  }

  .contact-band-inner,
  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .final-cta {
    padding-right: 32px;
    padding-left: 190px;
    text-align: center;
  }

  .final-cta-student {
    height: 250px;
  }

  .final-cta-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 760px) {
  .section-inner {
    width: min(100% - 36px, 640px);
  }

  .site-header {
    top: 0;
    width: 100%;
    height: 60px;
    max-height: 60px;
    margin-top: 0;
    padding: 10px 15px;
    border-radius: 0;
  }

  .header-info {
    display: none;
  }

  .brand-logo {
    width: 60px;
  }

  .header-contact {
    gap: 4px;
  }

  .header-button {
    gap: 4px;
    width: auto;
    padding: 11.5px 12px;
    font-size: 0.75rem;
  }

  .header-button-icon-trial {
    width: 16px;
    height: 16px;
  }

  .header-button-icon-apply {
    width: 10px;
    height: 10px;
  }

  .header-button-icon-document {
    width: 16px;
    height: 16px;
  }

  .hero {
    padding: 370px 0 72px;
    background-image: linear-gradient(
        180deg,
        rgba(255, 253, 249, 0) 0,
        rgba(255, 253, 249, 0.06) 235px,
        rgba(255, 253, 249, 0.96) 350px,
        #fffdf9 430px,
        var(--orange-pale) 100%
      ),
      url("../image/common/keyvisual.png");
    background-position: 67% top;
    background-size: auto 430px;
    background-repeat: no-repeat;
  }

  .hero-inner {
    display: block;
    min-height: 0;
  }

  .hero-copy {
    width: 100%;
    padding-top: 10px;
    text-align: center;
  }

  .hero h1,
  .hero-kicker,
  .hero-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .hero h1 {
    text-align: center;
  }

  .hero-kicker,
  .hero-lead {
    display: table;
  }

  .hero-offer {
    margin-left: auto;
    margin-right: auto;
  }

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

  .contact-band {
    margin-top: -18px;
    border-radius: 0 0 28px 28px;
  }

  .contact-band-inner {
    align-items: stretch;
  }

  .contact-band-actions {
    flex-direction: column;
  }

  .section {
    padding: 78px 0;
  }

  .section-heading {
    font-size: clamp(2.1rem, 10vw, 3.2rem);
  }

  .strength-stack,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .strength-stack {
    gap: 70px;
  }

  .strength-card {
    min-height: auto;
    padding: 60px 30px 34px;
  }

  .final-cta {
    padding: 100px 15px;
  }

  .final-cta-student {
    display: none;
  }

  .final-cta-copy h2 {
    font-size: 1.5rem;
  }

  .final-cta-actions {
    gap: 13px;
  }

  .final-cta-button {
    padding: 15px 23px;
  }

  .site-footer {
    padding-top: 35px;
  }

  .footer-logo-link {
    margin-bottom: 19px;
  }

  .footer-copy {
    margin-bottom: 42px;
  }

  .footer-mobile-break {
    display: block;
  }
}

@media (max-width: 540px) {
  body {
    padding-bottom: 62px;
  }

  .hero-season {
    font-size: 3.8rem;
  }

  .hero-mainline {
    font-size: 2.45rem;
  }

  .hero-offer {
    gap: 11px;
    width: 100%;
    padding-right: 15px;
  }

  .hero-offer > div {
    gap: 6px;
  }

  .hero-offer-old {
    flex-basis: 100%;
    text-align: center;
  }

  .hero-offer strong {
    font-size: 3.6rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .support-card {
    padding: 30px 22px;
  }

  .footer-instagram-link {
    width: min(100%, 360px);
    font-size: 1rem;
  }

  .mobile-sticky {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    display: grid;
    grid-template-columns: 0.8fr 1.4fr;
    height: 62px;
    background: var(--brown);
    color: var(--white);
    box-shadow: 0 -5px 20px rgba(75, 44, 0, 0.18);
  }

  .mobile-sticky a {
    display: grid;
    place-items: center;
    font-size: 0.8rem;
    font-weight: 900;
  }

  .mobile-sticky a:last-child {
    background: var(--orange);
  }
}
