.new-home {
  --home-ink: #191714;
  --home-muted: #766e65;
  --home-paper: #f7f1e7;
  --home-paper-deep: #ede3d4;
  --home-blue: #2f6da4;
  --home-blue-deep: #173b63;
  --home-red: #c45a3c;
  background: var(--home-paper);
  color: var(--home-ink);
  overflow-x: hidden;
}

.new-home .site-header {
  color: var(--home-ink);
  padding: 18px clamp(22px, 5vw, 72px);
  background: rgba(247, 241, 231, 0.93);
  border-bottom: 1px solid rgba(25, 23, 20, 0.16);
  backdrop-filter: blur(16px);
}
.new-home .site-header.scrolled { padding-block: 13px; background: rgba(247, 241, 231, 0.96); }
.new-home .brand { font-size: 15px; }
.new-home .brand-mark { width: 36px; height: 36px; }
.new-home .nav-links { font-size: 13px; font-weight: 500; }
.new-home .nav-links a { transition: color 180ms ease; }
.new-home .nav-links a:hover { color: var(--home-blue); }
.new-home .language-link { min-width: 38px; min-height: 32px; font-size: 11px; }

.studio-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  min-height: 100svh;
  padding-top: 72px;
  background: var(--home-paper);
}
.studio-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(74px, 9vw, 140px) clamp(28px, 7vw, 112px);
  background: var(--home-paper);
}
.home-kicker {
  display: inline-block;
  margin: 0 0 22px;
  color: var(--home-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.3;
}
.studio-hero h1,
.studio-intro h2,
.story-copy h2,
.detail-heading h2,
.practice-heading h2,
.notes-heading h2,
.studio-cta h2 {
  margin: 0;
  font-family: "Gowun Batang", serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.14;
  text-wrap: balance;
}
.studio-hero h1 { max-width: 680px; font-size: clamp(42px, 3.8vw, 58px); text-wrap: initial; }
.hero-lede { max-width: 460px; margin: 28px 0 0; color: var(--home-muted); font-size: clamp(16px, 1.45vw, 20px); line-height: 1.8; }
.home-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 36px; }
.home-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 22px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.home-button:hover, .home-text-link:hover { transform: translateY(-2px); }
.home-button-dark { background: var(--home-ink); color: var(--home-paper); }
.home-button-blue { background: var(--home-blue); color: #fff; border-color: var(--home-blue); }
.home-button-outline { color: var(--home-ink); }
.home-button-light { color: var(--home-paper); border-color: rgba(247, 241, 231, 0.46); }
.home-text-link { display: inline-flex; align-items: center; gap: 8px; color: inherit; font-size: 14px; font-weight: 700; transition: transform 180ms ease; }
.hero-footnote { display: flex; align-items: center; gap: 10px; margin: auto 0 0; color: var(--home-muted); font-size: 13px; }
.dot-mark { width: 9px; height: 9px; border-radius: 50%; background: var(--home-red); }
.studio-hero-media { position: relative; min-height: 680px; overflow: hidden; background: #0d1524; }
.studio-hero-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(13, 21, 36, 0.1), transparent 35%), linear-gradient(0deg, rgba(13, 21, 36, 0.62), transparent 28%); }
.studio-hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; animation: home-settle 1200ms ease both; }
.hero-caption { position: absolute; z-index: 1; right: clamp(22px, 4vw, 64px); bottom: clamp(24px, 4vw, 58px); left: clamp(22px, 4vw, 64px); display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: end; color: #fff; }
.hero-caption span { font-size: 11px; letter-spacing: 0.13em; opacity: 0.72; }
.hero-caption strong { font-family: "Fraunces", serif; font-size: clamp(24px, 3vw, 42px); font-weight: 600; }

.studio-intro, .product-story, .product-detail, .notes-preview { padding: clamp(88px, 11vw, 156px) max(28px, calc((100vw - 1180px) / 2)); }
.studio-intro { display: grid; grid-template-columns: minmax(160px, 0.42fr) minmax(0, 1fr); gap: clamp(30px, 8vw, 140px); border-bottom: 1px solid var(--home-ink); }
.intro-label, .story-meta, .notes-heading { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.intro-label .home-kicker { margin: 0; }
.intro-index, .story-meta > span:last-child, .section-index { color: var(--home-muted); font-size: 12px; letter-spacing: 0.08em; }
.intro-copy { max-width: 850px; }
.studio-intro h2 { font-size: clamp(38px, 5vw, 74px); }
.intro-copy p { max-width: 680px; margin: 28px 0 0; color: var(--home-muted); font-size: 17px; line-height: 1.85; }
.intro-copy p + p { margin-top: 14px; }

.product-story { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.82fr); gap: clamp(42px, 8vw, 140px); align-items: center; background: var(--home-paper-deep); }
.story-media { position: relative; }
.story-media img { display: block; width: 100%; height: auto; background: #fff; }
.image-note { position: absolute; right: 18px; bottom: 16px; padding: 8px 10px; background: rgba(25, 23, 20, 0.86); color: #fff; font-size: 10px; letter-spacing: 0.08em; }
.story-copy { max-width: 500px; }
.story-meta { margin-bottom: 38px; }
.story-meta .home-kicker { margin: 0; }
.story-copy h2 { font-size: clamp(38px, 4vw, 58px); }
.story-copy > p { margin: 26px 0 0; color: var(--home-muted); font-size: 17px; line-height: 1.8; }
.product-steps { display: grid; margin: 38px 0 34px; padding: 0; border-top: 1px solid rgba(25, 23, 20, 0.34); list-style: none; }
.product-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid rgba(25, 23, 20, 0.34); }
.product-steps li > span { color: var(--home-blue); font-size: 12px; font-weight: 800; }
.product-steps strong { display: block; font-family: "Fraunces", "Gowun Batang", serif; font-size: 22px; font-weight: 600; }
.product-steps p { margin: 4px 0 0; color: var(--home-muted); font-size: 14px; line-height: 1.65; }

.product-detail { background: #fffdf9; }
.detail-heading { display: grid; grid-template-columns: 0.7fr 1fr; gap: 40px; align-items: end; padding-bottom: 50px; }
.detail-heading .home-kicker { align-self: start; }
.detail-heading h2 { font-size: clamp(36px, 4.7vw, 68px); }
.detail-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 0.8fr) minmax(220px, 0.56fr); gap: clamp(18px, 3vw, 42px); align-items: end; }
.detail-grid figure { margin: 0; }
.detail-grid figure img { display: block; width: 100%; height: clamp(360px, 39vw, 560px); object-fit: cover; object-position: top; background: #f0f0f0; }
.detail-grid figcaption { display: grid; gap: 7px; padding-top: 16px; }
.detail-grid figcaption strong { font-family: "Fraunces", "Gowun Batang", serif; font-size: 23px; font-weight: 600; }
.detail-grid figcaption span { color: var(--home-muted); font-size: 14px; }
.detail-aside { display: grid; gap: 22px; align-content: end; padding-bottom: 2px; }
.aside-dot { width: 42px; height: 42px; border: 1px solid var(--home-blue); border-radius: 50%; background: radial-gradient(circle at center, var(--home-blue) 0 5px, transparent 6px); }
.detail-aside p { max-width: 230px; margin: 0; font-family: "Gowun Batang", serif; font-size: 25px; line-height: 1.5; }

.studio-practice { display: grid; grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr); gap: clamp(38px, 8vw, 130px); padding: clamp(88px, 11vw, 150px) max(28px, calc((100vw - 1180px) / 2)); background: var(--home-blue); color: #fff; }
.practice-heading h2 { font-size: clamp(36px, 4vw, 60px); }
.practice-list { border-top: 1px solid rgba(255, 255, 255, 0.5); }
.practice-list > div { display: grid; grid-template-columns: 42px minmax(140px, 0.45fr) 1fr; gap: 20px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.practice-list span { color: #b9d7ef; font-size: 12px; font-weight: 800; }
.practice-list strong { font-family: "Fraunces", serif; font-size: 22px; font-weight: 600; }
.practice-list p { margin: 0; color: rgba(255, 255, 255, 0.78); font-size: 14px; line-height: 1.6; }

.notes-preview { background: var(--home-paper); }
.notes-heading { margin-bottom: 50px; align-items: end; }
.notes-heading h2 { font-size: clamp(40px, 5vw, 70px); }
.notes-list { border-top: 1px solid var(--home-ink); }
.notes-list a { display: grid; grid-template-columns: 118px minmax(0, 1fr) 22px; gap: 28px; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(25, 23, 20, 0.28); transition: padding 180ms ease, color 180ms ease; }
.notes-list a:hover { padding-inline: 10px; color: var(--home-blue); }
.notes-list time { color: var(--home-red); font-size: 11px; letter-spacing: 0.12em; }
.notes-list strong { display: block; font-family: "Gowun Batang", serif; font-size: clamp(20px, 2.3vw, 30px); line-height: 1.3; }
.notes-list p { margin: 6px 0 0; color: var(--home-muted); font-size: 14px; }
.notes-list a > span { font-size: 20px; }
.notes-preview > .home-button { margin-top: 34px; }

.studio-cta { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr) auto; gap: 36px; align-items: end; padding: clamp(82px, 10vw, 130px) max(28px, calc((100vw - 1180px) / 2)); background: var(--home-ink); color: var(--home-paper); }
.studio-cta h2 { font-size: clamp(38px, 4.1vw, 60px); }
.studio-cta p { max-width: 340px; margin: 0 0 26px; color: rgba(247, 241, 231, 0.72); font-size: 16px; line-height: 1.8; }
.home-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: end; padding: 34px max(28px, calc((100vw - 1180px) / 2)); background: var(--home-ink); color: rgba(247, 241, 231, 0.68); border-top: 1px solid rgba(247, 241, 231, 0.24); }
.home-footer p { margin: 0 0 7px; font-size: 13px; }
.home-footer .footer-brand { color: var(--home-paper); font-family: "Fraunces", serif; font-size: 22px; }
.home-footer-links { display: flex; flex-wrap: wrap; gap: 16px; font-size: 13px; }
.home-footer-links a, .home-footer address a { color: var(--home-paper); }
.home-footer address { display: grid; gap: 6px; font-style: normal; text-align: right; font-size: 13px; }
.home-footer address span { color: rgba(247, 241, 231, 0.52); }
@keyframes home-settle { from { transform: scale(1.05); } to { transform: scale(1); } }

@media (max-width: 820px) {
  .new-home .site-header { padding-inline: 20px; }
  .new-home .nav-links a:not(.language-link) { display: none; }
  .studio-hero { grid-template-columns: 1fr; padding-top: 68px; }
  .studio-hero-copy { min-height: 620px; padding: 78px 24px 36px; }
  .studio-hero h1 { font-size: clamp(40px, 10.6vw, 56px); }
  .hero-footnote { margin-top: 90px; }
  .studio-hero-media { min-height: 60svh; max-height: 660px; }
  .studio-intro, .product-story, .product-detail, .studio-practice, .notes-preview, .studio-cta { grid-template-columns: 1fr; }
  .studio-intro, .product-story, .product-detail, .notes-preview { padding-inline: 24px; }
  .intro-label { align-items: baseline; }
  .product-story { gap: 54px; }
  .story-copy { max-width: none; }
  .detail-heading { grid-template-columns: 1fr; gap: 8px; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
  .detail-aside { grid-column: 1 / -1; padding-top: 24px; }
  .studio-practice, .studio-cta { padding-inline: 24px; }
  .studio-cta { gap: 48px; }
  .section-index { justify-self: start; }
  .home-footer { grid-template-columns: 1fr; align-items: start; padding-inline: 24px; }
  .home-footer address { text-align: left; }
}
@media (max-width: 560px) {
  .home-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-caption { grid-template-columns: 1fr auto; gap: 8px 16px; }
  .hero-caption span:last-child { grid-column: 1 / -1; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-grid figure img { height: auto; max-height: 520px; }
  .practice-list > div { grid-template-columns: 34px 1fr; gap: 10px 14px; }
  .practice-list p { grid-column: 2; }
  .notes-list a { grid-template-columns: 1fr 22px; gap: 8px 16px; }
  .notes-list time { grid-column: 1 / -1; }
  .notes-list p { font-size: 13px; }
  .home-button { width: 100%; }
}
