/* ── Premium Brand Redesign ── */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:root {
  /* Color system */
  --text-primary: #2f2a26;
  --text-secondary: #5c5852;
  --text-inactive: #b3b3b3;
  --brand-accent: #b8925a;
  --elnoir-brand: #e86700;
  --elnoir-brand-deep: #e85b00;
  --gold: var(--brand-accent);
  --gold-light: #d4b896;
  --gold-muted: rgba(184, 146, 90, 0.35);
  --border-subtle: #e9e2d9;
  --ivory: #faf7f2;
  --warm-white: #fefcf8;

  /* Typography */
  --title-size: clamp(2.125rem, 3.6vw, 3rem);
  --title-weight: 600;
  --title-lh: 1.22;
  --title-tracking: -0.01em;
  --desc-size: clamp(1rem, 1.05vw, 1.125rem);
  --desc-lh: 1.72;
  --desc-max-width: 660px;

  /* Image heights — responsive editorial */
  --img-h-lg: clamp(420px, 38vw, 520px);
  --img-h-md: clamp(320px, 40vw, 400px);
  --img-h-sm: clamp(220px, 52vw, 300px);

  /* Section rhythm */
  --section-label-size: 0.8125rem;
  --section-label-size-mobile: 0.75rem;
  --section-label-tracking: 0.18em;
  --section-label-color: var(--brand-accent);
  --section-label-divider-width: 34px;
  --section-label-divider-height: 2px;
  --section-label-divider-gap: 8px;
  --section-label-to-heading: 28px;
  --section-heading-to-body: 22px;
  --section-header-to-content: clamp(36px, 4vw, 48px);

  --body-size: var(--desc-size);
  --body-lh: var(--desc-lh);
  --content: 1240px;
  --section-pad: clamp(96px, 8.5vw, 128px);
  --section-pad-tight: clamp(44px, 4.5vw, 56px);
  --gold-label: #c8a97e;
  --nav-size: clamp(0.875rem, 0.9vw, 0.9375rem);
  --nav-tracking: 0.05em;
  --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
  --header-height: 64px;
  --page-pad: clamp(22px, 4vw, 48px);
  --card-pad: clamp(28px, 3vw, 36px);
  --image-ratio: 16 / 10;
}

body {
  background: var(--warm-white);
  font-size: var(--body-size);
  line-height: var(--body-lh);
  font-weight: 400;
  letter-spacing: -0.01em;
}

body::before {
  display: none;
}

p {
  font-size: var(--desc-size);
  line-height: var(--desc-lh);
  font-weight: 400;
  color: var(--text-secondary);
  letter-spacing: 0.01em;
}

/* ── Design System: Section headers ── */
.about-page-header,
.brands-hub-header,
.our-brands-header,
.contact-header {
  display: grid;
  gap: 0;
  margin-bottom: var(--section-header-to-content);
}

/* ── Design System: Main titles ── */
.section-title,
.about-chapter-title,
.brand-story-title,
.brands-hub-title,
.our-brands-title,
.contact-header .contact-heading {
  margin: 0;
  font-family: "Noto Serif KR", "Cormorant Garamond", serif;
  font-size: var(--title-size);
  font-weight: var(--title-weight);
  line-height: var(--title-lh);
  letter-spacing: var(--title-tracking);
  color: var(--text-primary);
  word-break: keep-all;
  text-wrap: balance;
}

.about-page-header .about-chapter-title,
.brands-hub-title,
.our-brands-title {
  max-width: 16em;
}

.brand-story-title {
  max-width: 14em;
}

.contact-header .contact-heading {
  max-width: 12em;
  line-height: 1.28;
}

/* ── Design System: Descriptions ── */
.section-description,
.about-prose,
.brand-story-intro,
.why-panel-prose,
.our-brands-intro,
.prose-block,
.brand-card-intro,
.contact-lead {
  max-width: var(--desc-max-width);
}

.section-description p,
.about-prose p,
.brand-story-intro p,
.why-panel-prose p,
.our-brands-intro p,
.prose-block p,
.brand-card-intro p,
.contact-lead .contact-lead-main,
.contact-lead .contact-lead-note {
  margin: 0;
  font-size: var(--desc-size);
  line-height: var(--desc-lh);
  color: var(--text-secondary);
  letter-spacing: 0.01em;
  word-break: keep-all;
  text-wrap: pretty;
}

.about-prose,
.brand-story-intro,
.why-panel-prose,
.our-brands-intro,
.prose-block,
.brand-card-intro,
.contact-lead {
  display: grid;
  gap: clamp(16px, 2vw, 20px);
}

.our-brands-intro {
  margin-top: var(--section-heading-to-body);
}

.contact-header > .contact-lead {
  margin-top: var(--section-heading-to-body);
}

.contact-lead .contact-lead-main {
  word-break: keep-all;
  line-break: strict;
  white-space: normal;
  text-wrap: pretty;
}

.about-prose strong {
  font-weight: 600;
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
}

.why-panel-prose strong {
  font-weight: 700;
  color: inherit;
  -webkit-font-smoothing: antialiased;
}

/* Section labels — brand identity system */
.section-inner,
.about-page,
.brand-story-page,
.brands-hub-page {
  width: min(calc(100% - clamp(40px, 6vw, 80px)), var(--content));
  margin-left: auto;
  margin-right: auto;
}

.section-panel,
.brand-section,
.our-brands-section,
.contact-section {
  padding: var(--section-pad) 0;
}

.section-label,
.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--section-label-color);
  font-size: var(--section-label-size);
  font-weight: 600;
  letter-spacing: var(--section-label-tracking);
  line-height: 1.4;
  text-transform: uppercase;
}

.section-label::after,
.eyebrow::after {
  display: block;
  width: var(--section-label-divider-width);
  height: var(--section-label-divider-height);
  margin-top: var(--section-label-divider-gap);
  margin-bottom: var(--section-label-to-heading);
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(200, 169, 126, 0.95) 0%,
    rgba(216, 191, 149, 0.85) 45%,
    rgba(255, 248, 235, 0.45) 100%
  );
  content: "";
}

/* Section titles — weight harmonized with design system */
.about-heading,
.brand-name-kr {
  font-weight: var(--title-weight);
  line-height: var(--title-lh);
  letter-spacing: var(--title-tracking);
}

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: var(--header-height);
  padding: 0 var(--page-pad);
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--border-subtle);
  background: rgba(254, 252, 248, 0.92);
  box-shadow: none;
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
  transition:
    box-shadow 360ms var(--ease-premium),
    border-color 360ms var(--ease-premium),
    background-color 360ms var(--ease-premium);
}

.site-header.is-scrolled {
  border-bottom-color: rgba(42, 38, 34, 0.1);
  box-shadow: 0 4px 20px rgba(42, 38, 34, 0.05);
}

.brand-mark {
  flex-shrink: 0;
  min-width: 0;
  margin-right: auto;
  padding-right: 12px;
  text-decoration: none;
}

.nav-links {
  flex-shrink: 0;
  flex-wrap: nowrap;
  gap: clamp(2px, 0.6vw, 8px);
}

.nav-links a {
  padding: 8px clamp(10px, 1.2vw, 14px);
  border-radius: 0;
  color: rgba(42, 38, 34, 0.72);
  font-size: var(--nav-size);
  font-weight: 500;
  letter-spacing: var(--nav-tracking);
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  transition: color 320ms var(--ease-premium);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--gold);
  background: transparent;
  transform: none;
}

.nav-links a.is-active,
.mobile-nav-list a.is-active,
.nav-dropdown-trigger.is-active {
  color: var(--gold);
  font-weight: 600;
}

/* Desktop brand dropdown */
.nav-dropdown {
  position: relative;
}

.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px clamp(10px, 1.2vw, 14px);
  border: none;
  border-radius: 0;
  background: transparent;
  color: rgba(42, 38, 34, 0.72);
  font-family: inherit;
  font-size: var(--nav-size);
  font-weight: 500;
  letter-spacing: var(--nav-tracking);
  line-height: 1.3;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 320ms var(--ease-premium);
}

.nav-dropdown-trigger:hover,
.nav-dropdown-trigger:focus-visible,
.nav-dropdown.is-open .nav-dropdown-trigger {
  color: var(--gold);
}

.nav-dropdown-caret {
  font-size: 0.625rem;
  line-height: 1;
  transition: transform 320ms var(--ease-premium);
}

