:root {
  --ink: #181638;
  --navy: #201d58;
  --navy-deep: #141235;
  --gold: #f2b91f;
  --gold-pale: #ffe9a4;
  --paper: #f4f0e7;
  --paper-light: #fbf8f2;
  --white: #fffefb;
  --muted: #69677b;
  --line: rgba(32, 29, 88, 0.18);
  --shadow: 0 18px 60px rgba(24, 22, 56, 0.13);
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-light);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}
a {
  color: inherit;
}
button,
input,
select {
  font: inherit;
}
.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: 0.8rem 1rem;
  background: var(--gold);
}
.skip-link:focus {
  top: 1rem;
}

.site-header {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 clamp(1.2rem, 5vw, 5rem);
  background: rgba(251, 248, 242, 0.92);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 15;
  backdrop-filter: blur(15px);
}
.brand img {
  display: block;
  width: 154px;
  height: auto;
}
nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.7rem);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
nav a {
  text-decoration: none;
}
.nav-quote {
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--navy);
  border: 1px solid var(--navy);
  transition: 0.2s ease;
}
.nav-quote:hover {
  color: var(--navy);
  background: var(--gold);
  border-color: var(--gold);
}

.hero {
  min-height: 660px;
  padding: clamp(4.5rem, 9vw, 8rem) clamp(1.2rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-deep);
  position: relative;
}
.hero::after {
  content: '';
  position: absolute;
  width: 35vw;
  height: 35vw;
  min-width: 450px;
  min-height: 450px;
  right: -11vw;
  bottom: -22vw;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.93;
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 820px;
}
.kicker {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.kicker::before {
  content: '';
  display: inline-block;
  width: 38px;
  border-top: 2px solid currentColor;
  vertical-align: middle;
  margin-right: 0.8rem;
}
h1,
h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.93;
}
h1 {
  font-size: clamp(4rem, 9vw, 8.7rem);
  margin: 0;
}
h1 em,
h2 em {
  color: var(--gold);
  font-weight: 400;
}
.hero-intro {
  max-width: 630px;
  margin: 2.3rem 0;
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  color: rgba(255, 255, 255, 0.74);
}
.primary-action {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 1.15rem;
  text-decoration: none;
  background: var(--gold);
  color: var(--ink);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.76rem;
}
.primary-action span {
  font-size: 1.2rem;
}
.hero-stat {
  width: min(420px, 34vw);
  aspect-ratio: 1;
  justify-self: end;
  position: relative;
  z-index: 2;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}
.stat-number {
  font-family: Georgia, serif;
  font-size: clamp(5.5rem, 11vw, 10rem);
  line-height: 0.7;
  color: var(--gold);
}
.stat-label {
  margin-top: 1.2rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.75);
}
.orbit {
  position: absolute;
  inset: -8%;
  border: 1px solid rgba(242, 185, 31, 0.4);
  border-radius: 50%;
  animation: pulse 4s ease-in-out infinite;
}
.orbit-two {
  inset: -17%;
  opacity: 0.45;
  animation-delay: 1.2s;
}
@keyframes pulse {
  50% {
    transform: scale(1.025);
    opacity: 0.25;
  }
}

.pricing-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--gold);
}
.pricing-strip > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.1rem 1rem;
  padding: 1.8rem clamp(1.2rem, 4vw, 3.5rem);
  border-right: 1px solid rgba(24, 22, 56, 0.22);
}
.pricing-strip span {
  grid-row: 1 / 3;
  font-family: Georgia, serif;
  font-size: 2.5rem;
  opacity: 0.4;
}
.pricing-strip strong {
  align-self: end;
  font-family: Georgia, serif;
  font-size: 1.25rem;
}
.pricing-strip small {
  font-size: 0.7rem;
  opacity: 0.7;
}

