/* Prithviraj Wood Work — one-page demo */

:root {
  --wood-deep: #1a100c;
  --wood-dark: #2a1a14;
  --wood-mid: #4a2f22;
  --wood-grain: #6b4423;
  --gold: #e8b84a;
  --gold-bright: #f5d06a;
  --gold-dim: #c4922e;
  --cream: #f7f0e4;
  --mist: #d9e4ec;
  --text: #f4ebe0;
  --text-muted: rgba(244, 235, 224, 0.72);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --nav-h: 76px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--wood-deep);
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.25s var(--ease);
}

a:hover {
  color: var(--gold-bright);
}

/* ——— Nav ——— */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  padding: 0 clamp(1rem, 4vw, 3rem);
  background: transparent;
  transition: background 0.4s var(--ease), box-shadow 0.4s var(--ease), backdrop-filter 0.4s;
}

.site-nav.is-scrolled {
  background: rgba(26, 16, 12, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(232, 184, 74, 0.15);
}

.nav-brand {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  color: var(--gold-bright) !important;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.nav-brand span {
  display: block;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mist);
  opacity: 0.85;
}

.site-nav .nav-link {
  color: var(--text) !important;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.4rem 0.85rem !important;
  opacity: 0.9;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus {
  color: var(--gold-bright) !important;
  opacity: 1;
}

.btn-call {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--gold);
  color: var(--wood-deep) !important;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.55rem 1.1rem;
  border: none;
  border-radius: 2px;
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}

.btn-call:hover {
  background: var(--gold-bright);
  color: var(--wood-deep) !important;
  transform: translateY(-1px);
}

.navbar-toggler {
  border-color: rgba(232, 184, 74, 0.4);
  padding: 0.35rem 0.5rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23e8b84a' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
  .site-nav .navbar-collapse {
    background: rgba(26, 16, 12, 0.98);
    margin-top: 0.75rem;
    padding: 1rem;
    border: 1px solid rgba(232, 184, 74, 0.2);
  }
}

/* ——— Hero ——— */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--nav-h) + 2rem) clamp(1.25rem, 5vw, 4rem) clamp(3rem, 8vw, 5.5rem);
  background-color: var(--wood-dark);
  background-image:
    linear-gradient(105deg, rgba(18, 10, 8, 0.92) 0%, rgba(26, 16, 12, 0.55) 48%, rgba(26, 16, 12, 0.35) 100%),
    url("https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&w=1920&q=80");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 80% 40%, rgba(232, 184, 74, 0.12), transparent 60%),
    linear-gradient(to top, rgba(18, 10, 8, 0.75) 0%, transparent 45%);
  pointer-events: none;
}

.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.hero-brand {
  font-family: var(--font-display);
  font-weight: 650;
  font-size: clamp(2.75rem, 8vw, 5.25rem);
  line-height: 1.05;
  color: var(--gold-bright);
  margin: 0 0 0.35rem;
  letter-spacing: -0.02em;
  opacity: 0;
  transform: translateY(28px);
  animation: riseIn 1s var(--ease) 0.15s forwards;
}

.hero-brand-mr {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.5vw, 1.45rem);
  color: var(--mist);
  margin: 0 0 1.35rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(20px);
  animation: riseIn 1s var(--ease) 0.35s forwards;
}

.hero-line {
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  color: var(--text);
  max-width: 34ch;
  margin: 0 0 1.75rem;
  font-weight: 400;
  opacity: 0;
  transform: translateY(20px);
  animation: riseIn 1s var(--ease) 0.5s forwards;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  opacity: 0;
  transform: translateY(20px);
  animation: riseIn 1s var(--ease) 0.65s forwards;
}

.btn-primary-gold {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--gold);
  color: var(--wood-deep) !important;
  font-weight: 700;
  padding: 0.85rem 1.5rem;
  border-radius: 2px;
  border: 2px solid var(--gold);
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}

.btn-primary-gold:hover {
  background: var(--gold-bright);
  border-color: var(--gold-bright);
  color: var(--wood-deep) !important;
  transform: translateY(-2px);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: var(--text) !important;
  font-weight: 600;
  padding: 0.85rem 1.5rem;
  border-radius: 2px;
  border: 1px solid rgba(247, 240, 228, 0.35);
  transition: border-color 0.25s, background 0.25s, transform 0.25s var(--ease);
}

.btn-ghost:hover {
  border-color: var(--gold);
  background: rgba(232, 184, 74, 0.08);
  color: var(--gold-bright) !important;
  transform: translateY(-2px);
}

.hero-scroll {
  position: absolute;
  right: clamp(1.25rem, 5vw, 3rem);
  bottom: 2rem;
  z-index: 2;
  writing-mode: vertical-rl;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
  opacity: 0;
  animation: fadeIn 1s ease 1.2s forwards, pulseY 2.4s ease 1.8s infinite;
}

@keyframes riseIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  to { opacity: 1; }
}

@keyframes pulseY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* ——— Sections ——— */
.section {
  padding: clamp(3.5rem, 8vw, 6.5rem) 0;
  position: relative;
}