.nav-dropdown.is-open .nav-dropdown-caret {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 120;
  min-width: 168px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  border: 1px solid rgba(42, 38, 34, 0.08);
  border-radius: 4px;
  background: rgba(254, 252, 248, 0.98);
  box-shadow: 0 12px 36px rgba(42, 38, 34, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 6px);
  transition:
    opacity 240ms var(--ease-premium),
    transform 240ms var(--ease-premium),
    visibility 240ms var(--ease-premium);
}

.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.nav-dropdown-menu a {
  display: block;
  padding: 10px 18px;
  color: rgba(42, 38, 34, 0.78);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 240ms var(--ease-premium), background 240ms var(--ease-premium);
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  color: var(--gold);
  background: rgba(184, 149, 106, 0.06);
}

/* Text logo — RISING9 COMPANY */
.brand-wordmark {
  display: inline-block;
  background: linear-gradient(180deg, #c9a227 0%, #b8956a 55%, #8a6d3b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(0.8125rem, 1.05vw, 1.0625rem);
  font-weight: 600;
  letter-spacing: clamp(0.14em, 0.4vw, 0.2em);
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  vertical-align: baseline;
}

/* Mobile nav — desktop hidden via min-width rule below */
.nav-toggle {
  display: none;
}

/* Hero — full scene */
.intro-band {
  background: var(--warm-white);
}

.hero-section--scene {
  position: relative;
  display: grid;
  align-items: stretch;
  min-height: max(720px, 100svh);
  padding: 0;
  overflow: hidden;
}

.hero-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-scene-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.hero-scene-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.52) 0%,
    rgba(0, 0, 0, 0.42) 20%,
    rgba(0, 0, 0, 0.3) 36%,
    rgba(0, 0, 0, 0.2) 50%,
    transparent 66%
  );
  pointer-events: none;
}

.hero-section--scene .hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  width: min(calc(100% - clamp(40px, 6vw, 80px)), var(--content));
  min-height: 100svh;
  margin: 0 auto;
  padding: calc(var(--header-height) + clamp(24px, 3vw, 40px)) 0 clamp(56px, 7vw, 80px);
  box-sizing: border-box;
}

.hero-content-block {
  display: grid;
  gap: clamp(40px, 5vw, 56px);
  width: 100%;
  max-width: 480px;
  padding: clamp(56px, 6vw, 72px) 0 0 clamp(20px, 2.5vw, 28px);
}

.hero-copy-group {
  display: grid;
  gap: clamp(24px, 3vw, 32px);
}

.hero-company-label {
  display: block;
  margin: 0;
  color: #e4d4b4;
  font-family: "Cormorant Garamond", "Noto Serif KR", serif;
  font-size: clamp(0.625rem, 0.72vw, 0.75rem);
  font-weight: 600;
  letter-spacing: clamp(0.2em, 0.5vw, 0.28em);
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-philosophy {
  display: grid;
  gap: clamp(8px, 1vw, 12px);
  margin: 0;
  max-width: 12em;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-wrap: balance;
  word-break: keep-all;
}

.hero-kicker-line {
  display: block;
  color: #ffffff;
  font-family: "Noto Serif KR", "Cormorant Garamond", serif;
  font-size: clamp(2.125rem, 3.8vw, 3.125rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.03em;
  text-shadow:
    0 2px 24px rgba(0, 0, 0, 0.28),
    0 0 1px rgba(0, 0, 0, 0.12);
}

.hero-kicker-en {
  margin: 0;
  color: #e8d8bc;
  font-family: "Cormorant Garamond", "Noto Serif KR", serif;
  font-size: clamp(0.625rem, 0.72vw, 0.75rem);
  font-weight: 500;
  letter-spacing: clamp(0.26em, 0.58vw, 0.34em);
  line-height: 1.5;
  text-transform: uppercase;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
}

.hero-section--scene .hero-lead {
  display: grid;
  gap: clamp(18px, 2vw, 20px);
  max-width: 24em;
}

.hero-lead-hook {
  display: grid;
  gap: 0.15em;
  margin: 0;
}

.hero-section--scene .hero-lead-hook-line {
  display: block;
  color: #f7f3ec;
  font-family: "Noto Serif KR", serif;
  font-size: clamp(1.1875rem, 1.22vw, 1.25rem);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.18);
}

.hero-section--scene .hero-lead-desc,
.hero-section--scene .hero-lead .hero-lead-desc {
  margin: 0;
  color: #f5f2ed;
  font-family: "Noto Serif KR", "Noto Sans KR", sans-serif;
  font-size: clamp(1.0625rem, 1.08vw, 1.125rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.015em;
  text-wrap: pretty;
  word-break: keep-all;
  text-shadow:
    0 1px 18px rgba(0, 0, 0, 0.2),
    0 0 1px rgba(0, 0, 0, 0.08);
}

.hero-section--scene .hero-lead p {
  margin: 0;
}

.hero-company-copy {
  display: grid;
  gap: clamp(14px, 1.6vw, 18px);
  max-width: 26em;
}

.hero-company-copy p {
  margin: 0;
  color: #f5f2ed;
  font-family: "Noto Sans KR", "Noto Serif KR", sans-serif;
  font-size: clamp(1rem, 1.05vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.01em;
  word-break: keep-all;
  text-wrap: pretty;
  text-shadow:
    0 1px 16px rgba(0, 0, 0, 0.18),
    0 0 1px rgba(0, 0, 0, 0.06);
}

.hero-company-copy .company-brand-name {
  color: #f0e6d4;
  font-weight: 600;
}

.hero-kicker-block {
  display: grid;
  gap: clamp(16px, 2vw, 22px);
}

.hero-lead--body {
  display: grid;
  gap: clamp(14px, 1.8vw, 18px);
  max-width: 22em;
}

.hero-lead--body p {
  margin: 0;
  color: rgba(245, 242, 237, 0.94);
  font-family: "Noto Sans KR", "Noto Serif KR", sans-serif;
  font-size: clamp(1rem, 1.08vw, 1.125rem);
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.01em;
  word-break: keep-all;
  text-wrap: pretty;
  text-shadow:
    0 1px 18px rgba(0, 0, 0, 0.22),
    0 0 1px rgba(0, 0, 0, 0.08);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 0;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: clamp(48px, 4vw, 54px);
  padding: 0 clamp(24px, 2.8vw, 36px);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 4px;
  box-shadow: none;
  transition: background-color 320ms var(--ease-premium), border-color 320ms var(--ease-premium), color 320ms var(--ease-premium);
}

.hero-cta--primary {
  border-color: var(--gold);
  color: #1a1816;
  background: var(--gold-light);
}

.hero-cta--primary:hover,
.hero-cta--primary:focus-visible {
  border-color: #e8d4b8;
  background: #e8d4b8;
}

.hero-cta--secondary {
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.hero-cta--secondary:hover,
.hero-cta--secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.16);
}

/* About — brand experience flow */
.about-page-section {
  padding: var(--section-pad) 0;
  background: var(--warm-white);
  border-top: none;
  text-align: left;
  scroll-margin-top: calc(var(--header-height) + 12px);
}

.about-page {
  width: min(calc(100% - clamp(40px, 6vw, 80px)), var(--content));
  margin: 0 auto;
}

.about-page-header {
  max-width: 660px;
  margin-bottom: clamp(24px, 2.8vw, 32px);
}

.about-page-header .section-label::after {
  margin-bottom: clamp(18px, 2vw, 22px);
}

.about-page-header .about-chapter-title {
  margin: 0 0 clamp(14px, 1.6vw, 18px);
}

.about-chapter {
  max-width: 820px;
  padding-bottom: clamp(48px, 5.5vw, 64px);
}

.about-chapter--philosophy {
  padding-bottom: clamp(56px, 6vw, 72px);
  border-bottom: 1px solid var(--border-subtle);
}

.about-chapter-label {
  margin: 0 0 clamp(20px, 2.4vw, 28px);
  color: var(--section-label-color);
  font-size: var(--section-label-size);
  font-weight: 600;
  letter-spacing: var(--section-label-tracking);
  line-height: 1.4;
  text-transform: uppercase;
}

.about-chapter-label::after {
  display: block;
  width: var(--section-label-divider-width);
  height: var(--section-label-divider-height);
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(200, 169, 126, 0.95) 0%,
    rgba(216, 191, 149, 0.85) 45%,
    rgba(255, 248, 235, 0.45) 100%
  );
  content: "";
}

.about-chapter-title {
  margin: 0 0 var(--section-heading-to-body);
  max-width: 16em;
}

.about-chapter-title--story {
  max-width: 14em;
}

.about-prose--company {
  max-width: min(100%, 660px);
  gap: 18px;
}

.about-prose--company p {
  line-height: 1.8;
}

.about-prose-brands {
  margin: 0;
}

.about-prose {
  max-width: min(100%, 660px);
}

.about-verse {
  color: #6a665e;
  padding-left: 0.75em;
}

.about-philosophy-taglines {
  display: grid;
  gap: 0.2em;
  max-width: min(100%, 660px);
  margin: clamp(20px, 2.4vw, 24px) 0 0;
  padding-top: clamp(16px, 1.8vw, 20px);
  border-top: 1px solid rgba(42, 38, 34, 0.06);
  color: var(--gold);
  font-family: "Cormorant Garamond", "Noto Serif KR", serif;
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.06em;
  line-height: 1.45;
}

.about-chapter-divider {
  height: 1px;
  margin: clamp(8px, 1vw, 12px) 0 clamp(48px, 5.5vw, 64px);
  background: linear-gradient(
    90deg,
    rgba(42, 38, 34, 0) 0%,
    rgba(184, 149, 106, 0.35) 20%,
    rgba(184, 149, 106, 0.35) 80%,
    rgba(42, 38, 34, 0) 100%
  );
}

.about-why-stack {
  display: grid;
  gap: clamp(40px, 5vw, 56px);
}

.about-why-card {
  padding: clamp(40px, 4.5vw, 56px) clamp(40px, 5vw, 56px);
  background: var(--warm-white);
  border: 1px solid rgba(42, 38, 34, 0.07);
  border-radius: 4px;
  box-shadow: 0 8px 40px rgba(42, 38, 34, 0.04);
}

.about-why-label {
  margin: 0 0 clamp(28px, 3.2vw, 36px);
  color: var(--section-label-color);
  font-size: var(--section-label-size);
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.about-why-label::after {
  display: block;
  width: var(--section-label-divider-width);
  height: var(--section-label-divider-height);
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(200, 169, 126, 0.95) 0%,
    rgba(216, 191, 149, 0.85) 45%,
    rgba(255, 248, 235, 0.45) 100%
  );
  content: "";
}

.about-why-card .about-prose {
  max-width: 700px;
}

.about-explore-cta {
  margin-top: clamp(36px, 4vw, 48px);
  padding-top: clamp(28px, 3.2vw, 36px);
  border-top: 1px solid rgba(42, 38, 34, 0.08);
}

.explore-brand-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border: 1px solid rgba(42, 38, 34, 0.14);
  border-radius: 2px;
  background: transparent;
  color: #2a2622;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.explore-brand-btn:hover,
.explore-brand-btn:focus-visible {
  border-color: var(--gold);
  background: rgba(184, 149, 106, 0.08);
  color: #2a2622;
}

.explore-brand-btn-icon {
  color: var(--gold);
  font-size: 1.125rem;
  line-height: 1;
  transition: transform 0.25s ease;
}

.explore-brand-btn:hover .explore-brand-btn-icon,
.explore-brand-btn:focus-visible .explore-brand-btn-icon {
  transform: translateX(3px);
}

/* Brand Story */
.brand-story-section {
  padding: var(--section-pad) 0;
  background: var(--ivory);
  border-top: 1px solid var(--border-subtle);
  scroll-margin-top: calc(var(--header-height) + 12px);
}

.brand-story-page {
  width: min(calc(100% - clamp(40px, 6vw, 80px)), var(--content));
  margin: 0 auto;
}

.brand-story-page .why-tabs {
  margin-top: var(--section-header-to-content);
}

.brand-story-hero {
  margin-bottom: 0;
  padding-bottom: clamp(40px, 4.5vw, 56px);
  border-bottom: 1px solid var(--border-subtle);
}

.brand-story-hero--editorial {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.88fr);
  gap: clamp(40px, 5.5vw, 72px);
  align-items: center;
  max-width: none;
}

