/* ===== Reset & base ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #0e0a14;
  --bg-soft: #16101f;
  --bg-dark: #0a0710;
  --panel: #1d1529;
  --gold: #d4af6a;
  --gold-soft: #e6c98a;
  --rose: #c9447c;
  --text: #f2ecf5;
  --muted: #b3a7c2;
  --line: rgba(212, 175, 106, 0.22);
  --radius: 16px;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  --max: 1160px;
}

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
  font-family: "Noto Sans KR", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: "Noto Serif KR", "Noto Sans KR", serif; line-height: 1.35; }

a { color: inherit; text-decoration: none; }
img, iframe { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 22px; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--gold); color: #1a1320; padding: 10px 16px; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px; font-weight: 700; font-size: 1rem;
  cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: #1a1320; box-shadow: 0 10px 26px rgba(212, 175, 106, .3);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(212, 175, 106, .42); }
.btn-ghost { border: 1px solid var(--line); color: var(--text); background: rgba(255,255,255,.03); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-soft); }
.btn-light { background: #fff; color: #1a1320; }
.btn-light:hover { transform: translateY(-2px); }
.btn-lg { padding: 18px 36px; font-size: 1.1rem; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(14, 10, 20, 0.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 18px; height: 70px; }

.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.brand-mark { font-size: 1.7rem; }
.brand-text strong { display: block; font-family: "Noto Serif KR", serif; font-size: 1.15rem; letter-spacing: .04em; color: var(--gold-soft); }
.brand-text small { display: block; font-size: .7rem; color: var(--muted); letter-spacing: .02em; }

.main-nav ul { display: flex; gap: 20px; list-style: none; }
.main-nav a { font-size: .95rem; color: var(--muted); font-weight: 500; position: relative; padding: 6px 0; transition: color .2s; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--gold); transition: width .25s; }
.main-nav a:hover { color: var(--text); }
.main-nav a:hover::after { width: 100%; }

.header-call {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: #1a1320; font-weight: 700; padding: 10px 18px; border-radius: 999px; font-size: .92rem;
  box-shadow: 0 8px 22px rgba(212, 175, 106, .28);
}
.header-call .dot { width: 8px; height: 8px; border-radius: 50%; background: #1a1320; animation: pulse 1.6s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav { display: none; flex-direction: column; border-top: 1px solid var(--line); background: var(--bg-soft); }
.mobile-nav a { padding: 15px 22px; border-bottom: 1px solid rgba(255,255,255,.05); color: var(--text); font-weight: 500; }
.mobile-nav .mobile-call { background: var(--gold); color: #1a1320; font-weight: 700; }

/* ===== Hero ===== */
.hero {
  position: relative; padding: 110px 0 90px;
  background:
    radial-gradient(circle at 20% 20%, rgba(201, 68, 124, .22), transparent 45%),
    radial-gradient(circle at 80% 30%, rgba(212, 175, 106, .18), transparent 50%),
    linear-gradient(180deg, #120c1b, #0e0a14);
  overflow: hidden;
}
.hero-overlay {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(212,175,106,.08) 1px, transparent 1px);
  background-size: 26px 26px; opacity: .5; pointer-events: none;
}
.hero-inner { position: relative; text-align: center; max-width: 880px; margin: 0 auto; }
.eyebrow {
  display: inline-block; color: var(--gold-soft); letter-spacing: .22em; font-size: .8rem; font-weight: 700;
  border: 1px solid var(--line); padding: 7px 16px; border-radius: 999px; margin-bottom: 26px;
}
.hero h1 { font-size: clamp(1.9rem, 5vw, 3.1rem); font-weight: 900; margin-bottom: 24px; }
.hero h1 .accent { color: var(--gold); }
.hero-sub { color: var(--muted); font-size: 1.05rem; max-width: 720px; margin: 0 auto 34px; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px; }

.hero-badges { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 740px; margin: 0 auto; }
.hero-badges li {
  background: rgba(255,255,255,.04); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 10px; text-align: center;
}
.hero-badges strong { display: block; color: var(--gold-soft); font-size: 1.15rem; font-family: "Noto Serif KR", serif; }
.hero-badges span { display: block; font-size: .78rem; color: var(--muted); margin-top: 4px; }

