/* ---------------------------------------------------------
   Punjab Cloth Store — single page site
   Palette: maroon #6E1423, gold #C6952C, ivory #F6F0E4,
            ink #221712, teal accent #2C6863
--------------------------------------------------------- */

:root {
  --maroon: #6e1423;
  --maroon-dark: #4a0d18;
  --gold: #c6952c;
  --gold-light: #e3c47f;
  --ivory: #f6f0e4;
  --ivory-2: #efe6d3;
  --ink: #221712;
  --ink-soft: #4b3d34;
  --teal: #2c6863;
  --white: #fffdf9;

  --font-display: "Fraunces", ui-serif, Georgia, serif;
  --font-body: "Manrope", ui-sans-serif, system-ui, sans-serif;

  --container: 1180px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--gold);
  color: var(--ink);
  padding: 0.75rem 1rem;
  z-index: 999;
  font-weight: 600;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

.section-kicker {
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--maroon);
  margin: 0 0 0.75rem;
}
.section-kicker.light { color: var(--gold); }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.05;
  margin: 0 0 1rem;
  color: var(--ink);
}

/* ---------------- Header ---------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 240, 228, 0.88);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid rgba(34, 23, 18, 0.08);
}

.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0.85rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--ink);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50% 50% 50% 0;
  background: var(--maroon);
  color: var(--gold-light);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.brand-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.08rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 0.92rem;
  font-weight: 500;
}

.site-nav a {
  text-decoration: none;
  color: var(--ink-soft);
}
.site-nav a:hover { color: var(--maroon); }

.nav-cta {
  background: var(--maroon);
  color: var(--white) !important;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-weight: 600;
}
.nav-cta:hover { background: var(--maroon-dark); }

.social-icon {
  display: inline-flex;
  color: var(--ink-soft);
}
.social-icon:hover { color: var(--maroon); }

/* ---------------- Hero ---------------- */

.hero {
  position: relative;
  min-height: min(92vh, 760px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20,10,8,0.35) 0%, rgba(20,10,8,0.15) 30%, rgba(20,10,8,0.55) 78%, rgba(20,10,8,0.86) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--container);
  margin: 0 auto;
  width: 100%;
  padding: 3.2rem 1.5rem 3.6rem;
  color: var(--white);
}

.badge {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--ink);
  background: var(--gold-light);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  margin: 0 0 1rem;
}

.eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  color: var(--gold-light);
  font-weight: 700;
  margin: 0 0 0.9rem;
}

.hero h1 {
  color: var(--white);
  font-size: clamp(2.6rem, 6.5vw, 5rem);
  margin: 0 0 0.9rem;
  max-width: 14ch;
}

.hero-sub {
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  max-width: 42ch;
  color: rgba(255,253,249,0.88);
  margin: 0 0 1.9rem;
  font-weight: 400;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
  border: 1.5px solid transparent;
}
.btn:hover { transform: translateY(-1px); }

.btn-primary {
  background: var(--gold);
  color: var(--ink);
}
.btn-primary:hover { background: var(--gold-light); }

.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,253,249,0.55);
}
.btn-ghost:hover { border-color: var(--white); background: rgba(255,253,249,0.08); }

.btn-ghost-inverse {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,253,249,0.5);
}
.btn-ghost-inverse:hover { border-color: var(--white); background: rgba(255,253,249,0.1); }

/* ---------------- Arch divider (signature element) ---------------- */

.arch-divider {
  line-height: 0;
  background: var(--ivory);
}
.arch-divider svg { width: 100%; height: 34px; display: block; fill: var(--maroon); }
.arch-divider--flip svg { transform: scaleY(-1); fill: var(--ivory-2); }
.arch-divider--flip { background: var(--maroon); }

/* ---------------- About ---------------- */

.about {
  background: var(--ivory);
  padding: 5.5rem 1.5rem;
}

.about-grid {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-text h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.about-text p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 46ch;
}

.category-chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding: 0;
  margin: 1.6rem 0 1.5rem;
}
.category-chips li {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--maroon);
  background: var(--ivory-2);
  border: 1px solid rgba(110,20,35,0.18);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
}

.text-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: 600;
  color: var(--maroon);
  text-decoration: none;
  border-bottom: 1.5px solid var(--gold);
  padding-bottom: 2px;
}
.text-link:hover { color: var(--maroon-dark); }