.brand-story-hero-copy {
  max-width: 560px;
}

.brand-story-hero-copy .section-label::after {
  margin-bottom: clamp(24px, 2.8vw, 32px);
}

.brand-story-visual {
  margin: 0;
  aspect-ratio: 16 / 10;
  max-height: var(--img-h-lg);
  overflow: hidden;
  border-radius: 2px;
  background: #ede6dc;
  justify-self: end;
  width: min(100%, 520px);
}

.brand-story-visual-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.brand-story-hero .section-label::after {
  margin-bottom: var(--section-label-to-heading);
}

.brand-story-title {
  margin: 0 0 var(--section-heading-to-body);
}

.brand-story-intro {
  max-width: var(--desc-max-width);
}

/* Why tabs */
.why-tabs {
  max-width: 100%;
}

.why-tabs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: clamp(32px, 3.6vw, 40px);
  border-bottom: 1px solid var(--border-subtle);
}

.why-tab-btn {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding: clamp(14px, 1.8vw, 18px) clamp(16px, 2vw, 24px);
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  background: transparent;
  color: var(--text-inactive);
  font-family: inherit;
  font-size: clamp(0.8125rem, 0.9vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 320ms var(--ease-premium),
    border-color 320ms var(--ease-premium),
    font-weight 320ms var(--ease-premium);
}

.why-tab-btn:hover,
.why-tab-btn:focus-visible {
  color: var(--brand-accent);
}

.why-tab-btn.is-active {
  color: var(--brand-accent);
  font-weight: 600;
  border-bottom-color: var(--brand-accent);
}

.why-tabs-panels {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
}

.why-tab-panel {
  grid-area: 1 / 1;
  display: grid;
  gap: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 280ms var(--ease-premium);
}

.why-tab-panel.is-active {
  opacity: 1;
}

.why-tab-panel.is-leaving {
  opacity: 0;
}

.why-tab-panel[hidden] {
  display: none;
}

.why-panel-visual {
  margin: 0 0 clamp(28px, 3.2vw, 36px);
  aspect-ratio: 16 / 10;
  width: 100%;
  max-height: var(--img-h-lg);
  overflow: hidden;
  border-radius: 2px;
  background: #ede6dc;
}

.why-panel-visual-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.why-panel-label {
  margin: 0 0 clamp(18px, 2.2vw, 22px);
  color: var(--section-label-color);
  font-size: var(--section-label-size);
  font-weight: 600;
  letter-spacing: var(--section-label-tracking);
  line-height: 1.4;
  text-transform: uppercase;
}

.why-panel-label::after {
  display: block;
  width: var(--section-label-divider-width);
  height: var(--section-label-divider-height);
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(200, 169, 126, 0.95) 0%,
    rgba(216, 191, 149, 0.85) 45%,
    rgba(255, 248, 235, 0.45) 100%
  );
  content: "";
}

.why-panel-prose {
  display: grid;
  gap: 24px;
  max-width: min(100%, 580px);
}

.why-panel-prose p {
  font-size: clamp(1.0625rem, 1.08vw, 1.125rem);
  line-height: 1.85;
  letter-spacing: -0.01em;
  text-wrap: pretty;
  word-break: keep-all;
}

.why-panel-prose strong {
  font-weight: 700;
  color: inherit;
  -webkit-font-smoothing: antialiased;
}

.why-panel-cta {
  margin-top: clamp(24px, 2.8vw, 32px);
  padding-bottom: 0;
}

.explore-brand-btn--tab {
  padding: 16px 34px;
  min-height: 50px;
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
}

/* Brands hub — card layout */
.brands-hub-section {
  padding: var(--section-pad) 0;
  background: var(--warm-white);
  border-top: 1px solid var(--border-subtle);
  scroll-margin-top: calc(var(--header-height) + 12px);
}

.brands-hub-page {
  width: min(calc(100% - clamp(40px, 6vw, 80px)), var(--content));
  margin: 0 auto;
}

.brands-hub-header {
  max-width: min(100%, 720px);
}

.brands-hub-header .section-label::after {
  margin-bottom: var(--section-label-to-heading);
}

.brands-hub-grid {
  display: grid;
  gap: clamp(40px, 5vw, 56px);
  --brand-card-copy-width: min(100%, 580px);
  --brand-card-copy-size: clamp(1.0625rem, 1.08vw, 1.125rem);
}

.brand-card {
  display: flex;
  flex-direction: column;
  padding: clamp(40px, 4.5vw, 56px) clamp(40px, 5vw, 56px);
  background: var(--warm-white);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  box-shadow: 0 8px 40px rgba(42, 38, 34, 0.04);
  scroll-margin-top: calc(var(--header-height) + 16px);
}

.brand-card-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(96px, 10vw, 112px);
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}

