/* =========================================================
   SUMAN JEWELLERY — Bridal Heritage Editorial v1
   Maroon + Antique Gold + Cream · Fraunces + Inter Tight
   Reskin of Kiora Amorez template · digitalshijil.com
   ========================================================= */

:root {
  --bg: #FAF3E0;
  --bg-warm: #F3E8C8;
  --bg-soft: #FDF9F0;
  --bg-paper: #FEFCF4;
  --maroon: #6B1020;
  --maroon-deep: #420B14;
  --maroon-soft: #8B1A2C;
  --gold: #C9A84C;
  --gold-bright: #E4C06E;
  --gold-muted: #A8893A;
  --line: rgba(107, 16, 32, 0.14);
  --line-strong: rgba(107, 16, 32, 0.32);
  --muted: #7A5C50;

  /* Compat aliases for premium.css which references --navy / --coral */
  --navy: var(--maroon);
  --navy-deep: var(--maroon-deep);
  --navy-soft: var(--maroon-soft);
  --coral: var(--gold-muted);

  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
  --tamil: 'Catamaran', sans-serif;

  --container: 1320px;
  --container-narrow: 1040px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
*::selection { background: var(--maroon); color: var(--bg); }
html, body { overflow-x: clip; max-width: 100vw; width: 100%; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--maroon);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: opacity 0.4s var(--ease); }
a:hover { opacity: 0.7; }
button { background: none; border: none; cursor: pointer; font-family: inherit; color: inherit; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg-warm); }
::-webkit-scrollbar-thumb { background: var(--maroon); }

/* ============ TYPOGRAPHY ============ */
h1, h2, h3, h4, h5 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.08;
  color: var(--maroon-deep);
}
em, .italic { font-style: italic; font-family: var(--serif); }
.catamaran { font-family: var(--tamil) !important; }

.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.42em;
  font-size: 11px;
  font-weight: 600;
  color: var(--maroon);
  display: inline-block;
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 28px; height: 1px;
  background: var(--gold);
  margin-right: 14px;
  vertical-align: middle;
}

.container { max-width: var(--container); margin: 0 auto; padding: 0 40px; }
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 40px; }

/* ============ ANNOUNCEMENT ============ */
.announce {
  background: var(--maroon-deep);
  text-align: center;
  padding: 11px 20px;
  font-size: 10.5px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--bg-soft);
}
.announce span { color: var(--gold-bright); }

