:root {
  --ink: #153c3b;
  --ink-deep: #0b2a2a;
  --wine: #8b3b4b;
  --gold: #c28c49;
  --gold-soft: #dec19a;
  --ivory: #fbf8f2;
  --paper: #f3eee4;
  --sand: #e7dcc9;
  --muted: #65706a;
  --line: rgba(21, 60, 59, 0.16);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: clip;
}
body.dialog-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; height: auto; max-width: 100%; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.shell { width: var(--shell); margin: 0 auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-200%); padding: 10px 14px; background: var(--ivory); color: var(--ink); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  align-items: center;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  left: 0;
  padding: calc(20px + env(safe-area-inset-top)) max(24px, calc((100% - 1180px) / 2)) 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.site-header.is-scrolled { background: rgba(11, 42, 42, 0.96); position: fixed; box-shadow: 0 3px 18px rgba(0, 0, 0, 0.14); }
.brand-logo { display: inline-flex; justify-self: start; }
.brand-logo img { display: block; filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2)); height: auto; width: 140px; }
.site-nav { display: flex; gap: 26px; justify-content: center; }
.site-nav a, .header-cta, .menu-toggle { font-size: 12px; font-weight: 600; letter-spacing: 0.7px; text-transform: uppercase; }
.site-nav a { opacity: 0.9; }
.site-nav a:hover { color: var(--gold-soft); }
.header-cta { background: transparent; border: 1px solid rgba(255, 255, 255, 0.7); color: #fff; justify-self: end; padding: 10px 14px; }
.header-cta:hover { background: #fff; color: var(--ink); }
.menu-toggle { background: transparent; border: 0; color: #fff; display: none; min-height: 44px; min-width: 44px; }

.hero {
  align-items: end;
  background-image: url("assets/bskanda-bridal-campaign.webp");
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: min(790px, 92svh);
  padding: 150px 0 78px;
  position: relative;
}
.hero::before { background: rgba(11, 27, 26, 0.4); content: ""; inset: 0; position: absolute; }
.hero-inner { max-width: 720px; margin: 0 max(24px, calc((100% - 1180px) / 2)); position: relative; z-index: 1; }
.eyebrow { color: var(--gold-soft); font-size: 11px; font-weight: 700; letter-spacing: 1.6px; margin: 0 0 17px; text-transform: uppercase; }
.eyebrow-dark { color: var(--wine); }
.eyebrow-light { color: var(--gold-soft); }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: 0; line-height: 1.04; }
h1 { font-size: 76px; margin-bottom: 22px; max-width: 700px; }
h2 { font-size: 52px; margin-bottom: 19px; }
.hero-copy { color: rgba(255, 255, 255, 0.88); font-size: 18px; max-width: 525px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 21px; margin-top: 34px; }
.button { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: 12px; font-weight: 700; justify-content: center; letter-spacing: 0.7px; min-height: 46px; padding: 0 20px; text-transform: uppercase; transition: 160ms ease; }
.button-light { background: var(--ivory); color: var(--ink); }
.button-light:hover { background: var(--gold-soft); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--wine); }
.button-outline { background: transparent; border-color: rgba(255, 255, 255, 0.7); color: #fff; }
.button-outline:hover { background: #fff; color: var(--ink); }
.text-button, .text-link { background: transparent; border: 0; font-size: 12px; font-weight: 700; letter-spacing: 0.7px; padding: 0; text-transform: uppercase; }
.text-button-light { color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.6); padding-bottom: 5px; }
.text-link { border-bottom: 1px solid var(--wine); color: var(--wine); padding-bottom: 4px; }
.hero-note { bottom: 32px; color: rgba(255, 255, 255, 0.76); font-size: 11px; letter-spacing: 1.2px; position: absolute; right: max(24px, calc((100% - 1180px) / 2)); text-transform: uppercase; writing-mode: vertical-rl; z-index: 1; }

.assurance { border-bottom: 1px solid var(--line); background: #fffdf9; }
.assurance-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.assurance p { border-left: 1px solid var(--line); display: flex; flex-direction: column; margin: 0; padding: 25px 24px; }
.assurance p:last-child { border-right: 1px solid var(--line); }
.assurance strong { font-size: 13px; margin-bottom: 3px; }
.assurance span { color: var(--muted); font-size: 12px; }

.section { padding: 122px 0; }
.section-heading { margin-bottom: 54px; }
.split-heading { align-items: end; display: grid; gap: 60px; grid-template-columns: minmax(0, 1fr) 310px; }
.split-heading h2 { max-width: 640px; }
.split-heading > p { color: var(--muted); margin-bottom: 6px; }
.collection-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.collection-card { aspect-ratio: 0.78; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 20px; position: relative; transition: transform 180ms ease; }
.collection-card:hover { transform: translateY(-5px); }
.collection-card::after { content: ""; inset: 0; opacity: 0.86; position: absolute; transition: opacity 180ms ease; }
.collection-card:hover::after { opacity: 0.7; }
.collection-label, .collection-copy { position: relative; z-index: 1; }
.collection-label { border-bottom: 1px solid currentColor; font-size: 11px; padding-bottom: 10px; width: 100%; }
.collection-copy { display: flex; flex-direction: column; gap: 5px; }
.collection-copy strong { font-family: var(--serif); font-size: 27px; font-weight: 500; line-height: 1; }
.collection-copy small { font-size: 12px; }
.collection-bridal { background: url("assets/bskanda-bridal-campaign.webp") 76% center / cover; color: #fff; }
.collection-bridal::after { background: linear-gradient(0deg, rgba(11, 42, 42, 0.72), rgba(11, 42, 42, 0.04)); }
.collection-gold { background: #d8b47c; color: var(--ink); }
.collection-gold::after { background: repeating-radial-gradient(circle at 12% 100%, transparent 0 21px, rgba(255,255,255,.45) 22px 24px, transparent 25px 49px); }
.collection-diamond { background: #a7c2c1; color: var(--ink); }
.collection-diamond::after { background: linear-gradient(135deg, transparent 48%, rgba(255,255,255,.55) 49% 51%, transparent 52%), linear-gradient(45deg, transparent 48%, rgba(255,255,255,.45) 49% 51%, transparent 52%); background-size: 54px 54px; }
.collection-heritage { background: var(--wine); color: #fff; }
.collection-heritage::after { background: repeating-linear-gradient(90deg, transparent 0 18px, rgba(255,255,255,.12) 19px 20px, transparent 21px 39px); }

.bridal-feature { background: var(--paper); padding: 92px 0; }
.bridal-layout { align-items: center; display: grid; gap: clamp(34px, 6vw, 100px); grid-template-columns: minmax(280px, 0.93fr) minmax(320px, 0.8fr); }
.bridal-image { aspect-ratio: 0.85; background: url("assets/bskanda-bridal-campaign.webp") 80% center / cover; }
.bridal-copy > p { color: var(--muted); max-width: 490px; }
.feature-list { list-style: none; margin: 29px 0 32px; padding: 0; }
.feature-list li { border-top: 1px solid var(--line); font-size: 14px; padding: 12px 0 12px 24px; position: relative; }
.feature-list li::before { color: var(--wine); content: "*"; font-size: 20px; left: 0; position: absolute; top: 8px; }

.catalogue-heading { align-items: end; display: flex; gap: 25px; justify-content: space-between; }
.catalogue-heading h2 { margin-bottom: 0; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 7px; }
.filter { background: transparent; border: 1px solid var(--line); color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: 0.6px; min-height: 44px; padding: 0 13px; text-transform: uppercase; }
.filter:hover, .filter.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }
.product-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.product-card { animation: fade-in 260ms ease both; border-top: 1px solid var(--line); padding-top: 13px; }
.product-card[hidden] { display: none; }
.product-visual { align-items: center; aspect-ratio: 1.18; display: flex; justify-content: center; margin-bottom: 17px; overflow: hidden; position: relative; }
.product-visual::before, .product-visual::after { position: absolute; content: ""; }
.product-visual::before { border: 5px solid rgba(255,255,255,.76); border-radius: 50%; height: 48%; width: 34%; }
.product-visual::after { border: 3px solid rgba(255,255,255,.76); border-radius: 50%; height: 21%; top: 31%; width: 21%; }
.product-visual.gold { background: #b88950; }
.product-visual.diamond { background: #759fa1; }
.product-visual.heritage { background: #954a5a; }
.product-meta { align-items: start; display: flex; gap: 16px; justify-content: space-between; }
.product-meta h3 { font-family: var(--serif); font-size: 23px; font-weight: 500; line-height: 1.15; margin: 0 0 6px; }
.product-meta p { color: var(--muted); font-size: 12px; margin: 0; }
.enquire-button { background: transparent; border: 0; color: var(--wine); font-size: 11px; font-weight: 700; letter-spacing: 0.4px; min-height: 44px; padding: 4px 0; text-align: right; text-transform: uppercase; white-space: nowrap; }
.enquire-button:hover { color: var(--ink); }
@keyframes fade-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

.bespoke-section { background: var(--wine); color: #fff; padding: 102px 0; }
.bespoke-layout { align-items: end; display: grid; gap: 70px; grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.7fr); }
.bespoke-section h2 { margin: 0; max-width: 690px; }
.bespoke-detail p { color: rgba(255,255,255,.84); margin-bottom: 28px; }
.story-section { align-items: center; display: grid; gap: clamp(34px, 8vw, 120px); grid-template-columns: 0.9fr 0.75fr; }
.story-image { aspect-ratio: 0.83; background: url("assets/bskanda-bridal-campaign.webp") 86% center / cover; }
.story-copy p:not(.eyebrow) { color: var(--muted); }
.trust-section { background: var(--sand); padding: 103px 0; }
.trust-layout { display: grid; gap: 80px; grid-template-columns: minmax(280px, 0.9fr) minmax(330px, 1fr); }
.trust-list { border-top: 1px solid var(--line); }
.trust-list article { border-bottom: 1px solid var(--line); display: grid; gap: 28px; grid-template-columns: 155px 1fr; padding: 22px 0; }
.trust-list strong { font-family: var(--serif); font-size: 24px; font-weight: 500; }
.trust-list p { color: var(--muted); font-size: 14px; margin: 2px 0 0; }

.visit-section { background: var(--ink-deep); color: #fff; padding: 92px 0; }
.visit-layout { align-items: end; display: grid; gap: 70px; grid-template-columns: minmax(0, 1.2fr) minmax(285px, 0.65fr); }
.visit-section h2 { margin-bottom: 14px; }
.visit-section p:not(.eyebrow) { color: rgba(255,255,255,.72); max-width: 465px; }
.visit-details { border-top: 1px solid rgba(255,255,255,.23); }
.visit-address { font-style: normal; }
.visit-details p { border-bottom: 1px solid rgba(255,255,255,.23); display: flex; flex-direction: column; gap: 4px; margin: 0; padding: 13px 0; }
.visit-details strong { color: var(--gold-soft); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
.visit-details span, .visit-details a { color: rgba(255,255,255,.84); font-size: 14px; }
.visit-address a:hover { color: var(--gold-soft); }
.visit-actions { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 26px 0 20px; }
.visit-actions .button { min-width: 0; padding: 0 12px; }
.visit-details > .text-button { color: var(--gold-soft); }

.site-footer { background: #071d1d; color: #fff; padding: 50px 0 23px; }
.footer-top { align-items: center; display: flex; gap: 25px; justify-content: space-between; }
.brand-logo-footer img { width: 152px; }
.footer-top p { color: rgba(255,255,255,.62); font-size: 13px; margin: 0; }
.site-footer .text-link { border-color: var(--gold-soft); color: var(--gold-soft); }
.footer-contact { display: flex; flex-direction: column; font-size: 13px; font-style: normal; gap: 4px; }
.footer-contact a { color: rgba(255,255,255,.72); }
.footer-contact a:hover { color: var(--gold-soft); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.5); display: flex; font-size: 11px; justify-content: space-between; margin-top: 38px; padding-top: 18px; }
.footer-bottom a:hover { color: var(--gold-soft); }

.booking-dialog { background: var(--ivory); border: 0; color: var(--ink); max-height: calc(100dvh - 24px); max-width: 880px; overflow-y: auto; overscroll-behavior: contain; padding: 0; width: min(880px, calc(100% - 28px)); }
.booking-dialog::backdrop { background: rgba(5, 25, 25, .72); }
.booking-dialog[open] { display: grid; grid-template-columns: 0.9fr 1fr; }
.dialog-intro { background: var(--sand); min-height: 100%; padding: 54px 46px; }
.dialog-intro h2 { font-size: 43px; }
.dialog-intro p:not(.eyebrow) { color: var(--muted); }
.dialog-close { background: transparent; border: 0; color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .7px; padding: 13px; position: absolute; right: 0; text-transform: uppercase; top: 0; }
.booking-form { display: grid; gap: 17px; padding: 54px 46px 38px; }
.booking-form label { color: var(--ink); display: grid; font-size: 12px; font-weight: 700; gap: 7px; }
.honeypot { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }
.optional { color: var(--muted); font-weight: 400; }
.booking-form input, .booking-form textarea, .booking-form select { background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); font-size: 16px; padding: 9px 0; }
.booking-form textarea { resize: vertical; }
.booking-form input:focus, .booking-form textarea:focus, .booking-form select:focus { outline: 2px solid var(--gold); outline-offset: 2px; }
.booking-form .button { justify-self: start; margin-top: 8px; }
.booking-form .button:disabled { cursor: wait; opacity: 0.72; }
.booking-form .consent-row { align-items: start; display: grid; font-weight: 400; gap: 10px; grid-template-columns: 20px 1fr; line-height: 1.45; }
.booking-form .consent-row input { height: 18px; margin: 2px 0 0; width: 18px; }
.booking-form .consent-row a { border-bottom: 1px solid currentColor; color: var(--wine); }
.form-status { color: var(--wine); font-size: 13px; margin: 0; min-height: 20px; }
.form-status a { border-bottom: 1px solid currentColor; color: inherit; font-weight: 700; }
.not-found { display: grid; min-height: 100svh; place-content: center; }
.not-found > p:not(.eyebrow) { color: var(--muted); max-width: 45ch; }
.not-found .button { justify-self: start; }
.legal-page { min-height: 100svh; padding: 72px 0; }
.legal-header { align-items: center; display: flex; gap: 24px; justify-content: space-between; margin-bottom: 70px; }
.legal-header .brand-logo img { filter: none; }
.legal-content { max-width: 760px; }
.legal-content h1 { font-size: 58px; }
.legal-content h2 { font-size: 28px; margin-top: 42px; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { border-bottom: 1px solid var(--wine); color: var(--wine); }

@media (max-width: 850px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { background: var(--ink-deep); display: none; left: 0; max-height: calc(100dvh - 160px); overflow-y: auto; padding: 18px 24px 24px; position: absolute; top: 100%; width: 100%; }
  .site-nav.is-open { display: flex; flex-direction: column; gap: 16px; }
  .site-nav a { min-height: 44px; padding: 11px 0; }
  .menu-toggle { display: block; justify-self: end; }
  .header-cta { display: none; }
  .assurance-grid { grid-template-columns: repeat(2, 1fr); }
  .assurance p:nth-child(2) { border-right: 1px solid var(--line); }
  .assurance p:nth-child(n+3) { border-top: 1px solid var(--line); }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .split-heading, .bridal-layout, .bespoke-layout, .story-section, .trust-layout, .visit-layout { grid-template-columns: 1fr; }
  .split-heading { gap: 16px; }
  .catalogue-heading { align-items: start; flex-direction: column; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .story-image { max-width: 560px; }
  .booking-dialog[open] { grid-template-columns: 1fr; }
  .dialog-intro { padding: 42px 30px 30px; }
  .booking-form { padding: 32px 30px; }
  h1 { font-size: 58px; }
  h2 { font-size: 46px; }
}

@media (max-width: 560px) {
  :root { --shell: min(100% - 36px, 1180px); }
  .site-header { padding: calc(18px + env(safe-area-inset-top)) calc(18px + env(safe-area-inset-right)) 18px calc(18px + env(safe-area-inset-left)); }
  .brand-logo img { width: 112px; }
  .hero { min-height: min(700px, 86svh); padding: 132px 0 48px; background-position: 67% center; }
  .hero::before { background: rgba(11, 27, 26, 0.48); }
  h1 { font-size: 42px; }
  h2 { font-size: 34px; }
  .hero-copy { font-size: 16px; }
  .hero-note { display: none; }
  .section { padding: 78px 0; }
  .assurance p { padding: 18px 14px; }
  .collection-grid, .product-grid { grid-template-columns: 1fr; }
  .collection-card { aspect-ratio: 1.38; }
  .bridal-feature, .bespoke-section, .trust-section, .visit-section { padding: 72px 0; }
  .trust-list article { gap: 5px; grid-template-columns: 1fr; }
  .footer-top, .footer-bottom { align-items: start; flex-direction: column; }
  .footer-bottom { gap: 9px; }
  .dialog-intro h2 { font-size: 36px; }
  .visit-actions { grid-template-columns: 1fr; }
  .booking-dialog { width: min(100% - 16px, 880px); }
  .dialog-intro { padding: 34px 24px 24px; }
  .booking-form { padding: 26px 24px 30px; }
  .legal-page { padding: 28px 0 58px; }
  .legal-header { margin-bottom: 48px; }
  .legal-content h1 { font-size: 42px; }
}

@media (max-width: 380px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .brand-logo img { width: 98px; }
  .hero { min-height: min(660px, 86svh); padding-top: 118px; }
  h1 { font-size: 39px; }
  h2 { font-size: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