.brand-card-signature {
  width: var(--brand-card-copy-width);
  max-width: var(--brand-card-copy-width);
  margin: clamp(28px, 3.2vw, 36px) auto clamp(32px, 3.6vw, 40px);
  color: #6e6a67;
  font-family: "Noto Serif KR", "Cormorant Garamond", serif;
  font-size: clamp(1.125rem, 1.15vw, 1.375rem);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.035em;
  text-align: center;
  word-break: keep-all;
  text-wrap: balance;
}

.brand-card-signature strong {
  font-weight: 600;
  color: #1f1f1f;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
}

.brand-card-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.brand-card-logo--rising9 {
  max-height: clamp(72px, 10vw, 96px);
}

.brand-card-logo--elnoir {
  width: min(168px, 52vw);
  height: clamp(40px, 5.5vw, 52px);
  max-height: clamp(40px, 5.5vw, 52px);
}

.brand-card-closing {
  width: var(--brand-card-copy-width);
  max-width: var(--brand-card-copy-width);
  margin: 24px auto 0;
  padding-top: 8px;
}

.brand-card-slogan {
  margin: 0;
  padding: 14px 0;
  color: #8f7350;
  font-family: "Cormorant Garamond", "Noto Serif KR", serif;
  font-size: clamp(0.875rem, 0.95vw, 0.9375rem);
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1.55;
  text-align: center;
  text-wrap: balance;
}

.brand-card-divider {
  width: min(100%, 480px);
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(
    90deg,
    rgba(42, 38, 34, 0) 0%,
    rgba(184, 146, 90, 0.28) 20%,
    rgba(184, 146, 90, 0.28) 80%,
    rgba(42, 38, 34, 0) 100%
  );
}

.brand-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  width: var(--brand-card-copy-width);
  max-width: var(--brand-card-copy-width);
  margin: 0 auto;
}

.brand-card-intro {
  display: grid;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.brand-card-intro p {
  font-size: var(--brand-card-copy-size);
  line-height: 1.85;
  letter-spacing: -0.01em;
  text-wrap: pretty;
}

.brand-card-intro strong {
  font-weight: 700;
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
}

.brand-card-store {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin: 16px 0 0;
  padding-top: 0;
  border-top: none;
}

.brand-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid rgba(42, 38, 34, 0.12);
  border-radius: 2px;
  background: transparent;
  color: #2a2622;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.brand-card-btn--primary {
  border-color: #2a2622;
  background: #2a2622;
  color: #fefcf8;
}

.brand-card-btn--primary:hover,
.brand-card-btn--primary:focus-visible {
  border-color: #3d3832;
  background: #3d3832;
}

.brand-card-btn--secondary:hover,
.brand-card-btn--secondary:focus-visible {
  border-color: var(--gold);
  background: rgba(184, 149, 106, 0.08);
}

.brand-identity-mark {
  margin-bottom: clamp(20px, 2.4vw, 28px);
}

.brand-page-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.brand-page-logo--rising9 {
  max-height: clamp(72px, 10vw, 96px);
}

.brand-page-logo--elnoir {
  max-height: clamp(36px, 5vw, 44px);
}

.brand-store-cta {
  margin-top: clamp(28px, 3.2vw, 36px);
  padding-top: clamp(24px, 2.8vw, 32px);
  border-top: 1px solid rgba(42, 38, 34, 0.08);
}

.brand-store-cta-label {
  margin: 0 0 clamp(16px, 2vw, 20px);
  color: var(--gold);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.prose-block {
  display: grid;
  gap: clamp(18px, 2.2vw, 24px);
}

.prose-block p {
  margin: 0;
  font-size: var(--body-size);
  line-height: var(--body-lh);
  color: #5a5a54;
  letter-spacing: 0.01em;
  word-break: keep-all;
  text-wrap: pretty;
}

/* Legacy alias — brands intro removed */
.brands-intro-section {
  padding: clamp(88px, 8vw, 112px) 0 clamp(48px, 4.5vw, 64px);
  background: #ffffff;
  border-top: 1px solid rgba(42, 38, 34, 0.06);
  text-align: left;
}

.brands-intro-layout {
  text-align: left;
}

.brands-intro-content {
  display: grid;
  gap: 0;
  max-width: min(100%, 640px);
}

.brands-intro-content > .brands-intro-heading {
  margin: 0 0 var(--section-heading-to-body);
}

.brands-intro-heading {
  margin: 0;
  max-width: 13em;
  font-family: "Noto Serif KR", "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
  word-break: keep-all;
  line-break: strict;
  white-space: normal;
  text-wrap: pretty;
}

.brands-intro-heading-lead,
.brands-intro-heading-tail {
  display: inline;
}

.brands-intro-heading-tail {
  white-space: nowrap;
}

.brands-intro-copy {
  display: grid;
  gap: 0;
  max-width: 560px;
}

.brands-intro-copy p {
  margin: 0;
  font-size: var(--body-size);
  line-height: 1.85;
  color: #6a665e;
  letter-spacing: 0.01em;
  word-break: keep-all;
  line-break: strict;
  text-wrap: pretty;
}

/* Brand blocks — unified editorial system */
.brand-block {
  display: grid;
  gap: 0;
}

.brand-block-header {
  margin: 0;
  padding: 0;
  border: none;
  overflow: visible;
}

.elnoir-section,
.rising9-section {
  padding: clamp(72px, 6.5vw, 104px) 0;
}

.elnoir-section {
  background: var(--warm-white);
}

.rising9-section {
  background: var(--ivory);
}

.elnoir-section .brand-editorial,
.rising9-section .brand-editorial {
  align-items: stretch;
}

.brand-intro--story {
  display: grid;
  gap: clamp(28px, 3.2vw, 40px);
  max-width: 560px;
}

.brand-intro--story .brand-intro-paragraph {
  margin: 0;
  max-width: 560px;
  font-size: clamp(1.0625rem, 1.08vw, 1.125rem);
  line-height: 1.8;
  font-weight: 400;
  color: #5a5a54;
  letter-spacing: 0.01em;
  text-wrap: pretty;
  word-break: keep-all;
}

.brand-intro--story .brand-intro-paragraph strong {
  font-weight: 600;
  color: #4a4a44;
}

.brand-intro--story .brand-sub-brand {
  font-weight: 600;
  color: #4a4a44;
}

.brand-intro--story .brand-sub-brand-en {
  font-weight: 500;
  color: #6a665e;
}

.brand-signature {
  margin: clamp(12px, 1.6vw, 20px) 0 0;
  padding-top: clamp(16px, 2vw, 24px);
  border-top: 1px solid rgba(42, 38, 34, 0.08);
  color: var(--gold);
  font-family: "Cormorant Garamond", "Noto Serif KR", serif;
  font-size: clamp(0.75rem, 0.82vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.brand-signature--phrase {
  text-transform: none;
  letter-spacing: 0.1em;
  font-style: italic;
}

.brand-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.74fr);
  gap: clamp(48px, 5vw, 68px);
  align-items: stretch;
}

.brand-editorial--image-first {
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.04fr);
}

.brand-editorial-content {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 24px);
  max-width: 560px;
  min-height: 100%;
}

.brand-message-kr {
  margin: 0;
  max-width: 560px;
  color: #6e6e68;
  font-family: "Noto Serif KR", "Cormorant Garamond", serif;
  font-size: clamp(0.9375rem, 1.05vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.01em;
}

.brand-name-kr {
  margin: 0;
  font-family: "Noto Serif KR", "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.brand-editorial-content .button-row {
  margin-top: auto;
  padding-top: clamp(24px, 2.8vw, 36px);
}

.brand-editorial-visual {
  margin: 0;
  width: 100%;
  max-width: min(100%, 440px);
  align-self: start;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(42, 38, 34, 0.06);
  background: #ede6dc;
}

.brand-editorial--text-first .brand-editorial-visual {
  justify-self: end;
}

.brand-editorial--image-first .brand-editorial-visual {
  justify-self: start;
}

.brand-editorial-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.elnoir-section .brand-editorial-image {
  object-position: center 35%;
}

.rising9-section .brand-editorial-image {
  object-position: center 45%;
}

.our-brands-section {
  background: #ffffff;
}

.our-brands-header,
.contact-header {
  max-width: min(100%, 720px);
}

.our-brands-intro {
  max-width: var(--desc-max-width);
}

.our-brand-card {
  border-radius: 4px;
  border-color: var(--border-subtle);
  box-shadow: 0 8px 28px rgba(42, 38, 34, 0.04);
  transition:
    transform 480ms var(--ease-premium),
    box-shadow 480ms var(--ease-premium),
    border-color 480ms var(--ease-premium);
}

.our-brand-card:hover,
.our-brand-card:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(42, 38, 34, 0.1);
  border-color: var(--gold-muted);
}

