:root {
  --ink: #073f4a;
  --ink-deep: #052f37;
  --teal: #008f99;
  --orange: #f26a21;
  --orange-dark: #d95616;
  --cream: #fff8ee;
  --paper: #ffffff;
  --green: #1fa855;
  --green-dark: #137e3e;
  --muted: #5d7175;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family:
    Arial,
    Helvetica,
    sans-serif;
}

a {
  color: inherit;
}

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

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 238, 0.87)),
    repeating-linear-gradient(
      -45deg,
      rgba(0, 143, 153, 0.045) 0,
      rgba(0, 143, 153, 0.045) 1px,
      transparent 1px,
      transparent 13px
    );
}

.hero::before {
  position: absolute;
  z-index: -2;
  top: -150px;
  right: -80px;
  width: 48vw;
  min-width: 530px;
  height: 118%;
  border-radius: 0 0 0 46%;
  background: var(--ink);
  content: "";
  transform: rotate(4deg);
  transform-origin: top right;
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: 25%;
  bottom: 70px;
  width: 170px;
  height: 170px;
  border: 34px solid rgba(242, 106, 33, 0.13);
  border-radius: 50%;
  content: "";
}

.hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(4px);
  pointer-events: none;
}

.hero-glow-one {
  top: 14%;
  right: 4%;
  width: 300px;
  height: 300px;
  background: rgba(0, 143, 153, 0.18);
}

.hero-glow-two {
  right: 33%;
  bottom: -120px;
  width: 240px;
  height: 240px;
  background: rgba(242, 106, 33, 0.16);
}

.site-header {
  display: flex;
  min-height: 132px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  outline: none;
}

.brand:focus-visible {
  box-shadow: 0 0 0 4px rgba(31, 168, 85, 0.22);
}

.brand img {
  display: block;
  width: 170px;
  height: auto;
  object-fit: contain;
}

