/* Marketing site styles — extends colors_and_type.css */

* { box-sizing: border-box; }
html, body { margin: 0; background: #0A0809; }

/* Layout */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--container-pad); }
.section { padding: var(--section-y) 0; }
.section-tight { padding: clamp(64px, 8vw, 120px) 0; }

/* Eyebrow row — small mono label + thin gold line */
.eyebrow-row { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.eyebrow-row .lbl { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); white-space: nowrap; }
.eyebrow-row .rule { flex: 1; height: 1px; background: var(--line); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: var(--z-header);
  background: rgba(10, 8, 9, 0.72);
  backdrop-filter: blur(16px);
  border-bottom: var(--border);
}
.site-header .inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); }
.site-header .brand { font-family: var(--font-serif); font-weight: 600; font-size: 22px; letter-spacing: 0.20em; text-transform: uppercase; color: var(--fg); cursor: pointer; }
.site-header nav { display: flex; gap: 36px; align-items: center; }
.site-header nav a { font-family: var(--font-kr); font-size: 14px; color: var(--fg-2); text-decoration: none; letter-spacing: 0.02em; cursor: pointer; transition: color var(--dur-fast) var(--ease); position: relative; padding: 8px 0; }
.site-header nav a:hover { color: var(--gold); }
.site-header nav .has-drop { display: inline-flex; align-items: center; gap: 6px; }
.site-header nav .has-drop::after { content: ""; width: 5px; height: 5px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: 0.7; }
.cta-btn {
  font-family: var(--font-kr); font-weight: 500; font-size: 13px; letter-spacing: 0.04em;
  padding: 11px 22px; background: var(--gold); color: var(--bg); border: 1px solid var(--gold); cursor: pointer;
  transition: all var(--dur-fast) var(--ease);
}
.cta-btn:hover { background: var(--gold-bright); border-color: var(--gold-bright); }
.hamburger { display: none; background: none; border: 0; padding: 8px; cursor: pointer; color: var(--fg); }
.hamburger svg { width: 22px; height: 22px; }

.dropdown {
  position: absolute; top: calc(100% + 1px); left: 50%; transform: translateX(-50%);
  background: var(--bg-elev); border: var(--border); padding: 18px;
  min-width: 280px; opacity: 0; pointer-events: none; transition: opacity var(--dur) var(--ease);
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 4px 16px;
}
.has-drop-wrap { position: relative; }
.has-drop-wrap:hover .dropdown { opacity: 1; pointer-events: auto; }
.dropdown a { padding: 8px 10px !important; font-family: var(--font-mono) !important; font-size: 11px !important; letter-spacing: 0.16em !important; text-transform: uppercase; color: var(--fg-3) !important; }
.dropdown a:hover { color: var(--gold) !important; background: var(--surface); }
.dropdown a.kr { font-family: var(--font-kr) !important; font-size: 13px !important; letter-spacing: 0.02em !important; text-transform: none; }

/* Mobile drawer */
.drawer-overlay { position: fixed; inset: 0; background: rgba(10,8,9,0.92); backdrop-filter: blur(16px); z-index: var(--z-drawer); display: none; flex-direction: column; }
.drawer-overlay.open { display: flex; }
.drawer-overlay .top { display: flex; justify-content: space-between; padding: 22px 24px; border-bottom: var(--border); }
.drawer-overlay .links { padding: 32px 24px; display: flex; flex-direction: column; gap: 18px; }
.drawer-overlay .links a { font-family: var(--font-kr); color: var(--fg); font-size: 22px; font-weight: 600; text-decoration: none; }
.drawer-overlay .links a:hover { color: var(--gold); }
.drawer-overlay .links .sub { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--fg-3); padding: 8px 0; }

