:root {
  color-scheme: light;
  --paper: #f5f3ee;
  --white: #fff;
  --ink: #0c0c0c;
  --muted: #70706d;
  --line: #d8d5ce;
  --acid: #e8ff67;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  line-height: 1.5;
}
img { display: block; width: 100%; }
figure, p { margin: 0; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  inset: 18px 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 40px), var(--max));
  margin: auto;
  padding: 11px 14px 11px 18px;
  border: 1px solid rgba(12, 12, 12, .13);
  border-radius: 999px;
  background: rgba(245, 243, 238, .82);
  backdrop-filter: blur(20px);
}
.brand { display: flex; align-items: center; gap: 9px; font-size: 19px; font-weight: 800; }
.sun-mark { width: 29px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.nav-links { display: flex; gap: 2px; }
.nav-links a { padding: 9px 13px; border-radius: 999px; color: #555; font-size: 14px; font-weight: 700; }
.nav-links a:hover { background: var(--ink); color: var(--white); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
  gap: 70px;
  align-items: center;
  width: min(calc(100% - 40px), var(--max));
  min-height: 100vh;
  margin: auto;
  padding: 126px 0 76px;
}
.eyebrow { margin-bottom: 17px; font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { margin: 0; line-height: .99; letter-spacing: -.055em; word-break: keep-all; }
h1 { font-size: clamp(48px, 6.6vw, 92px); }
.hero-text { max-width: 570px; margin-top: 30px; color: #50504d; font-size: 18px; word-break: keep-all; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 35px; }
.primary-action { display: inline-flex; align-items: center; justify-content: center; gap: 34px; min-height: 56px; padding: 0 22px; border-radius: 999px; background: var(--ink); color: white; font-size: 16px; font-weight: 800; }
.primary-action span { font-size: 21px; }
.availability { color: var(--muted); font-size: 13px; font-weight: 750; }
.hero-art { position: relative; min-height: 720px; }
.orbit { position: absolute; border: 1px solid #bbb8b1; border-radius: 50%; }
.orbit-one { inset: 7% -12% 5% 6%; transform: rotate(18deg); }
.orbit-two { inset: 17% -2% 15% -4%; transform: rotate(-24deg); }
.shot-card { overflow: hidden; border: 1px solid rgba(0,0,0,.12); border-radius: 34px; background: white; box-shadow: 0 30px 90px rgba(21, 19, 16, .14); }
.hero-shot { position: absolute; top: 0; left: 50%; width: min(74%, 430px); transform: translateX(-50%) rotate(2.2deg); }
.date-chip { position: absolute; z-index: 2; display: grid; min-width: 148px; padding: 16px 18px; border: 1px solid var(--ink); border-radius: 22px; background: var(--acid); box-shadow: 8px 8px 0 var(--ink); }
.date-chip strong { font-size: 27px; line-height: 1; }
.date-chip span { margin-top: 6px; font-size: 13px; font-weight: 750; }
.chip-one { right: 0; top: 18%; transform: rotate(5deg); }
.chip-two { left: 0; bottom: 13%; transform: rotate(-6deg); }

.statement { padding: 110px max(20px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: white; }
.statement > p { font-size: clamp(38px, 6vw, 82px); font-weight: 800; line-height: 1.06; letter-spacing: -.055em; }
.statement > p:nth-child(2) { color: var(--acid); }
.statement-meta { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 58px; padding-top: 20px; border-top: 1px solid #3b3b3b; color: #a8a8a4; font-size: 11px; font-weight: 850; letter-spacing: .15em; }

.feature-section { display: grid; grid-template-columns: 70px minmax(0, .77fr) minmax(480px, 1.23fr); gap: 46px; align-items: center; width: min(calc(100% - 40px), var(--max)); margin: auto; padding: 150px 0; }
.section-number { align-self: start; padding-top: 7px; border-top: 2px solid var(--ink); font-size: 15px; font-weight: 900; }
.section-copy h2, .widget-heading h2, .theme-copy h2, .closing h2, .policy-hero h1 { font-size: clamp(38px, 5vw, 65px); }
.section-copy > p:not(.eyebrow), .widget-heading > p, .theme-copy > p { margin-top: 27px; color: #575754; font-size: 17px; line-height: 1.75; word-break: keep-all; }
.plain-list { display: grid; gap: 0; margin: 35px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.plain-list li { padding: 15px 0; border-bottom: 1px solid var(--line); font-weight: 750; }
.plain-list span { display: inline-block; width: 42px; color: #aaa8a1; font-size: 11px; }
.shot-stack { position: relative; min-height: 700px; }
.shot-stack .shot-card { position: absolute; width: min(63%, 370px); }
.stack-back { top: 0; left: 0; transform: rotate(-4deg); }
.stack-front { right: 0; bottom: 0; transform: rotate(4deg); }

.widget-section { padding: 130px max(20px, calc((100vw - var(--max)) / 2)); background: #e1ded7; }
.widget-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.widget-heading > p { margin-bottom: 4px; }
.widget-gallery { position: relative; display: grid; grid-template-columns: 1fr .82fr; gap: 28px; align-items: start; margin-top: 70px; }
.widget-lock { margin-top: 110px; }
.floating-widget { position: absolute; right: 25%; top: 30px; display: grid; place-items: center; width: 210px; aspect-ratio: 1; padding: 25px; border-radius: 44px; background: white; box-shadow: 16px 18px 0 var(--ink); transform: rotate(7deg); }
.widget-icon { display: grid; place-items: center; width: 50px; height: 50px; border: 3px solid var(--ink); border-radius: 50%; }
.floating-widget strong { font-size: 38px; line-height: 1; }
.floating-widget span { font-weight: 800; }
.floating-widget small { color: var(--muted); }

.theme-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; padding: 140px max(20px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: white; }
.theme-copy > p:not(.eyebrow) { color: #adada9; }
.theme-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 31px; }
.theme-tags span { padding: 9px 12px; border: 1px solid #444; border-radius: 999px; color: #cfcfcb; font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.theme-visual { position: relative; min-height: 710px; }
.theme-visual .shot-card { position: absolute; width: min(59%, 385px); }
.light-shot { left: 0; top: 0; transform: rotate(-3deg); }
.dark-shot { right: 0; bottom: 0; transform: rotate(3deg); }

.closing { display: grid; justify-items: center; padding: 130px 20px; text-align: center; }
.closing-mark { width: 72px; margin-bottom: 36px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.4; }
.closing h2 { margin-bottom: 37px; font-size: clamp(46px, 7vw, 92px); }
.inverted { gap: 50px; }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 28px max(20px, calc((100vw - var(--max)) / 2)); border-top: 1px solid var(--line); }
.footer-brand { justify-self: start; }
.site-footer p { color: var(--muted); font-size: 13px; font-weight: 700; }
.site-footer > a:last-child { justify-self: end; font-size: 13px; font-weight: 750; }

.policy-main { width: min(calc(100% - 40px), 900px); margin: auto; padding: 150px 0 100px; }
.policy-hero { padding-bottom: 50px; border-bottom: 2px solid var(--ink); }
.policy-hero > p:not(.eyebrow) { max-width: 720px; margin-top: 24px; color: #555; font-size: 18px; word-break: keep-all; }
.policy-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 34px 0 0; }
.policy-meta div { padding: 18px; border: 1px solid var(--line); background: white; }
.policy-meta dt { color: var(--muted); font-size: 12px; font-weight: 800; }
.policy-meta dd { margin: 5px 0 0; font-weight: 800; }
.policy-content article { padding: 34px 0; border-bottom: 1px solid var(--line); }
.policy-content h2 { margin: 0 0 14px; font-size: 22px; letter-spacing: -.025em; }
.policy-content p, .policy-content li { color: #50504d; font-size: 16px; line-height: 1.75; word-break: keep-all; }
.policy-content p { margin-bottom: 10px; }
.policy-content ul { margin: 0; padding-left: 20px; }

@media (max-width: 980px) {
  .hero, .feature-section, .theme-section { grid-template-columns: 1fr; }
  .hero { gap: 20px; padding-top: 150px; }
  .hero-art { width: min(100%, 620px); min-height: 720px; margin: auto; }
  .feature-section { gap: 36px; }
  .section-number { width: 70px; }
  .shot-stack { width: min(100%, 650px); margin: auto; }
  .widget-heading { grid-template-columns: 1fr; gap: 10px; }
  .theme-copy { max-width: 650px; }
  .theme-visual { width: min(100%, 680px); margin: auto; }
}

@media (max-width: 680px) {
  .site-header { top: 10px; width: calc(100% - 20px); }
  .nav-links a { display: none; }
  .nav-links a:last-child { display: block; }
  .hero { width: calc(100% - 32px); min-height: auto; padding: 124px 0 64px; }
  h1 { font-size: clamp(44px, 14vw, 64px); }
  .hero-text br { display: none; }
  .hero-art { min-height: 590px; }
  .hero-shot { width: min(78%, 340px); }
  .date-chip { min-width: 126px; padding: 13px 15px; }
  .date-chip strong { font-size: 23px; }
  .statement { padding-block: 80px; }
  .feature-section { width: calc(100% - 32px); padding: 95px 0; }
  .shot-stack { min-height: 580px; }
  .shot-stack .shot-card { width: 64%; }
  .widget-section, .theme-section { padding-block: 90px; }
  .widget-gallery { grid-template-columns: 1fr; margin-top: 45px; }
  .widget-lock { margin-top: 0; }
  .floating-widget { right: -8px; top: 43%; width: 160px; border-radius: 34px; }
  .floating-widget strong { font-size: 30px; }
  .theme-visual { min-height: 570px; }
  .theme-visual .shot-card { width: 64%; }
  .closing { padding-block: 90px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { display: none; }
  .policy-main { width: calc(100% - 32px); padding-top: 125px; }
  .policy-meta { grid-template-columns: 1fr; }
}

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