:root {
  --ink: #13251b;
  --muted: #667269;
  --line: #dce2d7;
  --paper: #f4f6ed;
  --soft: #e7efdb;
  --green: #1f633c;
  --lime: #d8f56b;
  --dark: #183824;
  --sans: "Manrope", "Noto Sans JP", "Noto Sans KR", sans-serif;
  --mono: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

* { box-sizing: border-box; }
img { max-width: 100%; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.7; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
.wrap { margin: 0 auto; max-width: 1120px; width: calc(100% - 48px); }
.sr-only { height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px; clip: rect(0, 0, 0, 0); }

.site-header { backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); background: rgba(244, 246, 237, .94); border-bottom: 1px solid var(--line); height: 76px; position: sticky; top: 0; z-index: 30; }
.header-inner { align-items: center; display: flex; height: 100%; justify-content: space-between; }
.brand { align-items: center; display: inline-flex; font-size: 19px; font-weight: 800; gap: 10px; letter-spacing: -.06em; }
.brand-icon { background: var(--lime); border-radius: 7px; display: block; height: 32px; overflow: hidden; width: 32px; }
.brand-icon img { display: block; height: 100%; object-fit: cover; width: 100%; }
.site-nav { display: flex; gap: 35px; margin-left: auto; margin-right: 56px; }
.site-nav a, .header-github { color: var(--muted); font-size: 12px; font-weight: 700; }
.site-nav a:hover, .header-github:hover, .footer-bottom a:hover { color: var(--green); }
.header-right { align-items: center; display: flex; gap: 24px; }
.language-select { border-left: 1px solid var(--line); padding-left: 23px; }
.language-select select { appearance: none; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='m1 1 4 4 4-4' fill='none' stroke='%2313251b' stroke-width='1.3'/%3E%3C/svg%3E") no-repeat right center; border: 0; color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 700; padding: 4px 17px 4px 0; }
.header-github { align-items: center; display: inline-flex; gap: 6px; }
.menu-toggle { background: transparent; border: 0; display: none; height: 22px; padding: 2px 0; width: 24px; }
.menu-toggle span:not(.sr-only) { background: var(--ink); display: block; height: 1px; margin: 4px 0; width: 24px; }

.hero { background: var(--soft); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-grid { align-items: center; display: grid; gap: 52px; grid-template-areas: "left copy right"; grid-template-columns: minmax(180px, .72fr) minmax(360px, 1.15fr) minmax(180px, .72fr); min-height: 650px; padding-bottom: 70px; padding-top: 70px; position: relative; }
.hero-grid::before { background: radial-gradient(circle, rgba(185, 229, 91, .68), rgba(185, 229, 91, 0) 69%); content: ""; height: 650px; left: 50%; pointer-events: none; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 650px; }
.hero-grid::after { border: 1px solid rgba(31, 99, 60, .15); border-radius: 50%; content: ""; height: 480px; left: 50%; pointer-events: none; position: absolute; top: 50%; transform: translate(-50%, -50%) rotate(-17deg); width: 920px; }
.hero-copy { grid-area: copy; padding-bottom: 5px; position: relative; text-align: center; z-index: 2; }
.kicker { color: var(--green); font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .09em; margin: 0 0 22px; }
.kicker::before { background: var(--green); border-radius: 50%; content: ""; display: inline-block; height: 6px; margin: 0 9px 1px 0; width: 6px; }
h1, h2 { letter-spacing: -.08em; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(48px, 4.3vw, 64px); }
h1 .hero-line { display: block; white-space: nowrap; }
body.lang-ja .hero-copy h1 .hero-line:first-child { transform: scaleX(1.05); }
body.lang-ja .hero-copy h1 .hero-line:last-child { transform: scaleX(1.09); }
h1 em, h2 em { color: var(--green); font-style: normal; }
h1 em { display: inline-block; white-space: nowrap; }
.hero-lead, .section-description { color: var(--muted); font-size: 14px; line-height: 1.9; }
.hero-lead { margin: 28px auto 0; max-width: 430px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 23px; justify-content: center; margin-top: 30px; }
.button { align-items: center; display: inline-flex; font-size: 12px; font-weight: 800; justify-content: center; min-height: 49px; padding: 0 21px; }
.button-primary { background: var(--ink); color: var(--paper); }
.button-primary:hover { background: var(--green); }
.under-link { border-bottom: 1px solid var(--ink); display: inline-flex; font-size: 12px; font-weight: 800; gap: 7px; padding-bottom: 2px; }
.under-link:hover { border-color: var(--green); color: var(--green); }
.hero-meta { color: #89938a; font-family: var(--mono); font-size: 9px; margin: 22px 0 0; }

.phone-column { align-items: center; display: flex; flex-direction: column; height: 520px; justify-content: center; min-width: 0; position: relative; z-index: 2; }
.phone-column-left { grid-area: left; }.phone-column-right { grid-area: right; }
.phone { aspect-ratio: 682 / 1400; flex: 0 0 auto; filter: drop-shadow(0 22px 18px rgba(19, 37, 27, .2)); max-width: 100%; position: relative; }
.phone-tate { height: 91%; transform: rotate(-8deg); }.phone-home { height: 91%; transform: rotate(5deg); }
.phone-screen { border-radius: 5% / 2.5%; display: block; height: 96%; left: 5%; max-width: none; object-fit: cover; position: absolute; top: 2%; width: 90.5%; }
.phone-frame { display: block; height: 100%; inset: 0; max-width: none; object-fit: contain; pointer-events: none; position: absolute; width: 100%; }

.section { padding-bottom: 118px; padding-top: 118px; }
.section-heading h2 { font-size: clamp(40px, 5vw, 67px); }
.heading-split { align-items: end; display: grid; gap: 8vw; grid-template-columns: 1fr 1fr; margin-bottom: 58px; }
.heading-split .section-description { margin: 0 0 4px; max-width: 390px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.feature-card { border: 1px solid var(--line); border-right: 0; min-height: 245px; padding: 24px 27px; position: relative; }
.feature-card:nth-child(3n) { border-right: 1px solid var(--line); }
.feature-card:nth-child(n + 4) { border-top: 0; }
.card-number { color: var(--green); font-family: var(--mono); font-size: 10px; }
.feature-card h3, .setup-card h3 { font-size: 19px; letter-spacing: -.06em; line-height: 1.3; margin: 75px 0 9px; }
.feature-card p, .setup-card p { color: var(--muted); font-size: 12px; line-height: 1.8; margin: 0; max-width: 280px; }

.compatibility-section { background: var(--soft); padding: 118px 0; }
.compatibility-layout { display: grid; gap: 11vw; grid-template-columns: .85fr 1fr; }
.compatibility-layout .section-description { margin: 25px 0 0; max-width: 440px; }
.compatibility-layout .under-link { margin-top: 27px; }
.compatibility-table { align-self: center; }
.compatibility-row { align-items: center; border-bottom: 1px solid rgba(31, 99, 60, .18); display: flex; justify-content: space-between; min-height: 69px; }.compatibility-row:first-child { border-top: 1px solid rgba(31, 99, 60, .18); }
.device-name { font-size: 14px; font-weight: 800; }.status { color: #69836d; font-family: var(--mono); font-size: 9px; }.status-good { color: var(--green); }.status-unavailable { color: #9b6a58; }.table-note { color: var(--muted); font-family: var(--mono); font-size: 9px; margin: 21px 0 0; }

.setup-heading { margin-bottom: 58px; }.setup-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }.setup-card { border-right: 1px solid var(--line); min-height: 275px; padding: 27px 28px 20px 0; position: relative; }.setup-card + .setup-card { padding-left: 28px; }.setup-card:last-child { border-right: 0; }.setup-card h3 { margin-top: 62px; }.setup-card a { bottom: 19px; color: var(--green); font-family: var(--mono); font-size: 10px; position: absolute; }.setup-card a:hover { text-decoration: underline; }

.faq-section { background: #e9ede5; padding-bottom: 118px; padding-top: 118px; }.faq-layout { display: grid; gap: 11vw; grid-template-columns: .7fr 1fr; }.faq-list details { border-top: 1px solid var(--line); padding: 21px 0; }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { align-items: center; cursor: pointer; display: flex; font-size: 14px; font-weight: 800; justify-content: space-between; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span:last-child { color: var(--green); font-size: 21px; font-weight: 400; transition: transform .2s; }.faq-list details[open] summary span:last-child { transform: rotate(45deg); }.faq-list p { color: var(--muted); font-size: 12px; line-height: 1.9; margin: 15px 30px 0 0; }

.site-footer { background: var(--dark); color: var(--paper); padding: 47px 0 25px; }.footer-top { align-items: center; border-bottom: 1px solid rgba(244, 246, 237, .2); display: flex; gap: 27px; padding-bottom: 42px; }.footer-top .brand { color: var(--paper); }.footer-top .brand-icon { background: var(--lime); }.footer-top p { color: rgba(244, 246, 237, .62); font-family: var(--mono); font-size: 9px; margin: 0 auto 0 0; }.footer-top .under-link { border-color: rgba(244, 246, 237, .7); font-size: 10px; }.footer-bottom { align-items: center; color: rgba(244, 246, 237, .55); display: flex; font-family: var(--mono); font-size: 9px; gap: 28px; padding-top: 20px; }.footer-bottom div { display: flex; gap: 17px; }.footer-bottom span:last-child { margin-left: auto; }

.media-section { background: var(--paper); padding: 105px 0 118px; }
.media-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 44px; }
.media-heading h2 { font-size: clamp(36px, 4.4vw, 56px); }
.media-grid { display: grid; grid-template-columns: minmax(0, 560px); }
.media-card { background: #fff; border: 1px solid var(--line); border-radius: 17px; display: block; overflow: hidden; transition: border-color .2s, box-shadow .2s, transform .2s; }
.media-card:hover { border-color: rgba(31, 99, 60, .38); box-shadow: 0 18px 35px rgba(19, 37, 27, .1); transform: translateY(-3px); }
.media-thumb { aspect-ratio: 16 / 9; background: var(--soft); overflow: hidden; position: relative; }
.media-thumb img { display: block; height: 100%; max-width: none; object-fit: cover; transition: transform .35s; width: 100%; }
.media-card:hover .media-thumb img { transform: scale(1.025); }
.media-play { align-items: center; background: rgba(244, 246, 237, .94); border-radius: 50%; color: var(--ink); display: flex; font-size: 20px; height: 47px; justify-content: center; position: absolute; right: 17px; top: 17px; width: 47px; }
.media-card-body { padding: 25px 27px 26px; }
.media-source { color: #2762c5; font-size: 13px; font-weight: 800; }
.media-card h3 { font-size: 20px; letter-spacing: -.045em; line-height: 1.45; margin: 10px 0 12px; }
.media-card time { color: var(--muted); font-size: 13px; }

/* The home page below the hero stays compact and reference-like. */
.home-page .media-section { padding: 82px 0 92px; }
.home-page .media-heading { margin-bottom: 34px; }
.home-page .media-heading h2 { font-size: clamp(32px, 4vw, 48px); }
.home-page .media-grid { grid-template-columns: minmax(0, 470px); }
.home-page .media-card-body { padding: 21px 23px 23px; }
.home-page .media-card h3 { font-size: 17px; line-height: 1.5; }
.home-page .section { padding-bottom: 92px; padding-top: 92px; }
.home-page .simple-home-heading { margin-bottom: 40px; }
.home-page .simple-home-heading h2 { font-size: clamp(34px, 4vw, 50px); }
.home-page .simple-home-heading .section-description { margin: 18px 0 0; max-width: 530px; }
.home-page .feature-card { min-height: 210px; padding: 22px 24px; }
.home-page .feature-card h3 { margin-top: 51px; }
.home-page .compatibility-section { padding: 92px 0; }
.home-page .setup-section { padding-bottom: 92px; padding-top: 92px; }
.home-page .setup-heading { margin-bottom: 40px; }
.home-page .setup-card { min-height: 245px; }
.home-page .faq-section { padding-bottom: 92px; padding-top: 92px; }

.page-hero { background: var(--soft); border-bottom: 1px solid var(--line); }
.page-hero-inner { padding-bottom: 100px; padding-top: 52px; }
.back-link { color: var(--muted); display: inline-block; font-size: 12px; font-weight: 700; margin-bottom: 93px; }
.back-link:hover { color: var(--green); }
.page-hero h1 { font-size: clamp(50px, 6.2vw, 82px); max-width: 780px; }
.page-hero-lead { color: var(--muted); font-size: 15px; line-height: 1.9; margin: 28px 0 0; max-width: 610px; }
.detail-section { background: var(--paper); padding: 35px 0 118px; }
.feature-detail { border-top: 1px solid var(--line); display: grid; gap: 7vw; grid-template-columns: 92px minmax(0, 1fr); padding: 70px 0 76px; }
.feature-detail:last-child { border-bottom: 1px solid var(--line); }
.detail-number { color: var(--green); font-family: var(--mono); font-size: 12px; padding-top: 7px; }
.detail-content { max-width: 780px; }
.detail-kicker { color: var(--green); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; margin: 0 0 18px; }
.detail-content h2 { font-size: clamp(34px, 4.5vw, 58px); margin-bottom: 23px; }
.detail-content > p:not(.detail-kicker) { color: var(--muted); font-size: 15px; line-height: 2; margin: 0; max-width: 720px; }
.detail-content ul { display: grid; gap: 10px 32px; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 34px 0 0; padding: 0; }
.detail-content li { border-top: 1px solid var(--line); font-size: 13px; line-height: 1.65; padding-top: 12px; }
.detail-content li::before { color: var(--green); content: "·"; font-weight: 800; margin-right: 8px; }
.extra-detail-section { background: var(--soft); padding: 118px 0; }
.extra-detail-section .section-heading { margin-bottom: 56px; }
.extra-detail-grid { border-top: 1px solid rgba(31, 99, 60, .22); display: grid; grid-template-columns: repeat(2, 1fr); }
.extra-detail-grid article { min-height: 245px; padding: 26px 38px 28px 0; }
.extra-detail-grid article:nth-child(2n) { border-left: 1px solid rgba(31, 99, 60, .22); padding-left: 38px; }
.extra-detail-grid article:nth-child(n + 3) { border-top: 1px solid rgba(31, 99, 60, .22); }
.extra-detail-grid h3 { font-size: 22px; letter-spacing: -.06em; margin: 54px 0 11px; }
.extra-detail-grid p { color: var(--muted); font-size: 14px; line-height: 1.9; margin: 0; max-width: 480px; }
.page-note { color: var(--muted); font-family: var(--mono); font-size: 11px; margin: 34px 0 0; }
.faq-page-section { padding: 76px 0 118px; }
.faq-page-layout { align-items: start; display: grid; gap: 10vw; grid-template-columns: minmax(0, 1fr) minmax(230px, .62fr); }
.faq-page-list details { border-top: 1px solid var(--line); padding: 22px 0; }
.faq-page-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-page-list summary { align-items: center; cursor: pointer; display: flex; font-size: 15px; font-weight: 800; gap: 20px; justify-content: space-between; list-style: none; }
.faq-page-list summary::-webkit-details-marker { display: none; }
.faq-page-list summary span:last-child { color: var(--green); font-size: 24px; font-weight: 400; transition: transform .2s; }
.faq-page-list details[open] summary span:last-child { transform: rotate(45deg); }
.faq-page-list p { color: var(--muted); font-size: 14px; line-height: 1.95; margin: 17px 34px 0 0; max-width: 650px; }
.faq-contact { background: var(--soft); padding: 29px 30px 34px; position: sticky; top: 24px; }
.faq-contact h2 { font-size: clamp(28px, 3vw, 40px); margin-top: 22px; }
.contact-links { align-items: flex-start; display: flex; flex-direction: column; gap: 22px; margin-top: 35px; }
.contact-links .button { text-align: center; width: 100%; }

.tutorial-hero { background: var(--soft); border-bottom: 1px solid var(--line); }
.tutorial-hero-inner { padding-bottom: 84px; padding-top: 52px; }
.tutorial-hero h1 { font-size: clamp(48px, 6vw, 78px); max-width: 780px; }
.tutorial-hero-lead { color: var(--muted); font-size: 16px; line-height: 1.8; margin: 25px 0 0; max-width: 620px; }
.tutorial-overview { background: var(--paper); border-bottom: 1px solid var(--line); padding: 72px 0; }
.tutorial-overview-grid { align-items: end; display: grid; gap: 9vw; grid-template-columns: .8fr 1fr; }
.tutorial-overview h2 { font-size: clamp(32px, 4vw, 52px); }
.tutorial-overview-grid > div:last-child { max-width: 560px; }
.tutorial-overview-grid p:not(.kicker) { color: var(--muted); font-size: 16px; line-height: 1.9; margin: 0; }
.tutorial-overview .button { margin-top: 24px; }
.tutorial-section { background: var(--soft); padding: 100px 0 120px; }
.tutorial-stage { border-top: 1px solid var(--line); padding: 57px 0 90px; }
.tutorial-stage:last-child { padding-bottom: 0; }
.tutorial-stage-heading { align-items: start; display: grid; gap: 7vw; grid-template-columns: 92px minmax(0, 1fr); margin-bottom: 46px; }
.tutorial-stage-number { color: var(--green); font-family: var(--mono); font-size: 12px; padding-top: 7px; }
.tutorial-stage-heading h2 { font-size: clamp(34px, 4vw, 56px); }
.tutorial-stage-heading .kicker { margin-bottom: 18px; }
.tutorial-stage-heading > div > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.9; margin: 22px 0 0; max-width: 710px; }
.tutorial-shot-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tutorial-shot-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tutorial-shot { background: #fff; border: 1px solid var(--line); border-radius: 16px; margin: 0; overflow: hidden; }
.tutorial-shot-image { background: #f0f1f3; overflow: hidden; }
.tutorial-shot img { display: block; height: auto; width: 100%; }
.tutorial-shot-portrait img { aspect-ratio: 1080 / 2340; object-fit: cover; }
.tutorial-shot-landscape { max-width: 900px; }
.tutorial-shot-landscape img { aspect-ratio: 2340 / 1080; object-fit: cover; }
.tutorial-shot figcaption { align-items: start; display: grid; gap: 15px; grid-template-columns: 27px minmax(0, 1fr); padding: 15px 17px 18px; }
.tutorial-shot figcaption span { color: var(--green); font-family: var(--mono); font-size: 10px; padding-top: 3px; }
.tutorial-shot figcaption p { font-size: 13px; line-height: 1.55; margin: 0; }
.tutorial-stage-final .tutorial-shot { margin-left: auto; margin-right: auto; width: min(100%, 900px); }
.tutorial-stage-final .tutorial-stage-heading { margin-bottom: 40px; }

@media (max-width: 900px) {
  .site-nav { gap: 18px; margin-right: 25px; }.header-right { gap: 15px; }.hero-grid { gap: 28px; grid-template-columns: minmax(130px, .7fr) minmax(300px, 1.15fr) minmax(130px, .7fr); }.phone-column { height: 480px; }.phone-tate { height: 84%; }.phone-home { height: 84%; }.compatibility-layout, .faq-layout { gap: 50px; }.feature-detail { gap: 35px; }.faq-page-layout { gap: 50px; }
  .tutorial-overview-grid { gap: 42px; grid-template-columns: 1fr; }.tutorial-overview-grid > div:last-child { max-width: 680px; }.tutorial-shot-grid, .tutorial-shot-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .wrap { width: calc(100% - 42px); }.site-header { height: 67px; }.site-nav, .header-github { display: none; }.menu-toggle { display: block; }.language-select { border-left: 0; padding-left: 0; }.header-right { gap: 14px; }.site-nav.mobile-open { background: rgba(244, 246, 237, .98); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 0; margin: 0; padding: 7px 17px; position: absolute; right: 21px; top: 59px; width: 145px; z-index: 10; }.site-nav.mobile-open a { border-bottom: 1px solid var(--line); color: var(--ink); padding: 9px 0; }.site-nav.mobile-open a:last-child { border-bottom: 0; }
  .hero-grid { display: grid; gap: 12px; grid-template-areas: "copy copy" "left right"; grid-template-columns: 1fr 1fr; padding-bottom: 55px; padding-top: 57px; }.hero-grid::after { height: 310px; width: 680px; }.hero-copy { margin: 0 auto 32px; max-width: 430px; width: 100%; }.phone-column { height: 390px; }.phone-tate { height: 88%; transform: rotate(-7deg); }.phone-home { height: 88%; transform: rotate(5deg); }.hero-grid::before { height: 480px; width: 480px; }
  .section, .compatibility-section, .faq-section { padding-bottom: 87px; padding-top: 87px; }.heading-split, .compatibility-layout, .faq-layout { display: block; }.heading-split { margin-bottom: 42px; }.heading-split .section-description { margin-top: 22px; }.feature-grid { grid-template-columns: 1fr; }.feature-card, .feature-card:nth-child(3n) { border-right: 1px solid var(--line); min-height: 208px; }.feature-card:nth-child(n + 2) { border-top: 0; }.feature-card h3 { margin-top: 52px; }.compatibility-layout .section-description { margin-top: 22px; }.compatibility-table { margin-top: 52px; }.setup-heading { margin-bottom: 42px; }.setup-grid { display: block; }.setup-card, .setup-card + .setup-card { border-bottom: 1px solid var(--line); border-right: 0; min-height: 230px; padding: 26px 0; }.setup-card:last-child { border-bottom: 0; }.setup-card h3 { margin-top: 50px; }.faq-layout .faq-list { margin-top: 48px; }.media-section { padding-bottom: 87px; padding-top: 87px; }.media-heading { margin-bottom: 35px; }.media-grid { grid-template-columns: 1fr; }.media-card-body { padding: 22px 20px 23px; }.media-card h3 { font-size: 18px; }.page-hero-inner { padding-bottom: 74px; padding-top: 39px; }.back-link { margin-bottom: 64px; }.page-hero h1 { font-size: clamp(44px, 11vw, 68px); }.page-hero-lead { font-size: 14px; }.detail-section, .faq-page-section, .extra-detail-section { padding-bottom: 87px; padding-top: 87px; }.feature-detail { display: block; padding: 51px 0 59px; }.detail-number { margin-bottom: 27px; }.detail-content h2 { font-size: clamp(35px, 10vw, 54px); }.detail-content > p:not(.detail-kicker) { font-size: 14px; }.detail-content ul { grid-template-columns: 1fr; margin-top: 27px; }.extra-detail-section .section-heading { margin-bottom: 42px; }.extra-detail-grid { display: block; }.extra-detail-grid article, .extra-detail-grid article:nth-child(2) { border-left: 0; padding: 25px 0 30px; }.extra-detail-grid article:nth-child(n + 3) { border-top: 1px solid rgba(31, 99, 60, .22); }.extra-detail-grid h3 { margin-top: 46px; }.faq-page-layout { display: block; }.faq-contact { margin-top: 57px; position: static; }.faq-page-list p { font-size: 14px; margin-right: 0; }.footer-top { align-items: flex-start; flex-direction: column; gap: 16px; padding-bottom: 32px; }.footer-top p { margin: 0; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 13px; }.footer-bottom span:last-child { margin-left: 0; }
  .tutorial-hero-inner { padding-bottom: 70px; padding-top: 39px; }.tutorial-hero h1 { font-size: clamp(44px, 11vw, 68px); }.tutorial-hero-lead { font-size: 14px; }.tutorial-overview { padding: 70px 0; }.tutorial-overview-grid { display: block; }.tutorial-overview-grid > div:last-child { margin-top: 35px; }.tutorial-overview-grid p:not(.kicker) { font-size: 14px; }.tutorial-section { padding: 70px 0 87px; }.tutorial-stage { padding: 48px 0 68px; }.tutorial-stage-heading { display: block; margin-bottom: 35px; }.tutorial-stage-number { display: block; margin-bottom: 27px; }.tutorial-stage-heading h2 { font-size: clamp(35px, 10vw, 54px); }.tutorial-stage-heading > div > p:last-child { font-size: 14px; }.tutorial-shot-grid, .tutorial-shot-grid-four { grid-template-columns: 1fr; }.tutorial-shot-landscape { max-width: none; }.tutorial-shot figcaption p { font-size: 14px; }
}

body.lang-en h1, body.lang-ko h1 { letter-spacing: -.07em; }

@media (max-width: 680px) {
  .header-right { min-width: 0; }
  .tutorial-hero h1 { font-size: clamp(38px, 10vw, 68px); overflow-wrap: anywhere; white-space: normal; word-break: break-all; }
  .tutorial-hero-lead, .tutorial-overview h2, .tutorial-overview-grid p:not(.kicker), .tutorial-stage-heading h2, .tutorial-stage-heading > div > p:last-child { overflow-wrap: anywhere; white-space: normal; word-break: break-all; }
}
