:root {
  color-scheme: light;
  --bg: #fbf7f0;
  --bg-deep: #f3eadf;
  --surface: #fffdf9;
  --surface-soft: #fff9f2;
  --ink: #665a53;
  --ink-deep: #4d433e;
  --muted: #998c84;
  --line: rgba(102, 90, 83, 0.12);
  --pink: #f3a3b9;
  --peach: #f3b095;
  --yellow: #f3dc88;
  --mint: #9ddac9;
  --blue: #9bc7e9;
  --lavender: #c5b2e5;
  --orange: #eca434;
  --orange-deep: #cc8420;
  --shadow-soft: 0 22px 70px rgba(91, 72, 61, 0.12);
  --shadow-card: 0 16px 34px rgba(91, 72, 61, 0.09);
  --radius-lg: 38px;
  --radius-md: 26px;
  --radius-sm: 18px;
  --shell: min(1160px, calc(100% - 48px));
  --font-rounded: ui-rounded, "Hiragino Maru Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 9%, rgba(243, 163, 185, 0.12), transparent 27rem),
    radial-gradient(circle at 91% 18%, rgba(155, 199, 233, 0.13), transparent 26rem),
    var(--bg);
  color: var(--ink);
  font-family: var(--font-rounded);
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

button,
a {
  font: inherit;
}

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

button {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

::selection {
  background: rgba(243, 163, 185, 0.42);
  color: var(--ink-deep);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--ink-deep);
  color: #fff;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(102, 90, 83, 0.08);
  background: rgba(251, 247, 240, 0.9);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.brand img {
  width: 188px;
  height: auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-left: auto;
  color: var(--ink-deep);
  font-size: 0.9rem;
  font-weight: 750;
}

.primary-nav a {
  position: relative;
  padding-block: 10px;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--pink), var(--blue));
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.language-switch {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 3px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: 0 6px 20px rgba(91, 72, 61, 0.06);
}

.language-button {
  min-width: 42px;
  min-height: 36px;
  padding: 6px 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.language-button.is-active {
  background: var(--ink-deep);
  color: #fff;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 84px 0 96px;
}

.hero::after {
  position: absolute;
  z-index: -2;
  right: -10%;
  bottom: -21rem;
  width: 62rem;
  height: 62rem;
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.62);
  content: "";
}

.hero-layout {
  display: grid;
  min-height: 640px;
  align-items: center;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, 0.98fr);
  gap: 52px;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: var(--orange-deep);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.availability {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 7px 14px;
  border: 1px solid rgba(157, 218, 201, 0.52);
  border-radius: 999px;
  background: rgba(157, 218, 201, 0.15);
  color: #4f8779;
  font-size: 0.8rem;
  font-weight: 850;
}

.availability-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(157, 218, 201, 0.2);
}

.hero h1 {
  margin: 0;
  color: var(--ink-deep);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.hero-title-main,
.hero-title-sub {
  display: block;
}

.hero-title-main {
  font-size: clamp(1.2rem, 6vw, 3.65rem);
}

.hero-title-sub {
  margin-top: 16px;
  color: var(--ink);
  font-size: clamp(1.55rem, 2.7vw, 2.5rem);
  letter-spacing: 0.015em;
}

.hero-lead {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  font-weight: 650;
  line-height: 2;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.play-cta {
  display: inline-flex;
  min-height: 66px;
  align-items: center;
  gap: 13px;
  padding: 11px 23px;
  border: 1px solid rgba(77, 67, 62, 0.12);
  border-radius: 18px;
  background: var(--ink-deep);
  box-shadow: 0 13px 28px rgba(77, 67, 62, 0.2);
  color: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.play-cta:hover {
  box-shadow: 0 18px 34px rgba(77, 67, 62, 0.25);
  transform: translateY(-3px);
}

.play-cta small,
.play-cta strong {
  display: block;
  line-height: 1.1;
}

.play-cta small {
  margin-bottom: 4px;
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.play-cta strong {
  font-size: 1.26rem;
  font-weight: 850;
}

.play-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--mint), var(--blue));
  color: var(--ink-deep);
  font-size: 0.82rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-deep);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(102, 90, 83, 0.28);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  display: grid;
  gap: 1px;
}

.hero-facts strong {
  color: var(--ink-deep);
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.hero-facts span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 650px;
}

