@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=Noto+Serif+JP:wght@400;500&display=swap');
:root {
  --navy: #1e2a44;
  --navy2: #263754;
  --ink: #273044;
  --ivory: #fbfaf6;
  --sand: #eee8dc;
  --gold: #b1935e;
  --gold2: #e7d5ae;
  --white: #fff;
  --line: rgba(30,42,68,.16);
  --shadow: 0 20px 65px rgba(30,42,68,.14);
  --serif: "Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  --display: "Cormorant Garamond",Georgia,serif;
  --sans: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  line-height: 1.9;
  letter-spacing: .04em;
  overflow-x: hidden;
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 90;
  opacity: .035;
  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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

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

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

button {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

.skip {
  position: fixed;
  left: 8px;
  top: -80px;
  z-index: 100;
  background: #fff;
  padding: 10px;
}

.skip:focus {
  top: 8px;
}

.page-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 3px;
  background: rgba(255,255,255,.12);
  pointer-events: none;
}

.page-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg,var(--gold2),#fff,var(--gold));
  transform-origin: left;
}

.site-header {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(251,250,246,.9);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-header img {
  width: 142px;
}

.hero {
  position: relative;
  min-height: calc(100svh - 62px);
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--navy);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.hero:before,.hero:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero:before {
  width: 68vw;
  height: 68vw;
  top: -22vw;
  right: -28vw;
  background: radial-gradient(circle,rgba(232,217,187,.22),transparent 68%);
  animation: orbFloat 9s ease-in-out infinite;
}

.hero:after {
  width: 45vw;
  height: 45vw;
  left: -20vw;
  top: 33%;
  border: 1px solid rgba(255,255,255,.13);
  animation: orbFloat 12s ease-in-out infinite reverse;
}

.hero__copy {
  padding: 11vw 7vw 7vw;
  position: relative;
  z-index: 4;
}

.eyebrow {
  font-size: .65rem;
  letter-spacing: .22em;
  font-weight: 600;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.hero h1 {
  font: 400 clamp(3.7rem,17vw,7rem)/.78 var(--display);
  letter-spacing: -.045em;
  margin: 0;
}

.hero h1 .word {
  display: block;
  overflow: hidden;
}

.hero h1 .word>span {
  display: inline-block;
  transform: translateY(115%);
  animation: titleRise 1.05s cubic-bezier(.16,1,.3,1) forwards;
}

.hero h1 .word:nth-child(2)>span {
  animation-delay: .16s;
}

.hero h1 em {
  font-weight: 400;
  color: #eadcbe;
}

@media (min-width: 769px) {
  h1 {
    white-space: nowrap;
  }
}

.hero__lead {
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 1.6rem 0;
  opacity: 0;
  animation: fadeRise .9s .55s forwards;
}

.period {
  display: flex;
  gap: .65rem;
  align-items: center;
  font-size: .7rem;
  letter-spacing: .08em;
  opacity: 0;
  animation: fadeRise .9s .72s forwards;
}

.hero__visual {
  margin: 0;
  position: relative;
  align-self: end;
  overflow: hidden;
}

.hero__visual:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,var(--navy),transparent 25%);
  z-index: 2;
  pointer-events: none;
}

.hero__visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg,transparent 25%,rgba(255,255,255,.16) 46%,transparent 62%);
  z-index: 3;
  transform: translateX(-120%);
  animation: shine 5.5s 1.5s ease-in-out infinite;
  pointer-events: none;
}

.hero__visual img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  transform: scale(1.08);
  animation: heroZoom 6s cubic-bezier(.16,1,.3,1) forwards;
  will-change: transform;
}

.hero__badge {
  position: absolute;
  right: 5vw;
  top: 4vw;
  z-index: 5;
  width: 76px;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font: 400 .62rem/1.35 var(--serif);
  letter-spacing: .08em;
  background: rgba(30,42,68,.3);
  backdrop-filter: blur(6px);
  animation: badgePulse 3s ease-in-out infinite;
}

.hero__badge:after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px dashed rgba(255,255,255,.45);
  border-radius: 50%;
  animation: spin 18s linear infinite;
}