.catalogue-shell {
  padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 5vw, 5rem);
}
.catalogue-heading {
  display: grid;
  grid-template-columns: 1fr minmax(250px, 420px);
  align-items: end;
  gap: 3rem;
  margin-bottom: 3.5rem;
}
.catalogue-heading h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 6.2rem);
}
.catalogue-heading > p {
  color: var(--muted);
  border-left: 3px solid var(--gold);
  padding-left: 1.3rem;
}
.catalogue-tools {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 1rem;
  padding: 1.2rem;
  background: var(--navy);
}
.catalogue-tools label {
  display: grid;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.catalogue-tools input,
.catalogue-tools select {
  width: 100%;
  min-height: 50px;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}
.catalogue-tools input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.catalogue-tools input:focus,
.catalogue-tools select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(242, 185, 31, 0.25);
}
.catalogue-tools select option {
  color: var(--ink);
  background: white;
}
.category-tabs {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding: 1.5rem 0 0.8rem;
  scrollbar-width: thin;
}
.category-tab {
  flex: 0 0 auto;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 700;
}
.category-tab[aria-pressed='true'] {
  color: white;
  background: var(--navy);
  border-color: var(--navy);
}
.results-line {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 0 2rem;
  color: var(--muted);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.results-line button {
  border: 0;
  border-bottom: 1px solid;
  color: var(--navy);
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
  font-size: inherit;
  letter-spacing: inherit;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.product-card {
  min-width: 0;
  background: var(--white);
  position: relative;
  overflow: hidden;
}
.product-image {
  aspect-ratio: 1 / 0.94;
  margin: 0;
  overflow: hidden;
  background: #e9e5dc;
  position: relative;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.product-card:hover .product-image img {
  transform: scale(1.045);
}
.product-number {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 2;
  padding: 0.35rem 0.5rem;
  background: var(--white);
  font:
    700 0.64rem Verdana,
    sans-serif;
  letter-spacing: 0.1em;
}
.product-body {
  padding: 1.35rem;
}
.product-category {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.product-card h3 {
  margin: 0.45rem 0 0.55rem;
  font:
    400 clamp(1.3rem, 1.7vw, 1.65rem) Georgia,
    serif;
  line-height: 1.08;
}
.product-description {
  min-height: 3.8em;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.price-preview {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: end;
  margin-top: 1.3rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.price-preview span {
  display: block;
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.price-preview strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  line-height: 1.2;
}
.view-product {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: white;
  background: var(--navy);
  cursor: pointer;
  transition:
    transform 0.2s,
    background 0.2s;
}
.view-product:hover {
  transform: rotate(-25deg);
  background: var(--gold);
  color: var(--ink);
}
.empty-state {
  padding: 5rem;
  text-align: center;
  background: var(--paper);
}
.empty-state span {
  font:
    400 2rem Georgia,
    serif;
}
.skeleton-card {
  padding: 1rem;
}
.skeleton-image,
.skeleton-line {
  background: linear-gradient(90deg, #ece8df 25%, #f8f5ef 50%, #ece8df 75%);
  background-size: 200% 100%;
  animation: shimmer 1.2s infinite;
}
.skeleton-image {
  aspect-ratio: 1;
}
.skeleton-line {
  height: 14px;
  margin-top: 1rem;
}
.skeleton-line.short {
  width: 60%;
}
@keyframes shimmer {
  to {
    background-position: -200% 0;
  }
}

.closing-cta {
  padding: clamp(5rem, 10vw, 10rem) clamp(1.2rem, 8vw, 8rem);
  color: white;
  background: var(--navy);
  position: relative;
  overflow: hidden;
}
.closing-cta::before {
  content: 'P';
  position: absolute;
  right: -2vw;
  bottom: -16vw;
  font:
    700 42vw/1 Georgia,
    serif;
  color: rgba(255, 255, 255, 0.035);
}
.closing-cta h2 {
  max-width: 920px;
  margin: 1rem 0 2.5rem;
  font-size: clamp(3.5rem, 8vw, 8rem);
  position: relative;
}
.closing-cta a {
  display: inline-flex;
  gap: 2rem;
  padding: 1rem 1.2rem;
  color: var(--ink);
  background: var(--gold);
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  position: relative;
}
footer {
  display: grid;
  grid-template-columns: auto 1fr minmax(220px, 410px);
  gap: 2rem;
  align-items: center;
  padding: 2.5rem clamp(1.2rem, 5vw, 5rem);
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.7rem;
}
footer img {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
footer p:last-child {
  text-align: right;
}

dialog {
  width: min(1080px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  padding: 0;
  border: 0;
  color: var(--ink);
  background: var(--paper-light);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.4);
}
dialog::backdrop {
  background: rgba(10, 9, 28, 0.78);
  backdrop-filter: blur(5px);
}
.dialog-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 4;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
  font-size: 1.5rem;
  box-shadow: var(--shadow);
}
.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}
.detail-gallery {
  min-height: 100%;
  background: #e8e4dc;
}
.detail-gallery img {
  width: 100%;
  height: 100%;
  max-height: 780px;
  object-fit: cover;
  display: block;
}
.detail-copy {
  padding: clamp(2rem, 5vw, 5rem);
}
.detail-copy h2 {
  margin: 0.7rem 0 1rem;
  font-size: clamp(2.8rem, 5vw, 5rem);
}
.detail-description {
  color: var(--muted);
}
.tier-list {
  display: grid;
  gap: 0.7rem;
  margin: 2rem 0;
}
.tier-row {
  padding: 1rem;
  border: 1px solid var(--line);
  background: var(--white);
}
.tier-row header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
}
.tier-row h3 {
  margin: 0;
  font:
    400 1.35rem Georgia,
    serif;
}
.tier-row strong {
  font-size: 0.78rem;
  text-align: right;
}
.tier-row p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.76rem;
}
.detail-enquire {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  color: white;
  background: var(--navy);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.draft-banner {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 30;
  padding: 0.55rem 0.8rem;
  color: var(--ink);
  background: var(--gold);
  box-shadow: var(--shadow);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (max-width: 1100px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .hero {
    grid-template-columns: 1fr 0.65fr;
  }
}
@media (max-width: 780px) {
  .site-header {
    min-height: 72px;
  }
  nav > a:not(.nav-quote) {
    display: none;
  }
  .brand img {
    width: 124px;
  }
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .hero-stat {
    display: none;
  }
  .pricing-strip {
    grid-template-columns: 1fr;
  }
  .pricing-strip > div {
    border-right: 0;
    border-bottom: 1px solid rgba(24, 22, 56, 0.2);
  }
  .catalogue-heading {
    grid-template-columns: 1fr;
  }
  .catalogue-tools {
    grid-template-columns: 1fr;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-detail {
    grid-template-columns: 1fr;
  }
  .detail-gallery img {
    max-height: 46vh;
  }
  footer {
    grid-template-columns: 1fr;
  }
  footer p:last-child {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .site-header {
    padding-inline: 1rem;
  }
  .nav-quote {
    padding: 0.58rem 0.7rem;
    font-size: 0.62rem;
  }
  h1 {
    font-size: 3.65rem;
  }
  .catalogue-shell {
    padding-inline: 0.8rem;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-image {
    aspect-ratio: 1 / 0.8;
  }
  .product-description {
    min-height: 0;
  }
  .catalogue-heading h2 {
    font-size: 3.15rem;
  }
  .hero::after {
    right: -55vw;
    bottom: -12vw;
    opacity: 0.16;
  }
  .draft-banner {
    top: 76px;
    bottom: auto;
    width: calc(100% - 2rem);
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