/* ============ HEADER ============ */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250,243,224,0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px 40px;
  gap: 24px;
}
.nav-links {
  display: flex; gap: 32px; list-style: none;
  font-size: 11px; letter-spacing: 0.28em;
  text-transform: uppercase; font-weight: 500;
}
.nav-links a { position: relative; padding: 6px 0; color: var(--maroon); }
.nav-links a::after {
  content: ''; position: absolute;
  left: 0; bottom: 0; width: 0; height: 1px;
  background: var(--gold);
  transition: width 0.5s var(--ease);
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a:hover { opacity: 1; }

/* Brand monogram (S in circle) */
.brand-monogram {
  width: 36px !important; height: 36px !important;
  background: var(--maroon);
  color: var(--gold-bright);
  border-radius: 50%;
  display: flex !important;
  align-items: center; justify-content: center;
  font-family: var(--serif);
  font-size: 18px; font-style: italic; font-weight: 400;
  flex-shrink: 0;
}
.footer-monogram { width: 44px !important; height: 44px !important; font-size: 22px !important; filter: none !important; }

.brand {
  display: flex; flex-direction: column;
  align-items: center; gap: 6px;
  text-align: center; color: var(--maroon); line-height: 1;
}
.brand-mark { width: 32px; height: 32px; display: block; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.brand-name {
  font-family: var(--serif); font-weight: 500;
  font-size: 14px; letter-spacing: 0.5em;
  text-transform: uppercase; color: var(--maroon);
  padding-left: 0.5em; line-height: 1;
}
.brand-tag {
  font-family: var(--serif); font-style: italic;
  font-size: 10px; letter-spacing: 0.18em;
  color: var(--muted); font-weight: 400; padding-left: 0.18em;
}
.nav-actions { display: flex; justify-content: flex-end; gap: 18px; align-items: center; }
.icon-btn {
  width: 38px; height: 38px; border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line);
  transition: all 0.4s var(--ease);
  color: var(--maroon); flex-shrink: 0;
}
.icon-btn:hover { border-color: var(--maroon); background: var(--maroon); color: var(--bg); opacity: 1; }
.menu-toggle {
  display: none; width: 38px; height: 38px;
  border-radius: 999px; border: 1px solid var(--line);
  flex-direction: column; justify-content: center; align-items: center; gap: 5px; flex-shrink: 0;
}
.menu-toggle span { display: block; width: 16px; height: 1.5px; background: var(--maroon); }

/* ============ HERO ============ */
.hero {
  position: relative; min-height: 88vh;
  display: flex; align-items: center;
  overflow: hidden; background: var(--maroon-deep);
}
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(66,11,20,.15) 0%, rgba(66,11,20,.45) 60%, rgba(66,11,20,.85) 100%),
    linear-gradient(90deg, rgba(66,11,20,.7) 0%, rgba(66,11,20,.1) 70%);
}
.hero-content {
  position: relative; z-index: 2; width: 100%;
  padding: 130px 40px 100px;
  max-width: var(--container); margin: 0 auto; color: var(--bg);
}
.hero-content .eyebrow { color: var(--gold-bright); }
.hero-content .eyebrow::before { background: var(--gold-bright); }
.hero h1 {
  margin: 28px 0 26px;
  font-size: clamp(2.6rem, 7vw, 6.4rem);
  font-weight: 300; letter-spacing: -0.02em; line-height: 0.96;
  color: #fff; text-shadow: 0 2px 30px rgba(0,0,0,.3); max-width: 14ch;
}
.hero h1 em { color: var(--gold-bright); font-weight: 400; }
.hero p { max-width: 520px; font-size: 17.5px; color: rgba(255,255,255,.9); line-height: 1.75; margin-bottom: 44px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-meta {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 30px; margin-top: 70px; padding-top: 30px;
  border-top: 1px solid rgba(228,192,110,.3); max-width: 760px;
}
.hero-meta div { font-size: 9.5px; letter-spacing: 0.34em; text-transform: uppercase; color: rgba(255,255,255,.6); font-weight: 600; }
.hero-meta strong { display: block; color: #fff; font-family: var(--serif); font-style: italic; font-size: 18px; margin-top: 8px; font-weight: 400; text-transform: none; }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 18px 34px; font-size: 11px; letter-spacing: 0.4em;
  text-transform: uppercase; font-weight: 600;
  border: 1px solid var(--maroon); color: var(--maroon);
  transition: all 0.5s var(--ease);
  position: relative; overflow: hidden; background: transparent; white-space: nowrap;
}
.btn span.arrow { transition: transform 0.4s var(--ease); }
.btn::before {
  content: ''; position: absolute; inset: 0;
  background: var(--maroon); transform: translateX(-101%);
  transition: transform 0.55s var(--ease); z-index: -1;
}
.btn:hover { color: var(--bg); opacity: 1; }
.btn:hover::before { transform: translateX(0); }
.btn:hover span.arrow { transform: translateX(6px); }
.btn-solid { background: var(--maroon); color: var(--bg); }
.btn-solid::before { background: var(--gold); }
.btn-solid:hover { color: var(--maroon-deep); }
.btn-light { border-color: var(--bg); color: var(--bg); }
.btn-light::before { background: var(--bg); }
.btn-light:hover { color: var(--maroon); }
.btn-gold { background: var(--gold); color: var(--maroon-deep); border-color: var(--gold); }
.btn-gold::before { background: var(--bg); }
.link-arrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 10.5px; letter-spacing: 0.36em; text-transform: uppercase;
  color: var(--maroon); font-weight: 600; padding: 6px 0;
  border-bottom: 1px solid var(--maroon);
}
.link-arrow::after { content: '→'; transition: transform 0.4s var(--ease); }
.link-arrow:hover::after { transform: translateX(8px); }