.scroll-cue {
  position: absolute;
  right: 1rem;
  bottom: 1.2rem;
  z-index: 5;
  font-size: .55rem;
  letter-spacing: .18em;
  writing-mode: vertical-rl;
}

.scroll-cue span {
  display: block;
  width: 1px;
  height: 44px;
  background: #fff;
  margin: 0 auto .5rem;
  animation: pulse 2s infinite;
}

.floating-petals {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}

.petal {
  position: absolute;
  width: 6px;
  height: 14px;
  border-radius: 70% 20% 70% 20%;
  background: rgba(244,226,190,.68);
  opacity: 0;
  animation: petalFall var(--dur,8s) linear var(--delay,0s) infinite;
  transform: translate3d(0,-15vh,0) rotate(20deg);
}

.section {
  padding: 5.7rem 6vw;
  position: relative;
}

.section-heading {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2.8rem;
}

.section-heading h2,
.countdown h2,
.venue h2,
.dialog__head h2 {
  font: 400 1.6rem / 1.55 var(--serif);
  letter-spacing: 0.06em;
  margin: 0.25rem 0 1rem;
}

@media (min-width: 760px) {
  .section-heading h2,
  .countdown h2,
  .venue h2,
  .dialog__head h2 {
    font-size: 1.7rem;
  }
}

.section-heading>p:last-child {
  font-size: .88rem;
}

.countdown {
  text-align: center;
  background: #fff;
  overflow: hidden;
}

.countdown:before {
  content: "SUMMER";
  position: absolute;
  left: -.05em;
  top: .15em;
  font: 400 26vw/.8 var(--display);
  color: rgba(30,42,68,.035);
  letter-spacing: -.05em;
  pointer-events: none;
}

.countdown__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 7px;
  max-width: 32rem;
  margin: 2rem auto;
  position: relative;
}

.countdown__grid div {
  padding: 1rem .25rem;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.7);
  transform: translateY(0);
  transition: transform .25s ease,box-shadow .25s;
}

.countdown__grid div.is-tick {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(30,42,68,.08);
}

.countdown strong {
  font: 400 1.8rem var(--display);
  display: block;
}

.countdown span {
  font-size: .58rem;
  letter-spacing: .1em;
}

.countdown__status {
  font-size: .75rem;
}