/* Hero */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; isolation: isolate; padding: clamp(80px, 14vh, 180px) 0; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: -10% -10% 0 -10%; z-index: -1;
  background: radial-gradient(ellipse 60% 50% at 50% 30%, rgba(201,163,90,0.20), transparent 60%);
  pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: -1;
  width: 90vmin; height: 90vmin; border: 1px solid rgba(201,163,90,0.12); border-radius: 50%;
}
.hero .inner { display: grid; grid-template-columns: 1fr; gap: 36px; }
.hero .meta { display: flex; align-items: center; gap: 16px; }
.hero .meta .rule { flex: 0 0 64px; height: 1px; background: var(--gold); }
.hero .meta .lbl { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.hero h1 {
  font-family: var(--font-kr); font-weight: 800; font-size: clamp(48px, 7.6vw, 120px);
  line-height: 1.02; letter-spacing: -0.025em; margin: 0; color: var(--fg);
}
.hero .serif { font-family: var(--font-serif); font-style: italic; font-weight: 500; color: var(--gold); font-size: clamp(18px, 1.7vw, 24px); letter-spacing: 0.02em; max-width: 520px; }
.hero .actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 12px; }
.hero .scroll { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.22em; color: var(--fg-3); text-transform: uppercase; }
.hero .scroll::after { content: ""; display: block; width: 1px; height: 28px; background: var(--gold); margin: 8px auto 0; }

/* About strip */
.about-strip { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(40px, 6vw, 96px); align-items: end; }
.about-strip .left h2 { font-family: var(--font-kr); font-weight: 800; font-size: clamp(36px, 4vw, 56px); line-height: 1.15; letter-spacing: -0.02em; margin: 16px 0 0; }
.about-strip .right p { font-family: var(--font-kr); font-size: 18px; line-height: 1.85; color: var(--fg-2); max-width: 560px; }
.about-strip .stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px; }
.about-strip .stats .stat { border-top: var(--border); padding-top: 20px; }
.about-strip .stats .num { font-family: var(--font-serif); font-style: italic; font-weight: 500; font-size: 48px; color: var(--gold); line-height: 1; }
.about-strip .stats .lbl { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.18em; color: var(--fg-3); text-transform: uppercase; margin-top: 8px; }

/* Maison grid */
.maison-grid { display: grid; grid-template-columns: repeat(7, 1fr); border: var(--border); }
.maison-grid .cell {
  aspect-ratio: 1; border-right: var(--border); border-bottom: var(--border);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; cursor: pointer;
  transition: all var(--dur) var(--ease); position: relative;
}
.maison-grid .cell:hover { background: var(--surface); }
.maison-grid .cell:hover .full { opacity: 1; }
.maison-grid .cell .abbr { font-family: var(--font-serif); font-style: italic; font-weight: 500; font-size: 28px; color: var(--gold); letter-spacing: 0.04em; transition: color var(--dur) var(--ease); }
.maison-grid .cell:hover .abbr { color: var(--gold-bright); }
.maison-grid .cell .num { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.16em; color: var(--fg-3); }
.maison-grid .cell .full { position: absolute; bottom: 8px; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.18em; color: var(--gold); opacity: 0; transition: opacity var(--dur) var(--ease); }
.maison-grid .cell:nth-child(7n) { border-right: 0; }
.maison-grid .cell:last-child { border-bottom: 0; }

/* Portfolio */
.portfolio-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 32px; }
.portfolio-filters button {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 8px 14px; background: transparent; border: var(--border); color: var(--fg-3); cursor: pointer;
  transition: all var(--dur-fast) var(--ease);
}
.portfolio-filters button:hover { border-color: var(--line-strong); color: var(--gold); }
.portfolio-filters button.active { background: var(--gold); color: var(--bg); border-color: var(--gold); }

