:root {
  color-scheme: light;
  --paper: #eee9df;
  --paper-deep: #e3dbce;
  --sheet: #f8f5ee;
  --ink: #20211d;
  --muted: #706f67;
  --faint: #aaa69b;
  --line: rgba(32, 33, 29, .16);
  --red: #bd3b2d;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 5%, rgba(255,255,255,.62), transparent 29%),
    linear-gradient(90deg, transparent 49.9%, rgba(32,33,29,.025) 50%, transparent 50.1%),
    var(--paper);
  color: var(--ink);
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 20; padding: 10px 14px; background: var(--ink); color: var(--sheet); transition: top .2s; }
.skip-link:focus { top: 16px; }

.nav {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.wordmark { font-family: Newsreader, Georgia, serif; font-size: 27px; font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.wordmark span { color: var(--red); }
.brand-jp { padding-left: 14px; border-left: 1px solid var(--line); color: var(--muted); font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 13px; letter-spacing: .18em; }
.nav-download { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.nav-download span { color: var(--red); font-size: 16px; transition: transform .2s; }
.nav-download:hover span { transform: translate(2px, 2px); }

.hero {
  position: relative;
  max-width: 1240px;
  min-height: 760px;
  margin: 0 auto;
  padding: 86px 34px 108px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 490px;
  gap: 80px;
  align-items: center;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 54%;
  width: 1px;
  background: var(--line);
}
.hero-copy { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 36px; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--red); border-radius: 50%; color: var(--red); font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 14px; font-weight: 500; letter-spacing: 0; }
h1, h2, h3 { margin-top: 0; font-family: Newsreader, Georgia, serif; font-weight: 400; text-wrap: balance; }
h1 { max-width: 720px; margin-bottom: 30px; font-size: clamp(58px, 6.4vw, 86px); letter-spacing: -.055em; line-height: .94; }
h1 em { color: var(--red); font-style: normal; }
.lede { margin: 0 0 38px; color: var(--muted); font-family: Newsreader, Georgia, serif; font-size: 21px; line-height: 1.45; }
.download-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.download-button { min-height: 51px; padding: 13px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--ink); background: var(--ink); color: var(--sheet); font-size: 14px; font-weight: 650; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.download-button:hover { background: var(--red); border-color: var(--red); transform: translateY(-2px); }
.download-button.dark { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.download-button.dark:hover { background: white; border-color: white; }
.download-button:focus-visible, .nav-download:focus-visible, .brand:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.apple { font-size: 17px; line-height: 1; }
.release-status { color: var(--faint); font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .03em; }
.install-note { max-width: 47ch; margin: 15px 0 0; color: #858279; font-size: 11.5px; line-height: 1.55; }
.install-note a { text-underline-offset: 3px; }

.product-stage { position: relative; z-index: 1; width: 490px; margin: 0; padding: 18px 22px 20px; justify-self: end; border: 1px solid var(--line); background: rgba(227,219,206,.72); box-shadow: 22px 26px 0 rgba(32,33,29,.055); transform: rotate(1.25deg); }
.stage-mark { position: absolute; top: -42px; right: 24px; width: 84px; height: 84px; display: grid; place-items: center; border: 2px solid var(--red); border-radius: 50%; color: var(--red); font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 28px; letter-spacing: .08em; opacity: .8; transform: rotate(9deg); }
.stage-status { height: 32px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; text-transform: uppercase; }
.stage-status span { display: flex; align-items: center; gap: 7px; }
.stage-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); animation: pulse 1.8s ease-in-out infinite; }
.note-sheet { padding: 34px 34px 25px; border: 1px solid rgba(32,33,29,.1); background: var(--sheet); box-shadow: 0 18px 50px rgba(56,47,35,.12); }
.note-meta { display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--muted); font: 9px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
.note-sheet h2 { margin: 28px 0 30px; font-size: 37px; letter-spacing: -.035em; }
.transcript { display: grid; gap: 13px; }
.transcript p { margin: 0; display: grid; grid-template-columns: 46px 1fr; gap: 12px; color: #55564f; font-size: 12px; line-height: 1.5; }
.transcript b { color: var(--red); font: 9px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .06em; }
.noted { margin-top: 26px; padding: 18px 18px 16px; border-left: 3px solid var(--red); background: #eee9df; }
.noted > span { color: var(--red); font: 700 9px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .15em; }
.noted ul { margin: 11px 0 0; padding: 0; display: grid; gap: 7px; list-style: none; color: #44453f; font-size: 12px; }
.noted li::before { content: "—"; margin-right: 8px; color: var(--faint); }
.note-foot { margin-top: 27px; display: flex; justify-content: space-between; color: var(--faint); font-size: 10px; }
.note-foot span:first-child { color: var(--ink); font-family: Newsreader, Georgia, serif; font-size: 16px; font-weight: 500; }
.product-stage figcaption { margin: 16px 2px 0; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.features { padding: 112px max(34px, calc((100vw - 1172px) / 2)) 124px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; background: var(--ink); color: var(--paper); }
.section-head > p { margin: 0 0 25px; color: #a4a49b; font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }
.section-head h2 { margin-bottom: 0; font-size: clamp(44px, 5vw, 65px); letter-spacing: -.045em; line-height: .98; }
.feature-grid { border-top: 1px solid rgba(238,233,223,.24); }
.feature-grid article { padding: 26px 0 30px; display: grid; grid-template-columns: 50px 180px 1fr; gap: 20px; align-items: start; border-bottom: 1px solid rgba(238,233,223,.24); }
.feature-grid article > span { color: #d66a5d; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 16px; }
.feature-grid h3 { margin-bottom: 0; font-size: 23px; letter-spacing: -.02em; }
.feature-grid p { margin: 2px 0 0; color: #aaa99f; font-size: 13px; line-height: 1.6; }

.closing { padding: 110px 34px 96px; display: flex; flex-direction: column; align-items: center; gap: 25px; background: var(--red); color: var(--paper); text-align: center; }
.closing > p { width: 48px; height: 48px; margin: 0 0 5px; display: grid; place-items: center; border: 1px solid rgba(238,233,223,.65); border-radius: 50%; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; }
.closing h2 { max-width: 760px; margin-bottom: 6px; font-size: clamp(46px, 6vw, 72px); letter-spacing: -.045em; line-height: 1; }
.closing .release-status { color: rgba(238,233,223,.7); }
footer { max-width: 1240px; margin: 0 auto; padding: 26px 34px; display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; letter-spacing: .05em; }

@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .35; transform: scale(.78); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; } }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; gap: 92px; padding-top: 72px; }
  .hero::before { display: none; }
  .hero-copy { max-width: 760px; }
  .product-stage { justify-self: center; }
  .features { grid-template-columns: 1fr; gap: 70px; }
}

@media (max-width: 680px) {
  .nav { padding: 20px; }
  .brand-jp { display: none; }
  .nav-download { font-size: 10px; }
  .hero { min-height: auto; padding: 62px 20px 82px; gap: 74px; }
  .eyebrow { margin-bottom: 28px; }
  h1 { font-size: clamp(50px, 15vw, 72px); }
  .lede { font-size: 18px; }
  .download-row { align-items: flex-start; flex-direction: column; gap: 12px; }
  .product-stage { width: calc(100vw - 28px); padding: 14px 14px 16px; box-shadow: 11px 14px 0 rgba(32,33,29,.055); transform: rotate(.6deg); }
  .stage-mark { top: -34px; right: 18px; width: 67px; height: 67px; font-size: 22px; }
  .note-sheet { padding: 28px 22px 22px; }
  .note-sheet h2 { font-size: 32px; }
  .features { padding: 84px 20px 94px; gap: 58px; }
  .feature-grid article { grid-template-columns: 34px 1fr; gap: 14px; }
  .feature-grid article p { grid-column: 2; }
  .closing { padding: 86px 20px 78px; }
  footer { padding: 22px 20px; flex-direction: column; gap: 8px; text-align: center; }
}

@media (max-width: 390px) {
  .transcript p { grid-template-columns: 38px 1fr; gap: 8px; }
  .note-sheet { padding-left: 17px; padding-right: 17px; }
}
