:root {
  --ink: #171715;
  --muted: #6f706a;
  --line: #e7e5df;
  --paper: #fffdfa;
  --soft: #f6f7f3;
  --orange: #f39800;
  --orange-deep: #e77800;
  --blue: #3dbbd8;
  --blue-deep: #127d9c;
  --green: #71b52d;
  --brown: #6f4e31;
  --dark: #173536;
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --shadow: 0 22px 60px rgba(23, 23, 21, .10);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  line-height: 1.65;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section-pad { padding: 118px 0; }
.bg-soft { background: var(--soft); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 12px 16px; background: #111; color: #fff; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 84px;
  display: flex;
  align-items: center;
  background: rgba(255,253,250,.88);
  border-bottom: 1px solid rgba(231,229,223,.75);
  backdrop-filter: blur(18px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 48px; height: 48px; object-fit: contain; border-radius: 12px; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 700; }
.primary-nav a { transition: opacity .2s ease; }
.primary-nav a:hover { opacity: .55; }
.primary-nav .nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--ink); color: #fff; }
.menu-button { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s ease; }

.eyebrow { margin: 0 0 20px; color: var(--orange-deep); font-size: 13px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.12; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 620px; margin: 26px 0 0; color: var(--muted); font-size: 18px; }
.section-heading.centered { text-align: center; max-width: 800px; margin: 0 auto 64px; }
.section-heading.centered > p:last-child { margin-left: auto; margin-right: auto; }

.hero { position: relative; min-height: 760px; overflow: hidden; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 80px; align-items: center; position: relative; z-index: 2; }
.hero-copy h1 { margin: 0; max-width: 720px; font-size: clamp(48px, 6.6vw, 82px); line-height: 1.04; letter-spacing: -.07em; font-weight: 760; }
.hero-copy h1 strong { color: var(--orange-deep); font-weight: 900; }
.hero-lead { max-width: 660px; margin: 30px 0 0; color: #555650; font-size: 20px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--ink); color: #fff; box-shadow: 0 12px 30px rgba(23,23,21,.15); }
.button.ghost { border-color: var(--line); background: #fff; }
.button.light { background: #fff; color: var(--dark); }
.button.full { width: 100%; border-radius: 15px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.hero-notes span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.68); color: #66665f; font-size: 13px; font-weight: 700; }
.hero-visual { position: relative; min-height: 590px; }
.hero-photo-card { position: absolute; inset: 22px 30px 38px 60px; overflow: hidden; border-radius: 38px; box-shadow: var(--shadow); background: #ddd; }
.hero-photo-card > img { width: 100%; height: 100%; object-fit: cover; object-position: 53% 48%; filter: saturate(.92) contrast(.98); }
.hero-photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.62)); }
.photo-caption { position: absolute; left: 32px; bottom: 30px; z-index: 2; color: #fff; }
.photo-caption span { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.photo-caption strong { font-size: 26px; line-height: 1.25; letter-spacing: -.04em; }
.hero-logo-card { position: absolute; left: 0; top: 0; width: 120px; height: 120px; padding: 10px; border-radius: 28px; background: #fff; box-shadow: 0 12px 36px rgba(23,23,21,.12); transform: rotate(-4deg); z-index: 3; }
.hero-logo-card img { width: 100%; height: 100%; object-fit: contain; }
.hero-badge { position: absolute; right: 0; bottom: 0; padding: 16px 22px; border-radius: 18px; background: var(--orange); color: #fff; font-weight: 900; box-shadow: 0 16px 36px rgba(243,152,0,.25); z-index: 4; }
.hero-glow { position: absolute; width: 480px; height: 480px; border-radius: 50%; filter: blur(6px); opacity: .16; }
.hero-glow-a { right: -120px; top: 40px; background: var(--blue); }
.hero-glow-b { left: -180px; bottom: -240px; background: var(--orange); }

.intro-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intro-strip-inner { min-height: 92px; display: flex; align-items: center; justify-content: center; gap: 36px; }
.intro-strip p { margin: 0; color: #5f605b; font-size: 15px; }
.intro-strip strong { color: var(--ink); }
.strip-line { width: 1px; height: 24px; background: var(--line); }

.two-col { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: start; }
.about-copy { padding-top: 12px; }
.about-copy p { margin: 0 0 22px; color: var(--muted); font-size: 17px; }
.about-copy .lead { color: var(--ink); font-size: 24px; line-height: 1.55; font-weight: 750; letter-spacing: -.03em; }
.about-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 42px; }
.about-meta div { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.about-meta span { display: block; color: var(--muted); font-size: 12px; font-weight: 800; }
.about-meta strong { display: block; margin-top: 8px; font-size: 17px; letter-spacing: -.03em; }

.business-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.business-card { position: relative; min-height: 370px; padding: 38px; overflow: hidden; border-radius: 28px; background: #fff; border: 1px solid rgba(0,0,0,.06); }
.business-card::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; right: -55px; top: -60px; opacity: .11; background: currentColor; }
.card-orange { color: var(--orange-deep); }
.card-blue { color: var(--blue-deep); }
.card-green { color: #4b8d12; }
.card-brown { color: var(--brown); }
.business-card h3 { margin: 18px 0 14px; color: var(--ink); font-size: 30px; letter-spacing: -.04em; }
.business-card p { max-width: 500px; margin: 0; color: var(--muted); }
.business-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 26px 0 0; padding: 0; list-style: none; }
.business-card li { padding: 7px 10px; border-radius: 999px; background: #f5f5f2; color: #5d5e58; font-size: 12px; font-weight: 700; }
.card-number { position: absolute; top: 34px; right: 36px; color: #aaa; font-size: 13px; font-weight: 900; }
.icon-box { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 17px; background: currentColor; color: #fff; font-weight: 900; font-family: serif; }

.products-head { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: end; margin-bottom: 56px; }
.products-head > p { max-width: 560px; margin: 0 0 8px; color: var(--muted); font-size: 18px; }
.product-showcase { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.product-main { position: relative; min-height: 560px; overflow: hidden; border-radius: var(--radius-lg); background: #eee; }
.product-main img { width: 100%; height: 100%; object-fit: cover; }
.product-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(20,20,18,.82)); }
.product-overlay { position: absolute; left: 32px; right: 32px; bottom: 32px; z-index: 2; color: #fff; }
.product-overlay span, .product-tile span { display: block; margin-bottom: 10px; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.product-overlay h3 { margin: 0; font-size: 31px; letter-spacing: -.045em; }
.product-overlay p { margin: 8px 0 0; color: rgba(255,255,255,.75); }
/* Desktop: product-side 내부의 두 카드를 상위 3열 그리드의 독립 카드처럼 배치 */
.product-side { display: contents; }
.product-tile { min-width: 0; height: 560px; overflow: hidden; border-radius: var(--radius-lg); background: #f4f4f1; display: flex; flex-direction: column; }
.product-tile img { width: 100%; height: 300px; object-fit: cover; }
.product-tile > div { flex: 1; padding: 30px; }
.product-tile h3 { margin: 0; font-size: 24px; letter-spacing: -.04em; }
.product-tile p { margin: 10px 0 0; color: var(--muted); }
.product-tile.text-tile { padding: 34px; background: var(--orange); color: #fff; justify-content: flex-end; }
.product-tile.text-tile span { color: rgba(255,255,255,.72); }
.product-tile.text-tile h3 { font-size: 32px; }
.product-tile.text-tile p { color: rgba(255,255,255,.85); }
.product-tile.text-tile a { display: inline-flex; gap: 10px; margin-top: 24px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.6); font-weight: 800; }

.bg-dark { background: var(--dark); color: #fff; }
.experience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.experience-copy .eyebrow { color: #74d2e6; }
.experience-copy h2 { margin: 0; font-size: clamp(42px,5vw,66px); line-height: 1.12; letter-spacing: -.055em; }
.experience-copy p:not(.eyebrow) { max-width: 520px; margin: 26px 0 34px; color: rgba(255,255,255,.68); font-size: 18px; }
.experience-list { border-top: 1px solid rgba(255,255,255,.18); }
.experience-list > div { display: grid; grid-template-columns: 52px 160px 1fr; gap: 16px; align-items: center; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.experience-list span { color: #7dd5e7; font-size: 12px; font-weight: 900; }
.experience-list strong { font-size: 20px; }
.experience-list p { margin: 0; color: rgba(255,255,255,.58); }

.impact-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 20px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; overflow: hidden; }
.impact-stats > div { padding: 34px 28px; text-align: center; border-right: 1px solid var(--line); }
.impact-stats > div:last-child { border-right: 0; }
.impact-stats strong { display: block; font-size: 43px; letter-spacing: -.05em; }
.impact-stats em { margin-left: 4px; font-size: 16px; font-style: normal; }
.impact-stats span { color: var(--muted); font-size: 13px; font-weight: 700; }
.impact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.impact-card { padding: 32px; border-radius: var(--radius-md); background: #f5f6f2; }
.impact-card > span { color: var(--orange-deep); font-size: 12px; font-weight: 900; }
.impact-card h3 { margin: 16px 0 13px; font-size: 24px; line-height: 1.35; letter-spacing: -.04em; }
.impact-card p { margin: 0; color: var(--muted); }

.timeline-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.timeline-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #d9dad5; }
.timeline-list li { display: grid; grid-template-columns: 110px 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid #d9dad5; }
.timeline-list time { color: var(--orange-deep); font-size: 13px; font-weight: 900; }
.timeline-list strong { display: block; margin-bottom: 5px; font-size: 19px; }
.timeline-list p { margin: 0; color: var(--muted); }

.contact { background: #fff8ed; }
.contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; padding: 64px; border-radius: 36px; background: #fff; box-shadow: var(--shadow); }
.contact-copy h2 { margin: 0; font-size: clamp(40px,5vw,62px); line-height: 1.12; letter-spacing: -.055em; }
.contact-copy > p:not(.eyebrow) { margin: 24px 0 0; color: var(--muted); font-size: 17px; }
.contact-info { display: grid; gap: 10px; margin-top: 38px; }
.contact-info a, .contact-info div { padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; }
.contact-info span { display: block; color: var(--muted); font-size: 11px; font-weight: 800; }
.contact-info strong { display: block; margin-top: 3px; font-size: 15px; }
.contact-form { padding: 30px; border-radius: 24px; background: #f7f7f4; }
.contact-form label { display: block; margin-bottom: 15px; font-size: 13px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid #dedfd9; border-radius: 12px; background: #fff; outline: none; transition: border .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(243,152,0,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.privacy-check { display: flex !important; gap: 8px; align-items: flex-start; color: var(--muted); font-weight: 600 !important; }
.privacy-check input { width: auto; margin-top: 4px; }
.form-status { min-height: 22px; margin: 12px 0 0; color: var(--muted); font-size: 13px; text-align: center; }
.form-status.success { color: #2f7a2e; }
.form-status.error { color: #b53131; }

.site-footer { padding: 42px 0 48px; background: #191918; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.footer-brand { display: flex; gap: 14px; align-items: center; }
.footer-brand img { width: 56px; height: 56px; object-fit: contain; border-radius: 14px; background: #fff; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand span { margin-top: 3px; color: rgba(255,255,255,.48); font-size: 12px; }
.footer-info { grid-column: 1 / -1; color: rgba(255,255,255,.48); font-size: 12px; }
.footer-info p { margin: 3px 0; }
.copyright { margin: 0; color: rgba(255,255,255,.35); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .section-pad { padding: 88px 0; }
  .menu-button { display: block; }
  .primary-nav { position: fixed; top: 84px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 12px; }
  .primary-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: auto; padding-top: 80px; }
  .hero-grid, .two-col, .experience-grid, .timeline-grid, .contact-shell { grid-template-columns: 1fr; gap: 54px; }
  .hero-visual { min-height: 520px; }
  .hero-photo-card { inset: 20px 20px 36px 50px; }
  .business-grid { grid-template-columns: 1fr 1fr; }
  .products-head { grid-template-columns: 1fr; gap: 24px; }
  .product-showcase { grid-template-columns: 1fr; }
  .product-main { min-height: 560px; }
  .product-side { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .product-tile { height: auto; min-height: 420px; }
  .impact-stats { grid-template-columns: repeat(2, 1fr); }
  .impact-stats > div:nth-child(2) { border-right: 0; }
  .impact-stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .impact-cards { grid-template-columns: 1fr; }
  .contact-shell { padding: 42px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 72px 0; }
  .site-header { height: 72px; }
  .brand span { font-size: 14px; }
  .brand img { width: 42px; height: 42px; }
  .primary-nav { top: 72px; }
  .hero { padding-top: 56px; }
  .hero-grid { gap: 38px; }
  .hero-copy h1 { font-size: 50px; }
  .hero-lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 420px; }
  .hero-photo-card { inset: 16px 8px 28px 28px; border-radius: 28px; }
  .hero-logo-card { width: 92px; height: 92px; border-radius: 22px; }
  .hero-badge { right: -2px; padding: 12px 16px; font-size: 13px; }
  .photo-caption { left: 24px; bottom: 22px; }
  .photo-caption strong { font-size: 21px; }
  .intro-strip-inner { flex-direction: column; gap: 10px; align-items: flex-start; padding: 22px 0; }
  .strip-line { width: 48px; height: 1px; }
  .section-heading h2, .experience-copy h2, .contact-copy h2 { font-size: 42px; }
  .about-copy .lead { font-size: 20px; }
  .about-meta { grid-template-columns: 1fr; }
  .business-grid { grid-template-columns: 1fr; }
  .business-card { min-height: auto; padding: 30px; }
  .product-main { min-height: 480px; }
  .product-side { grid-template-columns: 1fr; }
  .product-tile { min-height: 0; }
  .product-tile img { height: 240px; }
  .experience-list > div { grid-template-columns: 42px 120px 1fr; gap: 10px; }
  .experience-list p { font-size: 13px; }
  .impact-stats { grid-template-columns: 1fr 1fr; }
  .impact-stats > div { padding: 26px 16px; }
  .impact-stats strong { font-size: 34px; }
  .timeline-list li { grid-template-columns: 84px 1fr; gap: 14px; }
  .contact-shell { padding: 28px 20px; border-radius: 26px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 20px 16px; }
  .footer-grid { grid-template-columns: 1fr; }
  .copyright { grid-row: auto; }
}

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

/* v1.2 visual refinement */
:root {
  --paper: #fffdf9;
  --soft: #f7f6f1;
  --orange: #f39800;
  --orange-deep: #d96f00;
  --dark: #173434;
  --line: #e8e5dd;
  --shadow: 0 24px 70px rgba(32, 29, 24, .08);
  --container: 1240px;
}

.site-header { height: 78px; background: rgba(255,253,249,.93); }
.brand { gap: 10px; }
.brand img { width: 44px; height: 44px; border-radius: 10px; }
.brand span { font-size: 15px; }
.primary-nav { gap: 26px; font-size: 14px; }
.primary-nav .nav-cta { padding: 10px 17px; }

.section-pad { padding: 112px 0; }
.section-heading h2 { max-width: 760px; }
.section-heading.centered { margin-bottom: 58px; }

.hero { min-height: 720px; background: radial-gradient(circle at 84% 20%, rgba(61,187,216,.08), transparent 28%), radial-gradient(circle at 12% 90%, rgba(243,152,0,.08), transparent 27%); }
.hero-grid { gap: 86px; }
.hero-copy h1 { font-size: clamp(50px, 6vw, 78px); }
.hero-lead { max-width: 620px; font-size: 19px; }
.hero-visual { min-height: 570px; }
.hero-photo-card { inset: 28px 22px 34px 62px; border-radius: 34px; box-shadow: 0 30px 80px rgba(35,31,26,.13); }
.hero-photo-card > img { object-position: 58% 48%; filter: saturate(.9) contrast(1.01) brightness(1.02); }
.hero-photo-card::after { background: linear-gradient(180deg, transparent 50%, rgba(20,20,18,.57)); }
.hero-logo-card { width: 108px; height: 108px; border-radius: 24px; box-shadow: 0 12px 32px rgba(23,23,21,.10); }
.hero-badge { right: 2px; bottom: 3px; padding: 14px 20px; border-radius: 16px; font-size: 14px; }

.intro-strip { background: rgba(255,255,255,.55); }
.intro-strip-inner { min-height: 82px; }

.about { background: #fff; }
.about-meta div { border-radius: 16px; box-shadow: 0 10px 28px rgba(23,23,21,.03); }

.business-grid { gap: 16px; }
.business-card { min-height: 350px; padding: 36px; border-radius: 24px; box-shadow: 0 12px 34px rgba(24,24,22,.035); transition: transform .25s ease, box-shadow .25s ease; }
.business-card:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(24,24,22,.07); }
.business-card::after { width: 145px; height: 145px; right: -55px; top: -50px; opacity: .075; }
.business-label { display: inline-flex; min-height: 32px; align-items: center; padding: 0 12px; border-radius: 999px; background: currentColor; color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.business-card h3 { margin-top: 24px; }

.products { background: linear-gradient(180deg, #fffdf9 0%, #fbfaf6 100%); }
.products-head { margin-bottom: 44px; }
.product-showcase { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid rgba(23,23,21,.07); border-radius: 28px; background: #fff; box-shadow: 0 16px 45px rgba(28,27,24,.055); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 26px 65px rgba(28,27,24,.09); }
.product-media { position: relative; height: 350px; overflow: hidden; background: #eeeae2; }
.product-media img { width: 100%; height: 100%; object-fit: cover; }
.product-media-photo img { object-position: 50% 48%; transform: scale(1.015); }
.product-media-line { padding: 22px; display: grid; place-items: center; background: #eaf4f8; }
.product-media-line img { width: 100%; height: 100%; object-fit: contain; border-radius: 18px; box-shadow: 0 14px 35px rgba(18,78,101,.10); }
.product-body { min-height: 210px; padding: 29px 30px 31px; }
.product-kicker { display: block; margin-bottom: 10px; color: var(--orange-deep); font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.product-body h3 { margin: 0; font-size: 27px; line-height: 1.25; letter-spacing: -.045em; }
.product-body p { margin: 12px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.product-card-ramen { background: #fff; }
.ramen-visual { padding: 28px; background: linear-gradient(145deg, #f8a500 0%, #ee8b00 58%, #de7200 100%); color: #fff; }
.ramen-visual::before { content: ""; position: absolute; width: 220px; height: 220px; right: -65px; top: -55px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,255,255,.06), 0 0 0 68px rgba(255,255,255,.035); }
.ramen-chip { position: relative; z-index: 2; display: inline-flex; min-height: 30px; align-items: center; padding: 0 11px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.ramen-mark { position: relative; z-index: 2; width: 78px; height: 78px; margin-top: 34px; padding: 7px; border-radius: 20px; background: #fff; box-shadow: 0 14px 30px rgba(127,63,0,.18); }
.ramen-mark img { width: 100%; height: 100%; object-fit: contain; }
.ramen-title { position: absolute; left: 28px; bottom: 54px; z-index: 2; font-size: 38px; line-height: .88; font-weight: 950; letter-spacing: -.055em; }
.ramen-ingredients { position: absolute; left: 28px; right: 28px; bottom: 20px; z-index: 2; display: flex; gap: 6px; flex-wrap: wrap; }
.ramen-ingredients span { padding: 5px 8px; border-radius: 999px; background: rgba(255,255,255,.17); font-size: 10px; font-weight: 800; }

.experience { position: relative; overflow: hidden; }
.experience::after { content: "JEJU SAMCHUN"; position: absolute; right: -10px; bottom: -58px; color: rgba(255,255,255,.025); font-size: 120px; font-weight: 950; letter-spacing: -.07em; white-space: nowrap; pointer-events: none; }
.experience-list > div { padding: 27px 0; }

.impact-stats { box-shadow: 0 14px 36px rgba(25,25,22,.035); }
.impact-card { border: 1px solid rgba(0,0,0,.04); background: #f7f7f3; }
.timeline-list li { padding: 29px 0; }
.contact-shell { border: 1px solid rgba(23,23,21,.05); box-shadow: 0 26px 80px rgba(42,33,21,.08); }

@media (max-width: 980px) {
  .site-header { height: 74px; }
  .primary-nav { top: 74px; }
  .product-showcase { grid-template-columns: 1fr 1fr; }
  .product-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .product-card:last-child .product-media { height: 100%; min-height: 330px; }
  .product-card:last-child .product-body { align-self: center; }
}

@media (max-width: 680px) {
  .section-pad { padding: 76px 0; }
  .hero { padding-top: 48px; }
  .hero-copy h1 { font-size: 48px; }
  .hero-visual { min-height: 390px; }
  .hero-photo-card { inset: 12px 8px 28px 24px; border-radius: 26px; }
  .hero-logo-card { width: 86px; height: 86px; border-radius: 20px; }
  .product-showcase { grid-template-columns: 1fr; gap: 14px; }
  .product-card:last-child { grid-column: auto; display: block; }
  .product-media, .product-card:last-child .product-media { height: 285px; min-height: 0; }
  .product-body { min-height: 0; padding: 24px 24px 27px; }
  .product-body h3 { font-size: 24px; }
  .product-media-line { padding: 16px; }
  .ramen-title { font-size: 34px; }
  .experience::after { font-size: 72px; bottom: -34px; }
}

/* v1.3 unified local-brand visual system */
.product-media.brand-visual {
  height: 350px;
  padding: 28px;
  color: #fff;
  isolation: isolate;
}
.brand-visual::before,
.brand-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  border-radius: 50%;
}
.brand-visual::before {
  width: 230px;
  height: 230px;
  right: -72px;
  top: -62px;
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: 0 0 0 36px rgba(255,255,255,.055), 0 0 0 72px rgba(255,255,255,.03);
}
.brand-visual::after {
  width: 150px;
  height: 150px;
  left: -76px;
  bottom: -86px;
  background: rgba(255,255,255,.055);
}
.brand-visual-blue { background: linear-gradient(145deg, #2f79bd 0%, #1d5f9d 55%, #154976 100%); }
.brand-visual-green { background: linear-gradient(145deg, #4d9a7b 0%, #2e7c69 55%, #1c5c53 100%); }
.brand-visual-orange { background: linear-gradient(145deg, #f8a500 0%, #ee8b00 58%, #de7200 100%); }
.brand-visual-chip {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
}
.brand-visual-mark {
  position: relative;
  z-index: 2;
  width: 78px;
  height: 78px;
  margin-top: 34px;
  padding: 7px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0,0,0,.15);
}
.brand-visual-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-visual-title {
  position: absolute;
  left: 28px;
  bottom: 54px;
  z-index: 2;
  font-size: 38px;
  line-height: .88;
  font-weight: 950;
  letter-spacing: -.055em;
  white-space: pre-line;
}
.brand-visual-keywords {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.brand-visual-keywords span {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.17);
  font-size: 10px;
  font-weight: 800;
}
.brand-visual.has-photo {
  background-position: center;
  background-size: cover;
}
.brand-visual.has-photo::before { inset: 0; width: auto; height: auto; border: 0; border-radius: 0; box-shadow: none; background: linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.12) 35%, rgba(0,0,0,.58) 100%); }
.brand-visual.has-photo::after { display: none; }
.brand-visual.has-photo .brand-visual-mark { background: rgba(255,255,255,.94); }
.brand-visual.has-photo .brand-visual-chip { background: rgba(0,0,0,.12); backdrop-filter: blur(6px); }

@media (max-width: 980px) {
  .product-showcase { grid-template-columns: 1fr; }
  .product-media.brand-visual { height: 320px; }
}