.portfolio-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.portfolio-card { background: var(--surface); border: var(--border); cursor: pointer; transition: all var(--dur) var(--ease); }
.portfolio-card:hover { border-color: var(--line-strong); box-shadow: var(--shadow-glow); }
.portfolio-card .ph {
  aspect-ratio: 4/5; background: linear-gradient(135deg, #0A0809 0%, #1E1812 100%);
  display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden;
}
.portfolio-card .ph::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(201,163,90,0.10), transparent 70%);
}
.portfolio-card .ph img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; transition: transform 0.6s ease; }
.portfolio-card:hover .ph img { transform: scale(1.05); }
.portfolio-card .ph svg { width: 80px; height: 80px; color: var(--gold); opacity: 0.55; transition: all var(--dur) var(--ease); position: relative; z-index: 1; }
.portfolio-card:hover .ph svg { transform: scale(1.05); opacity: 0.8; }
.portfolio-card .body { padding: 20px; border-top: var(--border); }
.portfolio-card .eyebrow { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em; color: var(--gold); text-transform: uppercase; }
.portfolio-card h4 { font-family: var(--font-kr); font-weight: 600; font-size: 16px; margin: 6px 0 4px; color: var(--fg); }
.portfolio-card .case { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--fg-3); }

/* Process */
.process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border-top: var(--border); border-bottom: var(--border); }
.process .step { padding: 32px 24px; border-right: var(--border); position: relative; }
.process .step:last-child { border-right: 0; }
.process .num { font-family: var(--font-serif); font-style: italic; font-weight: 500; font-size: 56px; color: var(--gold); line-height: 1; }
.process .small { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; color: var(--fg-3); text-transform: uppercase; margin: 12px 0 6px; }
.process h4 { font-family: var(--font-kr); font-weight: 700; font-size: 18px; margin: 0 0 10px; color: var(--fg); }
.process p { font-family: var(--font-kr); font-size: 13px; line-height: 1.65; color: var(--fg-2); margin: 0; }

/* Reviews */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review { padding: 32px; background: var(--surface); border: var(--border); }
.review .stars { font-family: var(--font-mono); color: var(--gold); letter-spacing: 0.2em; font-size: 14px; }
.review .quote { font-family: var(--font-serif); font-style: italic; font-weight: 500; font-size: 22px; line-height: 1.4; color: var(--fg); margin: 16px 0 24px; }
.review .quote::before { content: "\201C"; color: var(--gold); margin-right: 6px; }
.review .body { font-family: var(--font-kr); font-size: 14px; line-height: 1.7; color: var(--fg-2); margin: 0 0 24px; }
.review .meta { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--fg-3); text-transform: uppercase; padding-top: 16px; border-top: var(--border); }

/* Pricing */
.pricing-table { border: var(--border); }
.pricing-row { display: grid; grid-template-columns: 60px 1fr 1.6fr 1fr; padding: 24px 28px; border-bottom: var(--border); align-items: center; gap: 24px; }
.pricing-row:last-child { border-bottom: 0; }
.pricing-row.head { background: var(--surface); }
.pricing-row .num { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.16em; color: var(--gold); }
.pricing-row .cat { font-family: var(--font-kr); font-weight: 600; font-size: 18px; color: var(--fg); }
.pricing-row .desc { font-family: var(--font-kr); font-size: 14px; color: var(--fg-2); }
.pricing-row .price { font-family: var(--font-serif); font-style: italic; font-weight: 500; font-size: 22px; color: var(--gold); text-align: right; }
.pricing-row.head .num,
.pricing-row.head .cat,
.pricing-row.head .desc,
.pricing-row.head .price { font-family: var(--font-mono); font-style: normal; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-3); font-weight: 400; }

