:root {
  --wood: #8a4b25;
  --wood-dark: #5b2e16;
  --wood-soft: #ead7c4;
  --ink: #1f1a16;
  --muted: #73685f;
  --line: #e7ded5;
  --paper: #fffaf5;
  --white: #ffffff;
  --green: #128c4a;
  --gold: #c99a3c;
  --charcoal: #2d3033;
  --shadow: 0 18px 50px rgba(45, 38, 30, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.offer-bar {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 10px 16px;
  background: var(--wood-dark);
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.offer-bar a {
  color: #f6d38b;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 58px);
  background: rgba(255, 250, 245, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent),
    linear-gradient(45deg, var(--wood-dark), var(--wood));
  border-radius: 8px;
  color: var(--white);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(91, 46, 22, 0.25);
}

.brand strong {
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.05;
}

.brand strong span,
.site-footer strong span,
.hero h1 span {
  color: var(--wood);
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  color: #342a22;
  font-size: 14px;
  font-weight: 700;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--wood);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.icon-button,
.menu-button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--wood-dark);
}

.icon-button svg {
  width: 20px;
  height: 20px;
}

.count-button {
  position: relative;
}

.count-button span {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
}

.menu-button {
  display: none;
  gap: 4px;
}

.menu-button span {
  width: 19px;
  height: 2px;
  background: currentColor;
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: min(680px, calc(100vh - 128px));
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(22, 15, 10, 0.72), rgba(22, 15, 10, 0.34), rgba(22, 15, 10, 0.06)),
    linear-gradient(0deg, rgba(22, 15, 10, 0.45), transparent 45%);
  content: "";
}

.hero-media,
.hero-media img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
}

.hero-content {
  width: min(760px, calc(100% - 36px));
  margin: 0 0 clamp(44px, 8vw, 96px) clamp(18px, 8vw, 110px);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1,
.category-hero h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 88px;
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.hero h1 span {
  text-shadow: 0 2px 0 rgba(255, 234, 207, 0.22);
}

.hero p:not(.eyebrow) {
  width: min(640px, 100%);
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 21px;
  line-height: 1.6;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.primary-button,
.secondary-button,
.contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
}

.primary-button {
  background: var(--wood);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(91, 46, 22, 0.24);
}

.secondary-button {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.74);
  color: var(--wood-dark);
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.quick-strip article {
  padding: 22px clamp(16px, 3vw, 32px);
  border-right: 1px solid var(--line);
}

.quick-strip article:last-child {
  border-right: 0;
}

.quick-strip strong {
  display: block;
  font-size: 18px;
}

.quick-strip span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
}

.section-shell,
.appointment-band,
.contact-section,
.category-hero {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.section-shell {
  padding: clamp(54px, 8vw, 90px) 0 0;
}

.section-heading,
.category-tools {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section-heading h2,
.appointment-band h2,
.contact-copy h2,
.category-tools h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 46px;
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading a {
  flex: 0 0 auto;
  color: var(--wood);
  font-weight: 800;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.category-card,
.subcategory-card,
.product-card,
.video-card,
.location-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(45, 38, 30, 0.06);
}

.category-card {
  min-height: 230px;
}

.category-card img,
.subcategory-card img {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  object-fit: cover;
}

.category-card div,
.subcategory-card div {
  padding: 14px;
}

.category-card h3,
.subcategory-card h3,
.video-card h3,
.location-grid h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
}

.category-card p,
.subcategory-card p,
.video-card p,
.location-grid p,
.product-card p,
.appointment-band p,
.contact-copy p {
  color: var(--muted);
  line-height: 1.6;
}

.category-card p,
.subcategory-card p {
  margin: 6px 0 0;
  font-size: 13px;
}

.appointment-band img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.appointment-band p,
.contact-copy p {
  font-size: 16px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.product-card img {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  object-fit: cover;
  background: #eee;
}

.product-wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.92);
}

.product-wishlist.is-active {
  background: var(--wood);
  color: var(--white);
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}

.product-body h3 {
  min-height: 44px;
  margin: 0;
  font-size: 17px;
  line-height: 1.3;
}

.product-body p {
  margin: 8px 0 0;
  font-size: 13px;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 13px;
}

.price-row strong {
  color: var(--wood-dark);
  font-size: 18px;
}

.price-row span {
  color: #9b8e84;
  font-size: 13px;
  text-decoration: line-through;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 10px;
  margin-top: auto;
  padding-top: 16px;
}

