/* A neutral stage lets the mascot and equipment carry the brand. */
.hero { padding-top: 36px; }
.hero .slides { display: grid; }
.hero .slide { grid-area: 1 / 1; grid-template-columns: 1fr 1.06fr; gap: 48px; }
/* Both slides contribute to height; inactive links stay out of the tab order. */
.hero .slide[hidden] { display: grid !important; visibility: hidden; pointer-events: none; }
.hero .hero-copy { padding: 38px 0; }
.hero h1, .hero h2 { font-size: clamp(48px, 5.15vw, 72px); line-height: 1.06; }
.hero .hero-copy > p { max-width: 440px; line-height: 1.75; }
.hero .hero-actions { gap: 26px; }
.hero .hero-actions .button { min-height: 52px; border-radius: 12px; }
.hero .hero-actions .text-link { gap: 12px; }
.hero .arrow-icon { display: block; flex: 0 0 auto; }
.hero .hero-art {
  position: relative;
  min-height: 0;
  height: auto;
  aspect-ratio: 1.08;
  align-self: center;
  overflow: hidden;
  border: 1px solid #e9dfd2;
  border-radius: 32px;
  background: #f3ece2;
  isolation: isolate;
}
.hero .hero-art--service { background: #f0eee7; }
.hero .hero-art::before {
  content: '';
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  left: -9%;
  top: 28%;
  border-radius: 50%;
  background: #e8d5bb;
  opacity: .65;
}
.hero .comfort-orbit {
  position: absolute;
  width: 91%;
  aspect-ratio: 1;
  top: 16%;
  left: -19%;
  border: 1px solid #d6c1a5;
  border-radius: 50%;
}
.hero .art-topline {
  top: 24px;
  left: 28px;
  right: 28px;
  color: #765638;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .13em;
  gap: 12px;
  z-index: 3;
}
.hero .art-topline .season-icon {
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  height: 36px;
  border: 1px solid #d9c6ad;
  border-radius: 50%;
  line-height: 1;
}
.hero .season-icon svg { display: block; width: 24px; height: 24px; }
.hero .hero-product {
  position: absolute;
  width: 62%;
  top: 18%;
  right: 5%;
  bottom: auto;
  z-index: 1;
  filter: drop-shadow(0 16px 12px #68513620);
}
.hero .hero-mascot {
  position: absolute;
  width: 88%;
  max-width: none;
  left: -8%;
  bottom: 12%;
  z-index: 2;
  filter: drop-shadow(0 18px 10px #68513614);
}
.hero .hero-art--service .hero-mascot { width: 54%; left: 0; bottom: 12%; }
.hero .hero-art--service .hero-product { width: 59%; top: 26%; right: 4%; }
.hero .comfort-note {
  position: absolute;
  right: 5%;
  bottom: 16%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid #ffffff;
  border-radius: 14px;
  background: #fffcf7f2;
  box-shadow: 0 10px 28px #6851360a;
  font-size: 11px;
  line-height: 1.65;
  color: #765638;
}
.hero .comfort-note strong { display: block; font-size: 12px; color: #65472d; }
.hero .comfort-check { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #f2e4d1; font-size: 15px; }
.hero .art-caption { position: absolute; bottom: 5%; left: 0; width: 100%; text-align: center; font-size: 10px; color: #765638; letter-spacing: .06em; }
.hero .hero-bottom { padding-block: 20px; }
.hero .carousel-controls { gap: 10px; }
.hero .carousel-arrow { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; background: white; }
.hero .carousel-arrow:last-child { background: var(--ink); color: white; border-color: var(--ink); }
.hero .carousel-arrow:hover { background: var(--orange-soft); color: var(--ink); border-color: var(--orange-border); }
.hero .slide-count { min-width: 56px; text-align: center; font-variant-numeric: tabular-nums; }
.hero .slide-picker { display: flex; align-items: center; }
.hero .slide-picker button { display: grid; place-items: center; width: 38px; height: 44px; border: 0; border-radius: 8px; background: transparent; }
.hero .slide-picker button span { width: 7px; height: 7px; border-radius: 8px; background: #aab9c5; transition: width .25s, background .25s; }
.hero .slide-picker button[aria-current="true"] span { width: 26px; background: var(--orange); }
.hero .slide-picker button:hover { background: var(--orange-soft); }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (prefers-reduced-motion: no-preference) {
  .hero .slide:not([hidden]) .hero-copy { animation: hero-copy-in .55s ease both; }
  .hero .slide:not([hidden]) .hero-product { animation: hero-product-in .8s cubic-bezier(.2,.7,.2,1) both; }
  .hero .slide:not([hidden]) .hero-mascot { animation: hero-mascot-in 1s cubic-bezier(.2,.7,.2,1) both; }
  .hero .slide:not([hidden]) .comfort-note { animation: hero-copy-in .6s .2s ease both; }
}
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-product-in { from { opacity: 0; transform: translate(18px, -12px); } to { opacity: 1; transform: translate(0, 0); } }
@keyframes hero-mascot-in { from { opacity: 0; transform: translate(-16px, 22px) rotate(-3deg); } to { opacity: 1; transform: translate(0, 0) rotate(0); } }
@media (max-width: 1050px) {
  .hero .slide { gap: 26px; }
  .hero h1, .hero h2 { font-size: clamp(43px, 5.2vw, 56px); }
  .hero .hero-copy > p { font-size: 16px; }
  .hero .hero-art { aspect-ratio: .94; }
  .hero .hero-mascot { width: 100%; left: -14%; bottom: 17%; }
  .hero .hero-art--service .hero-mascot { width: 60%; }
  .hero .comfort-note { bottom: 12%; padding: 9px 11px; gap: 7px; }
  .hero .art-topline { left: 20px; right: 20px; font-size: 8px; }
  .hero .hero-bottom .muted { display: none; }
}
@media (max-width: 760px) {
  .hero { padding-top: 12px; }
  .hero .slide { grid-template-columns: minmax(0, 1fr); grid-template-rows: 1fr auto; gap: 28px; }
  .hero .hero-copy { padding: 24px 0 0; align-self: start; }
  .hero h1, .hero h2 { font-size: clamp(43px, 9.5vw, 65px); max-width: 570px; }
  .hero .hero-copy > p { font-size: 15px; }
  .hero .hero-actions { gap: 24px; margin-top: 24px; }
  .hero .hero-art { width: 100%; max-width: 550px; justify-self: center; aspect-ratio: 1.22; border-radius: 24px; }
  .hero .hero-mascot { width: 82%; left: -8%; bottom: 11%; }
  .hero .hero-art--service .hero-mascot { width: 49%; left: 1%; bottom: 11%; }
  .hero .hero-product { width: 57%; top: 20%; }
  .hero .hero-art--service .hero-product { width: 54%; top: 25%; }
  .hero .art-topline { top: 18px; }
  .hero .art-topline .season-icon { height: 28px; flex-basis: 28px; }
  .hero .season-icon svg { width: 20px; height: 20px; }
  .hero .comfort-note { bottom: 15%; }
  .hero .hero-bottom { gap: 12px; flex-wrap: wrap; }
  .hero .hero-bottom > span { max-width: none; font-size: 11px; }
  .hero .carousel-controls { margin-left: auto; }
}
@media (max-width: 440px) {
  .hero .hero-art { aspect-ratio: 1.06; }
  .hero .hero-mascot { width: 94%; left: -12%; bottom: 17%; }
  .hero .hero-art--service .hero-mascot { width: 55%; }
  .hero .hero-product { width: 63%; top: 22%; }
  .hero .hero-art--service .hero-product { width: 57%; top: 28%; }
  .hero .comfort-note { bottom: 12%; right: 4%; font-size: 10px; padding: 8px 10px; }
  .hero .comfort-note strong { font-size: 10px; }
  .hero .comfort-check { width: 22px; height: 22px; font-size: 12px; }
  .hero .art-caption { font-size: 8px; }
  .hero .art-topline { left: 16px; right: 16px; font-size: 7px; gap: 8px; }
  .hero .hero-bottom { justify-content: center; }
  .hero .hero-bottom > span { width: 100%; text-align: center; }
  .hero .carousel-controls { margin-left: 0; }
}