.about-figure {
  margin: 0;
  position: relative;
}
.about-figure img {
  border-radius: 6px 6px 90px 6px;
  box-shadow: 0 30px 60px -20px rgba(34,23,18,0.35);
}

/* ---------------- Collections ---------------- */

.collections {
  background: var(--maroon);
  background-image:
    radial-gradient(circle at 15% 10%, rgba(198,149,44,0.14), transparent 45%),
    radial-gradient(circle at 85% 90%, rgba(198,149,44,0.10), transparent 45%);
  padding: 5.5rem 1.5rem 4.5rem;
  text-align: center;
}

.collections-title {
  color: var(--white);
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  margin-bottom: 3rem;
}

.floor-cards {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  text-align: left;
}

.floor-card {
  background: var(--ivory);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 40px -18px rgba(0,0,0,0.45);
  display: flex;
  flex-direction: column;
}

.floor-card-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.floor-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.floor-card:hover .floor-card-img img { transform: scale(1.05); }

.floor-card-body {
  padding: 1.4rem 1.5rem 1.7rem;
}

.floor-no {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.4rem;
}

.floor-card h3 {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}

.floor-card p {
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}

.brand-strip {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  max-width: var(--container);
  margin: 3rem auto 0;
  padding: 0;
}
.brand-strip li {
  font-family: var(--font-display);
  font-weight: 500;
  font-style: italic;
  color: var(--gold-light);
  font-size: 1.05rem;
  padding: 0.4rem 1.1rem;
  border: 1px solid rgba(227,196,127,0.35);
  border-radius: 999px;
}

/* ---------------- Visit ---------------- */

.visit {
  background: var(--maroon);
  padding: 0 0 5.5rem;
}

.visit-grid {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: stretch;
}

.visit-card h2 {
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.visit-card address {
  font-style: normal;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255,253,249,0.86);
  margin-bottom: 1.8rem;
}

.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.6rem;
}

.hours {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--gold-light);
  margin: 0 0 1.4rem;
}

.visit-social {
  display: flex;
  gap: 0.6rem;
  font-size: 0.88rem;
  margin-bottom: 1.2rem;
  color: rgba(255,253,249,0.6);
}
.visit-social a {
  text-decoration: none;
  color: rgba(255,253,249,0.86);
  font-weight: 600;
}
.visit-social a:hover { color: var(--gold-light); }

.gstin {
  font-size: 0.85rem;
  color: rgba(255,253,249,0.55);
  letter-spacing: 0.02em;
}

.visit-map {
  border-radius: 10px;
  overflow: hidden;
  min-height: 320px;
  box-shadow: 0 20px 50px -20px rgba(0,0,0,0.5);
  border: 1px solid rgba(227,196,127,0.25);
}
.visit-map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

/* ---------------- Footer ---------------- */

.site-footer {
  background: var(--ink);
  color: rgba(246,240,228,0.75);
  padding: 2.6rem 1.5rem 2rem;
}

.footer-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.88rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--ivory);
  font-size: 1rem;
}
.footer-brand .brand-mark {
  width: 1.8rem;
  height: 1.8rem;
  font-size: 0.6rem;
}

.footer-details p { margin: 0.15rem 0; }
.footer-details a { text-decoration: none; color: var(--gold-light); }
.footer-details a:hover { text-decoration: underline; }

.footer-copyright {
  width: 100%;
  text-align: center;
  margin: 1.6rem 0 0;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(246,240,228,0.12);
  font-size: 0.8rem;
  color: rgba(246,240,228,0.45);
}

/* ---------------- Responsive ---------------- */

@media (max-width: 900px) {
  .about-grid,
  .visit-grid {
    grid-template-columns: 1fr;
  }
  .floor-cards {
    grid-template-columns: 1fr;
  }
  .site-nav {
    gap: 1rem;
    font-size: 0.85rem;
  }
  .brand-name { display: none; }
}

@media (max-width: 560px) {
  .header-inner { padding: 0.7rem 1.1rem; }
  .hero-content { padding: 2.2rem 1.1rem 2.6rem; }
  .about, .collections, .visit { padding-left: 1.1rem; padding-right: 1.1rem; }
  .visit-grid { padding: 0 1.1rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
