:root {
  --ink: #171a17;
  --muted: #6e726c;
  --paper: #f6f4ed;
  --paper-deep: #ece9df;
  --white: #fff;
  --forest: #07593f;
  --forest-deep: #073f30;
  --sage: #bfd4a4;
  --periwinkle: #5a67ae;
  --purple: #6957d9;
  --orange: #ff6422;
  --yellow: #ffb200;
  --line: rgba(23, 26, 23, 0.13);
  --shadow: 0 32px 90px rgba(28, 37, 31, 0.14);
  --radius-lg: 40px;
  --radius-md: 24px;
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 86px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::selection { color: var(--white); background: var(--forest); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 1000;
  padding: 10px 14px; border-radius: 10px; color: white; background: var(--forest);
  transform: translateY(-150%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
.site-header.scrolled { background: rgba(246, 244, 237, .88); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { width: min(calc(100% - 48px), var(--shell)); height: 86px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 148px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 38px; font-size: 14px; font-weight: 650; }
.desktop-nav a { color: #41443f; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--forest); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-switch { display: flex; align-items: center; gap: 8px; }
.language-switch span { width: 1px; height: 12px; background: #a7aaa4; }
.language-switch button { border: 0; padding: 4px 2px; color: #9a9c97; background: none; cursor: pointer; font-size: 12px; font-weight: 750; letter-spacing: .04em; }
.language-switch button[aria-pressed="true"] { color: var(--ink); }
.header-cta { padding: 12px 19px; color: white; background: var(--forest); border-radius: 999px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.header-cta:hover { background: var(--forest-deep); transform: translateY(-1px); }

.hero { position: relative; min-height: 860px; padding: 150px 24px 84px; display: grid; align-items: center; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 75% 40%, #fff 0, rgba(255,255,255,.38) 30%, transparent 56%), linear-gradient(120deg, #f5f2e9 0%, #f8f6f0 55%, #edf2e7 100%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .32; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.055'/%3E%3C/svg%3E"); }
.hero-inner { width: min(100%, var(--shell)); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 40px; }
.hero-copy { position: relative; z-index: 3; padding: 12px 0 34px; }
.eyebrow { margin: 0 0 28px; display: flex; align-items: center; gap: 10px; color: var(--forest); font-size: 13px; font-weight: 760; letter-spacing: -.01em; }
.eyebrow-mark { position: relative; width: 17px; height: 17px; border: 2px solid var(--forest); border-radius: 50%; }
.eyebrow-mark::after { content: ""; position: absolute; width: 6px; height: 6px; right: -4px; bottom: -3px; background: var(--paper); border: 2px solid var(--forest); border-radius: 50%; }
.hero h1, .section-heading h2, .features-intro h2, .download h2 { margin: 0; font-size: clamp(48px, 5vw, 78px); line-height: 1.09; letter-spacing: -.065em; font-weight: 770; word-break: keep-all; }
em { color: var(--forest); font-style: normal; }
.hero-description { max-width: 580px; margin: 30px 0 34px; color: #5f635d; font-size: 17px; line-height: 1.78; letter-spacing: -.02em; word-break: keep-all; }
.store-row { display: flex; flex-wrap: wrap; gap: 12px; }
.store-button { min-width: 174px; height: 60px; padding: 0 18px; display: inline-flex; align-items: center; gap: 12px; color: white; background: var(--ink); border: 1px solid var(--ink); border-radius: 15px; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.store-button:hover { transform: translateY(-2px); background: #000; box-shadow: 0 12px 28px rgba(0,0,0,.15); }
.store-button svg { width: 26px; height: 26px; fill: currentColor; flex: none; }
.store-button .play-icon { width: 24px; }
.store-button span { display: grid; text-align: left; line-height: 1.05; }
.store-button small { font-size: 10px; font-weight: 500; opacity: .8; }
.store-button strong { margin-top: 3px; font-size: 17px; letter-spacing: -.02em; }
.hero-note { margin: 15px 2px 0; color: #8b8e88; font-size: 12px; }

.hero-visual { position: relative; z-index: 2; justify-self: end; width: min(100%, 650px); }
.hero-image-wrap { position: relative; aspect-ratio: 11 / 10; overflow: hidden; border-radius: 38px; background: #f5f1e7; filter: drop-shadow(0 35px 45px rgba(22, 34, 26, .12)); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 80px rgba(255,255,255,.26); pointer-events: none; }
.hero-image-wrap img { position: absolute; width: auto; max-width: none; object-fit: contain; transition: top .35s ease, left .35s ease, height .35s ease; }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 12px 16px; color: var(--ink); background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.76); border-radius: 999px; box-shadow: 0 14px 45px rgba(37,43,36,.14); backdrop-filter: blur(12px); font-size: 12px; font-weight: 720; }
.note-top { top: 18%; right: -3%; }
.note-bottom { left: 3%; bottom: -8%; }
html[lang="ko"] .note-top { top: -4%; right: 2%; }
html[lang="ko"] .hero-image-wrap img { height: 108%; top: -4%; left: -31%; }
html[lang="en"] .hero-image-wrap img { height: 113%; top: -5%; left: -46%; }
html[lang="en"] .note-top { top: -4%; right: 1%; }
@media (min-width: 1041px) {
  .hero-visual { top: -18px; margin-top: -60px; }
  html[lang="en"] .hero-visual { margin-right: -20px; }
}
.spark { color: var(--purple); font-size: 16px; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,100,34,.13); }
.orb { position: absolute; z-index: -2; border-radius: 50%; filter: blur(1px); opacity: .62; }
.orb-one { width: 320px; height: 320px; top: 12%; right: 1%; background: rgba(191,212,164,.28); }
.orb-two { width: 150px; height: 150px; left: 43%; bottom: 8%; background: rgba(105,87,217,.12); }
.scroll-cue { position: absolute; left: 50%; bottom: 25px; display: flex; flex-direction: column; align-items: center; gap: 5px; color: #71746f; font-size: 10px; letter-spacing: .08em; transform: translateX(-50%); }
.scroll-cue svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; animation: bob 2s infinite; }

.section-shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section-pad { padding: 140px 0; }
.philosophy { color: white; background: var(--forest-deep); }
.philosophy-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: end; }
.section-kicker { margin: 0 0 24px; color: #93ac93; font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .14em; }
.section-heading h2 { font-size: clamp(45px, 5vw, 70px); }
.philosophy em { color: #c8e1a8; }
.philosophy-copy { padding-bottom: 6px; }
.philosophy-copy .lead { margin: 0 0 20px; color: white; font-size: 24px; font-weight: 720; letter-spacing: -.035em; }
.philosophy-copy > p:last-child { margin: 0; color: #b9c4bd; font-size: 16px; line-height: 1.85; word-break: keep-all; }
.principles { margin-top: 100px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.principle { padding: 38px 36px 0 0; display: grid; grid-template-columns: 40px 1fr; gap: 18px; border-right: 1px solid rgba(255,255,255,.16); }
.principle + .principle { padding-left: 38px; }
.principle:last-child { border-right: 0; }
.principle > span { color: #8ba492; font-size: 11px; font-weight: 760; }
.principle h3 { margin: -3px 0 11px; font-size: 20px; letter-spacing: -.03em; }
.principle p { margin: 0; color: #9eaea4; font-size: 14px; line-height: 1.65; word-break: keep-all; }

.features { background: #fbfaf6; }
.features-intro { max-width: 760px; margin-bottom: 125px; }
.features-intro h2 { font-size: clamp(45px, 5vw, 72px); }
.feature-row { min-height: 650px; margin-bottom: 130px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 95px; align-items: center; }
.feature-row:last-child { margin-bottom: 0; }
.feature-row-reverse { grid-template-columns: 1.25fr .75fr; }
.feature-row-reverse .feature-copy { order: 2; }
.feature-row-reverse .feature-art { order: 1; }
.feature-copy { max-width: 440px; }
.feature-number { display: block; margin-bottom: 24px; color: var(--forest); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.feature-copy h3 { margin: 0 0 22px; font-size: clamp(33px, 3vw, 46px); line-height: 1.2; letter-spacing: -.055em; word-break: keep-all; }
.feature-copy > p { margin: 0; color: #6d716b; font-size: 16px; line-height: 1.8; word-break: keep-all; }
.feature-copy ul { margin: 30px 0 0; padding: 25px 0 0; border-top: 1px solid var(--line); display: grid; gap: 13px; list-style: none; }
.feature-copy li { position: relative; padding-left: 24px; font-size: 14px; font-weight: 670; }
.feature-copy li::before { content: ""; position: absolute; left: 2px; top: 6px; width: 7px; height: 7px; border: 2px solid var(--forest); border-radius: 50%; }
.feature-art { position: relative; height: 650px; overflow: hidden; border-radius: var(--radius-lg); isolation: isolate; }
.art-quick { background: #e7e4f7; }
.art-theme { background: #e8eddc; }
.art-insight { background: #eef0f5; }
.phone-frame { position: absolute; overflow: hidden; background: #111; border: 9px solid #171917; border-radius: 45px; box-shadow: var(--shadow); }
.phone-frame::before { content: ""; position: absolute; z-index: 2; width: 32%; height: 22px; top: 8px; left: 50%; border-radius: 20px; background: #090909; transform: translateX(-50%); }
.phone-frame img { width: 100%; height: 100%; object-fit: cover; }
.phone-main { width: 330px; height: 716px; left: 50%; top: 54px; transform: translateX(-50%) rotate(-2.5deg); }
.mini-card { position: absolute; z-index: 3; min-width: 150px; padding: 18px; display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.8); border-radius: 18px; box-shadow: 0 20px 44px rgba(47,39,84,.14); backdrop-filter: blur(10px); font-size: 13px; }
.mini-card span { width: 32px; height: 32px; display: grid; place-items: center; color: white; background: var(--periwinkle); border-radius: 10px; font-size: 18px; }
.mini-card-one { left: 6%; top: 20%; }
.mini-card-two { right: 5%; bottom: 19%; }
.mini-card-two span { background: var(--orange); }
.phone-theme { width: 330px; height: 716px; right: 14%; top: 48px; transform: rotate(4deg); }
.color-swatch { position: absolute; border-radius: 50%; filter: blur(.2px); }
.swatch-one { width: 260px; height: 260px; left: -65px; top: -40px; background: #155a3d; }
.swatch-two { width: 200px; height: 200px; left: 12%; bottom: -60px; background: #ffb35d; }
.theme-chip { position: absolute; z-index: 3; left: 7%; top: 42%; padding: 14px 17px; display: flex; align-items: center; gap: 11px; color: #173428; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.86); border-radius: 999px; box-shadow: 0 16px 40px rgba(36,56,42,.15); font-size: 12px; }
.theme-chip span { width: 13px; height: 13px; border-radius: 50%; background: var(--forest); box-shadow: 15px 0 0 #ffb35d; margin-right: 14px; }
.phone-insight { width: 330px; height: 716px; left: 50%; top: 50px; transform: translateX(-50%) rotate(1.8deg); }
.insight-orbit { position: absolute; border: 1px solid rgba(90,103,174,.26); border-radius: 50%; }
.orbit-one { width: 470px; height: 470px; left: -90px; top: -110px; }
.orbit-two { width: 370px; height: 370px; right: -90px; bottom: -90px; }
.insight-pill { position: absolute; z-index: 3; padding: 14px 17px; background: rgba(255,255,255,.92); border-radius: 16px; box-shadow: 0 18px 44px rgba(33,39,70,.13); font-size: 12px; font-weight: 720; }
.pill-one { left: 4%; top: 17%; color: #a93174; }
.pill-one span, .pill-two span { margin-left: 6px; color: var(--ink); }
.pill-two { right: 4%; bottom: 20%; color: var(--periwinkle); }

.quote-section { padding: 130px 24px; text-align: center; background: var(--paper); }
.quote-inner { width: min(100%, 920px); margin: 0 auto; }
.quote-inner blockquote { margin: 0; font-size: clamp(41px, 5vw, 70px); line-height: 1.2; font-weight: 760; letter-spacing: -.06em; }
.quote-inner p { margin: 25px 0 0; color: #777a75; font-size: 16px; }

.download { background: #fbfaf6; }
.download-card { position: relative; min-height: 500px; overflow: hidden; padding: 74px 78px; color: white; background: var(--forest); border-radius: var(--radius-lg); display: flex; align-items: center; isolation: isolate; }
.download-copy { position: relative; z-index: 3; }
.download h2 { max-width: 720px; font-size: clamp(43px, 5vw, 68px); }
.download h2 em { color: #cae4a9; }
.download-copy > p:not(.section-kicker) { margin: 24px 0 32px; color: #c1d0c6; }
.store-row-light .store-button { color: var(--ink); background: white; border-color: white; }
.store-row-light .store-button:hover { background: #f6f4ed; }
.download-symbol { position: absolute; z-index: 1; width: 720px; height: 720px; right: -180px; top: -105px; opacity: .15; transform: rotate(-8deg); }
.download-symbol img { width: 100%; height: 100%; display: block; object-fit: contain; filter: brightness(0) invert(1); }

footer { padding: 68px 0; color: white; background: #111512; }
.footer-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.footer-brand img { width: 160px; }
.footer-brand p { margin: 16px 0 0; color: #8e958f; font-size: 13px; }
.footer-meta { text-align: right; }
.footer-links { display: flex; justify-content: flex-end; gap: 24px; margin-bottom: 15px; font-size: 13px; }
.footer-links a:hover { text-decoration: underline; }
.footer-meta p { margin: 0; color: #747b75; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.2,.65,.2,1), transform .7s cubic-bezier(.2,.65,.2,1); }
.reveal-delay { transition-delay: .13s; }
.reveal-delay-two { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(5px); } }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-inner { grid-template-columns: 1fr 1fr; gap: 12px; }
  .hero-visual { width: 560px; margin-right: -100px; }
  .philosophy-grid { gap: 50px; }
  .feature-row, .feature-row-reverse { grid-template-columns: .75fr 1.25fr; gap: 45px; }
  .feature-row-reverse .feature-copy { order: 1; }
  .feature-row-reverse .feature-art { order: 2; }
  .download-symbol { right: -260px; opacity: .13; }
}

@media (max-width: 760px) {
  section[id] { scroll-margin-top: 72px; }
  .header-inner { width: calc(100% - 32px); height: 72px; }
  .brand img { width: 122px; }
  .header-cta { display: none; }
  .language-switch { gap: 7px; }
  .hero { padding: 116px 20px 70px; }
  .hero-inner { grid-template-columns: 1fr; gap: 22px; }
  .hero h1, .section-heading h2, .features-intro h2, .download h2 { font-size: clamp(40px, 12vw, 56px); }
  .hero-description { margin: 23px 0 29px; font-size: 15px; line-height: 1.72; }
  .eyebrow { margin-bottom: 20px; font-size: 12px; }
  .store-button { min-width: 0; width: calc(50% - 6px); padding: 0 13px; gap: 9px; }
  .store-button strong { font-size: 15px; }
  .hero-visual { width: calc(100% + 55px); margin: -10px -28px 0 -27px; justify-self: center; }
  .hero-image-wrap { border-radius: 26px; }
  .floating-note { padding: 10px 13px; font-size: 10px; }
  .note-top { top: 18%; right: 6%; }
  .note-bottom { left: 5%; bottom: -10%; }
  html[lang="ko"] .note-top { top: -5%; right: 7%; }
  html[lang="en"] .hero-visual { margin-left: -15px; margin-right: -40px; }
  html[lang="en"] .note-top { top: -5%; right: 4%; }
  .scroll-cue { display: none; }
  .section-pad { padding: 90px 0; }
  .section-shell { width: calc(100% - 40px); }
  .philosophy-grid { grid-template-columns: 1fr; gap: 45px; }
  .philosophy-copy .lead { font-size: 20px; }
  .principles { margin-top: 62px; grid-template-columns: 1fr; }
  .principle, .principle + .principle { padding: 26px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .principle:last-child { border-bottom: 0; }
  .features-intro { margin-bottom: 75px; }
  .feature-row, .feature-row-reverse { min-height: auto; margin-bottom: 105px; grid-template-columns: 1fr; gap: 44px; }
  .feature-row-reverse .feature-copy { order: 1; }
  .feature-row-reverse .feature-art { order: 2; }
  .feature-copy { max-width: none; }
  .feature-art { width: calc(100% + 10px); height: 520px; margin-left: -5px; border-radius: 28px; }
  .phone-main, .phone-theme, .phone-insight { width: 255px; height: 553px; border-width: 7px; border-radius: 36px; }
  .phone-main, .phone-insight { top: 34px; }
  .phone-theme { top: 34px; right: 9%; }
  .phone-frame::before { height: 16px; top: 6px; }
  .mini-card { min-width: 126px; padding: 12px; font-size: 11px; }
  .mini-card-one { left: 2%; top: 19%; }
  .mini-card-two { right: 1%; bottom: 14%; }
  .theme-chip { left: 3%; top: 47%; padding: 11px 13px; font-size: 10px; }
  .insight-pill { padding: 10px 12px; font-size: 10px; }
  .pill-one { left: 1%; }
  .pill-two { right: 1%; }
  .quote-section { padding: 90px 22px; }
  .quote-inner blockquote { font-size: clamp(38px, 11vw, 54px); }
  .download-card { width: calc(100% - 28px); min-height: 610px; padding: 52px 28px 270px; align-items: flex-start; border-radius: 28px; }
  .download-symbol { width: 520px; height: 520px; right: -145px; top: auto; bottom: -105px; opacity: .14; transform: rotate(-8deg); transform-origin: bottom right; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-meta { width: 100%; text-align: left; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Privacy policy */
.privacy-page { background: #f8f6ef; }
.privacy-page section[id] { scroll-margin-top: 110px; }
.privacy-site-header { background: rgba(246, 244, 237, .94); border-color: var(--line); backdrop-filter: blur(18px); }
.privacy-hero { position: relative; padding: 175px 24px 92px; overflow: hidden; background: linear-gradient(125deg, #eef0e4 0%, #f7f4eb 55%, #eef4e8 100%); border-bottom: 1px solid var(--line); }
.privacy-hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -210px; top: -315px; border-radius: 50%; background: var(--sage); opacity: .38; }
.privacy-hero::after { content: ""; position: absolute; width: 260px; height: 260px; right: 16%; bottom: -170px; border: 52px solid var(--forest); border-radius: 50%; opacity: .06; }
.privacy-hero-inner { position: relative; z-index: 1; width: min(calc(100% - 48px), 1120px); margin: 0 auto; }
.privacy-hero h1 { max-width: 900px; margin: 10px 0 24px; font-size: clamp(50px, 7.2vw, 90px); line-height: 1; letter-spacing: -.07em; }
.privacy-hero-lead { max-width: 660px; margin: 0; color: #555c55; font-size: 18px; line-height: 1.75; letter-spacing: -.02em; word-break: keep-all; }
.privacy-effective { margin-top: 34px; display: inline-flex; align-items: center; gap: 12px; padding: 9px 14px; border: 1px solid rgba(7,89,63,.18); border-radius: 999px; color: var(--forest); background: rgba(255,255,255,.6); font-size: 12px; }
.privacy-effective span { opacity: .7; }
.privacy-effective strong { font-size: 12px; }
.privacy-shell { width: min(calc(100% - 48px), 1120px); margin: 0 auto; padding: 90px 0 130px; display: grid; grid-template-columns: 275px minmax(0, 1fr); gap: 86px; align-items: start; }
.privacy-shell[hidden] { display: none; }
.privacy-summary { position: sticky; top: 118px; padding: 28px; color: white; background: var(--forest); border-radius: 26px; box-shadow: 0 24px 70px rgba(7,63,48,.15); }
.privacy-aside-label { margin: 0 0 14px; color: var(--sage); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.privacy-summary h2 { margin: 0; font-size: 29px; line-height: 1.2; letter-spacing: -.045em; }
.privacy-facts { margin: 28px 0 0; padding: 0; list-style: none; }
.privacy-facts li { padding: 17px 0; display: grid; gap: 6px; border-top: 1px solid rgba(255,255,255,.16); }
.privacy-facts strong { color: #fff; font-size: 13px; }
.privacy-facts span { color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.55; }
.privacy-toc { margin-top: 20px; padding-top: 18px; display: grid; gap: 9px; border-top: 1px solid rgba(255,255,255,.16); }
.privacy-toc a { color: rgba(255,255,255,.62); font-size: 11px; transition: color .2s ease; }
.privacy-toc a:hover { color: white; }
.privacy-article { min-width: 0; }
.policy-intro-card { margin-bottom: 68px; padding: 32px 34px; display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start; background: #e8eddd; border-radius: 24px; }
.policy-intro-card p { margin: 0; color: #354138; font-size: 16px; line-height: 1.8; word-break: keep-all; }
.policy-symbol { width: 37px; height: 37px; display: grid; place-items: center; color: var(--forest); background: white; border-radius: 50%; font-size: 18px; }
.policy-section { position: relative; padding: 0 0 64px 70px; border-left: 1px solid var(--line); }
.policy-section:last-child { padding-bottom: 0; }
.policy-number { position: absolute; left: 0; top: 4px; width: 45px; color: var(--forest); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.policy-section h2 { margin: 0 0 23px; font-size: 29px; line-height: 1.3; letter-spacing: -.04em; }
.policy-section p { margin: 0 0 16px; color: #50554f; font-size: 14px; line-height: 1.85; word-break: keep-all; }
.policy-section ul { margin: 0; padding-left: 20px; color: #50554f; }
.policy-section li { margin: 8px 0; padding-left: 4px; font-size: 14px; line-height: 1.75; }
.policy-section strong { color: #293029; }
.policy-table-wrap { width: 100%; margin: 8px 0 22px; overflow-x: auto; border: 1px solid var(--line); border-radius: 17px; background: white; }
.policy-table { width: 100%; min-width: 690px; border-collapse: collapse; table-layout: fixed; }
.policy-table th { padding: 13px 16px; color: #5f675f; background: #f0efe9; border-bottom: 1px solid var(--line); font-size: 11px; text-align: left; }
.policy-table th:first-child { width: 19%; }
.policy-table th:last-child { width: 26%; }
.policy-table td { padding: 17px 16px; color: #565b56; border-bottom: 1px solid var(--line); vertical-align: top; font-size: 12px; line-height: 1.7; }
.policy-table tr:last-child td { border-bottom: 0; }
.policy-table td strong { display: block; margin-bottom: 7px; color: #242a25; font-size: 12px; }
.local-badge, .free-badge { width: max-content; display: inline-flex; padding: 3px 7px; border-radius: 999px; color: var(--forest); background: #e5efda; font-size: 9px; font-weight: 800; }
.free-badge { color: #61551a; background: #f7eebb; }
.policy-note { padding: 17px 20px; color: #49554b !important; background: #edf1e8; border-left: 3px solid var(--sage); border-radius: 4px 12px 12px 4px; font-size: 12px !important; }
.vendor-links { margin: 22px 0 14px; display: flex; flex-wrap: wrap; gap: 8px; }
.vendor-links a { padding: 9px 12px; color: var(--forest); background: #edf1e8; border-radius: 999px; font-size: 11px; font-weight: 700; transition: background .2s ease; }
.vendor-links a:hover { background: #dfe8d6; }
.contact-card { margin: 4px 0 22px; padding: 8px 22px; background: var(--forest); border-radius: 18px; }
.contact-card div { padding: 15px 0; display: grid; grid-template-columns: 120px 1fr; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-card div:last-child { border-bottom: 0; }
.contact-card span { color: rgba(255,255,255,.6); font-size: 11px; }
.contact-card strong, .contact-card a { color: white; font-size: 13px; font-weight: 700; overflow-wrap: anywhere; }
.policy-date { margin-top: 26px !important; color: #777c77 !important; font-size: 12px !important; }

@media (max-width: 900px) {
  .privacy-shell { grid-template-columns: 1fr; gap: 50px; }
  .privacy-summary { position: static; }
  .privacy-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .privacy-facts li { border-top: 0; }
  .privacy-toc { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .privacy-home-button { display: inline-flex; padding: 10px 14px; }
  .privacy-hero { padding: 130px 20px 66px; }
  .privacy-hero-inner { width: 100%; }
  .privacy-hero h1 { font-size: clamp(44px, 14vw, 62px); }
  .privacy-hero-lead { font-size: 15px; }
  .privacy-shell { width: calc(100% - 36px); padding: 56px 0 90px; gap: 44px; }
  .privacy-summary { padding: 25px; border-radius: 22px; }
  .privacy-summary h2 { font-size: 26px; }
  .privacy-facts { grid-template-columns: 1fr; gap: 0; }
  .privacy-facts li { border-top: 1px solid rgba(255,255,255,.16); }
  .privacy-toc { grid-template-columns: 1fr; }
  .policy-intro-card { margin-bottom: 52px; padding: 25px; grid-template-columns: 1fr; }
  .policy-intro-card p { font-size: 14px; }
  .policy-section { padding: 0 0 54px 43px; }
  .policy-number { width: 32px; font-size: 10px; }
  .policy-section h2 { font-size: 24px; }
  .policy-section p, .policy-section li { font-size: 13px; }
  .policy-table-wrap { width: calc(100vw - 79px); }
  .contact-card { padding: 7px 17px; }
  .contact-card div { grid-template-columns: 1fr; gap: 5px; }
}