/* ============ TAGLINE STRIP ============ */
.tagline-strip {
  background: var(--bg-warm); text-align: center;
  padding: 50px 24px;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.tagline-strip p {
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2.8vw, 2.2rem);
  font-style: italic; font-weight: 400;
  color: var(--maroon-deep); line-height: 1.5;
}
.strip-sep { color: var(--gold); font-style: normal; padding: 0 16px; font-weight: 600; }

/* ============ MARQUEE ============ */
.marquee { background: var(--maroon-deep); overflow: hidden; padding: 22px 0; width: 100%; }
.marquee-track {
  display: flex; gap: 70px;
  animation: marquee 55s linear infinite;
  white-space: nowrap; width: max-content;
}
.marquee-track span {
  font-family: var(--serif); font-size: 21px;
  font-style: italic; color: var(--bg); letter-spacing: 0.02em;
}
.marquee-track span::before {
  content: '✦'; color: var(--gold-bright);
  margin-right: 70px; font-style: normal; font-size: 12px; vertical-align: middle;
}
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============ SECTION HEAD ============ */
.section-head { text-align: center; margin-bottom: 70px; }
.section-head h2 {
  font-size: clamp(2rem, 4.4vw, 4rem);
  margin-top: 20px; font-weight: 400;
  letter-spacing: -0.02em; color: var(--maroon-deep);
}
.section-head h2 em { color: var(--gold-muted); font-weight: 400; }
.section-head p { max-width: 560px; margin: 22px auto 0; color: var(--muted); font-size: 16.5px; line-height: 1.85; }

/* ============ CATEGORIES ============ */
.categories { background: var(--bg); padding: 120px 0 70px; }
.cat-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; margin-top: 60px; }
.cat-card {
  position: relative; aspect-ratio: 3/4.2;
  overflow: hidden; background: var(--maroon-deep);
  transition: transform 0.5s var(--ease);
}
.cat-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.cat-card:hover img { transform: scale(1.07); }
.cat-card:hover { transform: translateY(-2px); }
.cat-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(66,11,20,.5) 60%, rgba(66,11,20,.96));
  display: flex; flex-direction: column; justify-content: flex-end; padding: 26px 22px;
}
.cat-card h3 { font-size: 26px; color: #fff; margin-bottom: 6px; font-weight: 500; }
.cat-card-overlay span { font-size: 9.5px; letter-spacing: 0.36em; text-transform: uppercase; color: var(--gold-bright); font-weight: 600; font-family: var(--sans); }

/* ============ FEATURED PRODUCTS ============ */
.featured { background: var(--bg); padding: 130px 0; }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 36px 24px; margin-top: 60px; }
.product-card { position: relative; cursor: pointer; display: block; transition: transform 0.5s var(--ease); }
.product-card:hover { transform: translateY(-2px); }
.product-img { position: relative; aspect-ratio: 4/5; background: var(--bg-warm); overflow: hidden; margin-bottom: 20px; }
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.product-card:hover .product-img img { transform: scale(1.05); }
.product-tag {
  position: absolute; top: 14px; left: 14px;
  background: var(--maroon); color: var(--gold-bright);
  padding: 6px 12px; font-size: 9px; letter-spacing: 0.32em;
  text-transform: uppercase; z-index: 2; font-weight: 600;
}
.product-quick {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: var(--maroon); color: var(--bg);
  padding: 14px; text-align: center;
  font-size: 10px; letter-spacing: 0.36em; text-transform: uppercase;
  transform: translateY(101%); transition: transform 0.5s var(--ease);
}
.product-card:hover .product-quick { transform: translateY(0); }
.product-meta { padding: 0 4px; }
.product-cat { font-size: 10px; letter-spacing: 0.36em; text-transform: uppercase; color: var(--gold-muted); margin-bottom: 8px; font-weight: 600; }
.product-name { font-family: var(--serif); font-size: 23px; color: var(--maroon-deep); margin-bottom: 10px; font-weight: 500; line-height: 1.2; }
.product-price { font-size: 16px; color: var(--muted); font-family: var(--serif); font-style: italic; }
.product-price .old { text-decoration: line-through; opacity: 0.5; margin-right: 10px; font-style: normal; }