/* ===== Info bar ===== */
.info-bar { background: var(--bg-dark); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.info-bar-inner { display: flex; flex-wrap: wrap; gap: 14px 34px; padding: 20px 22px; justify-content: center; }
.info-item { display: flex; align-items: center; gap: 9px; }
.info-label { font-size: .72rem; color: var(--gold-soft); border: 1px solid var(--line); border-radius: 6px; padding: 3px 9px; font-weight: 700; }
.info-value { font-size: .92rem; color: var(--text); font-weight: 500; }
a.info-value { color: var(--gold-soft); }

/* ===== Sections ===== */
.section { padding: 84px 0; }
.section-dark { background: var(--bg-soft); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 50px; }
.kicker { color: var(--gold); letter-spacing: .2em; font-size: .82rem; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; }
.section-head h2 { font-size: clamp(1.6rem, 3.6vw, 2.3rem); font-weight: 700; margin-bottom: 18px; }
.lead { color: var(--muted); font-size: 1.02rem; }

/* ===== Cards (About) ===== */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  position: relative; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 28px; transition: transform .25s, border-color .25s;
}
.card:hover { transform: translateY(-6px); border-color: var(--gold); }
.card-no { font-family: "Noto Serif KR", serif; font-size: 2.2rem; color: var(--gold); opacity: .35; font-weight: 900; }
.card h3 { font-size: 1.18rem; margin: 8px 0 14px; color: var(--gold-soft); }
.card p { color: var(--muted); font-size: .95rem; }

/* ===== Rooms ===== */
.room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.room-card {
  position: relative; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 26px; transition: transform .25s;
}
.room-card:hover { transform: translateY(-6px); }
.room-featured { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold) inset, var(--shadow); }
.room-badge {
  position: absolute; top: 18px; right: 18px; background: var(--gold); color: #1a1320;
  font-size: .72rem; font-weight: 700; padding: 4px 12px; border-radius: 999px;
}
.room-icon { font-size: 2.2rem; margin-bottom: 14px; }
.room-card h3 { font-size: 1.25rem; color: var(--gold-soft); margin-bottom: 12px; }
.room-card > p { color: var(--muted); font-size: .94rem; margin-bottom: 16px; }
.room-card ul { list-style: none; display: grid; gap: 8px; }
.room-card li { position: relative; padding-left: 22px; font-size: .9rem; color: var(--text); }
.room-card li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }

.price-note {
  margin-top: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  flex-wrap: wrap; background: linear-gradient(135deg, rgba(212,175,106,.12), rgba(201,68,124,.1));
  border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 32px;
}
.price-note h3 { color: var(--gold-soft); font-size: 1.25rem; margin-bottom: 8px; }
.price-note p { color: var(--muted); font-size: .95rem; max-width: 640px; }

/* ===== Why ===== */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 28px; border-top: 3px solid var(--gold);
}
.why-card h3 { color: var(--gold-soft); font-size: 1.18rem; margin-bottom: 12px; }
.why-card p { color: var(--muted); font-size: .95rem; }

/* ===== Gallery ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.g-item {
  position: relative; height: 240px; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); display: flex; align-items: flex-end;
  background-size: cover; background-position: center;
}
.g-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.78)); }
.g-item figcaption { position: relative; z-index: 1; padding: 16px 18px; color: #fff; font-weight: 600; font-size: .98rem; }
.g-1 { background-image: linear-gradient(135deg, #2a1830, #4a2540); }
.g-2 { background-image: linear-gradient(135deg, #3a1f33, #66344f); }
.g-3 { background-image: linear-gradient(135deg, #1f1a30, #3a3158); }
.g-4 { background-image: linear-gradient(135deg, #2c2218, #524027); }
.g-5 { background-image: linear-gradient(135deg, #301a22, #5c3340); }
.g-6 { background-image: linear-gradient(135deg, #1a2130, #2f4058); }
.gallery-note { text-align: center; color: var(--muted); font-size: .86rem; margin-top: 20px; }

/* ===== CTA banner ===== */
.cta-banner { background: linear-gradient(120deg, var(--gold), var(--gold-soft)); color: #1a1320; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 46px 22px; flex-wrap: wrap; }
.cta-inner h2 { font-size: clamp(1.3rem, 3vw, 1.8rem); margin-bottom: 8px; color: #1a1320; }
.cta-inner p { font-size: 1rem; opacity: .85; }

/* ===== Location ===== */
.location-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 32px; align-items: stretch; }
.location-info { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 32px; }
.location-info dl { margin-bottom: 26px; }
.location-info dl > div { padding: 14px 0; border-bottom: 1px dashed rgba(255,255,255,.1); }
.location-info dl > div:last-child { border-bottom: 0; }
.location-info dt { color: var(--gold-soft); font-size: .82rem; font-weight: 700; letter-spacing: .04em; margin-bottom: 4px; }
.location-info dd { color: var(--text); font-size: .96rem; }
.location-map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); min-height: 380px; }
.location-map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; filter: grayscale(.2) contrast(1.05); }

/* ===== FAQ ===== */
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item {
  background: var(--bg); border: 1px solid var(--line); border-radius: 12px; padding: 4px 6px;
  transition: border-color .2s;
}
.faq-item[open] { border-color: var(--gold); }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 18px 22px; font-weight: 600; font-size: 1.02rem;
  display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--text);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--gold); font-size: 1.5rem; font-weight: 400; transition: transform .25s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 22px 20px; color: var(--muted); font-size: .96rem; }

