/* The guide is independent of the landing page's carousel and locale scripts. */
:root {
  --paper:#fafbf8;
  --white:#fff;
  --ink:#20382c;
  --body:#526157;
  --muted:#748076;
  --line:#e2e8df;
  --green:#20784d;
  --deep:#173f2c;
  --soft:#eef4ea;
  --yellow:#f5eac9;
  --font:'Pretendard Variable',Pretendard,-apple-system,BlinkMacSystemFont,'Apple SD Gothic Neo',sans-serif
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:0;
  max-width:100%;
  overflow-x:clip;
  overscroll-behavior:none;
  touch-action:pan-x pan-y
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--font);
  font-size:16px;
  line-height:1.65;
  letter-spacing:-.025em;
  max-width:100%;
  overflow-x:clip;
  overscroll-behavior:none;
  touch-action:pan-x pan-y
}
a {
  color:inherit;
  text-decoration:none
}
button,select {
  font:inherit
}
button,a {
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer
}
img {
  display:block;
  max-width:100%
}
h1,h2,h3,p,figure {
  margin:0
}
ol,ul {
  margin:0;
  padding:0;
  list-style:none
}
button {
  color:inherit
}
strong {
  font-weight:700;
  color:var(--ink)
}
a:focus-visible,button:focus-visible,summary:focus-visible,select:focus-visible {
  outline:3px solid #348d5c;
  outline-offset:5px
}
::selection {
  background:#d9edc4
}
.wrap {
  width:min(1280px,calc(100% - 80px));
  margin-inline:auto
}
.skip-link {
  position:fixed;
  z-index:100;
  left:20px;
  top:-70px;
  background:var(--deep);
  color:#fff;
  padding:12px 20px;
  border-radius:8px
}
.skip-link:focus {
  top:12px
}
.site-header {
  height:78px;
  border-bottom:1px solid var(--line);
  background:rgba(250,251,248,.96);
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter:blur(14px)
}
.header-inner {
  display:flex;
  height:100%;
  align-items:center;
  gap:24px
}
.brand {
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  font-size:19px;
  letter-spacing:-.05em
}
.brand img {
  width:32px;
  height:32px;
  border-radius:9px
}
.header-divider {
  width:1px;
  height:18px;
  background:#d4dfd2
}
.header-label {
  color:var(--body);
  font-size:14px
}
.header-links {
  display:flex;
  gap:26px;
  align-items:center;
  margin-left:auto;
  font-size:14px;
  font-weight:600
}
.header-download {
  background:var(--deep);
  color:white;
  padding:10px 19px;
  border-radius:8px
}
.header-links a:hover {
  opacity:.78
}
.guide-hero {
  padding:69px 0 62px;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:72px
}
.guide-hero > * {
  min-width:0
}
.eyebrow {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  color:var(--green);
  margin-bottom:22px
}
.eyebrow::before {
  content:'';
  width:20px;
  height:1px;
  background:var(--green)
}
h1 {
  font-size:clamp(38px,4.2vw,62px);
  font-weight:730;
  line-height:1.15;
  letter-spacing:-.067em
}
h1 span {
  color:var(--green)
}
.hero-description {
  margin-top:23px;
  font-size:17px;
  line-height:1.85;
  color:var(--body);
  word-break:keep-all
}
.hero-meta {
  display:flex;
  align-items:center;
  gap:15px;
  margin-top:27px;
  color:var(--muted);
  font-size:12px
}
.hero-meta span:first-child {
  border:1px solid #dbe4d6;
  border-radius:30px;
  padding:4px 12px;
  color:var(--green);
  font-weight:600
}
.hero-meta span+span::before {
  content:'·';
  margin-right:15px
}
.hero-composition {
  position:relative;
  min-height:285px;
  padding:30px;
  border-radius:24px;
  background:#e9f0e2;
  isolation:isolate
}
.hero-composition::before {
  content:'';
  position:absolute;
  inset:19px;
  border:1px solid rgba(104,130,85,.15);
  border-radius:15px;
  z-index:-1
}
.composition-caption {
  font-size:10px;
  letter-spacing:.12em;
  color:#69805c;
  margin-bottom:18px;
  text-align:right
}
.hero-sequence {
  display:flex;
  gap:14px;
  align-items:center
}
.hero-mini {
  padding:18px 10px 13px;
  flex:1;
  min-width:0;
  background:#fff;
  border:1px solid #dde7d7;
  border-radius:16px;
  box-shadow:0 7px 15px #314a3210;
  text-align:center
}
.hero-mini:nth-child(2) {
  transform:translateY(19px)
}
.hero-mini:nth-child(3) {
  transform:translateY(38px)
}
.hero-mini-visual {
  height:88px;
  display:flex;
  align-items:center;
  justify-content:center
}
.hero-mini > span {
  display:block;
  font-size:12px;
  margin-top:11px;
  font-weight:650
}
.hero-mini small {
  font-size:9px;
  letter-spacing:.12em;
  color:#8b9684
}
.hero-sequence>.sequence-arrow {
  position:absolute;
  top:50%;
  color:#899a7c
}
.composition-foot {
  display:flex;
  align-items:center;
  gap:7px;
  color:#66805c;
  font-size:11px;
  margin-top:54px
}
.composition-foot i {
  height:5px;
  width:5px;
  background:#4f8757;
  border-radius:50%
}
.tab-primer {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  display:grid;
  grid-template-columns:220px repeat(3,1fr);
  gap:28px;
  align-items:center;
  padding:26px 0 28px
}
.primer-heading {
  font-size:13px;
  color:var(--body);
  line-height:1.8
}
.primer-heading strong {
  display:block;
  font-size:15px
}
.primer-item {
  display:flex;
  align-items:center;
  gap:17px
}
.primer-icon {
  width:54px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:12px;
  background:#fff
}
.primer-item strong {
  display:block;
  font-size:14px
}
.primer-item p {
  font-size:12px;
  color:var(--muted);
  margin-top:2px
}
.guide-layout {
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:60px;
  padding-top:48px;
  align-items:start
}
.toc {
  position:sticky;
  top:112px;
  max-height:calc(100dvh - 132px);
  overflow-y:auto;
  scrollbar-width:thin;
  padding-right:13px;
  padding-bottom:25px
}
.toc-heading {
  font-size:11px;
  color:var(--muted);
  font-weight:700;
  letter-spacing:.11em;
  margin:0 12px 19px
}
.toc-group {
  font-size:10px;
  color:#93a08e;
  letter-spacing:.09em;
  margin:20px 12px 6px
}
.toc a {
  display:flex;
  align-items:baseline;
  gap:11px;
  padding:9px 11px;
  border-radius:7px;
  font-size:12px;
  color:#68776a;
  transition:background .15s,color .15s
}
.toc a:hover {
  background:#f0f3ec;
  color:var(--deep)
}
.toc a[aria-current='location'] {
  background:#e7efdf;
  color:var(--deep);
  font-weight:700
}
.toc a span {
  font-size:10px;
  min-width:17px;
  color:#8c9a85;
  font-variant-numeric:tabular-nums
}
.toc a[aria-current='location'] span {
  color:var(--green)
}
.toc-foot {
  margin:25px 12px 0;
  padding-top:19px;
  border-top:1px solid var(--line);
  font-size:10px;
  line-height:1.8;
  color:#929c8d
}
.mobile-toc {
  display:none
}
.guide-section {
  padding-bottom:64px;
  margin-bottom:62px;
  border-bottom:1px solid var(--line);
  scroll-margin-top:105px
}
.section-heading {
  display:flex;
  align-items:flex-start;
  gap:18px;
  margin-bottom:26px
}
.section-index {
  font-size:32px;
  font-weight:350;
  line-height:1.25;
  color:#91a885;
  font-variant-numeric:tabular-nums;
  letter-spacing:-.06em
}
.section-heading h2 {
  font-size:27px;
  line-height:1.35;
  font-weight:700;
  letter-spacing:-.055em;
  word-break:keep-all
}
.section-description {
  font-size:14px;
  color:var(--body);
  margin-top:9px;
  line-height:1.8;
  word-break:keep-all
}
.route {
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:20px;
  color:#829078;
  font-size:11px
}
.route strong {
  font-size:11px;
  font-weight:600;
  color:#536d49
}
.route b {
  font-weight:400;
  color:#a3b099
}
.step-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:17px 16px
}
.step {
  min-width:0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
  display:flex;
  flex-direction:column
}
.step-visual {
  position:relative;
  height:205px;
  padding:42px 20px 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f1f4ee;
  border-bottom:1px solid #e8ede4;
  overflow:hidden
}
.step:nth-child(3n+2) .step-visual {
  background:#f5f3ec
}
.step:nth-child(3n+3) .step-visual {
  background:#edf2ef
}
.step-number {
  position:absolute;
  top:13px;
  left:15px;
  font-size:10px;
  color:#63745c;
  font-weight:700;
  line-height:22px;
  font-variant-numeric:tabular-nums
}
.step-number::after {
  content:'';
  display:inline-block;
  vertical-align:middle;
  margin-left:9px;
  width:17px;
  height:1px;
  background:#b5c1ad
}
.capture-button {
  border:0;
  background:none;
  padding:0;
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
  max-width:100%;
  width:100%;
  height:100%;
  border-radius:10px
}
.capture-button::after {
  content:'↗';
  position:absolute;
  right:-8px;
  bottom:-9px;
  width:23px;
  height:23px;
  border-radius:50%;
  background:#fff;
  color:#798773;
  font-size:13px;
  line-height:23px;
  border:1px solid #e1e8da;
  opacity:0;
  transition:opacity .15s
}
.capture-button:hover::after,.capture-button:focus-visible::after {
  opacity:1
}
.capture-frame {
  display:block;
  max-width:100%;
  border-radius:9px;
  overflow:hidden;
  box-shadow:0 4px 14px #243e2820;
  position:relative;
  outline:1px solid #253a2910;
  background:#f7faf5;
  isolation:isolate
}
.capture-frame.icon-crop {
  border-radius:16px;
  box-shadow:0 5px 14px #263e2512;
  outline:1px solid #dce6d7
}
.capture-crop {
  display:block;
  position:relative;
  width:100%;
  overflow:hidden;
  aspect-ratio:var(--cw)/var(--ch)
}
.capture-crop img {
  position:absolute;
  max-width:none;
  width:var(--image-width);
  left:var(--image-left);
  top:var(--image-top);
  height:auto;
  user-select:none;
  pointer-events:none
}
.tap-dot {
  position:absolute;
  width:20px;
  height:20px;
  border-radius:50%;
  border:2px solid #e4a824;
  background:transparent;
  box-shadow:0 0 0 4px #f2bd4930;
  left:var(--tap-x);
  top:var(--tap-y);
  transform:translate(-50%,-50%);
  pointer-events:none
}
.step-copy {
  padding:18px 18px 21px;
  flex:1
}
.step-copy h3 {
  font-size:16px;
  font-weight:700;
  line-height:1.6;
  letter-spacing:-.035em;
  margin-bottom:7px;
  word-break:keep-all
}
.step-copy p {
  font-size:14px;
  line-height:1.8;
  color:var(--body);
  word-break:keep-all
}
.step-copy p strong {
  color:#2d5c3b;
  font-weight:650
}
.step-copy .step-note {
  font-size:11px;
  color:var(--muted);
  margin-top:7px
}
.guide-note {
  display:flex;
  gap:11px;
  border-left:2px solid #a5b99b;
  background:#f0f4eb;
  padding:15px 18px;
  margin-top:20px;
  font-size:12px;
  line-height:1.9;
  color:#68765c;
  word-break:keep-all
}
.guide-note .note-label {
  flex-shrink:0;
  font-size:10px;
  color:#597449;
  font-weight:750;
  padding-top:2px
}
.guide-note a {
  text-decoration:underline;
  text-underline-offset:3px
}
.guide-note strong {
  color:#4e6344
}
.guide-note.warning {
  background:#f7f3e8;
  border-color:#d4bc7d;
  color:#7c7051
}
.guide-note.warning strong {
  color:#776335
}
.mini-instructions {
  padding:22px 24px;
  margin-top:22px;
  border:1px solid var(--line);
  border-radius:13px;
  background:#fff
}
.mini-instructions h3 {
  font-size:14px;
  margin-bottom:11px
}
.mini-instructions ol {
  counter-reset:mini;
  display:grid;
  gap:8px
}
.mini-instructions li {
  counter-increment:mini;
  display:flex;
  gap:10px;
  font-size:12px;
  color:var(--body);
  line-height:1.8
}
.mini-instructions li::before {
  content:counter(mini);
  color:var(--green);
  font-size:10px;
  line-height:22px;
  flex:0 0 22px;
  text-align:center;
  background:var(--soft);
  border-radius:50%;
  height:22px
}
.ratings {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:20px;
  border:1px solid var(--line);
  border-radius:13px;
  overflow:hidden
}
.rating {
  padding:14px 10px;
  text-align:center;
  background:#fff;
  border-right:1px solid var(--line)
}
.rating:last-child {
  border:0
}
.rating b {
  font-size:12px
}
.rating p {
  font-size:10px;
  color:var(--muted);
  line-height:1.6;
  margin-top:6px
}
.benefits {
  background:var(--deep);
  color:#e2eadc;
  padding:31px 32px;
  border-radius:18px;
  margin-top:26px
}
.benefits-label {
  color:#a3c592;
  font-size:10px;
  letter-spacing:.15em;
  margin-bottom:9px
}
.benefits h3 {
  font-size:22px;
  font-weight:600;
  color:#fff;
  letter-spacing:-.045em;
  line-height:1.5
}
.benefits h3 span {
  color:#ceddb0
}
.benefits strong {
  color:#f2f6e9
}
.benefits p {
  font-size:12px;
  line-height:1.9;
  color:#a9bc9f;
  margin-top:13px;
  word-break:keep-all
}
.benefit-table {
  width:100%;
  border-collapse:collapse;
  margin-top:23px;
  font-size:12px;
  text-align:left
}
.benefit-table th {
  font-weight:450;
  color:#a6bd99;
  font-size:11px;
  padding:10px 0;
  border-bottom:1px solid #ffffff25
}
.benefit-table td {
  padding:11px 0;
  border-bottom:1px solid #ffffff13;
  color:#e5ebdf
}
.benefit-table td:first-child {
  color:#c9dba8;
  font-weight:600
}
.grape-equation {
  display:flex;
  align-items:center;
  gap:8px;
  justify-content:center;
  width:100%;
  font-size:11px;
  color:#738264
}
.grape-equation span {
  font-size:15px;
  font-weight:700;
  color:var(--green)
}
.grape-equation small {
  font-size:9px;
  color:var(--muted)
}
.equation-icon {
  display:flex;
  align-items:center;
  gap:7px
}
.grape-equation .capture-frame {
  box-shadow:none;
  outline:0;
  width:33px;
  border-radius:50%
}
.guide-finish {
  padding:0 0 70px;
  text-align:center
}
.guide-finish h2 {
  font-size:22px;
  letter-spacing:-.055em
}
.guide-finish p {
  color:var(--body);
  font-size:13px;
  margin-top:9px
}
.guide-finish a {
  display:inline-flex;
  align-items:center;
  gap:19px;
  background:var(--deep);
  color:#fff;
  font-size:13px;
  padding:13px 24px;
  margin-top:24px;
  border-radius:8px
}
.site-footer {
  border-top:1px solid var(--line);
  padding:25px 0;
  font-size:11px;
  color:var(--muted)
}
.footer-inner {
  display:flex;
  justify-content:space-between;
  gap:20px
}
.footer-inner a {
  color:var(--body)
}
.back-top {
  position:fixed;
  right:25px;
  bottom:25px;
  z-index:15;
  background:#fff;
  border:1px solid var(--line);
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  box-shadow:0 3px 12px #1935200a;
  transition:opacity .2s
}
.back-top[hidden] {
  display:none
}
#image-dialog {
  border:0;
  padding:0;
  max-width:min(760px,calc(100vw - 32px));
  width:760px;
  background:var(--paper);
  border-radius:20px;
  color:var(--ink);
  max-height:90dvh;
  box-shadow:0 25px 90px #10251930
}
#image-dialog::backdrop {
  background:rgba(19,36,26,.7);
  backdrop-filter:blur(6px)
}
.dialog-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:19px 23px;
  border-bottom:1px solid var(--line);
  gap:20px
}
.dialog-top h2 {
  font-size:15px;
  line-height:1.6
}
.dialog-close {
  border:1px solid var(--line);
  border-radius:50%;
  background:#fff;
  font-size:21px;
  width:36px;
  height:36px;
  flex-shrink:0;
  line-height:30px
}
.dialog-image {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:35px;
  background:#edf2e9;
  min-height:230px;
  overflow:hidden
}
.dialog-image .capture-frame {
  width:min(100%,var(--expanded-width,600px))!important;
  max-height:none
}
.dialog-image .tap-dot {
  width:24px;
  height:24px
}
.dialog-caption {
  padding:21px 25px;
  font-size:14px;
  line-height:1.85;
  color:var(--body);
  word-break:keep-all
}
.dialog-caption a {
  text-decoration:underline
}
.dialog-hint {
  font-size:10px;
  color:var(--muted);
  padding:0 25px 20px
}
@media(min-width:1450px) {
  .guide-layout {
    gap:76px
  }
  .step-visual {
    height:218px
  }
}
@media(max-width:1150px) {
  .wrap {
    width:calc(100% - 56px)
  }
  .guide-layout {
    grid-template-columns:185px minmax(0,1fr);
    gap:32px
  }
  .tab-primer {
    grid-template-columns:185px repeat(3,1fr);
    gap:22px
  }
  .guide-hero {
    gap:36px
  }
  .toc a {
    font-size:11px;
    padding:8px 7px
  }
  .step-copy {
    padding:15px 14px 18px
  }
  .step-visual {
    padding-inline:15px;
    height:185px
  }
  .step-copy h3 {
    font-size:15px
  }
  .step-copy p {
    font-size:13px
  }
  .hero-composition {
    padding:25px
  }
  .hero-sequence {
    gap:8px
  }
  .hero-mini {
    padding:16px 7px 12px
  }
  .hero-mini > span {
    font-size:10px
  }
  .primer-item {
    gap:10px
  }
  .primer-item p {
    font-size:10px
  }
}
@media(max-width:900px) {
  .guide-layout {
    display:block;
    padding-top:38px
  }
  .toc {
    display:none
  }
  .mobile-toc {
    display:block;
    position:sticky;
    top:78px;
    z-index:18;
    border-bottom:1px solid var(--line);
    background:var(--paper);
    margin:0 calc((100vw - 100%)/-2);
    padding:0 28px
  }
  .mobile-toc summary {
    list-style:none;
    display:flex;
    justify-content:space-between;
    padding:15px 0;
    font-size:12px;
    font-weight:650;
    cursor:pointer
  }
  .mobile-toc summary::-webkit-details-marker {
    display:none
  }
  .mobile-toc summary::after {
    content:'⌄';
    color:var(--green);
    font-size:15px
  }
  .mobile-toc[open] summary::after {
    content:'⌃'
  }
  .mobile-toc nav {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:2px 12px;
    padding:0 0 17px;
    max-height:65dvh;
    overflow:auto
  }
  .mobile-toc a {
    font-size:12px;
    padding:9px;
    border-radius:6px
  }
  .mobile-toc a span {
    font-size:10px;
    color:#88967f;
    margin-right:9px
  }
  .mobile-toc a[aria-current='location'] {
    background:#e8efdf;
    font-weight:650
  }
  .guide-hero {
    padding-block:49px;
    gap:35px
  }
  .hero-composition {
    min-height:257px;
    padding:22px
  }
  .hero-mini-visual {
    height:75px
  }
  .composition-foot {
    margin-top:44px
  }
  .tab-primer {
    grid-template-columns:repeat(3,1fr);
    gap:20px
  }
  .primer-heading {
    grid-column:1/-1;
    display:flex;
    gap:13px;
    align-items:center;
    line-height:1.3
  }
  .primer-heading strong {
    font-size:13px
  }
  .primer-heading {
    font-size:11px
  }
  .guide-section {
    scroll-margin-top:151px;
    margin-bottom:45px;
    padding-bottom:45px
  }
  .step-copy h3 {
    font-size:15px
  }
  .step-copy p {
    font-size:13px
  }
  .step-visual {
    height:210px
  }
  html {
    scroll-padding-top:0
  }
  .section-heading h2 {
    font-size:26px
  }
  .section-index {
    font-size:30px
  }
}
@media(max-width:600px) {
  .wrap {
    width:calc(100% - 36px)
  }
  .site-header {
    height:64px
  }
  .header-inner {
    gap:12px
  }
  .brand {
    font-size:16px;
    gap:8px
  }
  .brand img {
    width:28px;
    height:28px
  }
  .header-divider,.header-label {
    display:none
  }
  .header-links {
    font-size:12px;
    gap:12px
  }
  .header-home {
    display:none
  }
  .header-download {
    padding:8px 12px
  }
  .guide-hero {
    grid-template-columns:1fr;
    gap:28px;
    padding-top:36px;
    padding-bottom:33px
  }
  .eyebrow {
    margin-bottom:16px;
    font-size:9px
  }
  h1 {
    font-size:42px
  }
  .hero-description {
    font-size:14px;
    line-height:1.8;
    margin-top:18px
  }
  .hero-meta {
    margin-top:20px;
    font-size:10px;
    gap:11px
  }
  .hero-meta span+span::before {
    margin-right:11px
  }
  .hero-composition {
    min-height:228px;
    padding:20px 25px 16px
  }
  .hero-mini-visual {
    height:61px
  }
  .hero-mini {
    border-radius:12px;
    padding-top:11px
  }
  .hero-mini:nth-child(2) {
    transform:translateY(12px)
  }
  .hero-mini:nth-child(3) {
    transform:translateY(24px)
  }
  .hero-mini > span {
    font-size:10px
  }
  .hero-mini small {
    font-size:8px
  }
  .composition-caption {
    font-size:8px;
    margin-bottom:13px
  }
  .composition-foot {
    margin-top:37px;
    font-size:9px
  }
  .tab-primer {
    gap:13px;
    padding:21px 0
  }
  .primer-item {
    flex-direction:column;
    text-align:center;
    gap:6px
  }
  .primer-icon {
    width:42px;
    height:43px;
    border-radius:10px
  }
  .primer-item strong {
    font-size:12px
  }
  .primer-item p {
    font-size:10px
  }
  .primer-heading {
    font-size:10px;
    gap:9px
  }
  .primer-heading strong {
    font-size:12px
  }
  .mobile-toc {
    top:64px;
    padding-inline:18px
  }
  .mobile-toc nav {
    gap:2px 4px
  }
  .mobile-toc a {
    font-size:11px;
    padding:8px 4px
  }
  .mobile-toc a span {
    font-size:9px;
    margin-right:7px
  }
  .mobile-toc summary {
    font-size:11px;
    padding-block:13px
  }
  .guide-layout {
    padding-top:31px
  }
  .section-heading {
    gap:12px;
    margin-bottom:21px
  }
  .section-heading h2 {
    font-size:22px
  }
  .section-index {
    font-size:27px
  }
  .section-description {
    font-size:12px;
    margin-top:7px
  }
  .route {
    font-size:10px;
    gap:6px;
    margin-bottom:15px
  }
  .route strong {
    font-size:10px
  }
  .step-grid {
    grid-template-columns:1fr;
    gap:16px
  }
  .step-visual {
    height:205px;
    padding:38px 32px 22px
  }
  .step-copy {
    padding:18px 21px 23px
  }
  .step-copy h3 {
    font-size:16px;
    margin-bottom:6px
  }
  .step-copy p {
    font-size:14px;
    line-height:1.8
  }
  .step-copy .step-note {
    font-size:12px
  }
  .step-number {
    left:18px;
    top:12px;
    font-size:11px
  }
  .capture-button::after {
    opacity:.65
  }
  .guide-note {
    font-size:12px;
    padding:14px;
    gap:9px;
    margin-top:17px;
    display:block
  }
  .note-label {
    display:block;
    margin-bottom:5px
  }
  .guide-section {
    scroll-margin-top:133px;
    padding-bottom:34px;
    margin-bottom:34px
  }
  .mini-instructions {
    padding:20px
  }
  .mini-instructions li {
    font-size:12px
  }
  .ratings {
    grid-template-columns:1fr 1fr
  }
  .rating {
    border-bottom:1px solid var(--line);
    padding:14px 9px
  }
  .rating:nth-child(2) {
    border-right:0
  }
  .rating:nth-child(n+3) {
    border-bottom:0
  }
  .rating p {
    font-size:11px
  }
  .benefits {
    padding:24px 20px;
    border-radius:15px
  }
  .benefits h3 {
    font-size:20px
  }
  .benefits p {
    font-size:11px
  }
  .benefit-table {
    font-size:11px
  }
  .benefit-table th {
    font-size:10px
  }
  .guide-finish {
    padding-bottom:46px
  }
  .guide-finish h2 {
    font-size:20px
  }
  .guide-finish p {
    font-size:12px
  }
  .footer-inner {
    display:block;
    text-align:center;
    font-size:10px
  }
  .footer-inner p+p {
    margin-top:8px
  }
  .back-top {
    right:14px;
    bottom:16px;
    width:36px;
    height:36px
  }
  .dialog-image {
    padding:24px 18px;
    min-height:200px
  }
  .dialog-top {
    padding:15px 18px
  }
  .dialog-caption {
    font-size:13px;
    padding:18px
  }
  .dialog-hint {
    padding:0 18px 17px
  }
  .dialog-top h2 {
    font-size:13px
  }
  html {
    scroll-padding-top:0
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    transition:none!important;
    animation:none!important
  }
}
@media print {
  .site-header,.toc,.mobile-toc,.hero-composition,.tab-primer,.back-top,.guide-finish,.site-footer {
    display:none
  }
  .wrap {
    width:100%;
    max-width:none
  }
  .guide-layout {
    display:block
  }
  .guide-hero {
    display:block;
    padding:15px 0 30px
  }
  .guide-section {
    break-inside:avoid;
    padding-bottom:25px;
    margin-bottom:25px
  }
  .step-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .step {
    break-inside:avoid
  }
  .guide-section,.step,.benefits {
    -webkit-print-color-adjust:exact;
    print-color-adjust:exact
  }
  .guide-note {
    break-inside:avoid
  }
  .step-visual {
    height:170px
  }
  .benefits {
    background:#edf2e9;
    color:#20382c
  }
  .benefits h3,.benefits h3 span,.benefits p,.benefit-table td,.benefit-table th {
    color:#20382c
  }
}

