/* ===== 리시위스트 · 너와오래 톤온톤 =====
   dark warm brown / cream / amber gold, serif headings */
:root {
  --cream: #2A201A;        /* base background */
  --peach: #3A2E24;        /* soft panel / chips / footer */
  --peach-deep: #4A3B2E;   /* borders */
  --brown: #241A12;        /* darkest panel */
  --brown-soft: #C8AB8C;   /* muted tan — secondary text */
  --brown-ink: #F3E7D6;    /* cream — primary text & headings */
  --accent: #EFB26E;       /* amber gold accent */
  --accent-soft: #D9A876;
  --white: #332920;        /* card surface */
  --line: rgba(243, 231, 214, 0.10);
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  --shadow-sm: 0 10px 26px rgba(0, 0, 0, 0.25);
  --radius: 22px;
  --serif: 'Gowun Batang', 'Nanum Myeongjo', 'Noto Serif KR', serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  color: var(--brown-ink);
  background: var(--cream);
  line-height: 1.85;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: var(--serif); line-height: 1.45; letter-spacing: 0.01em; font-weight: 700; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.wrap { width: 90%; max-width: 1080px; margin: 0 auto; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(42, 32, 26, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.logo { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-weight: 700; font-size: 1.3rem; color: var(--brown-ink); }
.logo .paw { font-size: 1.35rem; color: var(--accent); }
.logo .logo-mark { height: 40px; width: auto; display: block; margin: -6px 0; }
.footer-grid .logo .logo-mark { height: 34px; }
.nav-links { display: flex; gap: 36px; list-style: none; align-items: center; }
.nav-links a {
  font-size: 0.96rem; font-weight: 500; color: var(--brown-soft);
  padding: 6px 2px; position: relative; transition: color 0.25s;
}
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--accent); transition: width 0.3s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--brown-ink); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta {
  border: 1px solid var(--accent); color: var(--accent) !important;
  padding: 9px 22px !important; border-radius: 999px; font-weight: 500;
  transition: background 0.25s, color 0.25s;
}
.nav-cta::after { display: none; }
.nav-cta:hover { background: var(--accent); color: var(--brown) !important; }
.menu-toggle { display: none; background: none; border: none; font-size: 1.6rem; color: var(--brown-ink); cursor: pointer; }

/* ===== Buttons ===== */
.btn {
  display: inline-block; padding: 14px 34px; border-radius: 999px;
  font-weight: 500; font-size: 1rem; cursor: pointer; border: none;
  transition: transform 0.25s, box-shadow 0.25s, background 0.25s, color 0.25s;
}
.btn-primary { background: var(--accent); color: var(--brown); box-shadow: var(--shadow-sm); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow); background: var(--accent-soft); }
.btn-ghost { background: transparent; color: var(--brown-ink); border: 1px solid var(--peach-deep); }
.btn-ghost:hover { background: var(--peach); border-color: var(--brown-soft); }