.coupon {
  background: linear-gradient(180deg,#f1ece2,#fbfaf6);
  overflow: hidden;
}

.coupon:before,.coupon:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.coupon:before {
  width: 250px;
  height: 250px;
  top: 14%;
  right: -150px;
  border: 1px solid rgba(169,139,86,.2);
}

.coupon:after {
  width: 170px;
  height: 170px;
  bottom: 7%;
  left: -110px;
  background: rgba(232,217,187,.2);
}

.invitation {
  max-width: 32rem;
  margin: 0 auto;
  position: relative;
  padding-top: 2rem;
  perspective: 1100px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.envelope {
  position: relative;
  padding-top: 5.8rem;
}

.invitation__flap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9rem;
  background: linear-gradient(145deg,#d7c5a5,#eadfc9);
  clip-path: polygon(0 0,100% 0,50% 100%);
  filter: drop-shadow(0 8px 12px rgba(30,42,68,.08));
  transform-origin: top center;
  transform: rotateX(0deg);
  transition: transform .9s cubic-bezier(.16,1,.3,1),filter .5s;
  z-index: 3;
  backface-visibility: hidden;
}

.invitation.is-open .invitation__flap {
  transform: rotateX(-168deg);
  filter: drop-shadow(0 -8px 12px rgba(30,42,68,.08));
}

.envelope__body {
  position: absolute;
  inset: 5.8rem 0 0;
  background: linear-gradient(140deg,#e7dac2,#cfbb98);
  clip-path: polygon(0 0,50% 44%,100% 0,100% 100%,0 100%);
  z-index: 1;
  box-shadow: var(--shadow);
}

.ticket {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 2.5rem 1.4rem;
  text-align: center;
  border: 1px solid rgba(169,139,86,.35);
  box-shadow: var(--shadow);
  transform: translateY(2.4rem) scale(.96);
  transition: transform 1s cubic-bezier(.16,1,.3,1),box-shadow .6s;
}

.invitation.is-open .ticket {
  transform: translateY(-2.5rem) scale(1);
  box-shadow: 0 28px 80px rgba(30,42,68,.2);
}

.ticket:after {
  content: "";
  position: absolute;
  inset: .55rem;
  border: 1px solid rgba(169,139,86,.22);
  pointer-events: none;
}

.ticket__small {
  font-size: .6rem;
  letter-spacing: .22em;
}

.ticket__value {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: .5rem;
  margin: .7rem;
}

.ticket__value b {
  font: 400 4.4rem/.9 var(--display);
  color: var(--navy);
}

.ticket__value span {
  font-family: var(--serif);
}

.ticket__terms {
  font-size: .82rem;
}

.copy-button {
  position: relative;
  z-index: 4;
  width: 100%;
  border: 0;
  background: var(--navy);
  color: #fff;
  padding: 1rem;
  display: grid;
  gap: .1rem;
  cursor: pointer;
  overflow: hidden;
  transition: transform .2s ease,background .25s;
}

.copy-button:active {
  transform: scale(.975);
}

.copy-button:after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
  left: var(--ripple-x,50%);
  top: var(--ripple-y,50%);
  transform: translate(-50%,-50%) scale(0);
  opacity: 0;
}

.copy-button.is-rippling:after {
  animation: ripple .65s ease-out;
}

.copy-button span,.copy-button small {
  font-size: .62rem;
  letter-spacing: .08em;
}

.copy-button strong {
  font-size: 1.2rem;
  letter-spacing: .12em;
}

.ticket__note {
  font-size: .65rem;
  color: #6d7280;
}

.tap-hint {
  text-align: center;
  font-size: .68rem;
  letter-spacing: .1em;
  color: #756b58;
  margin: 3.7rem 0 0;
  animation: hintPulse 1.8s infinite;
}

.text-button {
  display: flex;
  justify-content: space-between;
  width: min(100%,32rem);
  margin: 1.5rem auto 0;
  border: 0;
  border-bottom: 1px solid var(--navy);
  background: none;
  padding: .8rem .2rem;
  cursor: pointer;
}

.selection {
  background: #fff;
  overflow: hidden;
}

.selection:before {
  content: "SELECTED FOR YOU";
  position: absolute;
  top: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font: 400 15vw/1 var(--display);
  color: rgba(30,42,68,.025);
}

.products {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 86%;
  gap: 1rem;
  max-width: none;
  margin: 0 -6vw;
  padding: 0 6vw 1.6rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 6vw;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.products::-webkit-scrollbar {
  display: none;
}

.product {
  scroll-snap-align: center;
  position: relative;
}

.product figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #eee;
  box-shadow: 0 14px 36px rgba(30,42,68,.12);
}

.product img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 1.2s cubic-bezier(.16,1,.3,1);
}

.product.is-active img {
  transform: scale(1);
}

.product figure:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 58%,rgba(20,27,44,.38));
  pointer-events: none;
}

.product__number {
  position: absolute;
  left: .8rem;
  bottom: .55rem;
  z-index: 2;
  color: #fff;
  font: 400 4.4rem/1 var(--display);
  text-shadow: 0 2px 10px rgba(0,0,0,.3);
}

.product__body {
  padding: 1.3rem .4rem;
}

.product__series {
  font-size: .6rem;
  letter-spacing: .2em;
  color: var(--gold);
}

.product h3 {
  font: 400 1.25rem/1.5 var(--serif);
  margin: .3rem 0;
}

.product__body>p:not(.product__series) {
  font-size: .82rem;
}

.product__link {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: .2rem;
  font-size: .75rem;
}

.swipe-guide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  font-size: .65rem;
  letter-spacing: .12em;
  margin-top: .25rem;
}

.swipe-guide i {
  display: block;
  width: 48px;
  height: 1px;
  background: var(--navy);
  position: relative;
  animation: swipeLine 1.8s ease-in-out infinite;
}

.swipe-guide i:after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}

.product-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 1.4rem;
}

.product-dots button {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(30,42,68,.22);
  transition: width .3s,background .3s;
  border-radius .3s
}

