*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: #FEFCF8; font-family: 'Inter', sans-serif; -webkit-font-smoothing: antialiased; color: #1A1714; }

:root {
  --cream: #FEFCF8;
  --cream-alt: #F7F2EA;
  --cream-deep: #EDE8DE;
  --gold: #C4973F;
  --dark: #1A1714;
  --muted: #7A7570;
  --border: #E5DDD0;
  --dark-sec: #1C1915;
  --dark-card: #242018;
}

/* ── NAVIGATION ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background 0.4s, border-bottom 0.4s;
}
nav.scrolled {
  background: rgba(254,252,248,0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1320px; margin: 0 auto; padding: 0 48px;
  display: flex; align-items: center; justify-content: space-between;
  height: 80px;
}
.logo {
  font-family: 'Playfair Display', serif; font-size: 20px;
  font-weight: 600; letter-spacing: 0.04em; color: var(--dark); text-decoration: none;
}
.logo em { color: var(--gold); font-style: italic; }
.nav-links { display: flex; gap: 36px; align-items: center; }
.nav-links > a {
  font-size: 12px; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--dark); text-decoration: none;
  opacity: 0.7; transition: opacity 0.2s;
}
.nav-links > a:hover { opacity: 1; }
.nav-line {
  display: inline-flex; align-items: center; gap: 7px;
  background: #06C755; color: #fff !important;
  padding: 9px 18px; border-radius: 2px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; text-decoration: none; opacity: 1 !important;
  transition: opacity 0.2s;
}
.nav-line:hover { opacity: 0.88 !important; }

/* ── FOOTER ── */
footer { background: #100F0D; }
.footer-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 72px 48px 48px;
  display: grid; grid-template-columns: 1.5fr 1fr 1.5fr; gap: 64px;
}
.footer-brand .logo { font-size: 19px; display: block; margin-bottom: 12px; }
.footer-brand p { font-size: 14px; color: #6A6560; line-height: 1.65; margin-top: 10px; }
.footer-nav { display: flex; flex-direction: column; gap: 14px; padding-top: 2px; }
.footer-nav a { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: #6A6560; text-decoration: none; transition: color 0.2s; }
.footer-nav a:hover { color: var(--gold); }
.footer-contact-col { display: flex; flex-direction: column; gap: 5px; }
.footer-contact-col p, .footer-contact-col a { font-size: 14px; color: #6A6560; text-decoration: none; line-height: 1.7; transition: color 0.2s; }
.footer-contact-col a:hover { color: var(--gold); }
.footer-line-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #06C755; color: #fff; padding: 10px 20px;
  border-radius: 2px; font-size: 12px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none;
  margin-top: 18px; width: fit-content; transition: opacity 0.2s;
}
.footer-line-btn:hover { opacity: 0.88; }
.footer-bottom {
  border-top: 1px solid #2A2520; max-width: 1320px; margin: 0 auto;
  padding: 24px 48px; font-size: 13px; color: #4A4540;
}

/* ── BUTTONS ── */
.btn-dark {
  display: inline-block; font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--dark); color: var(--cream); padding: 15px 36px;
  border-radius: 2px; text-decoration: none; border: none; cursor: pointer;
  transition: background 0.2s;
}
.btn-dark:hover { background: var(--gold); }
.btn-outline {
  display: inline-block; font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  background: transparent; color: var(--dark); padding: 15px 36px;
  border-radius: 2px; text-decoration: none; border: 1px solid var(--border); cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-gold {
  display: inline-block; font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--gold); color: var(--cream); padding: 15px 36px;
  border-radius: 2px; text-decoration: none; border: none; cursor: pointer;
  transition: opacity 0.2s; width: 100%; text-align: center;
}
.btn-gold:hover { opacity: 0.88; }

/* ── TYPOGRAPHY ── */
.eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: 0.38em;
  text-transform: uppercase; color: var(--gold); display: block;
}
.h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px, 5.5vw, 76px); font-weight: 600; line-height: 1.07; color: var(--dark);
}
.h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 4vw, 54px); font-weight: 600; line-height: 1.13; color: var(--dark);
}
.h3 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 2.5vw, 32px); font-weight: 600; line-height: 1.2; color: var(--dark);
}
.h4 {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 600; line-height: 1.3; color: var(--dark);
}
.italic { font-style: italic; color: var(--gold); }
.body-lg { font-size: 18px; color: var(--muted); line-height: 1.82; }
.body-md { font-size: 16px; color: var(--muted); line-height: 1.78; }
.body-sm { font-size: 14px; color: var(--muted); line-height: 1.75; }

/* ── LAYOUT ── */
.section { padding: 120px 48px; }
.section-alt { background: var(--cream-alt); }
.section-dark { background: var(--dark-sec); }
.container { max-width: 1320px; margin: 0 auto; }
.section-head { text-align: center; margin-bottom: 72px; }
.section-head .eyebrow { margin-bottom: 20px; }

/* ── WORK CARD ── */
.work-card {
  position: relative; overflow: hidden; border-radius: 4px;
  cursor: pointer; display: block; text-decoration: none;
}
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; display: block; }
.work-card:hover img { transform: scale(1.05); }
.work-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,23,20,0.78) 0%, transparent 55%);
}
.work-info { position: absolute; bottom: 28px; left: 28px; right: 28px; }
.work-cat { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.work-name { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 600; color: var(--cream); margin-bottom: 6px; }
.work-price { font-size: 14px; color: rgba(255,255,255,0.7); letter-spacing: 0.04em; }

/* ── FORM ── */
.form-group { margin-bottom: 24px; }
.form-label {
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: #A0988E; display: block; margin-bottom: 9px;
}
.form-input {
  width: 100%; background: #1A1814; border: 1px solid #3A3530;
  border-radius: 2px; padding: 14px 16px; font-family: 'Inter', sans-serif;
  font-size: 15px; color: var(--cream); outline: none; transition: border-color 0.2s;
}
.form-input:focus { border-color: var(--gold); }
.form-input::placeholder { color: #5A5550; }
textarea.form-input { resize: vertical; }

/* ── LINE ICON SVG ── */
.line-icon { width: 15px; height: 15px; fill: currentColor; flex-shrink: 0; }

/* ── BLOG CARD ── */
.blog-card { text-decoration: none; display: block; }
.blog-card-img { overflow: hidden; border-radius: 4px; }
.blog-card-img img { width: 100%; height: 260px; object-fit: cover; transition: transform 0.6s; display: block; }
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-date { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin: 20px 0 10px; display: block; }
.blog-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: var(--dark); line-height: 1.3; margin-bottom: 10px; }
.blog-excerpt { font-size: 14px; color: var(--muted); line-height: 1.72; }

/* ── PRODUCT DETAIL ── */
.product-hero { width: 100%; height: 70vh; min-height: 500px; position: relative; overflow: hidden; margin-top: 80px; }
.product-hero img { width: 100%; height: 100%; object-fit: cover; }
.product-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,23,20,0.65) 0%, transparent 50%); }
.product-hero-text { position: absolute; bottom: 48px; left: 0; right: 0; max-width: 1320px; margin: 0 auto; padding: 0 48px; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero-image-side { display: none !important; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .section { padding: 80px 24px; }
  .footer-inner { grid-template-columns: 1fr; gap: 40px; padding: 48px 24px 32px; }
  .footer-bottom { padding: 20px 24px; }
  .nav-inner { padding: 0 24px; }
}