/* ===== Hero ===== */
.hero {
  padding: 120px 0 110px;
  background:
    radial-gradient(900px 500px at 78% 8%, rgba(239, 178, 110, 0.10) 0%, transparent 60%),
    radial-gradient(700px 420px at 0% 100%, rgba(200, 171, 140, 0.07) 0%, transparent 55%),
    linear-gradient(180deg, #2E241C 0%, var(--cream) 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 60px; align-items: center; }
.hero-eyebrow {
  display: inline-block; color: var(--accent); font-weight: 500;
  font-size: 0.82rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 26px;
}
.hero h1 { font-size: 3.1rem; color: var(--brown-ink); margin-bottom: 26px; line-height: 1.5; font-weight: 700; }
.hero h1 .hl { color: var(--accent); }
.hero p { font-size: 1.12rem; color: var(--brown-soft); max-width: 460px; margin-bottom: 40px; line-height: 1.9; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-visual {
  aspect-ratio: 4/5; border-radius: 26px; position: relative; overflow: hidden;
  background: linear-gradient(165deg, #43342A 0%, #241A12 100%);
  box-shadow: var(--shadow); display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line);
}
.hero-visual .hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-visual .emoji { font-size: 7rem; opacity: 0.9; filter: grayscale(0.15) drop-shadow(0 14px 26px rgba(0,0,0,0.4)); }
.hero-visual .blob { position: absolute; border-radius: 50%; background: rgba(239, 178, 110, 0.08); }
.hero-visual .b1 { width: 150px; height: 150px; top: -34px; right: -24px; }
.hero-visual .b2 { width: 96px; height: 96px; bottom: 34px; left: -22px; }

/* ===== Sections ===== */
section { padding: 92px 0; }

/* ===== Gallery preview (marquee) ===== */
.preview { padding-bottom: 84px; overflow: hidden; }
.preview .section-head { margin-bottom: 44px; }
.marquee { width: 100%; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee-track { display: flex; gap: 16px; width: max-content; animation: marquee 55s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track img { height: 270px; width: auto; border-radius: 16px; object-fit: cover; box-shadow: var(--shadow-sm); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.preview-cta { text-align: center; margin-top: 48px; }
@media (max-width: 720px) { .marquee-track img { height: 190px; } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

.section-head { text-align: center; max-width: 640px; margin: 0 auto 58px; }
.section-head .eyebrow { color: var(--accent); font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.8rem; }
.section-head h2 { font-size: 2.1rem; color: var(--brown-ink); margin: 16px 0 16px; line-height: 1.5; }
.section-head p { color: var(--brown-soft); font-size: 1.04rem; line-height: 1.9; }

/* ===== Cards ===== */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  background: var(--white); border-radius: var(--radius); padding: 38px 32px;
  box-shadow: var(--shadow-sm); transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  border: 1px solid var(--line);
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(239,178,110,0.25); }
.card .icon {
  width: 58px; height: 58px; border-radius: 16px; display: flex; align-items: center;
  justify-content: center; font-size: 1.55rem; background: var(--peach); margin-bottom: 22px;
  color: var(--accent); font-family: var(--serif);
}
.card h3 { font-size: 1.2rem; margin-bottom: 12px; color: var(--brown-ink); }
.card p { color: var(--brown-soft); font-size: 0.97rem; line-height: 1.85; }

/* ===== Page hero (inner pages) ===== */
.page-hero {
  padding: 96px 0 60px; text-align: center;
  background: radial-gradient(760px 340px at 50% -10%, rgba(239,178,110,0.10) 0%, transparent 65%);
}
.page-hero .eyebrow { color: var(--accent); font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.8rem; }
.page-hero h1 { font-size: 2.6rem; color: var(--brown-ink); margin: 16px 0 16px; line-height: 1.5; }
.page-hero p { color: var(--brown-soft); font-size: 1.06rem; max-width: 560px; margin: 0 auto; line-height: 1.9; }

/* ===== About ===== */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.story-grid .visual {
  aspect-ratio: 1/1; border-radius: 24px; box-shadow: var(--shadow); border: 1px solid var(--line);
  background: linear-gradient(165deg, #43342A, #241A12);
  display: flex; align-items: center; justify-content: center; font-size: 5.5rem; opacity: 0.95;
}
.story-grid .visual.photo {
  aspect-ratio: auto; background: none; border: none; box-shadow: none; opacity: 1;
}
.story-grid .visual.photo img {
  width: auto; max-width: 100%; max-height: 460px; margin: 0 auto;
  border-radius: 20px; box-shadow: var(--shadow); display: block;
}
.story-grid h2 { font-size: 1.9rem; color: var(--brown-ink); margin-bottom: 24px; line-height: 1.55; }
.story-grid p { color: var(--brown-soft); margin-bottom: 18px; line-height: 1.95; }
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 8px; }
.value { text-align: center; padding: 38px 24px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.value .big { font-size: 2.2rem; margin-bottom: 16px; }
.value h3 { font-size: 1.08rem; margin-bottom: 12px; color: var(--brown-ink); }
.value p { color: var(--brown-soft); font-size: 0.94rem; line-height: 1.85; }

/* ===== Pricing ===== */
.pricing { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: stretch; }
.price-card {
  position: relative;
  background: var(--white); border-radius: var(--radius); padding: 42px 32px;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  display: flex; flex-direction: column; transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(239,178,110,0.25); }

/* Featured / premium card */
.price-card.featured {
  background:
    linear-gradient(168deg, #4A3A2B 0%, #2A1F16 100%);
  border: 1px solid rgba(239,178,110,0.55);
  box-shadow: 0 0 0 1px rgba(239,178,110,0.12), 0 22px 50px -18px rgba(239,178,110,0.35), var(--shadow-sm);
}
.price-card.featured::before {
  content: ''; position: absolute; inset: 0; border-radius: var(--radius);
  padding: 1px; pointer-events: none;
  background: linear-gradient(150deg, rgba(239,178,110,0.7), rgba(239,178,110,0) 45%, rgba(239,178,110,0.35));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.price-card.featured:hover { box-shadow: 0 0 0 1px rgba(239,178,110,0.2), 0 30px 60px -18px rgba(239,178,110,0.45), var(--shadow); }

/* Badge floats on the top border so both card headings align */
.price-badge {
  position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #F5C888 0%, #E0A264 100%);
  color: #2A1F16; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em;
  padding: 7px 20px; border-radius: 999px; white-space: nowrap;
  box-shadow: 0 6px 16px -4px rgba(239,178,110,0.6);
}
.price-badge::before { content: '✦'; margin-right: 7px; font-size: 0.75rem; }

.price-card h3 { font-size: 1.28rem; margin-bottom: 8px; color: var(--brown-ink); }
.price-card.featured h3 { color: var(--accent); }
.price-card .sub { color: var(--brown-soft); font-size: 0.9rem; margin-bottom: 20px; }
.amount { font-size: 2rem; font-weight: 700; color: var(--brown-ink); margin-bottom: 24px; font-family: var(--serif); }
.price-card.featured .amount {
  background: linear-gradient(135deg, #F7D6A2 0%, #E0A264 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.amount span { font-size: 0.95rem; font-weight: 400; color: var(--brown-soft); }
.feat { list-style: none; margin-bottom: 30px; flex-grow: 1; }
.feat li { padding: 10px 0; color: var(--brown-soft); font-size: 0.95rem; border-bottom: 1px solid var(--line); }
.feat li::before { content: '🐾'; margin-right: 10px; opacity: 0.8; }
.price-card.featured .feat li { color: var(--brown-ink); border-bottom-color: rgba(239,178,110,0.14); }
.price-card.featured .feat li::before { content: '✦'; color: var(--accent); opacity: 1; }
.price-card .btn { width: 100%; text-align: center; }

/* ===== Concept cards ===== */
.concepts { display: grid; grid-template-columns: 1fr; gap: 18px; }
.concept {
  background: var(--white); border-radius: var(--radius); padding: 30px 28px;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
a.concept { display: block; position: relative; }
.concept .thumb { position: absolute; top: 26px; right: 26px; width: 170px; height: calc(100% - 52px);
  border-radius: 16px; object-fit: cover; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.concept .thumb.ph { display: flex; align-items: center; justify-content: center; font-size: 3rem;
  background: linear-gradient(160deg, #4A3B2E, #2A201A); }
.concept:has(.tag) .thumb { top: 60px; }
.concept .tag, .concept h3, .concept .price, .concept p, .concept .more { padding-right: 210px; }
.concept:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(239,178,110,0.25); }
.concept .more { display: inline-block; margin-top: 16px; color: var(--accent); font-size: 0.9rem; font-weight: 500; transition: gap 0.2s; }
.concept:hover .more { text-decoration: none; }
.concept .more::after { content: ' →'; transition: margin 0.25s; }
.concept:hover .more::after { margin-left: 4px; }
.concept .tag { font-size: 0.72rem; letter-spacing: 0.06em; color: var(--brown); background: var(--accent); padding: 3px 11px; border-radius: 999px; display: inline-block; margin-bottom: 14px; }
.concept h3 { font-size: 1.24rem; color: var(--brown-ink); margin-bottom: 8px; }
.concept .price { font-family: var(--serif); font-weight: 700; color: var(--accent); font-size: 1.15rem; margin-bottom: 12px; }
.concept .price del { color: var(--brown-soft); font-weight: 400; font-size: 0.92rem; margin-right: 8px; }
.concept p { color: var(--brown-soft); font-size: 0.95rem; line-height: 1.8; }

/* ===== Concept group titles ===== */
.cg-title { font-family: var(--serif); color: var(--accent); font-size: 1.08rem; font-weight: 700;
  margin-bottom: 16px; padding-left: 4px; letter-spacing: 0.02em;
  display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.cg-more { font-family: 'Pretendard', sans-serif; font-size: 0.82rem; font-weight: 600;
  color: var(--brown-soft); letter-spacing: 0; transition: color .2s; white-space: nowrap; }
.cg-more:hover { color: var(--accent); }
.concept-group + .concept-group { margin-top: 34px; }

/* ===== Lightbox ===== */
.lightbox { position: fixed; inset: 0; z-index: 1000; display: none;
  align-items: center; justify-content: center; padding: 30px;
  background: rgba(20, 14, 10, 0.93); cursor: zoom-out; }
.lightbox.open { display: flex; }
.lightbox-img { max-width: 94vw; max-height: 92vh; width: auto; height: auto;
  object-fit: contain; border-radius: 10px; box-shadow: 0 24px 70px rgba(0,0,0,0.6); }
.lightbox-close { position: absolute; top: 20px; right: 30px; color: #fff;
  font-size: 2.6rem; line-height: 1; cursor: pointer; opacity: 0.85; }
.lightbox-close:hover { opacity: 1; }

/* ===== Discount note (single section, non-responsive) ===== */
.discount-note { margin-top: 18px; padding: 30px 34px; border-radius: var(--radius);
  background: linear-gradient(168deg, #443528, #241A12); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.discount-note > h3 { font-family: var(--serif); color: var(--brown-ink); font-size: 1.2rem; margin-bottom: 20px; }
.discount-note .dn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.discount-note .dn-item { display: flex; flex-direction: column; gap: 6px; }
.discount-note .dn-item b { color: var(--brown-ink); font-size: 1.02rem; }
.discount-note .dn-item span { color: var(--brown-soft); font-size: 0.98rem; }
.discount-note .dn-item em { color: var(--accent); font-style: normal; font-weight: 700; }
.discount-note .dn-item small { color: var(--brown-soft); opacity: 0.75; font-size: 0.85rem; }

/* ===== Concept detail ===== */
.detail-hero { padding: 92px 0 44px; text-align: center; background: radial-gradient(760px 340px at 50% -10%, rgba(239,178,110,0.10) 0%, transparent 65%); }
.detail-hero .back { display: inline-block; color: var(--brown-soft); font-size: 0.9rem; margin-bottom: 20px; transition: color 0.2s; }
.detail-hero .back:hover { color: var(--accent); }
.detail-hero .tag { font-size: 0.74rem; letter-spacing: 0.06em; color: var(--brown); background: var(--accent); padding: 4px 13px; border-radius: 999px; display: inline-block; margin-bottom: 18px; }
.detail-hero h1 { font-size: 2.7rem; color: var(--brown-ink); margin-bottom: 14px; line-height: 1.4; }
.detail-hero .price { font-family: var(--serif); font-size: 1.4rem; color: var(--accent); font-weight: 700; }
.detail-hero .price del { color: var(--brown-soft); font-weight: 400; font-size: 1rem; margin-right: 10px; }
.detail-lead { max-width: 680px; margin: 0 auto; text-align: center; }
.detail-lead p { color: var(--brown-soft); font-size: 1.08rem; line-height: 2; }
.spec { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 8px; }
.spec .box { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 26px 24px; text-align: center; }
.spec .box .k { color: var(--accent); font-size: 0.82rem; letter-spacing: 0.06em; margin-bottom: 8px; }
.spec .box .v { color: var(--brown-ink); font-family: var(--serif); font-size: 1.05rem; line-height: 1.5; }
@media (max-width: 860px) { .spec { grid-template-columns: 1fr; } .detail-hero h1 { font-size: 2rem; } }

/* ===== Notice band ===== */
.notice { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.notice .item {
  background: var(--peach); border: 1px solid var(--line); border-radius: 18px;
  padding: 24px 26px;
}
.notice .item h4 { font-family: var(--serif); color: var(--accent); font-size: 1.02rem; margin-bottom: 8px; }
.notice .item p { color: var(--brown-soft); font-size: 0.94rem; line-height: 1.8; }

/* ===== Steps (detailed) ===== */
.steps { display: grid; gap: 16px; }
.step {
  display: grid; grid-template-columns: 64px 1fr; gap: 22px; align-items: start;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 32px;
}
.step .num { font-family: var(--serif); font-size: 1.7rem; color: var(--accent); line-height: 1; }
.step h3 { font-size: 1.15rem; color: var(--brown-ink); margin-bottom: 8px; }
.step p { color: var(--brown-soft); font-size: 0.95rem; line-height: 1.85; }
.step .time { font-size: 0.82rem; color: var(--accent); letter-spacing: 0.04em; margin-left: 8px; }

/* ===== Add-on list ===== */
.addons { columns: 2; column-gap: 40px; }
.addons .row {
  display: flex; justify-content: space-between; gap: 16px; break-inside: avoid;
  padding: 12px 0; border-bottom: 1px solid var(--line);
}
.addons .row span { color: var(--brown-soft); font-size: 0.94rem; }
.addons .row .p { color: var(--brown-ink); font-family: var(--serif); white-space: nowrap; }

@media (max-width: 860px) {
  .concepts { grid-template-columns: 1fr; }
  .notice { grid-template-columns: 1fr; }
  .addons { columns: 1; }
  .step { grid-template-columns: 44px 1fr; gap: 14px; padding: 24px; }
}
@media (max-width: 560px) {
  .concept .thumb { width: 110px; }
  .concept .tag, .concept h3, .concept .price, .concept p, .concept .more { padding-right: 128px; }
}

/* ===== Gallery ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-grid .shot {
  aspect-ratio: 1/1; border-radius: 18px; display: flex; align-items: center; justify-content: center;
  font-size: 3.2rem; box-shadow: var(--shadow-sm); transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer; border: 1px solid var(--line); opacity: 0.92;
}
.gallery-grid .shot:hover { transform: scale(1.02); opacity: 1; box-shadow: var(--shadow); }
.gallery-grid .shot:nth-child(3n+1) { background: linear-gradient(160deg, #43342A, #2A201A); }
.gallery-grid .shot:nth-child(3n+2) { background: linear-gradient(160deg, #4E3B2A, #322015); }
.gallery-grid .shot:nth-child(3n)   { background: linear-gradient(160deg, #38302A, #241A12); }
.gallery-grid .shot:has(img) { padding: 0; overflow: hidden; opacity: 1; }
.gallery-grid .shot img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; display: block; }
.fullshots { display: grid; gap: 16px; margin-top: 16px; }
.fullshots.cols-2 { grid-template-columns: repeat(2, 1fr); }
.fullshots.cols-3 { grid-template-columns: repeat(3, 1fr); }
.fullshots img { width: 100%; height: auto; object-fit: contain; border-radius: 18px; display: block; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
@media (max-width: 720px) { .fullshots.cols-2, .fullshots.cols-3 { grid-template-columns: 1fr; } }

/* Image concept grid (home) */
.concept-names { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.concept-names a {
  position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; min-height: 190px; padding: 22px 18px; border-radius: 18px; overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  background: linear-gradient(160deg, #43342A, #241A12);
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.concept-names a img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.concept-names a::after { content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(20,14,10,0.82) 0%, rgba(20,14,10,0.45) 55%, rgba(20,14,10,0.55) 100%);
  transition: background 0.25s; }
.concept-names a span { position: relative; z-index: 2; color: #FBF3E7;
  font-family: var(--serif); font-size: 1.16rem; font-weight: 700; text-shadow: 0 2px 10px rgba(0,0,0,0.65); }
.concept-names a .emoji { font-size: 2.4rem; margin-bottom: 10px; text-shadow: none; }
.concept-names a:hover { transform: translateY(-4px); border-color: rgba(239,178,110,0.45); box-shadow: var(--shadow); }
.concept-names a:hover::after { background: linear-gradient(to top, rgba(20,14,10,0.62) 0%, rgba(20,14,10,0.22) 60%, rgba(20,14,10,0.35) 100%); }
.concept-names a:hover span { color: #fff; }
@media (max-width: 860px) { .concept-names { grid-template-columns: repeat(2, 1fr); } }

/* ===== Contact ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
.contact-info .info-item { display: flex; gap: 16px; margin-bottom: 30px; align-items: flex-start; }
.contact-info .info-item .ico {
  width: 48px; height: 48px; border-radius: 13px; background: var(--peach);
  display: flex; align-items: center; justify-content: center; font-size: 1.25rem; flex-shrink: 0;
}
.contact-info h3 { font-size: 1.04rem; margin-bottom: 6px; color: var(--brown-ink); }
.contact-info p { color: var(--brown-soft); font-size: 0.96rem; line-height: 1.8; }
.contact-form { background: var(--white); border-radius: var(--radius); padding: 42px 36px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.kakao-cta {
  background: linear-gradient(168deg, #4A3A2B 0%, #2A1F16 100%);
  border: 1px solid rgba(239,178,110,0.35); border-radius: var(--radius);
  padding: 52px 40px; box-shadow: var(--shadow-sm); text-align: center;
}
.kakao-cta .kakao-ico { font-size: 3rem; margin-bottom: 16px; }
.kakao-cta h2 { color: var(--brown-ink); font-size: 1.5rem; margin-bottom: 14px; }
.kakao-cta p { color: var(--brown-soft); line-height: 1.85; margin-bottom: 26px; }
.kakao-cta .btn { margin-bottom: 16px; }
.kakao-cta .form-note { margin: 0; }
.form-group { margin-bottom: 30px; position: relative; }
.form-group label { display: block; font-weight: 500; font-size: 0.9rem; margin-bottom: 9px; color: var(--brown-ink); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 13px 16px; border: 1px solid var(--peach-deep); border-radius: 12px;
  background: var(--cream); font-family: inherit; font-size: 0.96rem; color: var(--brown-ink);
  transition: border-color 0.25s, box-shadow 0.25s;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(200,171,140,0.55); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(239,178,110,0.15);
}
.form-group select option { background: var(--peach); color: var(--brown-ink); }
.form-group textarea { resize: vertical; min-height: 112px; }
.form-note { font-size: 0.84rem; color: var(--brown-soft); text-align: center; margin-top: 16px; }

/* ===== Price calculator ===== */
.calc { max-width: 660px; margin: 0 auto; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 38px 34px; box-shadow: var(--shadow-sm); }
.calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.calc-grid .form-group.wide { grid-column: 1 / -1; }
.calc-result { margin-top: 8px; background: linear-gradient(168deg, #4A3A2B 0%, #2A1F16 100%);
  border: 1px solid rgba(239,178,110,0.35); border-radius: 18px; padding: 26px 28px; text-align: center; }
.calc-result .rows { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.calc-result .row { display: flex; justify-content: space-between; font-size: 0.94rem; color: var(--brown-soft); }
.calc-result .row span:last-child { color: var(--brown-ink); font-weight: 500; }
.calc-result .divider { height: 1px; background: var(--line); margin: 4px 0; }
.calc-result .total { display: flex; justify-content: space-between; align-items: baseline; padding-top: 8px; }
.calc-result .total .lbl { font-family: var(--serif); font-size: 1.05rem; color: var(--brown-ink); }
.calc-result .total .amt { font-family: var(--serif); font-weight: 700; font-size: 1.7rem;
  background: linear-gradient(135deg,#F7D6A2,#E0A264); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; }
.calc-result .placeholder { color: var(--brown-soft); font-size: 0.96rem; padding: 12px 0; }
.calc-actions { display: flex; gap: 12px; margin-top: 20px; }
.calc-actions .btn { flex: 1; margin: 0; }
.date-rank { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.date-rank > div { display: flex; flex-direction: column; gap: 5px; }
.date-rank .rk { font-size: 0.8rem; color: var(--accent); font-weight: 600; }
.date-rank input { width: 100%; }
.field-hint { display: block; position: absolute; top: 100%; left: 0; right: 0; margin-top: 3px; font-size: 0.76rem; color: var(--brown-soft); line-height: 1.35; }
.contact-info.info-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 720px) { .contact-info.info-row { grid-template-columns: 1fr; } }
.calc-result .rank-totals { display: flex; flex-direction: column; gap: 12px; padding-top: 8px; }
.calc-result .rank-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.calc-result .rank-row .lbl { font-family: var(--serif); font-size: 1.02rem; color: var(--brown-ink); }
.calc-result .rank-row .lbl em { display: block; font-style: normal; font-family: 'Pretendard'; font-size: 0.82rem; color: var(--brown-soft); margin-top: 2px; }
.calc-result .rank-row .amt { font-family: var(--serif); font-weight: 700; font-size: 1.35rem;
  background: linear-gradient(135deg,#F7D6A2,#E0A264); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; white-space: nowrap; }
.calc-result .total .lbl em { font-style: normal; font-size: 0.82rem; color: var(--brown-soft); font-family: 'Pretendard'; }
@media (max-width: 620px) {
  .calc-grid { grid-template-columns: 1fr; }
  .calc-actions { flex-direction: column; }
  .date-rank { grid-template-columns: 1fr; }
}

/* ===== CTA band ===== */
.cta-band {
  background: linear-gradient(168deg, #43342A 0%, #241A12 100%); color: var(--brown-ink);
  border-radius: 28px; padding: 72px 48px; text-align: center; box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.cta-band h2 { font-size: 1.95rem; margin-bottom: 18px; line-height: 1.55; }
.cta-band p { color: var(--brown-soft); margin-bottom: 34px; font-size: 1.04rem; line-height: 1.9; }

/* ===== Footer ===== */
.site-footer { background: var(--peach); margin-top: 24px; padding: 64px 0 32px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 44px; }
.footer-grid .logo { margin-bottom: 16px; }
.footer-grid p { color: var(--brown-soft); font-size: 0.93rem; line-height: 1.8; }
.footer-col h4 { font-family: var(--serif); font-size: 0.96rem; margin-bottom: 16px; color: var(--brown-ink); }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; color: var(--brown-soft); font-size: 0.92rem; }
.footer-col ul a { color: var(--brown-soft); font-size: 0.92rem; transition: color 0.25s; }
.footer-col ul a:hover { color: var(--accent); }
.footer-bottom {
  text-align: center; margin-top: 44px; padding-top: 24px;
  border-top: 1px solid var(--line); color: rgba(200,171,140,0.7); font-size: 0.84rem;
}

/* ===== Responsive ===== */
@media (max-width: 860px) {
  .nav-links { display: none; }
  .menu-toggle { display: block; }
  .nav-links.is-open {
    display: flex; flex-direction: column; align-items: flex-start; gap: 20px;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(42, 32, 26, 0.98); backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line); padding: 22px 5%; z-index: 100;
    box-shadow: var(--shadow-sm);
  }
  .nav-links.is-open .nav-cta { margin-top: 4px; }
  .hero { padding: 80px 0 70px; }
  .hero-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual { max-width: 360px; margin: 0 auto; }
  .hero h1 { font-size: 2.2rem; }
  section { padding: 66px 0; }
  .cards, .pricing, .values { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .cta-band { padding: 52px 26px; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 1.9rem; line-height: 1.42; }
  .hero p { font-size: 1.02rem; }
  .section-head h2 { font-size: 1.66rem; line-height: 1.4; }
  .page-hero h1 { font-size: 1.82rem; line-height: 1.4; }
  .story-grid h2 { font-size: 1.58rem; }
  .cta-band h2 { font-size: 1.6rem; line-height: 1.42; }
  .detail-hero h1 { font-size: 1.72rem; }
  .kakao-cta h2 { font-size: 1.3rem; }
}