/* Transparent cutouts need no extra screenshot frame. */
.capture-frame.art-frame {
  display: inline-block;
  position: relative;
  max-width: 100%;
  padding: 0;
  border: 0;
  outline: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  line-height: 0;
}
.art-frame > img {
  display: block;
  position: static;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
.guide-language {
  flex: 0 0 auto;
  margin-left: auto;
}
.guide-status:not([hidden]) {
  position: fixed;
  z-index: 50;
  inset: auto 18px 18px;
  width: fit-content;
  max-width: calc(100% - 36px);
  margin-inline: auto;
  padding: 12px 18px;
  border: 1px solid #d8e1d8;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 4px 24px #173f2c12;
  font-size: 14px;
}
.guide-language select {
  max-width: 150px;
  min-height: 40px;
  border: 1px solid #d8e1d8;
  border-radius: 10px;
  background: #fff;
  color: #254737;
  padding: 8px 28px 8px 12px;
  font: inherit;
  font-size: 13px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.step-copy h3, .step-copy p, .toc a, .route { overflow-wrap: anywhere; }
.section-heading > div { min-width: 0; }
.section-heading h2 { overflow-wrap: anywhere; }
.section-description { overflow-wrap: anywhere; }
html[lang="ja"] :is(h1,h2,h3,p) { word-break: normal; overflow-wrap: anywhere; }
.step-copy p { text-wrap: pretty; }
html:not([lang="ko"]) .guide-hero h1 { font-size: clamp(38px, 4.8vw, 65px); }
html:not([lang="ko"]) .toc a { font-size: 12px; line-height: 1.45; }
.hero-meta { margin-top: 22px; }
.composition-foot { line-height: 1.5; }
.benefits-scroll { max-width: 100%; overflow-x: auto; }
@media (max-width: 900px) {
  .header-label, .header-divider, .header-home { display: none; }
  .header-inner { gap: 12px; }
  .guide-language select { max-width: 125px; }
}
@media (max-width: 600px) {
  .header-links { display: none; }
  .header-inner { justify-content: space-between; gap: 8px; }
  .brand { gap: 7px; font-size: 15px; }
  .brand img { width: 28px; height: 28px; }
  .guide-language select { max-width: 112px; padding-left: 8px; font-size: 16px; }
  .primer-item { min-width: 0; }
  .primer-item strong { font-size: 12px; overflow-wrap: anywhere; }
  .hero-meta { flex-wrap: wrap; }
}

/* Mobile guide accordion */
.guide-section-toggle {
  display: none;
}

@media (max-width: 900px) {
  .guide-section {
    position: relative;
    margin-bottom: 14px;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(36, 62, 40, 0.045);
  }

  .guide-section.is-open {
    border-color: #bdd8c5;
    box-shadow: inset 3px 0 0 var(--green), 0 8px 22px rgba(36, 62, 40, 0.07);
  }

  .guide-section .section-heading {
    position: relative;
    gap: 12px;
    margin: 0;
    padding: 19px 54px 19px 18px;
  }

  .guide-section .section-index {
    flex: 0 0 auto;
  }

  .guide-section-toggle {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 15px;
    background: transparent;
    color: var(--green);
  }

  .guide-section-toggle:focus-visible {
    outline: 3px solid #348d5c;
    outline-offset: -4px;
  }

  .guide-section-chevron {
    position: absolute;
    top: 50%;
    right: 21px;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 180ms ease;
  }

  .guide-section-toggle[aria-expanded='true'] .guide-section-chevron {
    transform: translateY(-25%) rotate(225deg);
  }

  .guide-section-panel {
    padding: 20px 18px 25px;
    border-top: 1px solid var(--line);
  }

  .guide-section-panel[hidden] {
    display: none;
  }

  .guide-section-panel > .route {
    margin-bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guide-section-chevron {
    transition: none;
  }
}

.guide-publisher { margin: 0 0 0 auto; color: var(--ink-soft); font-size: 12px; }