.soft-orbit {
  position: absolute;
  border-radius: 50%;
  filter: blur(0.2px);
}

.orbit-one {
  top: 4%;
  left: 7%;
  width: 420px;
  height: 420px;
  background: linear-gradient(145deg, rgba(243, 163, 185, 0.25), rgba(243, 220, 136, 0.22));
}

.orbit-two {
  right: -6%;
  bottom: 2%;
  width: 340px;
  height: 340px;
  background: linear-gradient(145deg, rgba(157, 218, 201, 0.25), rgba(155, 199, 233, 0.25));
}

.phone {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 10px solid rgba(255, 253, 249, 0.98);
  border-radius: 40px;
  background: var(--surface);
  box-shadow: 0 32px 62px rgba(91, 72, 61, 0.2), inset 0 0 0 1px rgba(102, 90, 83, 0.06);
}

.phone::before {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 50%;
  width: 52px;
  height: 5px;
  border-radius: 999px;
  background: rgba(102, 90, 83, 0.13);
  content: "";
  transform: translateX(-50%);
}

.phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-back {
  top: 14px;
  left: 8%;
  width: 248px;
  aspect-ratio: 9 / 16;
  transform: rotate(-8deg);
}

.phone-front {
  z-index: 2;
  right: 2%;
  bottom: 0;
  width: 310px;
  aspect-ratio: 9 / 16;
  transform: rotate(4deg);
}

.floating-combo {
  position: absolute;
  z-index: 4;
  top: 27%;
  right: -2%;
  display: grid;
  min-width: 118px;
  padding: 14px 17px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: var(--shadow-card);
  text-align: center;
  transform: rotate(-4deg);
}

.floating-combo span {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.floating-combo strong {
  color: var(--pink);
  font-size: 1.8rem;
  line-height: 1.1;
}

.hero-blocks .block {
  position: absolute;
  z-index: -1;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  box-shadow: inset 0 7px 0 rgba(255, 255, 255, 0.32), 0 8px 0 rgba(102, 90, 83, 0.08);
  opacity: 0.52;
}

.block-pink { top: 17%; left: -18px; background: var(--pink); transform: rotate(13deg); }
.block-yellow { top: 49%; left: 3%; background: var(--yellow); transform: rotate(-7deg) scale(0.72); }
.block-mint { right: 2%; bottom: 12%; background: var(--mint); transform: rotate(11deg) scale(0.82); }
.block-blue { top: 12%; right: 4%; background: var(--blue); transform: rotate(-12deg) scale(0.62); }
.block-lavender { right: 44%; bottom: 4%; background: var(--lavender); transform: rotate(8deg) scale(0.55); }

.quick-intro {
  border-block: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.72);
}

.quick-intro-inner {
  display: flex;
  min-height: 98px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.quick-intro p {
  margin: 0;
  color: var(--ink-deep);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 850;
}

.quick-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.quick-tags span,
.everyday-badges span {
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--bg-deep);
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.section {
  padding: 116px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 54px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.movie-copy h2,
.final-cta-inner h2 {
  margin: 0;
  color: var(--ink-deep);
  font-size: clamp(2rem, 4.3vw, 3.75rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.28;
}

.nobr {
  white-space: nowrap;
}

.title-break {
  display: none;
}

@media (max-width: 1080px) {
  .title-break {
    display: block;
  }
}

/* Movie column is narrow even on desktop — always break at the intended point */
.movie-copy .title-break {
  display: block;
}

#how-title {
  white-space: nowrap;
  font-size: clamp(1.05rem, 4.2vw + 0.55rem, 3.75rem);
  letter-spacing: -0.04em;
}

.section-heading > p:last-child,
.movie-copy > p,
.final-cta-inner > div > p:last-child {
  margin: 20px 0 0;
  color: var(--muted);
  font-weight: 650;
  line-height: 2;
}

.how-section {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.68), rgba(251, 247, 240, 0));
}

.steps {
  display: grid;
  margin: 0;
  padding: 0;
  counter-reset: steps;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  list-style: none;
}

