:root {
  color-scheme: light;
  --paper: #f7f5f1;
  --ink: #2a2926;
  --muted: #77746e;
  --line: #d8d4cc;
  --accent: #a87f52;
  --canvas: #dedbd5;
  --number-font: Arial, Helvetica, sans-serif;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
}

a {
  color: inherit;
}

.mobile-only {
  display: none;
}

.deck-toolbar {
  position: fixed;
  z-index: 20;
  top: 16px;
  left: 50%;
  width: min(calc(100% - 40px), 1320px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.brand,
.toolbar-actions {
  pointer-events: auto;
}

.brand {
  display: block;
  width: 124px;
  text-decoration: none;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.toolbar-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.page-nav {
  display: flex;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(42, 41, 38, 0.12);
  border-radius: 999px;
  background: rgba(247, 245, 241, 0.82);
  backdrop-filter: blur(12px);
}

.page-dot {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b8b4ac;
  transition: transform 180ms ease, background 180ms ease;
}

.page-dot.is-active {
  transform: scale(1.3);
  background: var(--ink);
}

.pdf-download {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(42, 41, 38, 0.18);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(247, 245, 241, 0.88);
  box-shadow: 0 8px 24px rgba(30, 28, 24, 0.08);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.pdf-download:hover,
.pdf-download:focus-visible {
  background: #fff;
}

.pdf-download:disabled {
  cursor: wait;
  opacity: 0.72;
}

.slide.pdf-export {
  width: 1280px !important;
  height: 720px !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.slide-shell {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 32px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.slide {
  position: relative;
  width: min(calc(100vw - 64px), calc((100svh - 64px) * 16 / 9), 1440px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 22px 70px rgba(39, 35, 30, 0.16);
}

.slide-cover {
  display: grid;
  grid-template-columns: 61.5% 38.5%;
}

.cover-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 12.2% 9.8% 5.2%;
}

.eyebrow {
  margin: 0 0 8%;
  color: #696660;
  font-size: clamp(0.48rem, 0.72vw, 0.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.11em;
}

.cover-copy h1 {
  margin: 0;
  font-family: "Noto Serif CJK JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.3rem, 2.4vw, 3rem);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.035em;
}

.cover-lead {
  margin-top: 7%;
  color: #55524d;
  font-size: clamp(0.88rem, 0.95vw, 1rem);
  line-height: 1.9;
}

.cover-lead p {
  margin: 0;
}

.price-note {
  margin: 8% 0 0;
  color: #77736d;
  font-size: clamp(0.8rem, 0.86vw, 0.9rem);
  letter-spacing: 0.03em;
}

.price-note span {
  padding: 0 0.45em;
  color: #b8b2a8;
}

.cover-image {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.cover-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page-number {
  position: absolute;
  right: 2.5%;
  bottom: 2.7%;
  color: #aaa59c;
  font-size: clamp(0.4rem, 0.52vw, 0.64rem);
}

.slide-role {
  display: grid;
  grid-template-columns: 52% 48%;
  padding: 4%;
}

.role-copy {
  position: relative;
  z-index: 2;
  padding-right: 8%;
}

.section-label {
  margin: 0 0 5%;
  color: #8a857e;
  font-size: clamp(0.82rem, 0.9vw, 0.92rem);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.section-label span {
  margin-right: 0.75em;
  color: var(--accent);
}

.role-copy h2 {
  margin: 0;
  font-family: "Noto Serif CJK JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1rem, 1.76vw, 2.15rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.role-lead {
  margin: 5.5% 0 0;
  color: #55524e;
  font-size: clamp(0.88rem, 0.95vw, 1rem);
  line-height: 1.85;
}

.role-points {
  display: grid;
  gap: 4.2%;
  margin: 6.5% 0 0;
  padding: 0;
  list-style: none;
}

.role-points li {
  display: grid;
  grid-template-columns: 2.4em 1fr;
  gap: 0.7em;
}

.point-number {
  color: var(--accent);
  font-family: var(--number-font);
  font-size: clamp(0.9rem, 1vw, 1.08rem);
}

.role-points h3 {
  margin: 0 0 0.35em;
  font-size: clamp(0.96rem, 1.04vw, 1.12rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.role-points p {
  margin: 0;
  color: #747069;
  font-size: clamp(0.82rem, 0.9vw, 0.94rem);
  line-height: 1.65;
}

.role-visual {
  align-self: center;
  margin: 3% 0 0;
  text-align: center;
}

.role-visual img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 14px rgba(26, 23, 19, 0.12));
}

.role-visual figcaption {
  margin-top: 2.5%;
  color: #85817a;
  font-size: clamp(0.72rem, 0.78vw, 0.82rem);
  letter-spacing: 0.04em;
}

.slide-media {
  display: grid;
  grid-template-columns: 49% 51%;
  padding: 4%;
}

.media-copy {
  padding: 0 12% 0 6%;
}

.media-copy h2,
.contents-header h2,
.pricing-header h2,
.options-copy h2,
.after-copy h2 {
  margin: 0;
  font-family: "Noto Serif CJK JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1rem, 1.85vw, 2.25rem);
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: 0.025em;
}

.media-lead,
.contents-header > p,
.pricing-header > p,
.options-copy > p,
.after-lead {
  color: #5f5b55;
  font-size: clamp(0.88rem, 0.95vw, 1rem);
  line-height: 1.9;
}

.media-lead {
  margin: 7% 0 0;
}

.media-points {
  display: grid;
  gap: 1em;
  margin: 9% 0 0;
  padding: 0;
  list-style: none;
  color: #6b6760;
  font-size: clamp(0.82rem, 0.9vw, 0.94rem);
  line-height: 1.65;
}

.media-points li {
  display: grid;
  grid-template-columns: 0.65em 1fr;
  gap: 0.8em;
}

.media-points li::before,
.pricing-plan li::before {
  content: "";
  width: 0.42em;
  height: 0.42em;
  margin-top: 0.55em;
  border-radius: 50%;
  background: #a4855b;
}

.media-photo {
  align-self: center;
  height: 76%;
  margin: 2% 0 0;
  overflow: hidden;
}

.media-photo img,
.after-photo img,
.contact-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-seo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 4%;
  padding: 4%;
}

.seo-copy {
  padding-right: 5%;
}

.seo-copy h2 {
  margin: 0;
  font-family: "Noto Serif CJK JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1rem, 1.85vw, 2.25rem);
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: 0.025em;
}

.seo-lead {
  margin: 7% 0 0;
  color: #5f5b55;
  font-size: clamp(0.88rem, 0.95vw, 1rem);
  line-height: 1.9;
}

.seo-statement {
  margin: 10% 0 0;
  padding-top: 6%;
  border-top: 1px solid #d8d2c8;
  color: #9b7952;
  font-family: "Noto Serif CJK JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(0.95rem, 1.12vw, 1.32rem);
  line-height: 1.7;
}

.seo-flow {
  position: relative;
  align-self: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7%;
  padding: 6% 3.5% 9%;
  border-top: 1px solid #d7d1c7;
  border-bottom: 1px solid #d7d1c7;
}

.flow-step {
  position: relative;
}

.flow-step:not(:last-of-type)::after {
  position: absolute;
  top: 1.2em;
  left: calc(100% + 13%);
  width: 66%;
  border-top: 1px solid #b9a98f;
  content: "";
}

.flow-step:not(:last-of-type)::before {
  position: absolute;
  top: calc(1.2em - 3px);
  right: -12%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #b9a98f;
  border-right: 1px solid #b9a98f;
  content: "";
  transform: rotate(45deg);
}

.flow-number {
  margin: 0 0 3.3em;
  color: #a47e50;
  font-family: var(--number-font);
  font-size: clamp(0.85rem, 0.95vw, 1rem);
}

.flow-step h3 {
  margin: 0;
  font-size: clamp(0.9rem, 1vw, 1.08rem);
  line-height: 1.55;
}

.flow-step > p:last-child {
  margin: 0.7em 0 0;
  color: #716c64;
  font-size: clamp(0.75rem, 0.82vw, 0.86rem);
  line-height: 1.7;
}

.seo-flow-note {
  position: absolute;
  right: 3.5%;
  bottom: 6%;
  left: 3.5%;
  margin: 0;
  color: #766d60;
  font-size: clamp(0.76rem, 0.84vw, 0.9rem);
  line-height: 1.6;
  text-align: center;
}

.slide-contents {
  padding: 4%;
}

.contents-header {
  display: grid;
  grid-template-columns: 34% 1fr;
  column-gap: 8%;
  align-items: end;
}

.contents-header .section-label {
  grid-column: 1 / -1;
  margin-bottom: 4%;
}

.contents-header > p {
  margin: 0 0 0.15em;
}

.content-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
  margin-top: 5%;
}

.content-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 1.6 / 1;
  object-fit: cover;
}

.content-feature h3 {
  margin: 1.25em 0 0.45em;
  font-size: clamp(0.96rem, 1.04vw, 1.12rem);
  letter-spacing: 0.03em;
}

.content-feature p,
.contents-note {
  color: #68645d;
  font-size: clamp(0.82rem, 0.9vw, 0.94rem);
  line-height: 1.75;
}

.content-feature p {
  margin: 0;
}

.content-feature .feature-note {
  margin-top: 0.8em;
  color: #8b857c;
  font-size: clamp(0.72rem, 0.78vw, 0.82rem);
  line-height: 1.55;
}

.contents-note {
  margin: 2.5% 0 0;
}

.slide-pricing {
  padding: 4%;
}

.pricing-header {
  display: grid;
  grid-template-columns: 42% 1fr;
  column-gap: 7%;
}

.pricing-header .section-label {
  grid-column: 1 / -1;
  margin-bottom: 3.8%;
}

.pricing-header > p {
  align-self: end;
  margin: 0;
}

.pricing-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2%;
  margin-top: 6%;
}

.pricing-plan {
  min-height: 45%;
  padding: 5.5% 6.5%;
  border: 1px solid #d9d3ca;
}

.pricing-plan.is-featured {
  background: #efede7;
  border-color: #bda67f;
}

.plan-name {
  margin: 0;
  color: #6e6960;
  font-size: clamp(0.88rem, 0.95vw, 1rem);
}

.plan-price {
  margin: 13% 0 10%;
  padding-bottom: 10%;
  border-bottom: 1px solid #cfc8bb;
  font-family: var(--number-font);
  font-size: clamp(1rem, 1.7vw, 2rem);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.015em;
}

.plan-price small {
  font-family: inherit;
  font-size: 0.48em;
}

.pricing-plan ul {
  display: grid;
  gap: 0.65em;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #69655e;
  font-size: clamp(0.82rem, 0.9vw, 0.94rem);
  line-height: 1.5;
}

.pricing-plan li {
  display: grid;
  grid-template-columns: 0.65em 1fr;
  gap: 0.7em;
}

.campaign-note {
  margin: 3.2% 0 0;
  color: #99764e;
  font-size: clamp(0.78rem, 0.84vw, 0.9rem);
  text-align: center;
}

.slide-options {
  display: grid;
  grid-template-columns: 37% 63%;
  padding: 4%;
}

.options-copy {
  display: flex;
  flex-direction: column;
  padding: 0 10% 0 2%;
}

.options-copy > p {
  margin: 7% 0 0;
}

.options-table-wrap {
  padding: 4.5% 6%;
  border: 1px solid #ded8cf;
  background: #f1efe9;
}

.options-table-wrap h3 {
  margin: 0 0 5%;
  color: #746e65;
  font-size: clamp(0.88rem, 0.95vw, 1rem);
  font-weight: 600;
}

.options-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 6%;
  margin: 0;
}

.options-table div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1em;
  min-height: 0;
  margin-bottom: 0.8em;
  padding-bottom: 0.55em;
  border-bottom: 1px solid #d9d2c8;
  color: #5e5a54;
  font-size: clamp(0.76rem, 0.84vw, 0.88rem);
  line-height: 1.45;
}

.options-table dt,
.options-table dd {
  margin: 0;
}

.options-table dd {
  flex: 0 0 auto;
  font-family: var(--number-font);
  color: #332f2a;
  font-variant-numeric: tabular-nums;
}

.pr-detail,
.options-footnote {
  margin: 4% 0 0;
  color: #746e65;
  font-size: clamp(0.72rem, 0.78vw, 0.82rem);
}

.options-footnote {
  margin-top: 2%;
}

.slide-after {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  column-gap: 8%;
  padding: 4%;
}

.after-copy {
  display: flex;
  flex-direction: column;
  padding-right: 0;
}

.after-lead {
  margin: 6% 0 0;
}

.draft-list {
  display: grid;
  gap: 0;
  align-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.draft-list li {
  display: grid;
  grid-template-columns: 1.8em 1fr;
  column-gap: 0.8em;
  padding: 1.5em 0;
  border-bottom: 1px solid #ddd7ce;
}

.draft-list li:first-child {
  border-top: 1px solid #ddd7ce;
}

.draft-list span {
  color: var(--accent);
  font-family: var(--number-font);
  font-size: clamp(0.72rem, 0.8vw, 0.84rem);
  font-weight: 700;
}

.draft-list h3,
.draft-list p {
  margin: 0;
  line-height: 1.55;
}

.draft-list h3 {
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  font-weight: 600;
}

.draft-list p {
  margin-top: 0.7em;
  color: #6b6760;
  font-size: clamp(0.82rem, 0.9vw, 0.94rem);
  line-height: 1.8;
}

.draft-free {
  margin: 4% 0 0;
  color: #9b7952;
  font-size: clamp(0.84rem, 0.92vw, 0.98rem);
  font-weight: 700;
}

.after-photo {
  align-self: center;
  height: 84%;
  margin: 0;
  overflow: hidden;
}

.contact-link {
  display: inline-block;
  width: fit-content;
  margin-top: auto;
  padding-top: 3.5%;
  border-top: 1px solid #d8d2c8;
  font-family: Georgia, "Noto Serif CJK JP", serif;
  font-size: clamp(0.7rem, 1.15vw, 1.36rem);
  text-decoration: none;
}

.contact-link:hover,
.contact-link:focus-visible {
  color: #9c7850;
}

@media (max-width: 720px) {
  html {
    scroll-snap-type: none;
  }

  .deck-toolbar {
    position: sticky;
    top: 0;
    left: auto;
    width: 100%;
    min-height: 58px;
    padding: 10px 16px;
    transform: none;
    background: rgba(247, 245, 241, 0.9);
    border-bottom: 1px solid rgba(42, 41, 38, 0.08);
    backdrop-filter: blur(16px);
  }

  .toolbar-actions {
    gap: 10px;
  }

  .page-nav {
    display: none;
  }

  .pdf-download {
    min-height: 36px;
    padding: 0 13px;
    box-shadow: none;
    font-size: 0.7rem;
  }

  .slide-shell {
    min-height: auto;
    display: block;
    padding: 0;
  }

  .slide {
    width: 100%;
    min-height: calc(100svh - 58px);
    aspect-ratio: auto;
    overflow: visible;
    box-shadow: none;
  }

  .slide-cover {
    display: flex;
    flex-direction: column;
  }

  .cover-copy {
    min-height: 66svh;
    padding: 15vw 8vw 10vw;
  }

  .eyebrow {
    margin-bottom: 12vw;
    font-size: 0.72rem;
  }

  .cover-copy h1 {
    font-size: clamp(1.85rem, 8vw, 3rem);
    line-height: 1.47;
  }

  .cover-lead {
    margin-top: 9vw;
    font-size: 1rem;
    line-height: 1.95;
  }

  .price-note {
    margin-top: auto;
    padding-top: 10vw;
    font-size: 0.78rem;
    line-height: 1.8;
  }

  .cover-image {
    height: 58svh;
  }

  .cover-image img {
    object-position: center 62%;
  }

  .page-number {
    display: none;
  }

  .slide-role {
    display: flex;
    flex-direction: column;
    padding: 18vw 8vw 14vw;
  }

  .role-copy {
    display: contents;
  }

  .section-label {
    order: 1;
    margin-bottom: 7vw;
    font-size: 0.78rem;
  }

  .role-copy h2 {
    order: 2;
    font-size: clamp(1.58rem, 6.7vw, 2.3rem);
    line-height: 1.58;
  }

  .role-lead {
    order: 3;
    margin-top: 8vw;
    font-size: 1rem;
    line-height: 1.9;
  }

  .role-visual {
    order: 4;
    width: calc(100% + 6vw);
    margin: 13vw -3vw 0;
  }

  .role-visual figcaption {
    margin-top: 4vw;
    font-size: 0.76rem;
  }

  .role-points {
    order: 5;
    gap: 9vw;
    margin-top: 14vw;
  }

  .role-points li {
    grid-template-columns: 2.2rem 1fr;
    gap: 0.5rem;
  }

  .point-number {
    font-size: 0.92rem;
  }

  .role-points h3 {
    margin-bottom: 0.65rem;
    font-size: 1.05rem;
    line-height: 1.6;
  }

  .role-points p {
    font-size: 0.92rem;
    line-height: 1.85;
  }

  .slide-media,
  .slide-seo,
  .slide-options,
  .slide-after {
    display: flex;
    flex-direction: column;
    padding: 18vw 8vw 14vw;
  }

  .media-copy,
  .seo-copy,
  .after-copy,
  .options-copy {
    padding: 0;
  }

  .role-copy h2,
  .media-copy h2,
  .seo-copy h2,
  .contents-header h2,
  .pricing-header h2,
  .options-copy h2,
  .after-copy h2 {
    font-size: clamp(1.4rem, 5.75vw, 2rem);
    line-height: 1.58;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .mobile-only {
    display: inline;
  }

  .media-lead,
  .seo-lead,
  .contents-header > p,
  .pricing-header > p,
  .options-copy > p,
  .after-lead {
    font-size: 1rem;
    line-height: 1.9;
  }

  .media-lead,
  .after-lead {
    margin-top: 8vw;
  }

  .seo-lead {
    margin-top: 8vw;
  }

  .seo-statement {
    margin-top: 11vw;
    padding-top: 7vw;
    font-size: 1.08rem;
    line-height: 1.8;
  }

  .seo-flow {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 14vw;
    padding: 0;
    border-bottom: 0;
  }

  .flow-step {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    column-gap: 0.8rem;
    padding: 7vw 0;
    border-bottom: 1px solid #d7d1c7;
  }

  .flow-step:not(:last-of-type)::after,
  .flow-step:not(:last-of-type)::before {
    display: none;
  }

  .flow-number {
    grid-row: 1 / span 2;
    margin: 0;
    font-size: 0.95rem;
  }

  .flow-step h3 {
    font-size: 1.02rem;
  }

  .flow-step > p:last-child {
    margin-top: 0.45rem;
    font-size: 0.9rem;
    line-height: 1.75;
  }

  .seo-flow-note {
    position: static;
    margin: 7vw 0 0;
    padding-bottom: 2vw;
    font-size: 0.9rem;
    line-height: 1.8;
    text-align: left;
  }

  .media-points {
    gap: 5vw;
    margin-top: 11vw;
    font-size: 0.93rem;
    line-height: 1.8;
  }

  .media-points li {
    grid-template-columns: 0.75rem 1fr;
    gap: 0.7rem;
  }

  .media-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.05;
    margin: 14vw 0 0;
  }

  .slide-contents,
  .slide-pricing {
    padding: 18vw 8vw 14vw;
  }

  .contents-header,
  .pricing-header {
    display: block;
  }

  .contents-header .section-label,
  .pricing-header .section-label {
    margin-bottom: 7vw;
  }

  .contents-header > p,
  .pricing-header > p {
    margin: 8vw 0 0;
  }

  .content-features {
    grid-template-columns: 1fr;
    gap: 13vw;
    margin-top: 14vw;
  }

  .content-feature img {
    aspect-ratio: 1.2 / 1;
  }

  .content-feature h3 {
    margin-top: 1.1rem;
    font-size: 1.12rem;
  }

  .content-feature p,
  .contents-note {
    font-size: 0.94rem;
    line-height: 1.85;
  }

  .content-feature .feature-note {
    font-size: 0.78rem;
  }

  .contents-note {
    margin-top: 14vw;
  }

  .pricing-plans {
    grid-template-columns: 1fr;
    gap: 5vw;
    margin-top: 13vw;
  }

  .pricing-plan {
    min-height: 0;
    padding: 8vw;
  }

  .plan-name {
    font-size: 1rem;
  }

  .plan-price {
    margin: 8vw 0 6vw;
    padding-bottom: 6vw;
    font-size: 2rem;
  }

  .pricing-plan ul {
    gap: 0.85rem;
    font-size: 0.92rem;
  }

  .campaign-note {
    margin-top: 8vw;
    font-size: 0.88rem;
    line-height: 1.8;
    text-align: left;
  }

  .options-copy > p {
    margin-top: 8vw;
  }

  .options-copy .section-label {
    order: -1;
  }

  .options-table-wrap {
    margin-top: 12vw;
    padding: 8vw 6vw;
  }

  .options-table-wrap h3 {
    margin-bottom: 7vw;
    font-size: 1rem;
  }

  .options-table {
    grid-template-columns: 1fr;
  }

  .options-table div {
    min-height: 0;
    margin-bottom: 0.9rem;
    padding-bottom: 0.6rem;
    font-size: 0.83rem;
    line-height: 1.55;
  }

  .pr-detail,
  .options-footnote {
    font-size: 0.79rem;
    line-height: 1.7;
  }

  .pr-detail {
    margin-top: 7vw;
  }

  .options-footnote {
    margin-top: 4vw;
  }

  .draft-list {
    align-self: stretch;
    margin-top: 12vw;
  }

  .draft-list li {
    padding: 5vw 0;
  }

  .draft-list h3 {
    font-size: 0.98rem;
  }

  .draft-list p {
    margin-top: 0.7rem;
    font-size: 0.89rem;
    line-height: 1.8;
  }

  .draft-free {
    margin-top: 8vw;
    font-size: 0.96rem;
  }

  .contact-link {
    margin-top: 10vw;
    padding-top: 6vw;
    font-size: 1.1rem;
  }

  .desktop-only {
    display: none;
  }
}

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

  .page-dot {
    transition: none;
  }
}

@media print {
  @page {
    size: 13.333333in 7.5in;
    margin: 0;
  }

  html,
  body {
    width: 13.333333in;
    margin: 0;
    background: var(--paper);
    scroll-snap-type: none;
  }

  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .deck-toolbar {
    display: none;
  }

  .slide-shell {
    display: block;
    width: 13.333333in;
    height: 7.5in;
    min-height: 0;
    padding: 0;
    break-after: page;
    page-break-after: always;
  }

  .slide-shell:last-child {
    break-after: auto;
    page-break-after: auto;
  }

  .slide {
    width: 13.333333in;
    height: 7.5in;
    aspect-ratio: auto;
    box-shadow: none;
  }
}