.location-tag {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.hero-content {
  display: grid;
  min-height: calc(100vh - 215px);
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  align-items: center;
  gap: 70px;
  padding-block: 44px 118px;
}

.hero-copy {
  max-width: 660px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.eyebrow span {
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: var(--orange);
}

h1 {
  max-width: 650px;
  margin: 0;
  color: var(--ink-deep);
  font-size: clamp(52px, 6.4vw, 88px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

h1 strong {
  display: block;
  color: var(--orange);
  font-weight: 900;
}

.hero-description {
  max-width: 600px;
  margin: 30px 0 30px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.62;
}

.primary-cta {
  display: inline-flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 28px;
  border-radius: 15px;
  background: var(--green);
  box-shadow: 0 13px 28px rgba(31, 168, 85, 0.28);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.primary-cta span {
  font-size: 25px;
  line-height: 1;
  transition: transform 180ms ease;
}

.primary-cta:hover {
  background: var(--green-dark);
  box-shadow: 0 16px 34px rgba(19, 126, 62, 0.34);
  transform: translateY(-3px);
}

.primary-cta:hover span {
  transform: translateX(4px);
}

.primary-cta:focus-visible {
  outline: 4px solid rgba(31, 168, 85, 0.28);
  outline-offset: 4px;
}

.cta-note {
  margin: 16px 0 0;
  color: #73868a;
  font-size: 13px;
}

.offer-visual {
  position: relative;
  display: flex;
  min-height: 500px;
  align-items: center;
  justify-content: center;
}

.group-card {
  position: relative;
  width: min(100%, 440px);
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.06));
  box-shadow: 0 34px 80px rgba(1, 27, 31, 0.3);
  color: #fff;
  transform: rotate(-3deg);
  backdrop-filter: blur(8px);
}

.group-card::before {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  content: "";
  pointer-events: none;
}

.card-topline {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #5ee98d;
  box-shadow: 0 0 0 5px rgba(94, 233, 141, 0.13);
}

.group-card > p {
  margin: 72px 0 8px;
  color: #83d5d7;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.group-card h2 {
  max-width: 340px;
  margin: 0;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.message-preview {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 52px;
  padding: 14px;
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  transform: rotate(3deg);
}

.message-avatar {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.message-preview div {
  display: grid;
  gap: 4px;
}

.message-preview strong {
  font-size: 13px;
}

.message-preview small {
  color: #718387;
  font-size: 12px;
}

.mini-sticker {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  background: var(--orange);
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.22);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
}

.sticker-top {
  top: 14px;
  right: 8px;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  transform: rotate(9deg);
}

.sticker-bottom {
  bottom: 6px;
  left: -4px;
  width: 148px;
  min-height: 78px;
  border-radius: 19px;
  transform: rotate(5deg);
}

.sticker-bottom strong {
  display: block;
  margin-top: -12px;
  font-size: 18px;
  letter-spacing: 0.025em;
}

.benefit-strip {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--orange);
  color: #fff;
}

.benefit-list {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  gap: 38px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.benefit-list i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
}

.why-section {
  position: relative;
  overflow: hidden;
  padding: 128px 0 120px;
  background: #fff;
}

.why-section::before {
  position: absolute;
  top: -110px;
  right: -90px;
  width: 290px;
  height: 290px;
  border: 46px solid rgba(0, 143, 153, 0.08);
  border-radius: 50%;
  content: "";
}

.section-heading {
  max-width: 840px;
}

.section-heading h2,
.store-intro h2,
.final-content h2 {
  margin: 0;
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 900;
  letter-spacing: -0.052em;
  line-height: 1;
}

.section-heading > p:last-child {
  max-width: 660px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 64px;
}

.reason-card {
  min-height: 280px;
  padding: 34px;
  border: 1px solid rgba(7, 63, 74, 0.13);
  border-radius: 26px;
  background: #fffaf4;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.reason-card:hover {
  box-shadow: 0 22px 50px rgba(7, 63, 74, 0.12);
  transform: translateY(-6px);
}

.reason-card-featured {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
  transform: rotate(-1.5deg);
}

.reason-card-featured:hover {
  transform: rotate(-1.5deg) translateY(-6px);
}

.reason-card > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 143, 153, 0.1);
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

.reason-card-featured > span {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.reason-card h3 {
  margin: 60px 0 14px;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.reason-card p {
  margin: 0;
  color: #65797d;
  font-size: 15px;
  line-height: 1.62;
}

.reason-card-featured p {
  color: rgba(255, 255, 255, 0.82);
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.store-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: var(--ink);
  color: #fff;
}

.store-section::after {
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 380px;
  height: 380px;
  border: 62px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  content: "";
}

.store-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(540px, 1.22fr);
  gap: 80px;
}

.eyebrow-light {
  color: #6bd1d4;
}

.eyebrow-light span {
  background: var(--orange);
}

.store-intro h2 {
  max-width: 500px;
  color: #fff;
}

.store-intro > p:last-child {
  max-width: 480px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.68;
}

.store-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.detail-card {
  position: relative;
  z-index: 1;
  min-height: 160px;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
}

.detail-wide {
  min-height: 210px;
  grid-column: 1 / -1;
  padding-right: 170px;
  background:
    linear-gradient(110deg, rgba(0, 143, 153, 0.21), rgba(255, 255, 255, 0.05));
}

.detail-card > p {
  margin: 0 0 20px;
  color: #6bd1d4;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.detail-card h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.detail-card span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
}

.detail-wide > a {
  display: inline-flex;
  margin-top: 27px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.detail-wide > a:hover {
  color: #7de0e3;
}

.detail-wide > a:focus-visible,
.contact-card > a:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(107, 209, 212, 0.35);
  outline-offset: 5px;
}

.contact-card {
  min-height: 128px;
  border-color: rgba(242, 106, 33, 0.3);
}

.contact-card > p {
  margin-bottom: 18px;
  color: #ff9b63;
}

.contact-card > a {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  text-decoration: none;
}

.final-section {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background: var(--orange);
  color: #fff;
}

.final-accent {
  position: absolute;
  top: 50%;
  left: -28px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 170px;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
  transform: translateY(-50%);
}

.final-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 60px;
}

.final-content > div > p {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.final-content h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(40px, 4.8vw, 66px);
}

.final-content .primary-cta {
  background: #fff;
  box-shadow: 0 13px 30px rgba(125, 47, 7, 0.18);
  color: var(--ink);
}

.final-content .primary-cta:hover {
  background: var(--ink);
  color: #fff;
}

footer {
  padding: 28px 0;
  background: #fff;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-content img {
  width: 138px;
  height: auto;
}

.footer-content p {
  margin: 0;
  color: #718387;
  font-size: 13px;
  font-weight: 700;
}

.mobile-cta {
  display: none;
}

@media (max-width: 920px) {
  .hero::before {
    top: auto;
    right: -26%;
    bottom: 0;
    width: 120%;
    min-width: 0;
    height: 50%;
    border-radius: 50% 0 0;
    transform: rotate(-2deg);
  }

  .location-tag {
    border-color: rgba(7, 63, 74, 0.13);
    color: var(--ink);
  }

  .hero-content {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 54px 150px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .offer-visual {
    min-height: 460px;
  }

  .group-card {
    width: min(92%, 500px);
  }

  .sticker-top {
    right: 4%;
  }

  .sticker-bottom {
    left: 5%;
  }

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

  .reason-card {
    min-height: 230px;
  }

  .reason-card h3 {
    margin-top: 45px;
  }

  .store-layout {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .store-intro h2 {
    max-width: 680px;
  }

  .final-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .page-shell {
    width: min(100% - 34px, 1180px);
  }

  .site-header {
    min-height: 104px;
  }

  .brand img {
    width: 138px;
  }

  .location-tag {
    min-height: 34px;
    padding-inline: 12px;
    font-size: 10px;
  }

  .hero-content {
    padding-top: 34px;
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: 0.105em;
  }

  h1 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .hero-description {
    margin-block: 24px 26px;
    font-size: 17px;
  }

  .primary-cta {
    width: 100%;
    min-height: 62px;
    gap: 18px;
    padding-inline: 18px;
    font-size: 13px;
  }

  .cta-note {
    text-align: center;
  }

  .offer-visual {
    min-height: 420px;
  }

  .group-card {
    padding: 30px;
    border-radius: 27px;
  }

  .group-card > p {
    margin-top: 52px;
  }

  .group-card h2 {
    font-size: 41px;
  }

  .message-preview {
    margin-top: 42px;
  }

  .sticker-top {
    top: 28px;
    width: 80px;
    height: 80px;
    font-size: 10px;
  }

  .sticker-bottom {
    bottom: 8px;
    width: 130px;
    min-height: 68px;
    font-size: 10px;
  }

  .sticker-bottom strong {
    font-size: 16px;
  }

  .benefit-list {
    min-height: 64px;
    justify-content: flex-start;
    gap: 22px;
    overflow: hidden;
    white-space: nowrap;
  }

  .benefit-list span:nth-of-type(3),
  .benefit-list i:nth-of-type(2) {
    display: none;
  }

  .why-section,
  .store-section {
    padding: 90px 0;
  }

  .section-heading h2,
  .store-intro h2,
  .final-content h2 {
    font-size: 43px;
  }

  .reason-grid {
    margin-top: 44px;
  }

  .reason-card {
    min-height: 235px;
    padding: 27px;
  }

  .section-action .primary-cta {
    font-size: 12px;
  }

  .store-details {
    grid-template-columns: 1fr;
  }

  .detail-wide {
    grid-column: auto;
    padding-right: 27px;
  }

  .detail-card {
    min-height: 145px;
  }

  .contact-card {
    min-height: 120px;
  }

  .final-section {
    padding: 78px 0 108px;
  }

  .final-content {
    gap: 40px;
  }

  .final-content .primary-cta {
    display: none;
  }

  footer {
    padding-bottom: 104px;
  }

  .footer-content {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .mobile-cta {
    position: fixed;
    z-index: 20;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 22px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 15px;
    background: var(--green);
    box-shadow: 0 14px 38px rgba(0, 42, 16, 0.28);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.055em;
    text-decoration: none;
  }

  .mobile-cta span {
    font-size: 22px;
  }

  .mobile-cta:focus-visible {
    outline: 4px solid rgba(31, 168, 85, 0.3);
    outline-offset: 3px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .group-card {
    animation: card-float 5s ease-in-out infinite;
  }

  .sticker-top {
    animation: sticker-pulse 3.8s ease-in-out infinite;
  }

  @keyframes card-float {
    0%,
    100% {
      transform: rotate(-3deg) translateY(0);
    }
    50% {
      transform: rotate(-2deg) translateY(-9px);
    }
  }

  @keyframes sticker-pulse {
    0%,
    100% {
      transform: rotate(9deg) scale(1);
    }
    50% {
      transform: rotate(6deg) scale(1.05);
    }
  }
}