/* FAQ */
.faq { border-top: var(--border); }
.faq-item { border-bottom: var(--border); padding: 24px 0; cursor: pointer; }
.faq-q { display: flex; align-items: baseline; gap: 24px; }
.faq-q .num { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.16em; color: var(--gold); width: 36px; flex-shrink: 0; }
.faq-q .text { font-family: var(--font-kr); font-weight: 600; font-size: 18px; color: var(--fg); flex: 1; }
.faq-q .toggle { font-family: var(--font-serif); font-size: 28px; color: var(--gold); line-height: 1; transition: transform var(--dur) var(--ease); font-style: italic; }
.faq-item.open .faq-q .toggle { transform: rotate(45deg); }
.faq-a { padding: 12px 0 0 60px; max-height: 0; overflow: hidden; transition: max-height var(--dur-slow) var(--ease), padding var(--dur) var(--ease); }
.faq-item.open .faq-a { max-height: 400px; padding-top: 16px; }
.faq-a p { font-family: var(--font-kr); font-size: 15px; line-height: 1.8; color: var(--fg-2); margin: 0; }

/* Inquiry */
.inquiry-card {
  background: var(--surface); border: var(--border);
  padding: clamp(32px, 5vw, 64px); position: relative;
  isolation: isolate;
}
.inquiry-card::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(ellipse at 100% 0%, rgba(201,163,90,0.08), transparent 60%);
}
.inquiry-steps { display: flex; gap: 0; margin-bottom: 40px; border-bottom: var(--border); }
.inquiry-step { flex: 1; padding: 16px 0; cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; transition: all var(--dur) var(--ease); }
.inquiry-step.active { border-bottom-color: var(--gold); }
.inquiry-step .n { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; color: var(--gold); }
.inquiry-step .t { font-family: var(--font-kr); font-size: 15px; font-weight: 500; color: var(--fg-3); margin-top: 4px; }
.inquiry-step.active .t { color: var(--fg); }

.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.field label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.field input, .field select, .field textarea {
  font-family: var(--font-kr); font-size: 15px; padding: 14px 16px;
  background: var(--bg); border: var(--border); color: var(--fg); outline: none;
  border-radius: var(--radius-sm); transition: border-color var(--dur-fast) var(--ease);
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.cat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-bottom: 24px; }
.cat-tile {
  aspect-ratio: 1; background: var(--bg); border: var(--border);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  cursor: pointer; transition: all var(--dur-fast) var(--ease); color: var(--gold);
}
.cat-tile:hover { border-color: var(--line-strong); }
.cat-tile.selected { border-color: var(--gold); background: var(--surface); }
.cat-tile svg { width: 36px; height: 36px; }
.cat-tile span { font-family: var(--font-kr); font-size: 20px; letter-spacing: 0.06em; color: var(--fg-2); font-weight: 500; }
.cat-tile.selected span { color: var(--gold); }

