/* NOVARE International — one-page theme styles */
:root {
	--navy: #0b1c33;
	--navy-2: #102748;
	--gold: #c9a227;
	--gold-light: #e6c65c;
	--ink: #1c2733;
	--muted: #5c6b7a;
	--bg: #ffffff;
	--tint: #f4f6f9;
	--line: #dfe5ec;
	--radius: 14px;
	--font: "Helvetica Neue", Arial, "Noto Sans KR", "Noto Sans TC", "Noto Sans Thai", "Segoe UI", sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { font-family: var(--font); color: var(--ink); background: var(--bg); line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--gold); }
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.wrap.narrow { max-width: 820px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Header */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(11, 28, 51, 0.92); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(201, 162, 39, 0.25); }
.header-inner { display: flex; align-items: center; gap: 20px; height: 64px; }
.brand { color: #fff; text-decoration: none; font-weight: 700; letter-spacing: 0.18em; font-size: 20px; display: flex; flex-direction: column; line-height: 1.1; }
.brand-sub { font-size: 8.5px; letter-spacing: 0.32em; color: var(--gold-light); font-weight: 500; }
.main-nav { display: flex; gap: 22px; margin-left: auto; }
.main-nav a { color: #e8edf4; text-decoration: none; font-size: 14px; letter-spacing: 0.06em; padding: 6px 2px; border-bottom: 2px solid transparent; }
.main-nav a:hover { color: var(--gold-light); border-bottom-color: var(--gold); }
.lang-box select { background: var(--navy-2); color: #fff; border: 1px solid rgba(201, 162, 39, 0.5); border-radius: 8px; padding: 7px 10px; font-size: 13px; cursor: pointer; }
.nav-toggle { display: none; background: none; border: 0; width: 40px; height: 40px; cursor: pointer; flex-direction: column; justify-content: center; gap: 6px; align-items: center; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; transition: 0.2s; }

/* Hero */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; background-size: cover; background-position: center 30%; margin-top: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 18, 34, 0.55) 0%, rgba(8, 18, 34, 0.35) 45%, rgba(8, 18, 34, 0.75) 100%); }
.hero-inner { position: relative; color: #fff; padding-top: 120px; padding-bottom: 80px; }
.hero-eyebrow { color: var(--gold-light); letter-spacing: 0.35em; text-transform: uppercase; font-size: 13px; margin-bottom: 18px; }
.hero-title { font-size: clamp(34px, 6vw, 64px); letter-spacing: 0.08em; font-weight: 700; line-height: 1.15; text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45); }
.hero-sub { max-width: 560px; margin-top: 20px; font-size: 17px; color: #e8edf4; text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5); }
.hero-cta { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }

/* Buttons */
.btn { display: inline-block; padding: 13px 30px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 15px; letter-spacing: 0.05em; border: 0; cursor: pointer; transition: 0.2s; }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--navy); }
.btn-gold:hover { filter: brightness(1.08); transform: translateY(-1px); }
.btn-line { border: 1.5px solid rgba(255, 255, 255, 0.75); color: #fff; background: rgba(255, 255, 255, 0.06); }
.btn-line:hover { border-color: var(--gold-light); color: var(--gold-light); }
.btn-big { padding: 16px 48px; font-size: 16px; }

/* Sections */
.section { padding: 92px 0; }
.section-tint { background: var(--tint); }
.section-dark { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%); color: #eef2f7; }
.section-dark a { color: var(--gold-light); }
.sec-eyebrow { letter-spacing: 0.3em; text-transform: uppercase; font-size: 12px; color: var(--muted); margin-bottom: 10px; }
.sec-eyebrow.gold { color: var(--gold-light); }
.sec-title { font-size: clamp(26px, 3.6vw, 38px); letter-spacing: 0.04em; margin-bottom: 18px; line-height: 1.3; }
.sec-sub { font-size: 17px; color: inherit; opacity: 0.85; margin-bottom: 40px; max-width: 640px; }
.lead { margin-bottom: 16px; font-size: 16.5px; color: #35424f; }

/* Product */
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; margin-top: 20px; }
.product-photo img { border-radius: var(--radius); box-shadow: 0 18px 50px rgba(0, 0, 0, 0.4); }
.price { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; border-bottom: 1px solid rgba(201, 162, 39, 0.35); padding-bottom: 18px; }
.price > span:first-child { letter-spacing: 0.2em; text-transform: uppercase; font-size: 13px; color: var(--gold-light); }
.price strong { font-size: 40px; color: #fff; letter-spacing: 0.03em; }
.price-note { font-size: 13px; opacity: 0.75; }
.features { list-style: none; display: grid; gap: 16px; }
.features h3 { font-size: 16px; color: var(--gold-light); margin-bottom: 2px; }
.features p { font-size: 14.5px; opacity: 0.9; }
.size-table { width: 100%; max-width: 440px; border-collapse: collapse; margin-top: 26px; font-size: 14px; }
.size-table th, .size-table td { border: 1px solid rgba(201, 162, 39, 0.35); padding: 8px 12px; text-align: center; }
.size-table th { background: rgba(201, 162, 39, 0.15); color: var(--gold-light); letter-spacing: 0.05em; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 44px; }
.gallery img { border-radius: 10px; aspect-ratio: 1 / 1; object-fit: cover; }

/* Steps */
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 30px; counter-reset: step; }
.steps li { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 20px; box-shadow: 0 6px 22px rgba(16, 39, 72, 0.06); }
.step-no { display: inline-flex; width: 36px; height: 36px; border-radius: 50%; background: var(--navy); color: var(--gold-light); align-items: center; justify-content: center; font-weight: 700; margin-bottom: 12px; }
.steps h3 { font-size: 15.5px; margin-bottom: 6px; }
.steps p { font-size: 13.5px; color: var(--muted); }
.ship-box { margin-top: 36px; background: var(--navy); color: #eef2f7; border-radius: var(--radius); padding: 28px 30px; }
.ship-box h3 { color: var(--gold-light); margin-bottom: 10px; letter-spacing: 0.06em; }
.ship-box ul { list-style: none; display: grid; gap: 6px; font-size: 14.5px; }
.ship-box li::before { content: "— "; color: var(--gold); }

/* Forms */
.nv-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 32px; box-shadow: 0 10px 30px rgba(16, 39, 72, 0.07); }
.section-tint .nv-form { background: #fff; }
.nv-form p { margin-bottom: 16px; }
.nv-form label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 6px; letter-spacing: 0.03em; }
.nv-form label em { font-style: normal; color: #c0392b; font-size: 11px; margin-left: 6px; border: 1px solid #e4b6b0; border-radius: 4px; padding: 1px 6px; vertical-align: 1px; }
.nv-form input[type="text"], .nv-form input[type="email"], .nv-form input[type="number"], .nv-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 11px 12px; font-size: 15px; font-family: inherit; background: #fbfcfe; }
.nv-form input:focus, .nv-form textarea:focus { outline: 2px solid var(--gold); border-color: var(--gold); background: #fff; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; }
.nv-hp { position: absolute !important; left: -9999px !important; top: -9999px !important; }
.size-block { border: 1px solid var(--line); border-radius: 10px; padding: 18px 18px 6px; margin-bottom: 18px; background: #fbfcfe; }
.size-title { font-size: 13.5px; font-weight: 600; margin-bottom: 12px; }
.size-title em { font-style: normal; color: #c0392b; font-size: 11px; margin-left: 6px; border: 1px solid #e4b6b0; border-radius: 4px; padding: 1px 6px; vertical-align: 1px; }
.size-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 18px; }
.size-row label small { display: block; font-weight: 400; color: var(--muted); font-size: 11.5px; margin-top: 2px; }
.qty-input { max-width: 110px; }
.qa-input { max-width: 120px; }
.totals { border-top: 1px dashed var(--line); margin-top: 8px; padding-top: 16px; max-width: 340px; margin-left: auto; }
.totals p { display: flex; justify-content: space-between; font-size: 14.5px; margin-bottom: 6px; }
.total-line { border-top: 2px solid var(--navy); padding-top: 8px; font-size: 17px !important; }
.total-line strong { color: var(--navy); font-size: 20px; }
.submit-p { text-align: center; margin-top: 22px; }
.form-note { font-size: 12.5px; color: var(--muted); text-align: center; }
.form-msg { border-radius: 10px; padding: 14px 18px; margin-bottom: 22px; font-size: 14.5px; font-weight: 600; }
.form-msg.ok { background: #e8f6ec; color: #1e7c39; border: 1px solid #b5e0c2; }
.form-msg.err { background: #fdeeec; color: #b03a2e; border: 1px solid #efc4bd; }

/* Company */
.company-table { width: 100%; border-collapse: collapse; margin-top: 10px; }
.company-table th, .company-table td { text-align: left; padding: 16px 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.14); vertical-align: top; font-size: 15px; }
.company-table th { width: 32%; color: var(--gold-light); font-weight: 600; letter-spacing: 0.05em; }

/* Footer */
.site-footer { background: #071223; color: #93a3b5; text-align: center; padding: 46px 0 40px; font-size: 13px; }
.foot-brand { color: #fff; letter-spacing: 0.2em; font-weight: 700; margin-bottom: 8px; }
.foot-addr { margin-bottom: 14px; }
.foot-credit { font-size: 11.5px; opacity: 0.75; margin-bottom: 6px; }
.foot-credit a { color: #b9c6d6; }
.site-footer a { color: #d8c98a; text-decoration: none; }

/* Responsive */
@media (max-width: 900px) {
	.product-grid { grid-template-columns: 1fr; }
	.steps { grid-template-columns: 1fr 1fr; }
	.gallery { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
	.header-inner { height: 58px; gap: 12px; }
	.main-nav { position: fixed; top: 58px; left: 0; right: 0; background: var(--navy); flex-direction: column; gap: 0; padding: 10px 24px 18px; display: none; border-bottom: 1px solid rgba(201, 162, 39, 0.3); }
	.main-nav.open { display: flex; }
	.main-nav a { padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
	.nav-toggle { display: flex; margin-left: auto; }
	.lang-box { margin-left: auto; }
	.nav-toggle { margin-left: 0; }
	.grid2 { grid-template-columns: 1fr; gap: 0; }
	.size-grid { grid-template-columns: 1fr; }
	.section { padding: 64px 0; }
	.steps { grid-template-columns: 1fr; }
	.nv-form { padding: 26px 20px; }
	.hero { min-height: 78vh; }
}