/* ===== Closing ===== */
.closing-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.closing-inner h2 { font-size: clamp(1.6rem, 3.4vw, 2.2rem); margin-bottom: 22px; }
.closing-inner p { color: var(--muted); font-size: 1.04rem; margin-bottom: 18px; }
.closing-inner .btn { margin-top: 16px; }
.byline {
  display: flex; align-items: flex-start; gap: 16px; text-align: left;
  max-width: 640px; margin: 44px auto 0; padding: 22px 24px;
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
}
.byline-avatar {
  flex: 0 0 auto; width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center; font-family: "Noto Serif KR", serif; font-weight: 700;
  background: linear-gradient(135deg, var(--gold), var(--gold-soft)); color: #1a1320; font-size: 1.2rem;
}
.byline-text { display: flex; flex-direction: column; gap: 6px; }
.byline-text strong { color: var(--gold-soft); font-size: .98rem; }
.byline-text span { color: var(--muted); font-size: .9rem; line-height: 1.65; }
.byline-text time { color: var(--muted); font-size: .82rem; opacity: .85; }

/* ===== Footer ===== */
.site-footer { background: var(--bg-dark); border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 1.2fr 1.6fr 1fr; gap: 32px; padding: 54px 22px 38px; }
.footer-brand strong { font-family: "Noto Serif KR", serif; font-size: 1.25rem; color: var(--gold-soft); display: block; margin-bottom: 10px; }
.footer-brand p { color: var(--muted); font-size: .92rem; }
.footer-info p { color: var(--muted); font-size: .92rem; margin-bottom: 8px; }
.footer-info strong { color: var(--gold-soft); margin-right: 8px; }
.footer-info a { color: var(--gold-soft); }
.footer-nav { display: flex; flex-direction: column; gap: 10px; }
.footer-nav a { color: var(--muted); font-size: .92rem; transition: color .2s; }
.footer-nav a:hover { color: var(--gold-soft); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding: 18px 0; }
.footer-bottom p { color: var(--muted); font-size: .8rem; text-align: center; }

/* ===== Floating call ===== */
.float-call {
  position: fixed; right: 18px; bottom: 18px; z-index: 60;
  display: none; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--gold), var(--gold-soft)); color: #1a1320;
  font-weight: 700; padding: 14px 22px; border-radius: 999px; box-shadow: 0 12px 30px rgba(0,0,0,.5);
}
.float-ring { position: absolute; inset: 0; border-radius: 999px; border: 2px solid var(--gold); animation: ring 1.8s infinite; opacity: 0; }
@keyframes ring { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.4); opacity: 0; } }

/* ===== Reveal animation ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .main-nav, .header-call { display: none; }
  .nav-toggle { display: flex; }
  .mobile-nav:not([hidden]) { display: flex; }
  .card-grid, .room-grid, .why-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .location-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .float-call { display: inline-flex; }
}
@media (max-width: 600px) {
  .section { padding: 60px 0; }
  .hero { padding: 70px 0 60px; }
  .hero-badges { grid-template-columns: repeat(2, 1fr); }
  .card-grid, .room-grid, .why-grid, .gallery-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .info-bar-inner { gap: 12px 20px; }
  .price-note, .cta-inner { flex-direction: column; align-items: flex-start; text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ===== Dropdown navigation ===== */
.main-nav li { position: relative; }
.main-nav .has-sub > a { padding-right: 16px; }
.main-nav .has-sub > a::after {
  content: "▾"; font-size: .7rem; margin-left: 5px; color: var(--gold); opacity: .8;
}
.sub-toggle { display: none; }
.submenu {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 230px; list-style: none; padding: 8px; margin: 0;
  background: var(--bg-soft); border: 1px solid var(--line); border-radius: 12px;
  box-shadow: var(--shadow); opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s;
  z-index: 40;
}
.main-nav .has-sub:hover .submenu,
.main-nav .has-sub:focus-within .submenu {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(4px);
}
.submenu li { display: block; }
.submenu a {
  display: block; padding: 11px 16px; border-radius: 8px; font-size: .9rem;
  color: var(--muted); white-space: nowrap;
}
.submenu a::after { display: none; }
.submenu a:hover { background: rgba(212,175,106,.12); color: var(--gold-soft); }
.main-nav a.is-active { color: var(--gold-soft); }

/* mobile nav groups */
.mobile-nav .m-group {
  display: block; padding: 14px 22px 6px; color: var(--gold-soft);
  font-weight: 700; font-size: .82rem; letter-spacing: .04em; border-bottom: 0;
}
.mobile-nav a.m-sub { padding-left: 38px; font-size: .92rem; color: var(--muted); }
.mobile-nav a.m-sub::before { content: "└ "; opacity: .5; }