.product-actions .primary-button {
  min-height: 42px;
  padding: 0 12px;
  font-size: 14px;
}

.product-actions .icon-button {
  width: 42px;
  height: 42px;
}

.appointment-band {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: clamp(26px, 5vw, 60px);
  margin-top: clamp(58px, 8vw, 96px);
  padding: clamp(22px, 3vw, 32px);
  background: #2d241c;
  border-radius: 8px;
  color: var(--white);
}

.appointment-band p {
  color: rgba(255, 255, 255, 0.78);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.video-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #17120f;
}

.video-card h3,
.video-card p,
.location-grid h3,
.location-grid p {
  margin-right: 16px;
  margin-left: 16px;
}

.video-card h3,
.location-grid h3 {
  margin-top: 16px;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 64px);
  padding: clamp(58px, 8vw, 96px) 0 0;
}

.contact-actions a {
  background: var(--white);
  border-color: var(--line);
  color: var(--wood-dark);
}

.enquiry-form {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.enquiry-form label,
.category-tools label,
.search-box label {
  display: grid;
  gap: 7px;
  color: var(--wood-dark);
  font-size: 13px;
  font-weight: 800;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea,
.category-tools select,
.discount-modal input,
.search-box input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  outline: 0;
}

.enquiry-form input,
.enquiry-form select,
.category-tools select,
.discount-modal input,
.search-box input {
  height: 46px;
  padding: 0 13px;
}

.enquiry-form textarea {
  min-height: 116px;
  padding: 12px 13px;
  resize: vertical;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.location-grid iframe {
  width: 100%;
  height: 330px;
  border: 0;
}

.location-actions {
  display: flex;
  padding: 14px 16px 16px;
}

.location-actions .secondary-button {
  width: 100%;
  min-height: 42px;
  background: #f7f1ea;
  border-color: var(--line);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(60px, 8vw, 100px);
  padding: 28px clamp(18px, 4vw, 58px);
  background: #201a16;
  color: var(--white);
}

.site-footer strong {
  font-size: 20px;
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer div:last-child {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 700;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 45;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  box-shadow: 0 14px 32px rgba(18, 140, 74, 0.34);
}

.floating-whatsapp svg {
  width: 31px;
  height: 31px;
}

.modal-backdrop,
.drawer,
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  background: rgba(28, 22, 17, 0.5);
}

.modal-backdrop.is-open,
.drawer.is-open,
.search-overlay.is-open {
  display: block;
}

.discount-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(760px, calc(100% - 30px));
  min-height: 430px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 250, 245, 0.98) 0 56%, rgba(255, 250, 245, 0.72)),
    url("https://images.unsplash.com/photo-1618220179428-22790b461013?auto=format&fit=crop&w=1100&q=80") right center / cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
  transform: translate(-50%, -50%);
}

.discount-modal > div {
  width: min(420px, 100%);
  padding: clamp(28px, 5vw, 48px);
}

.discount-modal h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 56px;
  line-height: 1;
}

.discount-modal p {
  color: var(--muted);
  line-height: 1.55;
}

.discount-modal form {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--wood-dark);
}

.modal-close svg {
  width: 20px;
  height: 20px;
}

.drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(430px, 100%);
  height: 100%;
  overflow: auto;
  padding: 20px;
  background: var(--paper);
  box-shadow: -12px 0 35px rgba(26, 18, 12, 0.2);
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.drawer-head h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
}