.our-brand-card-link:hover,
.our-brand-card-link:focus-visible {
  color: var(--gold);
  opacity: 1;
}

.our-brand-card-more:hover,
.our-brand-card-more:focus-visible {
  color: var(--gold);
}

.brand-intro strong {
  font-weight: 600;
  color: var(--ink);
}

.brand-sub-brand {
  font-weight: 600;
  color: var(--ink);
}

.brand-sub-brand-en {
  font-weight: 500;
  font-size: 0.9em;
  letter-spacing: 0.06em;
  color: #7a756c;
}

.brand-keyword-tags li {
  min-height: 38px;
  padding: 0 18px;
  font-size: 0.8125rem;
  border-color: rgba(184, 149, 106, 0.25);
  color: #6a665e;
}

.brand-keyword-tags li:hover {
  border-color: var(--gold-muted);
  color: var(--gold);
}

/* CTA Buttons */
.button-row {
  gap: 14px;
  margin-top: clamp(28px, 3vw, 40px);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  min-height: clamp(48px, 4vw, 54px);
  padding: 0 clamp(24px, 2.8vw, 36px);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 4px;
  box-shadow: none;
  transition: background-color 320ms var(--ease-premium), border-color 320ms var(--ease-premium), color 320ms var(--ease-premium);
}

.cta-button:hover,
.cta-button:focus-visible {
  box-shadow: none;
  transform: none;
}

.cta-button span {
  margin-left: 2px;
  transition: none;
}

.cta-button:hover span,
.cta-button:focus-visible span {
  transform: none;
}

.cta-button.primary,
.cta-button.dark {
  color: #1a1816;
  background: var(--gold-light);
  border-color: var(--gold);
}

.cta-button.primary span,
.cta-button.dark span {
  color: var(--gold);
  background: rgba(26, 24, 22, 0.08);
}

.cta-button.primary:hover,
.cta-button.primary:focus-visible,
.cta-button.dark:hover,
.cta-button.dark:focus-visible {
  background: #e8d4b8;
  border-color: var(--gold);
}

.cta-button.secondary {
  color: var(--ink);
  border-color: rgba(42, 38, 34, 0.18);
  background: transparent;
}

.cta-button.secondary:hover,
.cta-button.secondary:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(184, 149, 106, 0.06);
}

/* Contact */
.contact-section {
  background: #ffffff;
}

.contact-header .contact-heading {
  display: grid;
  gap: 0.1em;
}

.contact-heading-line {
  display: block;
}

.contact-lead {
  max-width: var(--desc-max-width);
}

.contact-lead-clause {
  display: inline;
}

.contact-lead-clause--tight,
.contact-lead-pair {
  white-space: normal;
}

.contact-lead .contact-lead-note {
  line-break: strict;
}

.contact-form .form-submit {
  width: 100%;
  min-height: clamp(48px, 4vw, 54px);
  margin-top: 8px;
}

.company-info-divider {
  background: linear-gradient(90deg, var(--gold-muted), transparent);
}

.company-info-item dd a:hover,
.company-info-item dd a:focus-visible {
  color: var(--gold);
}

/* Footer */
.site-footer {
  border-top: 1px solid rgba(42, 38, 34, 0.08);
  background: #fefcf8;
  padding: clamp(56px, 7vw, 80px) 0 clamp(40px, 5vw, 56px);
}

.footer-inner {
  display: grid;
  gap: clamp(32px, 4vw, 40px);
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 10px;
}

.footer-logo {
  margin: 0;
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.9375rem, 1vw, 1.0625rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-tagline {
  margin: 0;
  color: #5e5a52;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-signature {
  margin: 6px 0 0;
  color: #7a756c;
  font-family: "Cormorant Garamond", "Noto Serif KR", serif;
  font-size: clamp(0.875rem, 0.95vw, 0.9375rem);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.55;
}

.footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 48px);
}

.footer-col-title {
  margin: 0 0 14px;
  color: #8a857c;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  color: #5c5852;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color 280ms var(--ease-premium);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--gold);
}

.footer-divider {
  height: 1px;
  background: rgba(42, 38, 34, 0.08);
}

.footer-copy {
  margin: 0;
  color: #9a9488;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

/* Animation */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 900ms var(--ease-premium),
    transform 900ms var(--ease-premium);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 1000ms var(--ease-premium),
    transform 1000ms var(--ease-premium);
}

.hero-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-reveal[data-hero-order="2"] { transition-delay: 100ms; }
.hero-reveal[data-hero-order="3"] { transition-delay: 200ms; }
.hero-reveal[data-hero-order="4"] { transition-delay: 300ms; }

/* Our brand cards — unified system */
.our-brand-card-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(118px, 12vw, 136px);
  padding: clamp(16px, 2vw, 22px);
  overflow: hidden;
}

.our-brand-card-head img {
  transition: transform 560ms var(--ease-premium);
}

.our-brand-card:hover .our-brand-card-head img,
.our-brand-card:focus-within .our-brand-card-head img {
  transform: scale(1.02);
}

.our-brand-card--elnoir .our-brand-card-logo {
  display: block;
  width: min(148px, 40vw);
  max-width: min(148px, 40vw);
  height: 42px;
  max-height: 42px;
}

.our-brand-card--rising9 .our-brand-card-head {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.5), transparent 58%),
    linear-gradient(145deg, #f5efe6 0%, #faf6f0 55%, #ede4d6 100%);
}

.our-brand-card--rising9 .our-brand-card-logo--rising9-official {
  display: block;
  width: auto;
  max-width: min(212px, 50vw);
  max-height: min(148px, 34vw);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center center;
}

.our-brand-card-more {
  transition: color 320ms var(--ease-premium);
}

.our-brand-card:hover .our-brand-card-more,
.our-brand-card:focus-within .our-brand-card-more {
  color: var(--gold);
}

.our-brand-card-body {
  display: grid;
  gap: clamp(14px, 1.6vw, 18px);
  padding: var(--card-pad);
}

.our-brand-card-category {
  margin: 0;
  color: var(--text-inactive);
  font-family: "Cormorant Garamond", "Noto Serif KR", serif;
  font-size: var(--section-label-size);
  font-weight: 600;
  letter-spacing: var(--section-label-tracking);
  line-height: 1.2;
  text-transform: uppercase;
}