.product-dots button.is-active {
  width: 28px;
  border-radius: 8px;
  background: var(--navy);
}

/* 限定SALE会場｜Hero連動サマーグラデーション */
.venue {
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
  isolation: isolate;

  background:
    radial-gradient(
      circle at 82% 10%,
      rgba(244, 219, 120, 0.48),
      transparent 29%
    ),
    radial-gradient(
      circle at 10% 28%,
      rgba(104, 201, 199, 0.4),
      transparent 34%
    ),
    radial-gradient(
      circle at 86% 88%,
      rgba(239, 142, 121, 0.28),
      transparent 32%
    ),
    linear-gradient(
      155deg,
      #172642 0%,
      #214767 36%,
      #4fa9b7 68%,
      #f0c681 122%
    );
}

/* 背景の大きな光の輪 */
.venue::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  top: -205px;
  right: -155px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  box-shadow:
    0 0 0 25px rgba(255, 255, 255, 0.035),
    0 0 0 55px rgba(244, 219, 120, 0.035);
  animation: spin 22s linear infinite;
  pointer-events: none;
}

/* 左下のアクア×コーラルの光 */
.venue::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  left: -145px;
  bottom: -135px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(205, 238, 225, 0.38) 0%,
      rgba(104, 201, 199, 0.2) 42%,
      rgba(239, 142, 121, 0.08) 62%,
      transparent 72%
    );
  pointer-events: none;
}

.venue__inner {
  position: relative;
  z-index: 2;
  max-width: 32rem;
  margin: 0 auto;
}

.venue .eyebrow {
  color: rgba(255, 255, 255, 0.85);
}

.venue h2 {
  color: #fff;
  text-shadow: 0 3px 22px rgba(12, 30, 53, 0.25);
}

.venue__inner > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.88);
}

/* 会場ボタン */
.venue .primary-button {
  color: var(--navy);
  background:
    linear-gradient(
      110deg,
      #fff 0%,
      #fffdf4 48%,
      #e9faf7 100%
    );
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow:
    0 14px 38px rgba(18, 41, 65, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

/* ボタンを横切る夏色の光 */
.venue .primary-button::before {
  background:
    linear-gradient(
      110deg,
      transparent 18%,
      rgba(104, 201, 199, 0.18) 36%,
      rgba(244, 219, 120, 0.32) 50%,
      rgba(239, 142, 121, 0.18) 64%,
      transparent 82%
    );
}

.venue .primary-button:active {
  transform: scale(0.975);
}

.primary-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(100%,29rem);
  margin: 2rem auto 0;
  padding: 1rem 1.2rem;
  background: #fff;
  color: var(--navy);
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform .2s;
}

.primary-button:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg,transparent 20%,rgba(177,147,94,.22),transparent 70%);
  transform: translateX(-120%);
}

.primary-button.is-visible:before,.venue .primary-button:before {
  animation: buttonShine 3.8s 1s infinite;
}

.primary-button:active {
  transform: scale(.98);
}

.faq-list {
  max-width: 38rem;
  margin: auto;
  border-top: 1px solid var(--line);
}

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

summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--serif);
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
}

summary:after {
  content: "＋";
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: transform .35s,background .35s;
}

details[open] summary:after {
  content: "−";
  transform: rotate(180deg);
  background: var(--navy);
  color: #fff;
}

details p {
  font-size: .8rem;
  padding: .5rem 0;
  margin: 0;
  animation: fadeRise .35s ease;
}

.sticky-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(10px + env(safe-area-inset-bottom));
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 8px;
  padding: 8px;
  background: rgba(251,250,246,.9);
  border: 1px solid rgba(30,42,68,.12);
  box-shadow: 0 14px 44px rgba(30,42,68,.25);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateY(calc(130% + 30px));
  opacity: 0;
  transition: .55s cubic-bezier(.16,1,.3,1);
}

.sticky-cta.is-visible {
  transform: none;
  opacity: 1;
}

.sticky-cta button,.sticky-cta a {
  border: 0;
  min-height: 48px;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: .73rem;
  letter-spacing: .05em;
}

.sticky-cta button {
  background: #eee7da;
  color: var(--navy);
}