.drawer-item {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 13px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.drawer-item img {
  width: 84px;
  height: 72px;
  border-radius: 8px;
  object-fit: cover;
}

.drawer-item h3 {
  margin: 0 0 5px;
  font-size: 15px;
}

.drawer-item p {
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 13px;
}

.drawer-item button {
  border: 0;
  background: transparent;
  color: var(--wood);
  font-size: 13px;
  font-weight: 800;
  padding: 0;
}

.drawer-total {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 800;
}

.drawer-cta {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.drawer-empty {
  margin: 28px 0;
  color: var(--muted);
}

.search-overlay {
  z-index: 95;
}

.search-box {
  position: absolute;
  top: 70px;
  left: 50%;
  width: min(760px, calc(100% - 28px));
  padding: 22px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transform: translateX(-50%);
}

.search-results {
  display: grid;
  gap: 10px;
  max-height: 430px;
  overflow: auto;
  margin-top: 16px;
}

.search-result {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.search-result img {
  width: 86px;
  height: 70px;
  border-radius: 8px;
  object-fit: cover;
}

.search-result h3,
.search-result p {
  margin: 0;
}

.search-result p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.category-hero {
  position: relative;
  min-height: 310px;
  display: grid;
  align-items: end;
  margin-top: 28px;
  padding: clamp(28px, 6vw, 56px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(31, 22, 16, 0.82), rgba(31, 22, 16, 0.28)),
    var(--category-image, url("https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&w=1600&q=80")) center / cover;
  border-radius: 8px;
  color: var(--white);
}

.category-hero p:not(.eyebrow) {
  width: min(580px, 100%);
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.6;
}

.subcategory-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.subcategory-card.is-active {
  outline: 3px solid rgba(138, 75, 37, 0.28);
}

.category-tools {
  align-items: center;
}

.category-tools label {
  width: min(260px, 100%);
}

@media (max-width: 1100px) {
  .hero h1,
  .category-hero h1 {
    font-size: 72px;
  }

  .section-heading h2,
  .appointment-band h2,
  .contact-copy h2,
  .category-tools h2 {
    font-size: 40px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .menu-button {
    display: grid;
  }

  .mobile-menu.is-open {
    position: sticky;
    top: 77px;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border-bottom: 1px solid var(--line);
  }

  .mobile-menu a {
    padding: 13px 16px;
    background: var(--white);
    color: var(--wood-dark);
    font-weight: 800;
  }

  .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .subcategory-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .offer-bar {
    flex-direction: column;
    gap: 4px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.3;
  }

  .offer-bar span,
  .offer-bar a {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .site-header {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    min-height: 64px;
    padding: 12px;
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - 132px);
    gap: 10px;
  }

  .brand > span:last-child {
    min-width: 0;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 14px;
    max-width: 128px;
    line-height: 1.12;
    white-space: normal;
  }

  .brand small {
    display: none;
  }

  .header-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    gap: 4px;
  }

  .icon-button,
  .menu-button {
    width: 34px;
    height: 34px;
  }

  .header-actions [data-open-search] {
    display: none;
  }

  .mobile-menu.is-open {
    top: 65px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    min-height: 610px;
  }

  .hero::after {
    background: linear-gradient(0deg, rgba(22, 15, 10, 0.76), rgba(22, 15, 10, 0.2));
  }

  .hero-content {
    width: calc(100% - 28px);
    margin: 0 14px 34px;
  }

  .hero h1,
  .category-hero h1 {
    font-size: 52px;
  }

  .hero h1 span {
    display: block;
  }

  .hero p:not(.eyebrow) {
    font-size: 18px;
  }

  .section-heading h2,
  .appointment-band h2,
  .contact-copy h2,
  .category-tools h2 {
    font-size: 34px;
  }

  .discount-modal h2 {
    font-size: 42px;
  }

  .discount-modal {
    left: 50%;
    width: calc(100vw - 40px);
    max-width: 350px;
    transform: translate(-50%, -50%);
  }

  .discount-modal > div {
    width: 100%;
    padding: 24px;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .quick-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-strip article {
    border-bottom: 1px solid var(--line);
  }

  .section-heading,
  .category-tools,
  .site-footer {
    align-items: start;
    flex-direction: column;
  }

  .category-grid,
  .product-grid,
  .video-grid,
  .location-grid,
  .subcategory-grid,
  .appointment-band,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .category-grid,
  .subcategory-grid {
    gap: 12px;
  }

  .category-card {
    display: grid;
    grid-template-columns: 118px 1fr;
    min-height: 0;
  }

  .category-card img {
    height: 100%;
    min-height: 120px;
    aspect-ratio: auto;
  }

  .appointment-band {
    width: calc(100% - 28px);
    padding: 18px;
  }

  .contact-section,
  .section-shell,
  .category-hero {
    width: calc(100% - 28px);
  }

  .discount-modal {
    background:
      linear-gradient(rgba(255, 250, 245, 0.94), rgba(255, 250, 245, 0.94)),
      url("https://images.unsplash.com/photo-1618220179428-22790b461013?auto=format&fit=crop&w=900&q=80") center / cover;
  }
}

@media (max-width: 460px) {
  .quick-strip {
    grid-template-columns: 1fr;
  }

  .quick-strip article {
    border-right: 0;
  }

  .category-card {
    grid-template-columns: 96px 1fr;
  }

  .product-actions {
    grid-template-columns: 1fr;
  }

  .product-actions .icon-button {
    width: 100%;
  }
}