.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 650;
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.15;
  color: var(--cream);
  margin: 0 0 0.75rem;
}

.section-lead {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 48ch;
  margin: 0;
}

/* Products */
.products-section {
  background:
    linear-gradient(180deg, var(--wood-deep) 0%, var(--wood-dark) 40%, #241610 100%);
}

.product-row {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  opacity: 1;
  transform: none;
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

@media (prefers-reduced-motion: no-preference) {
  .product-row.reveal:not(.is-visible) {
    opacity: 0;
    transform: translateY(32px);
  }
}

.product-row.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.product-row:nth-child(even) {
  grid-template-columns: 1fr 1.05fr;
}

.product-row:nth-child(even) .product-media {
  order: 2;
}

.product-row:nth-child(even) .product-copy {
  order: 1;
}

.product-media {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  aspect-ratio: 4 / 3;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease);
}

.product-row:hover .product-media img {
  transform: scale(1.04);
}

.product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(232, 184, 74, 0.25);
  pointer-events: none;
}

.product-index {
  font-family: var(--font-display);
  font-size: 0.9rem;
  color: var(--gold-dim);
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}

.product-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 650;
  color: var(--gold-bright);
  margin: 0 0 0.85rem;
}

.product-text {
  color: var(--text-muted);
  margin: 0;
  max-width: 38ch;
}

@media (max-width: 767.98px) {
  .product-row,
  .product-row:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .product-row:nth-child(even) .product-media,
  .product-row:nth-child(even) .product-copy {
    order: unset;
  }
}

/* About */
.about-section {
  background:
    linear-gradient(135deg, rgba(26, 16, 12, 0.88), rgba(42, 26, 20, 0.92)),
    url("../img/shop-front.jpg") center / cover no-repeat;
  background-attachment: scroll;
}

.about-panel {
  max-width: 640px;
  padding: clamp(1.5rem, 4vw, 2.5rem) 0;
}

.about-panel p {
  color: var(--text);
  font-size: 1.08rem;
  margin-bottom: 1.1rem;
}

.about-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(232, 184, 74, 0.25);
}

.about-meta dt {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.25rem;
  font-weight: 700;
}

.about-meta dd {
  margin: 0;
  color: var(--cream);
  font-weight: 500;
}

/* Why us strip */
.why-strip {
  background: var(--wood-mid);
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  border-top: 1px solid rgba(232, 184, 74, 0.15);
  border-bottom: 1px solid rgba(232, 184, 74, 0.15);
}

.why-item {
  text-align: center;
  padding: 1rem 0.5rem;
  opacity: 1;
  transform: none;
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

@media (prefers-reduced-motion: no-preference) {
  .why-item.reveal:not(.is-visible) {
    opacity: 0;
    transform: translateY(16px);
  }
}

.why-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.why-item h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--gold-bright);
  margin: 0 0 0.4rem;
}

.why-item p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* Contact */
.contact-section {
  background: var(--wood-deep);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  margin-top: 2.5rem;
}

@media (max-width: 991.98px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
}

.contact-list li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  margin-bottom: 1.15rem;
  color: var(--text);
}

.contact-list .icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(232, 184, 74, 0.35);
  color: var(--gold);
  font-size: 0.95rem;
}

.contact-list a {
  color: var(--cream);
  font-weight: 600;
}

.contact-list a:hover {
  color: var(--gold-bright);
}

.map-frame {
  position: relative;
  min-height: 320px;
  height: 100%;
  border: 1px solid rgba(232, 184, 74, 0.25);
  overflow: hidden;
  background: var(--wood-dark);
}

.map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.25) contrast(1.05);
}

.enquiry-form {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(232, 184, 74, 0.2);
}

.enquiry-form .form-control,
.enquiry-form .form-select {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(247, 240, 228, 0.18);
  color: var(--cream);
  border-radius: 2px;
  padding: 0.7rem 0.9rem;
}

.enquiry-form .form-control:focus,
.enquiry-form .form-select:focus {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--gold);
  box-shadow: 0 0 0 0.15rem rgba(232, 184, 74, 0.2);
  color: var(--cream);
}

.enquiry-form .form-control::placeholder {
  color: rgba(244, 235, 224, 0.4);
}

.enquiry-form label {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.35rem;
}

.alert-shop {
  border-radius: 2px;
  border: none;
}

.alert-shop.success {
  background: rgba(70, 140, 90, 0.25);
  color: #c8f0d0;
}

.alert-shop.error {
  background: rgba(160, 60, 50, 0.3);
  color: #ffd0c8;
}

/* Footer */
.site-footer {
  background: #120c09;
  padding: 1.75rem 0;
  border-top: 1px solid rgba(232, 184, 74, 0.12);
  font-size: 0.9rem;
  color: var(--text-muted);
}

.site-footer strong {
  color: var(--gold);
  font-family: var(--font-display);
  font-weight: 600;
}

.wa-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 999;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  display: grid;
  place-items: center;
  font-size: 1.55rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s var(--ease);
  animation: popIn 0.6s var(--ease) 1.4s both;
}

.wa-float:hover {
  transform: scale(1.08);
  color: #fff !important;
}

@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