/* Insta strip */
.insta { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.insta .cell { aspect-ratio: 1; background: linear-gradient(135deg, #0A0809, #1E1812); border: var(--border); display: flex; align-items: center; justify-content: center; }
.insta .cell svg { width: 28px; height: 28px; color: var(--gold); opacity: 0.5; }

/* Floating Kakao */
.kakao-fab {
  position: fixed; right: 24px; bottom: 24px; z-index: var(--z-toast);
  width: 56px; height: 56px; border-radius: 9999px;
  background: var(--gold); border: 0; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 32px -8px rgba(0,0,0,0.6), 0 0 24px -4px rgba(201,163,90,0.4);
  transition: all var(--dur) var(--ease);
}
.kakao-fab:hover { background: var(--gold-bright); transform: translateY(-2px); }
.kakao-fab svg { width: 24px; height: 24px; color: var(--bg); }

/* Footer */
.site-footer { border-top: var(--border); padding: 64px 0 32px; margin-top: 80px; }
.site-footer .top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; }
.site-footer .brand { font-family: var(--font-serif); font-weight: 600; font-size: 28px; letter-spacing: 0.20em; text-transform: uppercase; }
.site-footer .tag { font-family: var(--font-serif); font-style: italic; color: var(--gold); font-size: 16px; margin: 12px 0 24px; }
.site-footer p, .site-footer a { font-family: var(--font-kr); font-size: 13px; color: var(--fg-2); line-height: 1.8; text-decoration: none; display: block; }
.site-footer a:hover { color: var(--gold); }
.site-footer .col-title { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.18em; color: var(--gold); text-transform: uppercase; margin-bottom: 18px; }
.site-footer .legal { padding-top: 32px; border-top: var(--border); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.site-footer .legal small { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; color: var(--fg-mute); text-transform: uppercase; }
.site-footer .disclaimer { font-family: var(--font-kr); font-size: 11px; color: var(--fg-mute); line-height: 1.7; max-width: 720px; margin-top: 32px; }

/* ---- Responsive ---- */
@media (max-width: 960px) {
  .site-header nav { display: none; }
  .site-header .cta-btn { display: none; }
  .hamburger { display: inline-flex; }
  .about-strip { grid-template-columns: 1fr; }
  .maison-grid { grid-template-columns: repeat(4, 1fr); }
  .maison-grid .cell { border-right: var(--border) !important; border-bottom: var(--border) !important; }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: 1fr; }
  .process .step { border-right: 0; border-bottom: var(--border); }
  .process .step:last-child { border-bottom: 0; }
  .reviews-grid { grid-template-columns: 1fr; }
  .pricing-row { grid-template-columns: 40px 1fr; row-gap: 6px; column-gap: 12px; }
  .pricing-row .desc, .pricing-row .price { grid-column: 2; }
  .pricing-row .price { text-align: left; font-size: 18px; }
  .pricing-row.head .desc, .pricing-row.head .price { display: none; }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .field-row { grid-template-columns: 1fr; }
  .insta { grid-template-columns: repeat(3, 1fr); }
  .site-footer .top { grid-template-columns: 1fr 1fr; }
}

/* ===== ROOT SLIDER FIX (override all grid layouts) ===== */
.portfolio-grid,
.portfolio__grid,
.reviews__grid,
.reviews-grid,
.review-grid,
.voices,
.voices__grid,
.voices-list,
.ert-grid,
.work-grid,
.atelier-rows,
.ert-slider,
.maison-rows,
.plates-grid,
.featured-grid,
.gallery-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  gap: 20px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  scroll-snap-type: none !important;
  -webkit-overflow-scrolling: touch !important;
  scroll-behavior: smooth;
  padding: 8px 4px 24px 4px;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  cursor: grab;
}

.portfolio-grid::-webkit-scrollbar,
.portfolio__grid::-webkit-scrollbar,
.reviews__grid::-webkit-scrollbar,
.reviews-grid::-webkit-scrollbar,
.review-grid::-webkit-scrollbar,
.voices::-webkit-scrollbar,
.voices__grid::-webkit-scrollbar,
.voices-list::-webkit-scrollbar,
.ert-grid::-webkit-scrollbar,
.work-grid::-webkit-scrollbar,
.atelier-rows::-webkit-scrollbar,
.ert-slider::-webkit-scrollbar,
.maison-rows::-webkit-scrollbar,
.plates-grid::-webkit-scrollbar,
.featured-grid::-webkit-scrollbar,
.gallery-grid::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.portfolio-grid > *,
.portfolio__grid > *,
.reviews__grid > *,
.reviews-grid > *,
.review-grid > *,
.voices > *,
.voices__grid > *,
.voices-list > *,
.ert-grid > *,
.work-grid > *,
.atelier-rows > *,
.ert-slider > *,
.maison-rows > *,
.plates-grid > *,
.featured-grid > *,
.gallery-grid > * {
  flex: 0 0 auto !important;
  min-width: 320px !important;
  max-width: 380px !important;
  width: 340px !important;
  /* snap removed */
}

.portfolio-grid img,
.portfolio__grid img,
.reviews__grid img,
.reviews-grid img,
.review-grid img,
.voices img,
.voices__grid img,
.voices-list img,
.ert-grid img,
.work-grid img,
.atelier-rows img,
.ert-slider img,
.maison-rows img,
.plates-grid img,
.featured-grid img,
.gallery-grid img {
  pointer-events: none !important;
  user-drag: none !important;
  -webkit-user-drag: none !important;
}
/* ===== END ROOT SLIDER FIX ===== */

/* SLIDER TEXT WRAP — prevent truncation */
.portfolio-grid > * p, .portfolio-grid > * h3, .portfolio-grid > * h4, .portfolio-grid > * span,
.portfolio__grid > * p, .portfolio__grid > * h3, .portfolio__grid > * h4, .portfolio__grid > * span,
.reviews__grid > * p, .reviews__grid > * h3, .reviews__grid > * h4, .reviews__grid > * span,
.reviews-grid > * p, .reviews-grid > * h3, .reviews-grid > * h4, .reviews-grid > * span,
.review-grid > * p, .review-grid > * h3, .review-grid > * h4, .review-grid > * span,
.voices > * p, .voices > * h3, .voices > * h4, .voices > * span,
.work-grid > * p, .work-grid > * h3, .work-grid > * h4, .work-grid > * span,
.atelier-rows > * p, .atelier-rows > * h3, .atelier-rows > * h4, .atelier-rows > * span,
.mosaic > * p, .mosaic > * h3, .mosaic > * h4, .mosaic > * span {
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
  text-overflow: clip !important;
  overflow: visible !important;
}
.portfolio-grid > *, .portfolio__grid > *, .reviews__grid > *, .reviews-grid > *, 
.review-grid > *, .voices > *, .work-grid > *, .atelier-rows > *, .mosaic > * {
  overflow: visible !important;
  height: auto !important;
}

/* MOBILE SLIDER CARDS — smaller */
@media (max-width: 720px) {
  .portfolio-grid > *,
  .portfolio__grid > *,
  .reviews__grid > *,
  .reviews-grid > *,
  .review-grid > *,
  .voices > *,
  .voices__grid > *,
  .voices-list > *,
  .ert-grid > *,
  .work-grid > *,
  .atelier-rows > *,
  .ert-slider > *,
  .maison-rows > *,
  .plates-grid > *,
  .featured-grid > *,
  .gallery-grid > *,
  .mosaic > * {
    min-width: 200px !important;
    max-width: 240px !important;
    width: 220px !important;
  }
}
@media (max-width: 480px) {
  .portfolio-grid > *,
  .portfolio__grid > *,
  .reviews__grid > *,
  .reviews-grid > *,
  .review-grid > *,
  .voices > *,
  .voices__grid > *,
  .voices-list > *,
  .ert-grid > *,
  .work-grid > *,
  .atelier-rows > *,
  .ert-slider > *,
  .maison-rows > *,
  .plates-grid > *,
  .featured-grid > *,
  .gallery-grid > *,
  .mosaic > * {
    min-width: 170px !important;
    max-width: 200px !important;
    width: 185px !important;
  }
}

/* MOBILE SLIDER CARDS */
@media (max-width: 720px) {
  .portfolio-grid > *, .portfolio__grid > *, .reviews__grid > *, .reviews-grid > *,
  .review-grid > *, .voices > *, .voices__grid > *, .voices-list > *, .ert-grid > *,
  .work-grid > *, .atelier-rows > *, .ert-slider > *, .maison-rows > *,
  .plates-grid > *, .featured-grid > *, .gallery-grid > *, .mosaic > * {
    min-width: 200px !important;
    max-width: 240px !important;
    width: 220px !important;
  }
}
@media (max-width: 480px) {
  .portfolio-grid > *, .portfolio__grid > *, .reviews__grid > *, .reviews-grid > *,
  .review-grid > *, .voices > *, .voices__grid > *, .voices-list > *, .ert-grid > *,
  .work-grid > *, .atelier-rows > *, .ert-slider > *, .maison-rows > *,
  .plates-grid > *, .featured-grid > *, .gallery-grid > *, .mosaic > * {
    min-width: 165px !important;
    max-width: 195px !important;
    width: 180px !important;
  }
}

/* REVIEW CARD COMPACT — shorter, no text truncation */
.reviews__grid > *,
.reviews-grid > *,
.review-grid > *,
.voices > *,
.voices__grid > *,
.voices-list > * {
  padding: 16px !important;
  gap: 10px !important;
  display: flex !important;
  flex-direction: column !important;
  max-height: 460px !important;
  overflow: hidden !important;
}

/* Image: wider aspect, fixed height, override inline 1/1 4/5 */
.reviews__grid > * img,
.reviews-grid > * img,
.review-grid > * img,
.voices > * img,
.voices__grid > * img,
.voices-list > * img {
  aspect-ratio: 4/3 !important;
  height: auto !important;
  width: 100% !important;
  object-fit: cover !important;
  margin-bottom: 8px !important;
  flex: 0 0 auto !important;
}

/* Body text — clamp 3 lines, no cut feel */
.reviews__grid > * p,
.reviews-grid > * p,
.review-grid > * p,
.voices > * p,
.voices__grid > * p,
.voices-list > * p {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

/* Quote glyph compact */
.reviews__grid > * .quote-glyph,
.reviews-grid > * .quote-glyph,
.review-grid > * .quote-glyph {
  font-size: 28px !important;
  line-height: 1 !important;
  margin-bottom: -4px !important;
}

/* Meta section — minimal */
.reviews__grid > * .rcard__meta,
.reviews-grid > * .rcard__meta,
.review-grid > * .rcard__meta {
  margin-top: auto !important;
  padding-top: 8px !important;
  font-size: 11px !important;
}

/* Mobile compact */
@media (max-width: 720px) {
  .reviews__grid > *, .reviews-grid > *, .review-grid > *,
  .voices > *, .voices__grid > *, .voices-list > * {
    padding: 12px !important;
    max-height: 360px !important;
    gap: 8px !important;
  }
  .reviews__grid > * p, .reviews-grid > * p, .review-grid > * p,
  .voices > * p, .voices__grid > * p, .voices-list > * p {
    font-size: 12px !important;
    -webkit-line-clamp: 2 !important;
  }
}

/* =============================================================
   VELOEN — Inquiry modal (Kakao consultation popup)
   ============================================================= */

.vl-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 99000;
  background: rgba(10, 8, 9, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: vl-fade-in 0.25s ease;
}

@keyframes vl-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.vl-modal {
  position: relative;
  width: 100%;
  max-width: 440px;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  padding: 48px 32px 36px;
  text-align: center;
  box-shadow: 0 32px 80px -16px rgba(0,0,0,0.7);
  animation: vl-pop-in 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes vl-pop-in {
  from { opacity: 0; transform: translateY(16px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.vl-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  color: var(--fg-3);
  font-size: 24px;
  cursor: pointer;
  transition: color 0.2s;
}
.vl-modal-close:hover { color: var(--gold); }

.vl-modal-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg);
}
.vl-modal-icon svg { width: 32px; height: 32px; }

.vl-modal-title {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.02em;
  color: var(--fg);
}

.vl-modal-desc {
  margin: 0 0 28px;
  color: var(--fg-2);
  font-size: 15px;
  line-height: 1.7;
}

.vl-modal-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 24px;
  background: #FEE500;
  color: #181600;
  border: none;
  font-family: var(--font-kr);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
}
.vl-modal-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(254, 229, 0, 0.25);
}

.vl-modal-foot {
  margin: 18px 0 0;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--fg-3);
}