.our-brand-card-name {
  margin: 0;
  color: var(--text-primary);
  font-family: "Noto Serif KR", "Cormorant Garamond", serif;
  font-size: clamp(1.375rem, 1.6vw, 1.625rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.our-brand-card-tagline {
  margin: 0;
  max-width: 100%;
  color: var(--text-secondary);
  font-size: clamp(1rem, 1.05vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.our-brand-card-actions {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: clamp(10px, 1.2vw, 14px);
}

.our-brand-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 4px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition:
    color 320ms var(--ease-premium),
    transform 320ms var(--ease-premium);
}

.our-brand-card-link:hover,
.our-brand-card-link:focus-visible {
  color: var(--brand-accent);
  transform: translateX(3px);
  opacity: 1;
}

.our-brand-card-more {
  padding: 14px 0 4px;
  transition: color 320ms var(--ease-premium);
}

/* Responsive — tablet / small desktop */
@media (max-width: 1100px) {
  .nav-links a,
  .nav-dropdown-trigger {
    padding: 8px 8px;
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
  }

  .brand-wordmark {
    font-size: clamp(0.75rem, 1vw, 0.9375rem);
    letter-spacing: 0.16em;
  }
}

@media (max-width: 960px) {
  .brand-editorial {
    gap: clamp(32px, 4vw, 48px);
  }

  .brand-editorial-visual {
    max-width: min(100%, 400px);
  }

  .brand-story-hero--editorial {
    grid-template-columns: 1fr;
    gap: clamp(32px, 5vw, 40px);
  }

  .brand-story-hero-copy {
    max-width: 100%;
  }

  .brand-story-visual {
    justify-self: stretch;
    width: 100%;
    max-height: none;
    aspect-ratio: 16 / 10;
  }
}

@media (min-width: 768px) {
  .hero-content-block {
    max-width: 480px;
  }

  .hero-philosophy {
    max-width: 12em;
  }
}

@media (min-width: 1100px) {
  .hero-content-block {
    max-width: 500px;
  }

  .hero-scene-image {
    object-position: 62% center;
  }
}

/* ══════════════════════════════════════
   Mobile — dedicated layout (≤767px)
   ══════════════════════════════════════ */
@media (max-width: 768px) {
  :root {
    --section-pad: clamp(56px, 10vw, 68px);
    --section-pad-tight: clamp(32px, 6vw, 40px);
    --title-size: 2.125rem;
    --desc-size: 1rem;
    --body-size: var(--desc-size);
    --body-lh: var(--desc-lh);
    --page-pad: 20px;
    --header-height: 64px;
    --card-pad: clamp(24px, 5vw, 28px);
    --section-header-to-content: clamp(32px, 7vw, 40px);
  }

  body.nav-open {
    overflow: hidden;
  }

  p,
  .about-copy p,
  .prose-block p,
  .brand-intro p {
    font-size: var(--body-size);
    line-height: var(--body-lh);
  }

  .section-inner {
    width: calc(100% - (var(--page-pad) * 2));
    max-width: 100%;
  }

  .section-panel,
  .brand-section,
  .our-brands-section,
  .contact-section,
  .about-page-section,
  .brand-story-section,
  .brands-hub-section {
    padding-top: var(--section-pad);
    padding-bottom: var(--section-pad);
  }

  .our-brands-section {
    padding-bottom: var(--section-pad-tight);
  }

  .contact-section {
    padding-top: var(--section-pad-tight);
  }

  .about-page,
  .brand-story-page,
  .brands-hub-page {
    width: calc(100% - (var(--page-pad) * 2));
    max-width: 100%;
  }

  /* Header */
  .site-header {
    position: sticky;
    top: 0;
    z-index: 150;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    height: 64px;
    padding: 0 var(--page-pad);
    border-bottom: 1px solid var(--border-subtle);
    background: rgba(254, 252, 248, 0.9);
    backdrop-filter: blur(20px) saturate(130%);
    -webkit-backdrop-filter: blur(20px) saturate(130%);
  }

  .site-header.is-scrolled {
    border-bottom-color: rgba(42, 38, 34, 0.1);
    box-shadow: 0 4px 18px rgba(42, 38, 34, 0.06);
  }

  .brand-mark {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 52px);
    margin-right: auto;
    padding-right: 8px;
  }

  .brand-mark .brand-wordmark,
  .brand-mark span:last-child {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: clamp(0.75rem, 3.6vw, 0.875rem);
    letter-spacing: 0.14em;
  }

  .nav-links--desktop {
    display: none !important;
  }

  .nav-dropdown {
    display: none !important;
  }

  .nav-toggle {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .nav-toggle-bar {
    display: block;
    width: 20px;
    height: 1.5px;
    margin-left: auto;
    background: var(--ink);
    transition: transform 320ms var(--ease-premium), opacity 320ms var(--ease-premium);
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  /* Mobile full-screen drawer */
  .mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: block;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition:
      visibility 0s linear 420ms,
      opacity 420ms var(--ease-premium);
  }

  .mobile-nav[aria-hidden="false"] {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  .mobile-nav-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fefcf8;
    padding:
      calc(env(safe-area-inset-top, 0px) + 56px)
      24px
      calc(env(safe-area-inset-bottom, 0px) + 28px);
  }

  .mobile-nav-close {
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + 10px);
    right: var(--page-pad);
    z-index: 210;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-nav-close-icon {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
  }

  .mobile-nav-close-icon::before,
  .mobile-nav-close-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 1.5px;
    background: var(--ink);
    transition: background-color 240ms var(--ease-premium);
  }

  .mobile-nav-close-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .mobile-nav-close-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .mobile-nav-close:hover .mobile-nav-close-icon::before,
  .mobile-nav-close:hover .mobile-nav-close-icon::after,
  .mobile-nav-close:focus-visible .mobile-nav-close-icon::before,
  .mobile-nav-close:focus-visible .mobile-nav-close-icon::after {
    background: var(--gold);
  }

  .mobile-nav-inner {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin: 0 auto;
    padding: 0;
  }

  .mobile-nav-brand {
    margin: 0 0 20px;
    color: var(--gold);
    font-family: "Cormorant Garamond", serif;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }

  .mobile-nav-menu {
    flex: 0 0 auto;
  }

  .mobile-nav-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-nav-list li {
    margin: 0;
    border-bottom: 1px solid rgba(42, 38, 34, 0.08);
    padding: 0;
  }

  .mobile-nav-list li:last-child {
    border-bottom: none;
  }

  .mobile-nav-list a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 58px;
    padding: 16px 0;
    color: rgba(42, 38, 34, 0.82);
    font-family: "Cormorant Garamond", "Noto Serif KR", serif;
    font-size: clamp(1.5rem, 6.2vw, 1.75rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 280ms var(--ease-premium);
  }

  .mobile-nav-list a.is-active {
    color: var(--gold);
    font-weight: 600;
  }

  .mobile-nav-list a:hover,
  .mobile-nav-list a:focus-visible {
    color: var(--gold);
  }

  .mobile-nav-accordion-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 58px;
    padding: 16px 0;
    border: none;
    background: transparent;
    color: rgba(42, 38, 34, 0.82);
    font-family: "Cormorant Garamond", "Noto Serif KR", serif;
    font-size: clamp(1.5rem, 6.2vw, 1.75rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 280ms var(--ease-premium);
  }

  .mobile-nav-accordion-trigger.is-active,
  .mobile-nav-accordion.is-open .mobile-nav-accordion-trigger {
    color: var(--gold);
    font-weight: 600;
  }

  .mobile-nav-accordion-caret {
    font-size: 0.75rem;
    line-height: 1;
    transition: transform 280ms var(--ease-premium);
  }

  .mobile-nav-accordion.is-open .mobile-nav-accordion-caret {
    transform: rotate(180deg);
  }

  .mobile-nav-submenu {
    display: none;
    gap: 0;
    margin: 0;
    padding: 0 0 0 28px;
    list-style: none;
  }

  .mobile-nav-submenu[hidden] {
    display: none !important;
  }

  .mobile-nav-accordion.is-open .mobile-nav-submenu {
    display: grid;
    margin: 0 0 4px;
  }

  .mobile-nav-submenu li {
    margin: 0;
    border-bottom: none;
    padding: 0;
  }

  .mobile-nav-submenu a {
    min-height: 44px;
    padding: 10px 0;
    color: rgba(42, 38, 34, 0.62);
    font-size: clamp(1.125rem, 4.6vw, 1.25rem);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.12em;
  }

  .mobile-nav-submenu a.is-active {
    color: var(--gold);
    font-weight: 600;
  }

  .mobile-nav-submenu a:hover,
  .mobile-nav-submenu a:focus-visible {
    color: var(--gold);
  }

  .mobile-nav-accordion.is-open .mobile-nav-accordion-trigger {
    padding-bottom: 8px;
    min-height: 50px;
  }

  .mobile-nav-tagline {
    flex-shrink: 0;
    margin: auto 0 0;
    padding-top: clamp(24px, 6vw, 32px);
    color: #9a9488;
    font-family: "Cormorant Garamond", serif;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  /* Hero — centered mobile layout */
  .hero-section--scene {
    min-height: 88svh;
  }

  .hero-section--scene .hero-inner {
    align-items: center;
    justify-content: center;
    width: calc(100% - (var(--page-pad) * 2));
    min-height: 88svh;
    padding: calc(var(--header-height) + 20px) 0 48px;
    text-align: center;
  }

  .hero-content-block {
    gap: 24px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    justify-items: center;
  }

  .hero-copy-group {
    gap: 24px;
    width: 100%;
    justify-items: center;
  }

  .hero-kicker-block {
    gap: 14px;
    justify-items: center;
  }

  .hero-company-label {
    display: block;
    margin: 0;
    color: #e8d4b4;
    font-family: "Cormorant Garamond", "Noto Serif KR", serif;
    font-size: clamp(0.6875rem, 2.9vw, 0.75rem);
    font-weight: 600;
    letter-spacing: clamp(0.22em, 1vw, 0.28em);
    line-height: 1.4;
    text-transform: uppercase;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.18);
  }

  .hero-philosophy {
    max-width: 100%;
    justify-items: center;
  }

  .hero-kicker-line {
    font-size: clamp(1.75rem, 7.6vw, 2rem);
    line-height: 1.26;
  }

  .hero-kicker-en {
    font-size: clamp(0.625rem, 2.8vw, 0.6875rem);
    letter-spacing: 0.22em;
    color: #e4d4b4;
  }

  .hero-lead--body {
    max-width: 100%;
    gap: clamp(12px, 3vw, 16px);
    justify-items: center;
    text-align: center;
  }

  .hero-lead--body p {
    font-size: clamp(0.9375rem, 4vw, 1rem);
    line-height: 1.9;
    text-align: center;
  }

  .hero-section--scene .hero-lead {
    max-width: 100%;
    gap: clamp(14px, 3.5vw, 18px);
    justify-items: center;
  }

  .hero-company-copy {
    max-width: 100%;
    gap: clamp(16px, 4vw, 20px);
    justify-items: center;
    text-align: center;
  }

  .hero-company-copy p {
    font-size: clamp(0.9375rem, 4vw, 1rem);
    line-height: 1.78;
    text-align: center;
  }

  .hero-lead-hook {
    justify-items: center;
  }

  .hero-section--scene .hero-lead-hook-line {
    color: #f7f3ec;
    font-size: clamp(1rem, 4.2vw, 1.0625rem);
    font-weight: 600;
    line-height: 1.45;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
  }

  .hero-section--scene .hero-lead-desc,
  .hero-section--scene .hero-lead .hero-lead-desc {
    color: #f5f2ed;
    font-size: clamp(0.9375rem, 4vw, 1rem);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.01em;
    text-shadow:
      0 1px 16px rgba(0, 0, 0, 0.22),
      0 0 1px rgba(0, 0, 0, 0.1);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    max-width: min(100%, 300px);
    margin: 0 auto;
  }

  .hero-cta {
    flex: none;
    width: 100%;
    min-height: 48px;
    padding: 0 24px;
    font-size: 0.9375rem;
  }

  .hero-scene-overlay {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.48) 42%, rgba(0, 0, 0, 0.56) 100%);
  }

  .hero-scene-image {
    object-position: center 30%;
  }

  /* About — mobile reading layout */
  .about-page-section {
    padding: clamp(44px, 9vw, 54px) 0 clamp(40px, 8.5vw, 50px);
  }

  .about-page {
    width: calc(100% - (var(--page-pad) * 2));
    max-width: 100%;
    margin: 0 auto;
  }

  .about-page-header {
    margin-bottom: clamp(20px, 4.5vw, 24px);
  }

  .about-page-header .section-label::after {
    margin-bottom: 16px;
  }

  .about-page-header .about-chapter-title {
    margin-bottom: 14px;
  }

  .about-prose--company {
    gap: 16px;
  }

  .about-prose--company p {
    font-size: 1rem;
    line-height: 1.8;
  }

  .about-chapter {
    padding-bottom: clamp(36px, 8vw, 44px);
  }

  .about-prose {
    max-width: 100%;
  }

  .about-verse {
    padding-left: 0.5em;
  }

  .about-philosophy-taglines {
    margin-top: clamp(18px, 4vw, 20px);
    padding-top: clamp(14px, 3.5vw, 16px);
    font-size: clamp(0.9375rem, 4vw, 1rem);
    line-height: 1.4;
  }

  /* Brand Story — mobile */
  .brand-story-section {
    padding: clamp(56px, 12vw, 72px) 0 clamp(56px, 12vw, 64px);
  }

  .brand-story-page {
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 0 auto;
  }

  .brand-story-hero--editorial {
    gap: clamp(28px, 6vw, 36px);
  }

  .brand-story-visual {
    order: 2;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 10;
    max-height: var(--img-h-sm);
  }

  .brand-story-visual-image {
    object-position: center 36%;
  }

  .brand-story-hero-copy {
    order: 1;
  }

  .why-tabs-panels {
    min-height: 0;
  }

  .why-panel-visual {
    max-height: var(--img-h-sm);
    aspect-ratio: 16 / 10;
    margin-bottom: clamp(24px, 5vw, 28px);
  }

  .why-panel-visual-image {
    object-position: center 38%;
  }

  .why-panel-label {
    font-size: var(--section-label-size-mobile);
    margin-bottom: clamp(16px, 4vw, 20px);
  }

  .why-panel-prose {
    gap: 24px;
    max-width: 100%;
  }

  .why-panel-prose p {
    font-size: clamp(1.0625rem, 4.2vw, 1.125rem);
    line-height: 1.85;
    letter-spacing: -0.01em;
  }

  .why-panel-cta {
    margin-top: clamp(22px, 5vw, 28px);
  }

  .why-tab-btn {
    flex: 1 1 calc(50% - 4px);
    padding: 14px 10px;
    font-size: clamp(0.6875rem, 2.8vw, 0.75rem);
    letter-spacing: 0.1em;
    line-height: 1.35;
    white-space: nowrap;
  }

  .explore-brand-btn:not(.explore-brand-btn--tab) {
    width: 100%;
    justify-content: center;
    padding: 16px 24px;
    font-size: 0.8125rem;
  }

  .explore-brand-btn--tab {
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
    padding: 16px 28px;
  }

  /* Brands hub — mobile */
  .brands-hub-section {
    padding: clamp(56px, 12vw, 72px) 0 clamp(64px, 12vw, 80px);
  }

  .brands-hub-page {
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 0 auto;
  }

  .brands-hub-grid {
    gap: clamp(24px, 6vw, 32px);
    --brand-card-copy-width: 100%;
    --brand-card-copy-size: clamp(1.0625rem, 4.2vw, 1.125rem);
  }

  .brand-card {
    padding: clamp(28px, 6vw, 32px) clamp(20px, 5vw, 24px);
    border-radius: 6px;
    box-shadow: 0 4px 24px rgba(42, 38, 34, 0.05);
  }

  .brand-card-head {
    min-height: clamp(88px, 22vw, 104px);
    margin-bottom: 0;
  }

  .brand-card-signature {
    width: 100%;
    max-width: 100%;
    margin: clamp(24px, 5.5vw, 28px) auto clamp(28px, 6vw, 32px);
    font-size: clamp(1.125rem, 4.4vw, 1.3125rem);
    line-height: 1.55;
    letter-spacing: 0.03em;
  }

  .brand-card-body {
    width: 100%;
    max-width: 100%;
  }

  .brand-card-intro {
    gap: 24px;
  }

  .brand-card-intro p {
    font-size: var(--brand-card-copy-size);
    line-height: 1.85;
    letter-spacing: -0.01em;
  }

  .brand-card-closing {
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
    padding-top: 8px;
  }

  .brand-card-slogan {
    padding: 14px 0;
    letter-spacing: 0.02em;
    color: #8f7350;
  }

  .brand-card-store {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .brand-card-btn {
    width: 100%;
    min-height: 48px;
  }

  .our-brands-header {
    margin-bottom: clamp(28px, 6vw, 32px);
    max-width: 100%;
  }

  .our-brands-intro {
    margin-top: var(--section-heading-to-body);
  }

  .elnoir-section,
  .rising9-section {
    padding: clamp(56px, 12vw, 72px) 0;
  }

  .brand-block {
    gap: 0;
  }

  .section-label,
  .eyebrow,
  .section-kicker {
    font-size: var(--section-label-size-mobile);
  }

  /* Brand editorial — mobile stack */
  .brand-editorial,
  .brand-editorial--image-first,
  .brand-editorial--text-first {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .brand-editorial-visual {
    order: -1;
    justify-self: stretch;
    max-width: 100%;
    aspect-ratio: 16 / 10;
    max-height: 220px;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(42, 38, 34, 0.05);
  }

  .brand-editorial-content {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 100%;
    min-height: 0;
  }

  .brand-editorial-content .button-row {
    order: 5;
    margin-top: 0;
    padding-top: 0;
  }

  .brand-name-kr {
    order: 1;
    margin: 0 0 6px;
    font-size: var(--title-size);
    line-height: var(--title-lh);
  }

  .brand-message-kr--desktop {
    display: block;
    order: 2;
    margin: 0 0 10px;
    font-size: clamp(0.9375rem, 4vw, 1rem);
    line-height: 1.5;
    color: #7a756c;
  }

  .brand-intro--story {
    order: 3;
    gap: clamp(18px, 4.5vw, 22px);
    max-width: 100%;
    margin: 0 0 16px;
  }

  .brand-intro--story .brand-intro-paragraph {
    max-width: 100%;
    font-size: var(--body-size);
    line-height: var(--body-lh);
  }

  .brand-signature {
    order: 4;
    margin: 0 0 20px;
    padding-top: 14px;
    font-size: 0.75rem;
  }

  .button-row {
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin-top: 0;
  }

  .cta-button {
    flex: none;
    width: 100%;
    min-height: 48px;
    padding: 0 22px;
    font-size: 0.9375rem;
  }

  /* Our brands */
  .our-brands-section {
    background: #ffffff;
  }

  .our-brands-header {
    margin-bottom: var(--section-header-to-content);
    max-width: 100%;
  }

  .our-brands-grid {
    grid-template-columns: 1fr;
    gap: clamp(20px, 5vw, 24px);
  }

  .our-brand-card {
    border-radius: 4px;
    border: 1px solid var(--border-subtle);
    box-shadow: 0 4px 20px rgba(42, 38, 34, 0.04);
  }

  .our-brand-card:hover,
  .our-brand-card:focus-within {
    transform: none;
    box-shadow: 0 4px 20px rgba(42, 38, 34, 0.04);
  }

  .our-brand-card-head {
    min-height: 112px;
    padding: 16px 20px;
  }

  .our-brand-card--elnoir .our-brand-card-logo {
    width: min(128px, 48vw);
    max-width: min(128px, 48vw);
    height: 34px;
    max-height: 34px;
  }

  .our-brand-card--rising9 .our-brand-card-logo--rising9-official {
    max-width: min(188px, 64vw);
    max-height: min(128px, 34vw);
  }

  .our-brand-card-body {
    gap: clamp(12px, 3vw, 14px);
    padding: var(--card-pad);
  }

  .our-brand-card-name {
    font-size: clamp(1.25rem, 5vw, 1.375rem);
  }

  .our-brand-card-tagline {
    font-size: 1rem;
    line-height: 1.8;
  }

  .our-brand-card-actions {
    margin-top: 6px;
    gap: 12px 16px;
  }

  .our-brand-card-link {
    min-height: 44px;
    font-size: 0.875rem;
  }

  .our-brand-card-more {
    padding-top: 10px;
    font-size: 0.8125rem;
  }

  /* Contact */
  .contact-header {
    max-width: 100%;
  }

  .contact-lead {
    max-width: 100%;
  }

  .contact-card-grid {
    gap: clamp(20px, 5vw, 24px);
  }

  .company-info-card--editorial {
    padding: clamp(24px, 5vw, 28px);
  }

  .company-info-card-columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .company-info-card-col--details {
    gap: clamp(14px, 3.5vw, 18px);
    padding-top: 10px;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(42, 38, 34, 0.08);
  }

  .company-info-group dt,
  .company-info-item dt {
    font-size: 0.75rem;
  }

  .company-info-name {
    font-size: clamp(1.0625rem, 4.2vw, 1.125rem);
    line-height: 1.45;
  }

  .company-info-desc,
  .company-brand-desc,
  .company-info-item dd {
    font-size: clamp(0.875rem, 3.8vw, 0.9375rem);
    line-height: 1.72;
  }

  .company-brand-name {
    font-size: clamp(0.875rem, 3.8vw, 0.9375rem);
  }

  .contact-header .contact-heading {
    line-height: 1.28;
  }

  .footer-brand {
    gap: 12px;
  }

  .footer-signature {
    font-size: clamp(0.8125rem, 3.6vw, 0.875rem);
    line-height: 1.6;
    color: #6a655c;
  }

  .footer-links {
    gap: 14px;
  }

  .footer-col-title {
    margin-bottom: 16px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-nav-grid {
    gap: 28px;
  }

  .site-footer {
    padding: clamp(48px, 12vw, 64px) 0 clamp(32px, 8vw, 48px);
  }
}

@media (min-width: 769px) {
  .nav-toggle,
  .mobile-nav {
    display: none !important;
  }

  .nav-links--desktop {
    display: flex;
    align-items: center;
  }
}

/* ══════════════════════════════════════
   Final Polish — premium company site
   ══════════════════════════════════════ */

/* Contact — aligned with Business section grid */
.our-brands-section {
  padding-top: var(--section-pad);
  padding-bottom: var(--section-pad-tight);
}

.contact-section.section-panel {
  padding-top: var(--section-pad-tight);
  padding-bottom: var(--section-pad);
  background: #ffffff;
}

.contact-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3vw, 32px);
  width: 100%;
}

.company-info-card--editorial {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: clamp(32px, 3.2vw, 40px) clamp(32px, 3.5vw, 44px);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 28px rgba(42, 38, 34, 0.04);
}

.company-info-card-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(36px, 4.5vw, 48px);
  align-items: start;
}