.step-card {
  position: relative;
  min-height: 348px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.step-card:nth-child(1) { transform: rotate(-1deg); }
.step-card:nth-child(2) { transform: translateY(14px); }
.step-card:nth-child(3) { transform: rotate(1deg); }

.step-number {
  color: rgba(102, 90, 83, 0.3);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.step-icon {
  display: flex;
  height: 112px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 14px 0 22px;
}

.step-icon i {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: inset 0 7px 0 rgba(255, 255, 255, 0.33), 0 7px 0 rgba(102, 90, 83, 0.11);
}

.pieces-icon i:nth-child(1) { background: var(--pink); transform: translateY(22px); }
.pieces-icon i:nth-child(2) { background: var(--mint); }
.pieces-icon i:nth-child(3) { background: var(--blue); transform: translateY(-20px); }
.line-icon i { width: 40px; height: 40px; background: var(--yellow); }
.clear-icon i { background: var(--lavender); opacity: 0.22; box-shadow: 0 0 0 2px var(--lavender); }

.step-card h3,
.feature-card h3 {
  margin: 0;
  color: var(--ink-deep);
  font-size: clamp(1.35rem, 2vw, 1.72rem);
  font-weight: 900;
  line-height: 1.45;
}

.step-card p,
.feature-card p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.9;
}

.features-section {
  background: var(--surface-soft);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}

.feature-card {
  position: relative;
  min-height: 370px;
  padding: 38px;
  overflow: hidden;
  border: 1px solid rgba(102, 90, 83, 0.09);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.feature-card-wide {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.75fr);
  gap: 30px;
}

.feature-combo {
  grid-column: span 7;
  background: linear-gradient(145deg, #fff7f8, #fffdf9);
}

.feature-items {
  grid-column: span 5;
  background: linear-gradient(145deg, #f0fbf8, #fffdf9);
}

.feature-achievements {
  grid-column: span 5;
  background: linear-gradient(145deg, #fff9dc, #fffdf9);
}

.feature-everyday {
  grid-column: span 7;
  background: linear-gradient(145deg, #f4f1ff, #fffdf9);
  grid-template-columns: auto minmax(0, 1fr);
}

.feature-label {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--orange-deep);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.combo-art {
  position: relative;
  display: grid;
  min-height: 260px;
  place-items: center;
}

.combo-board {
  display: grid;
  width: 220px;
  height: 220px;
  padding: 20px;
  border: 9px solid rgba(255, 255, 255, 0.84);
  border-radius: 32px;
  background: #eee5da;
  box-shadow: 0 24px 40px rgba(91, 72, 61, 0.13);
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  transform: rotate(5deg);
}

.combo-board i {
  border-radius: 10px;
  box-shadow: inset 0 6px 0 rgba(255, 255, 255, 0.3), 0 4px 0 rgba(102, 90, 83, 0.1);
}

.c-pink { background: var(--pink); }
.c-yellow { background: var(--yellow); }
.c-mint { background: var(--mint); }
.c-blue { background: var(--blue); }
.c-lavender { background: var(--lavender); }

.combo-score {
  position: absolute;
  z-index: 3;
  top: 14%;
  left: -2%;
  padding: 7px 13px;
  border-radius: 12px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
  color: var(--pink);
  font-size: 1.08rem;
  font-weight: 900;
  transform: rotate(-6deg);
}

.item-pills {
  display: grid;
  margin-top: 32px;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.item-pills span {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border: 6px solid rgba(255, 255, 255, 0.7);
  border-radius: 21px;
  box-shadow: 0 10px 20px rgba(91, 72, 61, 0.1);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
}

.pill-mint { background: var(--mint); }
.pill-pink { background: var(--pink); }
.pill-lavender { background: var(--lavender); }
.pill-blue { background: var(--blue); }

.achievement-number {
  margin: 4px 0 10px;
  color: var(--pink);
  font-size: clamp(4.8rem, 8vw, 7.2rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 1;
  text-shadow: 0 8px 0 rgba(243, 163, 185, 0.15);
}

.achievement-number span {
  position: relative;
  top: -0.8em;
  margin-left: 7px;
  color: var(--orange);
  font-size: 0.34em;
  letter-spacing: 0;
}

.everyday-icon {
  display: grid;
  width: 116px;
  height: 116px;
  place-items: center;
  border-radius: 32px;
  background: rgba(197, 178, 229, 0.28);
  box-shadow: inset 0 0 0 1px rgba(197, 178, 229, 0.3);
}

.everyday-icon span {
  font-size: 3.4rem;
  filter: saturate(0.75);
}

.everyday-badges {
  position: absolute;
  right: 34px;
  bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.movie-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 255, 255, 0.2), transparent 20rem),
    linear-gradient(145deg, #eaa02f, #f2b74f);
}

.movie-section::after {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 240px;
  height: 240px;
  border: 46px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.movie-layout {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(300px, 0.7fr) minmax(480px, 1.3fr);
  gap: 66px;
}

.movie-copy .section-kicker,
.movie-copy h2,
.movie-copy > p {
  color: #fff;
}

.movie-copy > p {
  opacity: 0.92;
}

.movie-copy .movie-note {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.82rem;
  opacity: 0.82;
}

.movie-frame {
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 31px;
  background: rgba(255, 253, 249, 0.32);
  box-shadow: 0 32px 70px rgba(128, 73, 9, 0.28);
  transform: rotate(1deg);
}

.movie-frame video,
.movie-frame iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 21px;
  background: var(--ink-deep);
  object-fit: cover;
}

.gallery-section {
  background:
    linear-gradient(rgba(102, 90, 83, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 90, 83, 0.035) 1px, transparent 1px),
    var(--bg);
  background-size: 44px 44px;
}

.gallery-grid {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.gallery-card {
  position: relative;
  margin: 0;
  padding: 11px 11px 17px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 29px;
  background: rgba(255, 253, 249, 0.92);
  box-shadow: var(--shadow-card);
}

.gallery-card:nth-child(2),
.gallery-card:nth-child(4) {
  margin-top: 54px;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 21px;
  object-fit: cover;
}

.gallery-card figcaption {
  padding: 14px 7px 0;
  color: var(--ink-deep);
  font-size: 0.8rem;
  font-weight: 850;
  line-height: 1.5;
  text-align: center;
}

.final-cta-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background: var(--ink-deep);
  color: #fff;
}

.final-cta-inner {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 34px;
}

.app-icon {
  width: 124px;
  height: 124px;
  border: 8px solid rgba(255, 255, 255, 0.92);
  border-radius: 29px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.final-cta-inner .section-kicker {
  color: var(--yellow);
}

.final-cta-inner h2 {
  color: #fff;
  font-size: clamp(1.7rem, 3.4vw, 2.8rem);
}

.final-cta-inner > div > p:last-child {
  color: rgba(255, 255, 255, 0.68);
}

.play-cta-dark {
  border-color: rgba(255, 255, 255, 0.2);
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  color: var(--ink-deep);
}

.final-blocks i {
  position: absolute;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  box-shadow: inset 0 8px 0 rgba(255, 255, 255, 0.14);
  opacity: 0.36;
}

.final-blocks i:nth-child(1) { top: -18px; left: 4%; background: var(--pink); transform: rotate(10deg); }
.final-blocks i:nth-child(2) { right: 22%; bottom: -24px; background: var(--yellow); transform: rotate(-8deg); }
.final-blocks i:nth-child(3) { top: 20%; right: -20px; background: var(--mint); transform: rotate(14deg); }
.final-blocks i:nth-child(4) { bottom: 12%; left: 36%; width: 34px; height: 34px; border-radius: 10px; background: var(--blue); }
.final-blocks i:nth-child(5) { top: 9%; left: 48%; width: 40px; height: 40px; border-radius: 12px; background: var(--lavender); }

.site-footer {
  padding: 64px 0 28px;
  background: #f0e8de;
}

.footer-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.footer-brand {
  max-width: 420px;
}

.footer-brand img {
  width: 190px;
  height: auto;
}

.footer-brand p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 14px 30px;
  font-size: 0.82rem;
  font-weight: 800;
}

.footer-links a:hover {
  color: var(--orange-deep);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 50px;
  padding-top: 22px;
  border-top: 1px solid rgba(102, 90, 83, 0.12);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 650;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1080px) {
  .primary-nav {
    gap: 18px;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.8fr);
    gap: 28px;
  }

  .phone-back {
    left: 2%;
    width: 218px;
  }

  .phone-front {
    width: 286px;
  }

  .feature-card {
    padding: 32px;
  }

  .feature-card-wide {
    grid-template-columns: 1fr;
  }

  .combo-art {
    position: absolute;
    right: -28px;
    bottom: -34px;
    opacity: 0.45;
    transform: scale(0.76);
  }

  .feature-combo .feature-copy {
    position: relative;
    z-index: 2;
    max-width: 72%;
  }

  .feature-everyday {
    grid-template-columns: auto 1fr;
  }

  .movie-layout {
    gap: 40px;
  }
}

@media (max-width: 840px) {
  :root {
    --shell: min(100% - 36px, 680px);
  }

  .primary-nav {
    display: none;
  }

  .header-inner {
    min-height: 72px;
  }

  .hero {
    padding: 64px 0 78px;
  }

  .hero-layout {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-lead {
    margin-inline: auto;
  }

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

  .hero-visual {
    width: min(100%, 520px);
    min-height: 590px;
    margin: 26px auto 0;
  }

  .quick-intro-inner {
    min-height: 120px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .quick-tags {
    justify-content: center;
  }

  .section {
    padding: 88px 0;
  }

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

  .step-card,
  .step-card:nth-child(1),
  .step-card:nth-child(2),
  .step-card:nth-child(3) {
    min-height: 300px;
    transform: none;
  }

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

  .feature-combo,
  .feature-items,
  .feature-achievements,
  .feature-everyday {
    grid-column: auto;
  }

  .feature-everyday {
    grid-template-columns: auto 1fr;
  }

  .movie-layout {
    grid-template-columns: 1fr;
  }

  .movie-copy {
    max-width: 640px;
  }

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

  .gallery-card:nth-child(2),
  .gallery-card:nth-child(4) {
    margin-top: 34px;
  }

  .final-cta-inner {
    grid-template-columns: auto 1fr;
  }

  .final-cta-inner .play-cta {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100% - 28px);
    --radius-lg: 29px;
  }

  body {
    font-size: 15px;
  }

  .header-inner {
    gap: 12px;
  }

  .brand img {
    width: 144px;
  }

  .language-button {
    min-width: 37px;
    min-height: 34px;
    padding-inline: 7px;
  }

  .hero-title-main {
    font-size: clamp(2.55rem, 13vw, 3.7rem);
  }

  .hero-title-sub {
    font-size: clamp(1.3rem, 7vw, 1.8rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-facts {
    gap: 17px;
  }

  .hero-facts li {
    flex: 1 1 28%;
  }

  .hero-visual {
    min-height: 488px;
  }

  .orbit-one {
    left: 0;
    width: 310px;
    height: 310px;
  }

  .orbit-two {
    width: 260px;
    height: 260px;
  }

  .phone {
    border-width: 7px;
    border-radius: 30px;
  }

  .phone-back {
    top: 20px;
    left: 0;
    width: 180px;
  }

  .phone-front {
    right: 2%;
    width: 238px;
  }

  .floating-combo {
    top: 28%;
    right: -4%;
    min-width: 92px;
    padding: 10px;
  }

  .section {
    padding: 74px 0;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .step-card,
  .feature-card {
    padding: 27px;
  }

  .feature-card {
    min-height: 350px;
  }

  .feature-combo .feature-copy {
    max-width: 100%;
  }

  .combo-art {
    opacity: 0.22;
  }

  .item-pills {
    gap: 6px;
  }

  .item-pills span {
    border-width: 4px;
    border-radius: 16px;
    font-size: 1.15rem;
  }

  .feature-everyday {
    display: block;
  }

  .everyday-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 24px;
  }

  .everyday-badges {
    position: static;
    justify-content: flex-start;
    margin-top: 28px;
  }

  .movie-frame {
    padding: 7px;
    border-radius: 22px;
  }

  .movie-frame video,
  .movie-frame iframe {
    border-radius: 16px;
  }

  .gallery-grid {
    gap: 10px;
  }

  .gallery-card {
    padding: 7px 7px 13px;
    border-radius: 20px;
  }

  .gallery-card:nth-child(2),
  .gallery-card:nth-child(4) {
    margin-top: 22px;
  }

  .gallery-card img {
    border-radius: 15px;
  }

  .gallery-card figcaption {
    font-size: 0.68rem;
  }

  .final-cta-section {
    padding: 74px 0;
  }

  .final-cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .app-icon,
  .final-cta-inner .play-cta {
    justify-self: center;
  }

  .footer-layout,
  .footer-bottom {
    flex-direction: column;
  }

  .footer-links {
    width: 100%;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .hero-blocks,
  .final-blocks,
  .hero-actions,
  .movie-section,
  .final-cta-section {
    display: none !important;
  }

  body {
    background: #fff;
  }

  .section {
    padding: 40px 0;
  }
}