/* =============================================================
   VELOEN — Entry splash intro
   ============================================================= */

.veloen-splash {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  overflow: hidden;
  transition: background 0.7s ease, opacity 0.4s ease;
}

.veloen-splash.stage-shrink {
  background: transparent;
}

.veloen-splash-logo {
  width: min(70vw, 520px);
  max-width: calc(100vw - 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  transition: transform 0.9s cubic-bezier(0.65, 0, 0.25, 1);
  padding: 20px;
}

.veloen-splash-logo svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  margin: 0 auto;
}

@media (max-width: 720px) {
  .veloen-splash-logo {
    width: 75vw;
    max-width: 320px;
    padding: 0;
  }
}

.veloen-splash-logo svg path {
  fill: var(--fg);
  stroke: var(--fg);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  fill-opacity: 0;
  /* --len & --delay set inline per path by JS */
}

/* Trigger drawing animation once class .anim is added */
.veloen-splash.anim .veloen-splash-logo svg path {
  animation: veloen-draw 1.8s cubic-bezier(0.55, 0, 0.25, 1) forwards;
  animation-delay: var(--delay, 0ms);
}

@keyframes veloen-draw {
  0% {
    stroke-dashoffset: var(--len);
    fill-opacity: 0;
  }
  65% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}

/* Shrink: fly logo to header top-left */
.veloen-splash.stage-shrink .veloen-splash-logo {
  transform:
    translate(calc(-50vw + clamp(90px, 9vw, 130px)),
              calc(-50vh + 40px))
    scale(0.20);
}