.sticky-cta a {
  background: var(--navy);
  color: #fff;
}

.confetti {
  position: fixed;
  z-index: 120;
  width: 7px;
  height: 13px;
  pointer-events: none;
  border-radius: 2px;
  animation: confettiFly .9s cubic-bezier(.15,.8,.35,1) forwards;
}

footer {
  text-align: center;
  padding: 4rem 6vw calc(7rem + env(safe-area-inset-bottom));
  background: #f0ede7;
}

.footer-thesis {
  font-family: var(--serif);
  font-size: 1.15rem;
}

footer img {
  margin: 1.5rem auto;
}

footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem 1.4rem;
  font-size: .7rem;
  margin: 1.5rem 0;
}

footer small {
  font-size: .55rem;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: calc(86px + env(safe-area-inset-bottom));
  z-index: 60;
  transform: translate(-50%,150%);
  opacity: 0;
  background: var(--navy);
  color: #fff;
  padding: .85rem 1.2rem;
  font-size: .75rem;
  transition: .35s;
  white-space: nowrap;
  box-shadow: 0 10px 30px rgba(30,42,68,.28);
}

.toast.is-visible {
  transform: translate(-50%,0);
  opacity: 1;
}

dialog {
  border: 0;
  padding: 1.5rem;
  width: min(calc(100% - 2rem),32rem);
  color: var(--ink);
  box-shadow: var(--shadow);
  border-radius: 2px;
}

dialog[open] {
  animation: dialogIn .45s cubic-bezier(.16,1,.3,1);
}

dialog::backdrop {
  background: rgba(19,26,43,.72);
  backdrop-filter: blur(6px);
}

.dialog__head {
  position: relative;
  text-align: center;
}

.dialog__head button {
  position: absolute;
  right: -.5rem;
  top: -1rem;
  border: 0;
  background: none;
  font-size: 1.7rem;
}

.dialog__head h2 {
  margin-bottom: 2rem;
}

dialog ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

dialog li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

dialog li>b {
  font: 400 2rem var(--display);
  color: var(--gold);
}

dialog h3 {
  font: 400 1rem var(--serif);
  margin: 0;
}

dialog p {
  font-size: .75rem;
  margin: .35rem 0;
}

.reveal {
  opacity: 0;
  transform: translateY(38px) scale(.985);
  transition: opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);
}

.reveal.from-left {
  transform: translateX(-42px);
}

.reveal.from-right {
  transform: translateX(42px);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.ripple-target {
  position: relative;
  overflow: hidden;
}

.touch-ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.3);
  transform: translate(-50%,-50%) scale(0);
  pointer-events: none;
  animation: ripple .65s ease-out;
}

.tilt-card {
  transform-style: preserve-3d;
  transition: transform .18s ease-out;
}

@keyframes titleRise {
  to {
    transform: none;
  }
}

@keyframes fadeRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes heroZoom {
  to {
    transform: scale(1);
  }
}

@keyframes shine {
  0%,55% {
    transform: translateX(-130%);
  }
  75%,100% {
    transform: translateX(130%);
  }
}

@keyframes orbFloat {
  0%,100% {
    transform: translate3d(0,0,0);
  }
  50% {
    transform: translate3d(-12px,20px,0);
  }
}

@keyframes badgePulse {
  0%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.055);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0%,100% {
    transform: scaleY(.3);
    transform-origin: top;
    opacity: .4;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes petalFall {
  0% {
    opacity: 0;
    transform: translate3d(0,-15vh,0) rotate(0);
  }
  12% {
    opacity: .72;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--drift,35px),115vh,0) rotate(420deg);
  }
}