/* ===== Breadcrumbs ===== */
.crumbs { background: var(--bg-dark); border-bottom: 1px solid var(--line); }
.crumbs ol {
  display: flex; flex-wrap: wrap; gap: 6px; align-items: center;
  list-style: none; padding: 14px 0; margin: 0; font-size: .85rem; color: var(--muted);
}
.crumbs li { display: flex; align-items: center; gap: 6px; }
.crumbs li::after { content: "›"; color: var(--gold); opacity: .6; }
.crumbs li:last-child::after { display: none; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--gold-soft); }
.crumbs li[aria-current] { color: var(--gold-soft); font-weight: 500; }

/* ===== Sub-page layout ===== */
.page-hero {
  padding: 70px 0 56px; text-align: center;
  background:
    radial-gradient(circle at 25% 10%, rgba(201,68,124,.18), transparent 48%),
    radial-gradient(circle at 80% 20%, rgba(212,175,106,.15), transparent 52%),
    linear-gradient(180deg, #120c1b, #0e0a14);
}
.page-hero .kicker { margin-bottom: 14px; }
.page-hero h1 { font-size: clamp(1.7rem, 4.2vw, 2.6rem); font-weight: 900; margin-bottom: 18px; }
.page-hero h1 .accent { color: var(--gold); }
.page-hero .lead { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: 1.04rem; }

.page-main { padding: 64px 0 24px; }
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 {
  font-size: 1.5rem; color: var(--gold-soft); margin: 40px 0 16px;
  padding-bottom: 10px; border-bottom: 1px solid var(--line);
}
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.15rem; color: var(--text); margin: 26px 0 10px; }
.prose p { color: var(--muted); margin-bottom: 16px; font-size: 1rem; line-height: 1.85; }
.prose ul, .prose ol { color: var(--muted); margin: 0 0 18px 0; padding-left: 0; list-style: none; }
.prose li { position: relative; padding-left: 24px; margin-bottom: 10px; line-height: 1.8; }
.prose ul li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }
.prose ol { counter-reset: pl; }
.prose ol li { counter-increment: pl; }
.prose ol li::before {
  content: counter(pl); position: absolute; left: 0; top: 2px; width: 18px; height: 18px;
  background: var(--gold); color: #1a1320; border-radius: 50%; font-size: .72rem; font-weight: 700;
  display: grid; place-items: center;
}
.prose strong { color: var(--gold-soft); }
.prose .callout {
  background: var(--panel); border: 1px solid var(--line); border-left: 3px solid var(--gold);
  border-radius: 12px; padding: 20px 24px; margin: 24px 0;
}
.prose .callout p:last-child { margin-bottom: 0; }

/* sibling page links */
.related { max-width: 820px; margin: 40px auto 0; }
.related h2 { font-size: 1.2rem; color: var(--gold-soft); margin-bottom: 16px; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.related-grid a {
  display: block; padding: 18px 20px; background: var(--panel); border: 1px solid var(--line);
  border-radius: 12px; transition: border-color .2s, transform .2s;
}
.related-grid a:hover { border-color: var(--gold); transform: translateY(-3px); }
.related-grid strong { display: block; color: var(--gold-soft); margin-bottom: 4px; font-size: .98rem; }
.related-grid span { color: var(--muted); font-size: .85rem; }

/* contact CTA block */
.contact-cta {
  max-width: 820px; margin: 44px auto 0; text-align: center;
  background: linear-gradient(135deg, rgba(212,175,106,.14), rgba(201,68,124,.12));
  border: 1px solid var(--line); border-radius: var(--radius); padding: 40px 28px;
}
.contact-cta h2 { border: 0; padding: 0; color: var(--text); font-size: 1.4rem; margin-bottom: 10px; }
.contact-cta p { color: var(--muted); margin-bottom: 22px; }

.more-link {
  display: inline-block; margin-top: 18px; color: var(--gold-soft); font-weight: 600;
  font-size: .95rem; border-bottom: 1px solid var(--line); padding-bottom: 3px; transition: color .2s, border-color .2s;
}
.more-link:hover { color: var(--gold); border-color: var(--gold); }

/* 6개 상위메뉴 + 전화버튼이 좁아지지 않도록 1080px 이하에서 햄버거로 전환 */
@media (max-width: 1080px) {
  .main-nav, .header-call { display: none; }
  .nav-toggle { display: flex; }
  .mobile-nav:not([hidden]) { display: flex; }
}
@media (max-width: 960px) {
  .submenu { display: none; }
  .related-grid { grid-template-columns: 1fr; }
}