@media (max-width: 720px) {
  .veloen-splash.stage-shrink .veloen-splash-logo {
    transform: translate(calc(-50vw + 75px), calc(-50vh + 32px)) scale(0.22);
  }
}

/* =============================================================
   VELOEN — Logo + Hero + 5-step rows + Signature Mood
   ============================================================= */

/* Header logo (replaces text brand) */
.site-header .brand.veloen-brand,
.drawer-overlay .brand.veloen-brand {
  display: flex;
  align-items: center;
  padding: 0;
}
.site-header .brand.veloen-brand img {
  height: 112px;
  width: auto;
  display: block;
  margin: -28px 0;
  filter: drop-shadow(0 1px 8px rgba(201,163,90,0.18));
  transition: opacity var(--dur-fast) var(--ease);
}
.site-header .brand.veloen-brand:hover img { opacity: 0.85; }
.drawer-overlay .brand.veloen-brand img {
  height: 88px;
  width: auto;
  display: block;
}
@media (max-width: 720px) {
  .site-header .brand.veloen-brand img { height: 88px; margin: -22px 0; }
}

.veloen-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 96px;
  padding-bottom: 96px;
  background:
    radial-gradient(ellipse at 50% 20%, rgba(201,163,90,0.10), transparent 60%),
    var(--bg);
}
.veloen-hero h1 {
  font-size: clamp(56px, 8vw, 112px);
  margin: 12px 0 0;
  color: var(--fg);
  line-height: 1.05;
}
.veloen-hero .meta { margin-bottom: 16px; }
.veloen-hero .actions { display: flex; gap: 12px; }

.veloen-section { padding-top: var(--section-y); padding-bottom: var(--section-y); }

.veloen-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
  margin-top: 48px;
}
.veloen-row.reverse .veloen-row-text { order: 2; }
.veloen-row.reverse .veloen-row-img  { order: 1; }

.veloen-row-img {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  aspect-ratio: 4 / 5;
}
.veloen-row-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}
.veloen-row-img:hover img { transform: scale(1.03); }

.veloen-row-text { padding: 12px 0; }

.veloen-mood {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(201,163,90,0.08), transparent 70%),
    var(--bg-elev);
  padding-top: calc(var(--section-y) * 1.2);
  padding-bottom: calc(var(--section-y) * 1.2);
}

@media (max-width: 880px) {
  .veloen-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .veloen-row.reverse .veloen-row-text { order: 2; }
  .veloen-row.reverse .veloen-row-img  { order: 1; }
  .veloen-row-img { aspect-ratio: 1 / 1; }
  .veloen-hero h1 { font-size: clamp(40px, 12vw, 64px); }
}