.company-info-card-col {
  display: grid;
  gap: clamp(18px, 2.2vw, 22px);
}

.company-info-card-col--details {
  display: grid;
  gap: clamp(16px, 1.8vw, 20px);
  padding-left: clamp(20px, 2.4vw, 28px);
  border-left: 1px solid rgba(42, 38, 34, 0.08);
}

.company-info-card--editorial .company-info-divider {
  margin: clamp(6px, 0.8vw, 10px) 0;
  background: linear-gradient(90deg, var(--gold-muted), transparent);
}

.company-info-card--editorial .company-info-group dt,
.company-info-card--editorial .company-info-item dt {
  margin-bottom: 6px;
  color: #8f8a82;
  font-family: "Cormorant Garamond", "Noto Serif KR", serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.company-info-card--editorial .company-info-name {
  font-size: clamp(1.125rem, 1.15vw, 1.25rem);
  line-height: 1.45;
}

.company-info-card--editorial .company-info-desc,
.company-info-card--editorial .company-brand-desc {
  font-size: clamp(0.875rem, 0.92vw, 0.9375rem);
  line-height: 1.72;
  color: var(--text-secondary);
}

.company-info-card--editorial .company-brand-name {
  font-size: clamp(0.875rem, 0.92vw, 0.9375rem);
  line-height: 1.35;
  letter-spacing: 0.06em;
}

.company-info-card--editorial .company-info-item dd {
  font-size: clamp(0.9375rem, 0.98vw, 1rem);
  line-height: 1.72;
  color: var(--text-primary);
}

.company-info-card--editorial .company-info-brands {
  gap: clamp(14px, 1.6vw, 18px);
}

.company-info-card--editorial .company-brand-entry {
  gap: 4px;
}

@media (max-width: 900px) {
  .company-info-card-columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .company-info-card-col--details {
    padding-left: 0;
    border-left: none;
    padding-top: 10px;
    border-top: 1px solid rgba(42, 38, 34, 0.08);
  }
}

.our-brands-grid {
  gap: clamp(24px, 3vw, 32px);
}

.hero-kicker-en,
.hero-company-label {
  letter-spacing: clamp(0.22em, 0.55vw, 0.32em);
}

@media (max-width: 1100px) and (min-width: 769px) {
  .brand-story-visual,
  .why-panel-visual {
    max-height: var(--img-h-md);
  }

  .brand-story-hero--editorial {
    gap: clamp(32px, 4vw, 48px);
  }

  .brands-hub-grid {
    gap: clamp(32px, 4vw, 40px);
  }
}

/* Override legacy styles.css breakpoints */
@media (max-width: 860px) {
  .site-header {
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
    border-radius: 0;
    align-items: center;
    box-shadow: none;
  }
}

/* ── ELNOIR brand color system ── */
.elnoir-logo-mark {
  display: block;
  flex-shrink: 0;
  background-color: var(--elnoir-brand);
  -webkit-mask-image: url("../assets/elnoir-logo-mark.png");
  mask-image: url("../assets/elnoir-logo-mark.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

#why-panel-elnoir .why-panel-label,
.our-brand-card--elnoir .our-brand-card-name {
  color: var(--elnoir-brand);
}

#why-panel-elnoir .why-panel-label::after {
  background: linear-gradient(
    90deg,
    rgba(232, 103, 0, 0.95) 0%,
    rgba(228, 106, 26, 0.85) 45%,
    rgba(232, 103, 0, 0.35) 100%
  );
}

.why-tab-btn.is-active[data-why-tab="elnoir"] {
  color: var(--elnoir-brand);
  border-bottom-color: var(--elnoir-brand);
}

.why-tab-btn[data-why-tab="elnoir"]:hover,
.why-tab-btn[data-why-tab="elnoir"]:focus-visible {
  color: var(--elnoir-brand-deep);
}

.brand-card-signature--elnoir strong {
  color: var(--elnoir-brand);
}

.our-brand-card--elnoir:hover .our-brand-card-more,
.our-brand-card--elnoir:focus-within .our-brand-card-more {
  color: var(--elnoir-brand);
}

/* ── Contact Instagram links ── */
.contact-instagram-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: var(--text-primary);
  font-size: clamp(0.9375rem, 0.98vw, 1rem);
  line-height: 1.72;
  text-decoration: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.contact-instagram-link:hover,
.contact-instagram-link:focus-visible {
  opacity: 0.8;
  transform: translateY(-2px);
}

.contact-instagram-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #3d3a36;
}

@media (max-width: 768px) {
  .contact-instagram-list {
    gap: 10px;
  }

  .contact-instagram-icon {
    width: 18px;
    height: 18px;
  }
}