@keyframes hintPulse {
  0%,100% {
    opacity: .45;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

@keyframes ripple {
  0% {
    opacity: .5;
    transform: translate(-50%,-50%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%,-50%) scale(1);
  }
}

@keyframes swipeLine {
  0%,100% {
    transform: translateX(-7px);
    opacity: .45;
  }
  50% {
    transform: translateX(7px);
    opacity: 1;
  }
}

@keyframes buttonShine {
  0%,55% {
    transform: translateX(-120%);
  }
  80%,100% {
    transform: translateX(120%);
  }
}

@keyframes confettiFly {
  0% {
    opacity: 1;
    transform: translate3d(0,0,0) rotate(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--x),var(--y),0) rotate(var(--r));
  }
}

@keyframes dialogIn {
  from {
    opacity: 0;
    transform: translateY(35px) scale(.96);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media(min-width:760px) {
  .hero {
    min-height: 760px;
    grid-template-columns: 42% 58%;
    grid-template-rows: 1fr;
  }
  .hero__copy {
    padding: 8vw 4vw 5vw 8vw;
    align-self: center;
  }
  .hero__visual {
    height: 100%;
    align-self: stretch;
  }
  .hero__visual:before {
    background: linear-gradient(90deg,var(--navy),transparent 26%);
  }
  .hero__visual img {
    height: 100%;
    aspect-ratio: auto;
  }
  .products {
    grid-auto-flow: initial;
    grid-template-columns: repeat(3,1fr);
    gap: 1.5rem;
    max-width: 70rem;
    margin: auto;
    padding: 0;
    overflow: visible;
  }
  .product:nth-child(2) {
    margin-top: 4rem;
  }
  .section {
    padding: 7rem 5vw;
  }
  .swipe-guide,.product-dots,.sticky-cta {
    display: none;
  }
  .product a:hover img {
    transform: scale(1.025);
  }
  footer {
    padding-bottom: 2rem;
  }
  .hero__badge {
    width: 92px;
    right: 3vw;
    top: 3vw;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    animation: none!important;
    transition: none!important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .hero h1 .word>span,.hero__lead,.period {
    opacity: 1;
    transform: none;
  }
  .hero__visual img {
    transform: none;
  }
  .floating-petals {
    display: none;
  }
}

/* 2026-08 summer event revision */
:root {
  --summer-aqua: #68c9c7;
  --summer-sky: #91d8eb;
  --summer-coral: #ef8e79;
  --summer-lemon: #f4db78;
  --summer-mint: #cdeee1;
}

.hero {
  background: radial-gradient(circle at 80% 8%,rgba(244,219,120,.44),transparent 28%),  radial-gradient(circle at 12% 28%,rgba(104,201,199,.38),transparent 31%),  linear-gradient(155deg,#172642 0%,#214767 38%,#4fa9b7 68%,#f0c681 122%);
}

.hero:before {
  background: radial-gradient(circle,rgba(255,236,166,.45),rgba(104,201,199,.16) 45%,transparent 70%);
}

.hero:after {
  border-color: rgba(255,255,255,.3);
  box-shadow: 0 0 0 24px rgba(239,142,121,.05);
}

.hero__copy {
  background: linear-gradient(180deg,rgba(23,38,66,.08),rgba(23,38,66,0));
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 8.4vw, 4.1rem);
  line-height: 1.38;
  letter-spacing: 0.055em;
  text-shadow: 0 3px 20px rgba(12, 30, 53, 0.28);
}

@media (min-width: 760px) {
  .hero h1 {
    font-size: clamp(2.2rem, 3.7vw, 4.1rem);
  }
}

.hero h1 em {
  font-style: normal;
  color: #fff5c8;
  background: linear-gradient(transparent 67%,rgba(239,142,121,.42) 0);
}

.hero__lead {
  font-size: .96rem;
}

.hero__badge {
  background: linear-gradient(145deg,rgba(239,142,121,.72),rgba(244,219,120,.52));
  border-color: rgba(255,255,255,.8);
  box-shadow: 0 10px 30px rgba(20,46,71,.2);
}

.petal:nth-child(3n) {
  background: rgba(244,219,120,.8);
}

.petal:nth-child(3n+1) {
  background: rgba(239,142,121,.66);
}

.petal:nth-child(3n+2) {
  background: rgba(205,238,225,.75);
}

.page-progress span {
  background: linear-gradient(90deg,var(--summer-aqua),var(--summer-lemon),var(--summer-coral));
}

.selection {
  background: linear-gradient(180deg,#fff 0%,#f5fcfb 46%,#fffaf0 100%);
}

.selection .section-heading strong {
  color: var(--navy);
  background: linear-gradient(transparent 65%,rgba(244,219,120,.62) 0);
  font-weight: 500;
}

.double-benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  margin: 1.6rem auto 0;
  color: #fff;
}

.double-benefit span {
  min-width: 112px;
  padding: .7rem .55rem;
  background: linear-gradient(135deg,var(--navy),#31758a);
  border-radius: 999px;
  font-size: .67rem;
  letter-spacing: .05em;
  box-shadow: 0 10px 25px rgba(30,42,68,.14);
}

.double-benefit span:last-child {
  background: linear-gradient(135deg,#d76e62,var(--summer-coral));
}

.double-benefit b {
  font: 500 1.35rem var(--display);
}

.double-benefit i {
  font-style: normal;
  color: var(--navy);
  font-size: 1.25rem;
}

.product__offer {
  position: absolute;
  left: .7rem;
  bottom: .7rem;
  z-index: 4;
  display: grid;
  gap: .05rem;
  padding: .55rem .68rem;
  color: #fff;
  background: linear-gradient(135deg,rgba(30,42,68,.96),rgba(49,117,138,.94));
  border: 1px solid rgba(255,255,255,.65);
  box-shadow: 0 8px 25px rgba(20,42,65,.26);
  backdrop-filter: blur(8px);
  transform: rotate(-2deg);
}

.product__offer b {
  font: 500 1.05rem/1 var(--display);
  letter-spacing: .05em;
}

.product__offer em {
  font-style: normal;
  font-size: .58rem;
  letter-spacing: .05em;
  color: #fff5c8;
}

.last-one {
  background: linear-gradient(155deg,#edf9f7,#fff7e6 65%,#fce9e3);
  overflow: hidden;
}

.last-one:before {
  content: "1";
  position: absolute;
  right: -.05em;
  top: -.3em;
  font: 400 19rem/1 var(--display);
  color: rgba(30,42,68,.035);
}

.last-one__inner {
  max-width: 34rem;
  margin: auto;
}

.last-one__visual {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.last-one__visual img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.16,1,.3,1);
}

.last-one__visual span {
  position: absolute;
  right: -2.1rem;
  top: 1.6rem;
  transform: rotate(42deg);
  width: 10rem;
  padding: .35rem;
  text-align: center;
  background: var(--summer-coral);
  color: #fff;
  font: 500 .66rem var(--serif);
  letter-spacing: .14em;
  box-shadow: 0 5px 15px rgba(30,42,68,.18);
}

.last-one__button {
  margin-top: 1.2rem;
}

.last-one__visual:active img {
  transform: scale(1.035);
}

/* Restore the original footer structure with REGINA navy */
footer {
  background-color: var(--navy);
  color: #fff;
  padding: 15px;
  text-align: center;
  font-family: var(--sans);
}

.footer-bottom-wrap {
  width: 328px;
  max-width: 100%;
  margin: 15px auto;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px 0 10px;
  background-color: var(--navy);
}

.shopping-guide {
  font-size: 12px;
  font-weight: bold;
  color: var(--navy);
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  transition:
    background-color 0.4s ease,
    color 0.4s ease,
    border-color 0.4s ease;
}

.shopping-guide:hover {
  background: var(--navy2);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.icons-white {
  display: flex;
  gap: 20px;
}

.icons-white a {
  color: #fff;
  font-size: 20px;
  transition: opacity 0.3s ease;
}

.icons-white a:hover {
  color: #fff;
  opacity: 0.7;
}

.footer-info h1 {
  font-size: 1.2rem;
  letter-spacing: 0.5em;
  margin: 30px 0 0;
}

.footer-info h1 strong {
  font-weight: inherit;
}

.footer-logo {
  width: 150px;
  margin: 16px auto 8px;
}

.footer-info {
  margin-bottom: 18px;
}

.footer-info p {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.footer-info a {
  color: #fff;
  text-decoration: none;
}

.footer-info .copy {
  line-height: 1.65;
}

@media(min-width:760px) {
  .hero h1 {
    font-size: clamp(2.5rem,4.3vw,4.8rem);
  }
  .last-one__visual:hover img {
    transform: scale(1.025);
  }
}