/* ============ STORY ============ */
.story { background: var(--bg-soft); padding: 140px 0; }
.story-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.story-img { aspect-ratio: 4/5; overflow: hidden; background: var(--maroon-deep); }
.story-img img { width: 100%; height: 100%; object-fit: cover; }
.story h2 { font-size: clamp(2rem, 4.2vw, 3.6rem); margin: 22px 0; font-weight: 400; color: var(--maroon-deep); }
.story h2 em { color: var(--gold-muted); }
.story p { color: var(--muted); margin-bottom: 20px; font-size: 16px; line-height: 1.85; max-width: 520px; }
.story-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 44px; padding-top: 32px; border-top: 1px solid var(--line); max-width: 520px; }
.story-stats div strong { display: block; font-family: var(--serif); font-size: 44px; color: var(--maroon); font-weight: 300; line-height: 1; margin-bottom: 8px; font-style: italic; }
.story-stats div span { font-size: 9.5px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--maroon-deep); font-weight: 600; opacity: 0.7; }

/* ============ COLLECTIONS (dark maroon) ============ */
.collections { background: var(--maroon-deep); color: var(--bg); padding: 140px 0; }
.collections .eyebrow { color: var(--gold-bright); }
.collections .eyebrow::before { background: var(--gold); }
.collections h2 { color: var(--bg); }
.collections h2 em { color: var(--gold-bright); }
.collections .section-head p { color: rgba(250,243,224,.65); }
.collections-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 60px; }
.collection-card {
  position: relative; aspect-ratio: 3/4.2;
  overflow: hidden; background: var(--maroon); display: block;
  border: 1px solid rgba(228,192,110,.18);
  transition: transform 0.6s var(--ease);
}
.collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.5s var(--ease); }
.collection-card:hover img { transform: scale(1.06); }
.collection-card:hover { transform: translateY(-3px); }
.collection-card-text {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 32px;
  background: linear-gradient(180deg, rgba(66,11,20,.4) 0%, rgba(66,11,20,0) 35%, rgba(42,7,14,.95) 100%);
}
.collection-card-text .top span { font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--gold-bright); font-weight: 600; }
.collection-card-text h3 { font-size: 36px; color: #fff; margin-bottom: 8px; font-weight: 500; }
.collection-card-text p { color: rgba(250,243,224,.9); font-size: 14px; margin-bottom: 16px; line-height: 1.6; max-width: 280px; }
.collection-card-text .link-arrow { color: var(--gold-bright); border-color: var(--gold-bright); font-size: 9.5px; }

/* ============ TESTIMONIAL ============ */
.testimonial { background: var(--bg); padding: 130px 0; text-align: center; }
.testimonial-quote {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  font-weight: 400; font-style: italic; line-height: 1.45;
  color: var(--maroon-deep); max-width: 880px; margin: 32px auto 30px; padding: 0 20px;
}
.testimonial-quote::before { content: '"'; color: var(--gold); margin-right: 4px; }
.testimonial-quote::after { content: '"'; color: var(--gold); margin-left: 4px; }
.testimonial cite { font-style: normal; font-size: 11px; letter-spacing: 0.36em; text-transform: uppercase; color: var(--gold-muted); font-weight: 700; }

/* ============ TAMIL SECTION ============ */
.tamil-section { background: var(--bg-warm); padding: 130px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tamil-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.tamil-content h2 { font-size: clamp(1.8rem, 4vw, 3.4rem); margin: 22px 0; font-weight: 400; color: var(--maroon-deep); }
.tamil-content h2 em { color: var(--gold-muted); }
.tamil-content p { color: var(--muted); margin-bottom: 20px; font-size: 15.5px; line-height: 1.9; max-width: 520px; }
.tamil-images { display: grid; grid-template-columns: 2fr 1fr; gap: 12px; height: 520px; }
.tamil-img-main { grid-row: 1 / 3; overflow: hidden; background: var(--maroon-deep); }
.tamil-img-main img { width: 100%; height: 100%; object-fit: cover; }
.tamil-img-pair { display: flex; flex-direction: column; gap: 12px; }
.tamil-img-pair img { flex: 1; object-fit: cover; width: 100%; min-height: 0; }

/* ============ JOURNAL / LOOKBOOK ============ */
.journal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; margin-top: 60px; }
.journal-card { cursor: pointer; transition: transform 0.5s var(--ease); }
.journal-card:hover { transform: translateY(-2px); }
.journal-img { aspect-ratio: 4/5; background: var(--bg-warm); overflow: hidden; margin-bottom: 22px; }
.journal-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.journal-card:hover .journal-img img { transform: scale(1.05); }
.journal-meta { font-size: 9.5px; letter-spacing: 0.36em; text-transform: uppercase; color: var(--gold-muted); margin-bottom: 12px; font-weight: 600; }
.journal-card h3 { font-size: 23px; color: var(--maroon-deep); margin-bottom: 12px; font-weight: 500; line-height: 1.25; }
.journal-card p { color: var(--muted); font-size: 15px; line-height: 1.7; }

/* ============ NEWSLETTER / CTA ============ */
.newsletter { background: var(--bg-warm); padding: 100px 0; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.newsletter h2 { font-size: clamp(1.8rem, 4vw, 3.2rem); margin: 16px 0 14px; font-weight: 400; color: var(--maroon-deep); }
.newsletter h2 em { color: var(--gold-muted); }
.newsletter p { color: var(--muted); max-width: 560px; margin: 0 auto; font-size: 16px; line-height: 1.8; }
.newsletter-form {
  max-width: 540px; margin: 36px auto 0;
  display: flex; border: 1px solid var(--line-strong); background: var(--bg-soft);
}
.newsletter-form input { flex: 1; background: transparent; border: none; padding: 17px 22px; color: var(--maroon); font-family: var(--sans); font-size: 13px; outline: none; min-width: 0; }
.newsletter-form input::placeholder { color: var(--muted); }
.newsletter-form button { background: var(--maroon); color: var(--bg); padding: 0 32px; font-size: 10px; letter-spacing: 0.36em; text-transform: uppercase; font-weight: 600; flex-shrink: 0; transition: background 0.4s var(--ease); }
.newsletter-form button:hover { background: var(--gold); color: var(--maroon-deep); }

/* ============ FOOTER ============ */
.footer { background: var(--maroon-deep); color: rgba(250,243,224,.78); padding: 90px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 60px; }
.footer-brand p { margin: 22px 0; font-size: 14px; line-height: 1.85; max-width: 320px; color: rgba(250,243,224,.75); }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a { width: 38px; height: 38px; border: 1px solid rgba(228,192,110,.3); border-radius: 999px; display: flex; align-items: center; justify-content: center; color: var(--bg); transition: all 0.4s var(--ease); }
.footer-social a:hover { border-color: var(--gold-bright); background: var(--gold); color: var(--maroon-deep); opacity: 1; }
.footer h4 { color: var(--gold-bright); font-family: var(--sans); font-size: 10.5px; letter-spacing: 0.4em; text-transform: uppercase; margin-bottom: 22px; font-weight: 600; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 11px; font-size: 14px; }
.footer ul li a { color: rgba(250,243,224,.82); }
.footer ul li a:hover { color: var(--gold-bright); opacity: 1; }
.footer-bottom { padding-top: 28px; border-top: 1px solid rgba(228,192,110,.18); display: flex; justify-content: space-between; font-size: 11.5px; color: rgba(250,243,224,.55); letter-spacing: 0.06em; flex-wrap: wrap; gap: 14px; }
.footer-credit a { color: var(--gold-bright); font-style: italic; font-family: var(--serif); font-size: 14px; }
.footer-credit a:hover { opacity: 1; }
.footer .brand-name { color: var(--bg); font-size: 13px; padding-left: 0; }
.footer .brand-tag { color: var(--gold-bright); padding-left: 0; font-size: 9.5px; }

/* ============ CONTACT ============ */
.contact-section { background: var(--bg); padding: 90px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 70px; }
.contact-info h2 { font-size: clamp(1.8rem,3.6vw,3rem); margin: 14px 0 28px; font-weight: 400; color: var(--maroon-deep); }
.contact-info h2 em { color: var(--gold-muted); }
.contact-info p { color: var(--muted); margin-bottom: 28px; line-height: 1.85; }
.contact-block { padding: 22px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 80px 1fr; gap: 14px; }
.contact-block:last-of-type { border-bottom: 1px solid var(--line); }
.contact-block strong { font-family: var(--sans); font-size: 10px; letter-spacing: 0.36em; text-transform: uppercase; color: var(--gold-muted); font-weight: 700; }
.contact-block div { color: var(--maroon); font-size: 14px; line-height: 1.7; }
.contact-form { background: var(--maroon); color: var(--bg); padding: 50px; }
.contact-form h3 { font-size: 28px; margin-bottom: 14px; color: var(--bg); font-weight: 300; }
.contact-form h3 em { color: var(--gold-bright); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 10px; letter-spacing: 0.36em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 8px; font-weight: 700; }
.form-group input, .form-group textarea, .form-group select { width: 100%; background: transparent; border: 1px solid rgba(228,192,110,.3); padding: 13px 15px; color: var(--bg); font-family: var(--sans); font-size: 14px; outline: none; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--gold-bright); }
.form-group textarea { min-height: 130px; resize: vertical; }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(250,243,224,.5); }

