:root {
  --navy: #061d35;
  --navy-deep: #031426;
  --navy-soft: #0a2948;
  --gold: #c99538;
  --gold-light: #e5bd6c;
  --cream: #f8f5ee;
  --paper: #ffffff;
  --ink: #151515;
  --muted: #666666;
  --border: rgba(16, 34, 51, 0.14);
  --shadow: 0 16px 38px rgba(8, 24, 42, 0.12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 90px 0; }
.section-small { padding: 68px 0; }

h1, h2, h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.06;
}
h1 { font-size: clamp(3.3rem, 5.8vw, 5.7rem); }
h2 { font-size: clamp(2.45rem, 4vw, 3.9rem); }
h3 { font-size: 1.55rem; }
p { margin: 0 0 1rem; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.centered { text-align: center; }
.gold-line { width: 48px; height: 2px; background: var(--gold); margin: 22px 0; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-weight: 600;
  transition: transform .22s ease, filter .22s ease, background .22s ease;
}
.btn-gold { background: linear-gradient(135deg, #e3bc6a, #b77f1e); color: #0c1620; }
.btn-gold:hover { transform: translateY(-2px); filter: brightness(1.06); }
.btn-outline { border-color: rgba(228, 188, 103, .78); color: #fff; background: rgba(3, 13, 24, .36); }
.btn-outline:hover { background: rgba(228, 188, 103, .14); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(3, 20, 38, .98);
  border-bottom: 1px solid rgba(201, 149, 56, .34);
  backdrop-filter: blur(12px);
}
.header-inner { height: 84px; display: flex; align-items: center; gap: 24px; }
.brand { width: 285px; height: 64px; flex: 0 0 auto; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.main-nav { margin-left: auto; display: flex; gap: 22px; align-items: center; }
.main-nav a { color: rgba(255,255,255,.93); font-size: .83rem; white-space: nowrap; transition: color .2s ease; }
.main-nav a:hover { color: var(--gold-light); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.phone-link { display: flex; gap: 8px; align-items: center; color: #fff; font-size: .85rem; white-space: nowrap; }
.phone-link svg { width: 18px; fill: var(--gold); }
.header-btn { min-height: 42px; padding: 8px 17px; font-size: .82rem; }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; background: transparent; border: 0; padding: 8px; }
.menu-toggle span { display: block; height: 2px; background: #fff; margin: 6px 0; }

.hero {
  min-height: 690px;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url('../images/hero.webp');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 8, 15, .96) 0%, rgba(1, 13, 24, .84) 36%, rgba(2, 16, 28, .18) 68%, rgba(0, 0, 0, .04) 100%);
}
.hero-content { position: relative; z-index: 1; }
.hero-copy { width: min(680px, 61%); color: #fff; }
.hero-copy h1 { margin-bottom: 22px; }
.hero-copy h1::first-line { color: var(--gold-light); }
.hero-copy > p:not(.eyebrow) { max-width: 610px; font-size: 1.05rem; color: rgba(255,255,255,.88); }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }

.category-strip { position: relative; z-index: 4; margin-top: -58px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}
.category-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(8,24,42,.16); }
.category-image { aspect-ratio: 1.1 / 1; overflow: hidden; background: #f5f1e9; }
.category-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease; }
.category-card:hover .category-image img { transform: scale(1.035); }
.category-card-body { display: flex; justify-content: space-between; align-items: center; padding: 17px 18px 19px; }
.category-card h3 { font-size: 1.3rem; }
.category-card a { color: var(--gold); font-size: 1.55rem; line-height: 1; }

.intro { background: radial-gradient(circle at center, #fff 0, #fbf8f2 62%, #fff 100%); }
.intro-inner { max-width: 820px; text-align: center; }
.intro-inner h2 { margin-bottom: 24px; }
.intro-inner > p:last-child { color: #555; font-size: 1rem; }
.ornament { color: var(--gold); font-size: 1.9rem; margin-bottom: 10px; }

.collection-banner { background: #fff; }
.collection-panel {
  min-height: 420px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: var(--navy);
  box-shadow: var(--shadow);
}
.collection-copy { padding: 58px; align-self: center; color: #fff; }
.collection-copy h2 { color: #fff; margin-bottom: 16px; }
.collection-copy p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.8); }
.collection-image { min-height: 420px; overflow: hidden; }
.collection-image img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; object-position: 56% center; }

.expectation { background: #fff; }
.expectation-heading { max-width: 790px; margin: 0 auto 42px; text-align: center; }
.expectation-heading h2 { margin-bottom: 20px; }
.expectation-heading > p:last-child { margin: 0 auto; max-width: 690px; color: #5f5f5f; }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  background: var(--navy);
  box-shadow: var(--shadow);
}
.benefits-grid article {
  min-height: 225px;
  padding: 36px 30px;
  color: #fff;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.benefits-grid article:nth-child(3n) { border-right: 0; }
.benefits-grid article:nth-child(n+4) { border-bottom: 0; }
.benefits-grid h3 { color: var(--gold-light); margin: 13px 0 10px; font-size: 1.4rem; }
.benefits-grid p { margin: 0; color: rgba(255,255,255,.74); font-size: .92rem; }
.icon-wrap { height: 42px; display: grid; place-items: center; }
.icon-wrap svg { width: 40px; height: 40px; fill: none; stroke: var(--gold-light); stroke-width: 1.4; }

.bridal { background: var(--cream); }
.bridal-panel {
  min-height: 440px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}
.bridal-copy { padding: 66px 54px; align-self: center; }
.bridal-copy p:not(.eyebrow) { max-width: 500px; color: #5c5c5c; }
.bridal-image { min-height: 440px; overflow: hidden; }
.bridal-image img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; object-position: center; }

.professional { background: #fff; }
.professional-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  min-height: 480px;
  overflow: hidden;
  background: var(--navy-deep);
  box-shadow: var(--shadow);
}
.professional-image { min-height: 480px; overflow: hidden; }
.professional-image img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; object-position: 58% center; }
.professional-copy { padding: 66px 64px; align-self: center; color: #fff; }
.professional-copy h2 { margin-bottom: 0; color: #fff; }
.professional-copy > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.8); }
.professional-points { display: grid; gap: 10px; margin-top: 26px; }
.professional-points span { position: relative; padding-left: 28px; color: rgba(255,255,255,.9); font-size: .94rem; }
.professional-points span::before { content: '✓'; position: absolute; left: 0; color: var(--gold-light); font-weight: 700; }

.business-section { background: var(--cream); }
.business-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 430px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}
.business-copy { padding: 62px 58px; align-self: center; }
.business-copy h2 { margin-bottom: 24px; }
.business-image { min-height: 430px; overflow: hidden; }
.business-image img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center; }
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li { position: relative; padding: 9px 0 9px 36px; color: #444; }
.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 8px;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: .76rem;
}

.highlights { background: #fff; }
.section-heading { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.section-heading h2 { margin-bottom: 14px; }
.section-heading > p:last-child { color: #616161; }
.highlight-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }
.highlight-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 10px 28px rgba(8,24,42,.09);
  transition: transform .25s ease, box-shadow .25s ease;
}
.highlight-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(8,24,42,.14); }
.highlight-image { height: 210px; overflow: hidden; background: #eee; }
.highlight-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease; }
.highlight-card:hover .highlight-image img { transform: scale(1.035); }
.highlight-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.highlight-card h3 { margin-bottom: 9px; font-size: 1.5rem; }
.highlight-card p { flex: 1; margin-bottom: 18px; color: #646464; font-size: .91rem; }
.highlight-card a { align-self: flex-start; border-bottom: 1px solid var(--gold); color: #7b5819; font-size: .82rem; font-weight: 600; }

.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; align-items: start; }
.contact-copy h2 { margin-bottom: 20px; }
.contact-copy > p { color: #5d5d5d; }
.contact-card { margin-top: 30px; padding: 26px; background: #fff; border-left: 3px solid var(--gold); box-shadow: 0 10px 24px rgba(8,24,42,.07); }
.contact-card p { margin: 6px 0 13px; color: #666; }
.contact-card a { display: block; }
.contact-phone { font-family: var(--serif); font-size: 2rem; color: var(--navy); font-weight: 700; line-height: 1.1; }
.contact-email { margin-top: 12px; color: #815e20; font-weight: 600; word-break: break-word; }
.enquiry-form { background: #fff; padding: 34px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.enquiry-form label { display: block; margin-bottom: 16px; }
.enquiry-form label > span { display: block; margin-bottom: 7px; color: #4b4b4b; font-size: .83rem; font-weight: 600; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea {
  width: 100%;
  border: 1px solid #d6d6d6;
  background: #fff;
  padding: 12px 13px;
  outline: 0;
  transition: border .2s, box-shadow .2s;
}
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,149,56,.12); }
.enquiry-form textarea { resize: vertical; }
.hp-field { position: absolute !important; left: -9999px !important; }
.form-status { margin: 18px 0 0; padding: 12px 14px; font-size: .9rem; }
.form-status.success { background: #eaf6ec; color: #255c2f; }
.form-status.error { background: #fbeaea; color: #8d2c2c; }

.cta-band { position: relative; background: linear-gradient(rgba(4,21,39,.84), rgba(4,21,39,.92)), url('../images/cta-bg.webp') center/cover; color: #fff; }
.cta-inner { padding: 66px 20px; text-align: center; }
.cta-inner h2 { margin-bottom: 10px; }
.cta-inner p { max-width: 700px; margin: 0 auto 24px; color: rgba(255,255,255,.8); }

.footer { background: var(--navy-deep); color: #fff; border-top: 1px solid rgba(201,149,56,.45); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .9fr 1.1fr; gap: 42px; padding: 56px 0 42px; }
.footer-brand img { width: min(100%, 310px); height: auto; max-height: 92px; object-fit: contain; object-position: left center; margin-bottom: 16px; }
.footer p, .footer span, .footer a { color: rgba(255,255,255,.74); font-size: .85rem; }
.footer h3 { margin-bottom: 16px; color: var(--gold-light); font-size: 1.35rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); }
.back-to-top-link { font-weight: 600; }

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 950;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(229,189,108,.78);
  border-radius: 50%;
  background: var(--navy-deep);
  color: var(--gold-light);
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .22s ease;
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--gold); color: var(--navy-deep); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .brand { width: 250px; }
  .main-nav { gap: 14px; }
  .main-nav a { font-size: .76rem; }
  .phone-link { display: none; }
  .highlight-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 76px; }
  .section { padding: 72px 0; }
  .section-small { padding: 56px 0; }
  .header-inner { height: 74px; }
  .brand { width: 230px; height: 54px; }
  .brand img { height: 100%; }
  .menu-toggle { display: block; }
  .header-actions { margin-left: 6px; }
  .header-btn { display: none; }
  .main-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 74px;
    z-index: 1001;
    padding: 24px 22px 30px;
    flex-direction: column;
    align-items: flex-start;
    background: var(--navy-deep);
    border-bottom: 1px solid rgba(201,149,56,.3);
    transform: translateY(-130%);
    opacity: 0;
    pointer-events: none;
    transition: .25s ease;
  }
  .main-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav a { width: 100%; padding: 7px 0; font-size: 1rem; }
  .hero { min-height: 625px; background-position: 63% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0,8,15,.95), rgba(1,13,24,.80) 58%, rgba(1,13,24,.38)); }
  .hero-copy { width: 82%; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .collection-panel, .bridal-panel, .professional-grid, .business-grid { grid-template-columns: 1fr; }
  .collection-copy, .bridal-copy, .professional-copy, .business-copy { padding: 48px 36px; }
  .collection-image, .collection-image img, .bridal-image, .bridal-image img, .professional-image, .professional-image img, .business-image, .business-image img { min-height: 360px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid article:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.12); }
  .benefits-grid article:nth-child(2n) { border-right: 0; }
  .benefits-grid article:nth-child(n+4) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .benefits-grid article:nth-child(n+5) { border-bottom: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1160px); }
  body { font-size: 15px; }
  h1 { font-size: 3.1rem; }
  h2 { font-size: 2.5rem; }
  .hero { min-height: 590px; background-position: 68% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0,8,15,.97), rgba(1,13,24,.86) 72%, rgba(1,13,24,.5)); }
  .hero-copy { width: 100%; }
  .hero-copy > p:not(.eyebrow) { max-width: 325px; }
  .hero-buttons { flex-direction: column; align-items: flex-start; }
  .hero-buttons .btn { width: min(290px, 100%); }
  .category-strip { margin-top: -34px; }
  .category-grid { gap: 12px; }
  .category-card-body { padding: 12px; }
  .category-card h3 { font-size: 1.08rem; }
  .collection-copy, .bridal-copy, .professional-copy, .business-copy { padding: 40px 26px; }
  .collection-image, .collection-image img, .bridal-image, .bridal-image img, .professional-image, .professional-image img, .business-image, .business-image img { min-height: 300px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits-grid article { border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.12) !important; }
  .benefits-grid article:last-child { border-bottom: 0 !important; }
  .highlight-grid { grid-template-columns: 1fr; }
  .highlight-image { height: 230px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .enquiry-form { padding: 24px 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .back-to-top { right: 14px; bottom: 14px; width: 44px; height: 44px; }
}