/* ============ PAGE HEAD ============ */
.page-head { padding: 110px 0 70px; text-align: center; background: var(--bg); border-bottom: 1px solid var(--line); position: relative; }
.page-head::after { content: ''; position: absolute; bottom: -1px; left: 50%; transform: translateX(-50%); width: 80px; height: 1px; background: var(--gold); }
.page-head h1 { font-size: clamp(2.4rem,6vw,5.4rem); margin: 16px 0 18px; font-weight: 400; color: var(--maroon-deep); }
.page-head p { color: var(--muted); max-width: 660px; margin: 0 auto; font-size: 16.5px; line-height: 1.75; }

/* ============ FADE-IN (failsafe visible) ============ */
.fade-in { opacity: 1; transform: none; }

/* ============ TABLET ============ */
@media (max-width: 1100px) {
  .nav { padding: 16px 30px; gap: 16px; }
  .nav-links, .nav-links-secondary { display: none; }
  .nav-actions { gap: 14px; }
  .menu-toggle { display: inline-flex; }
  .cat-grid { grid-template-columns: repeat(3,1fr); }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .collections-grid, .journal-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); gap: 40px; }
  .story-grid, .contact-grid, .tamil-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-content { padding: 110px 30px 90px; }
  .container, .container-narrow { padding: 0 30px; }
  .tamil-images { height: 380px; }
}

/* ============ MOBILE ============ */
@media (max-width: 640px) {
  .cat-grid { grid-template-columns: repeat(2,1fr); }
  .product-grid { grid-template-columns: repeat(2,1fr); gap: 20px 14px; }
  .collections-grid { grid-template-columns: 1fr; }
  .journal-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .container, .container-narrow { padding: 0 20px; }
  .hero-content { padding: 90px 20px 80px; }
  .hero h1 { font-size: clamp(2.2rem,10vw,3.6rem); }
  .hero-meta { grid-template-columns: 1fr; gap: 16px; }
  .story-stats { grid-template-columns: 1fr; }
  .tamil-images { display: none; }
  .categories, .featured, .story, .collections, .testimonial, .tamil-section { padding: 80px 0; }
}

/* ============ INTERACTIONS ============ */
* { transition-property: opacity, color, background-color, border-color, transform, box-shadow; }
