@import "tailwindcss";

:root {
  --navy: #071b2b;
  --navy-2: #0d2b40;
  --ink: #101c25;
  --cream: #f4f0e8;
  --paper: #fbfaf7;
  --gold: #b88a54;
  --gold-light: #d7b488;
  --line: rgba(16, 28, 37, 0.16);
  --white-line: rgba(255, 255, 255, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; }
::selection { background: var(--gold); color: white; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; height: 82px; padding: 0 clamp(24px, 5vw, 78px);
  display: flex; align-items: center; justify-content: space-between; color: white; font-family: 'Poppins', Arial, Helvetica, sans-serif;
  background: linear-gradient(to bottom, rgba(4,17,27,.8), rgba(4,17,27,.28), transparent);
}
.brand { display: flex; align-items: center; }
.brand img { width: clamp(112px, 10vw, 142px); height: auto; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(216,181,137,.8); transform: rotate(45deg); color: var(--gold-light); font: 500 19px/1 'Poppins', Arial, Helvetica, sans-serif; }
.brand-mark::first-letter { transform: rotate(-45deg); }
.brand > span:last-child, .footer-brand > div { display: grid; gap: 1px; }
.brand strong, .footer-brand strong { font-size: 17px; letter-spacing: .24em; line-height: 1; }
.brand small, .footer-brand small { color: var(--gold-light); font-size: 8px; letter-spacing: .48em; }
.nav-links { display: flex; align-items: center; gap: clamp(22px, 2.8vw, 42px); font-size: 12px; letter-spacing: .11em; }
.nav-links > a:not(.nav-cta) { position: relative; padding: 14px 0; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 8px; width: 0; height: 1px; background: var(--gold-light); transition: width .25s; }
.nav-links > a:hover::after { width: 100%; }
.nav-cta { padding: 13px 20px; border: 1px solid rgba(255,255,255,.5); transition: background .25s, color .25s; }
.nav-cta:hover { background: white; color: var(--navy); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.hero-image { position: absolute; inset: 0; background: url('assets/bathroom.jpg') center 56% / cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,16,26,.94) 0%, rgba(3,16,26,.68) 43%, rgba(3,16,26,.16) 75%), linear-gradient(0deg, rgba(3,16,26,.6), transparent 35%); }
.hero-content { position: relative; z-index: 2; width: min(720px, 80%); margin-left: clamp(24px, 10vw, 158px); padding-top: 70px; }
.eyebrow { margin: 0 0 24px; color: var(--gold); text-transform: uppercase; letter-spacing: .27em; font-size: 11px; font-weight: 700; }
.eyebrow.light { color: var(--gold-light); }
h1, h2 { margin: 0; font-family: 'Poppins', Arial, Helvetica, sans-serif; font-weight: 400; letter-spacing: -.035em; }
h1 { max-width: 780px; font-size: clamp(55px, 7.2vw, 116px); line-height: .9; }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
.hero-copy { max-width: 565px; margin: 30px 0 34px; color: rgba(255,255,255,.76); font-size: clamp(15px, 1.2vw, 18px); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 28px; border: 0; text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 700; cursor: pointer; }
.button.gold { background: var(--gold); color: white; box-shadow: inset 0 0 0 0 var(--gold-light); transition: background .25s, transform .25s; }
.button.gold:hover { background: #c39a68; transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 20px; border-bottom: 1px solid currentColor; padding: 0 0 8px; color: var(--navy); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 700; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translateX(4px); }
.light-link { color: white; }
.hero-aside { position: absolute; z-index: 2; right: clamp(28px, 6vw, 90px); bottom: 72px; display: flex; gap: 18px; align-items: flex-start; border-left: 1px solid rgba(255,255,255,.35); padding-left: 22px; }
.hero-aside span { color: var(--gold-light); font-size: 10px; letter-spacing: .16em; }
.hero-aside p { margin: 0; font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size: 20px; line-height: 1.25; }
.scroll-cue { position: absolute; z-index: 2; left: 32px; bottom: 52px; display: flex; align-items: center; gap: 12px; transform: rotate(-90deg); transform-origin: left center; color: rgba(255,255,255,.62); text-transform: uppercase; letter-spacing: .25em; font-size: 8px; }
.scroll-cue i { display: block; width: 42px; height: 1px; background: rgba(255,255,255,.5); }

.section { padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.section-number { color: #71808a; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; }
.intro { display: grid; grid-template-columns: .55fr 1.25fr .9fr; gap: clamp(30px, 6vw, 100px); align-items: start; background: var(--paper); }
h2 { color: var(--navy); font-size: clamp(44px, 5vw, 77px); line-height: 1.03; }
.intro-heading .eyebrow { margin-bottom: 19px; }
.intro-copy { padding-top: 45px; }
.intro-copy p { margin: 0 0 22px; color: #5e6870; font-size: 15px; line-height: 1.82; }
.intro-copy .text-link { margin-top: 14px; }

.dark { background: var(--navy); color: white; }
.dark h2, .locations h2, .why h2 { color: white; }
.section-head, .gallery-title, .locations-head { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: clamp(46px, 6vw, 86px); }
.section-head > p, .gallery-title > p, .locations-head > p { max-width: 430px; margin: 0 0 8px; color: rgba(255,255,255,.6); line-height: 1.75; font-size: 14px; }
.category-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 245px; gap: 14px; }
.category-card { position: relative; overflow: hidden; min-height: 245px; background: #18374a; }
.category-card:nth-child(1) { grid-column: span 5; grid-row: span 2; }
.category-card:nth-child(2) { grid-column: span 3; grid-row: span 2; }
.category-card:nth-child(3), .category-card:nth-child(4) { grid-column: span 4; }
.category-card:nth-child(5) { grid-column: span 4; }
.category-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; filter: saturate(.74); transition: transform .6s, filter .4s; }
.category-card:hover img { transform: scale(1.045); filter: saturate(1); }
.category-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,19,30,.88), rgba(4,19,30,.05) 62%); }
.category-index { position: absolute; left: 20px; top: 18px; font-size: 9px; letter-spacing: .16em; color: rgba(255,255,255,.75); }
.category-copy { position: absolute; left: 22px; right: 54px; bottom: 22px; }
.category-copy h3 { margin: 0 0 7px; font: 400 clamp(25px, 2.2vw, 38px)/1 'Poppins', Arial, Helvetica, sans-serif; }
.category-copy p { margin: 0; color: rgba(255,255,255,.68); font-size: 11px; }
.category-arrow { position: absolute; right: 20px; bottom: 22px; color: var(--gold-light); font-size: 19px; }

.gallery { background: var(--cream); }
.gallery-title { margin-top: 24px; }
.gallery-title > p { color: #65717a; }
.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin: -32px 0 42px; }
.filter-row button { border: 1px solid rgba(7,27,43,.22); background: transparent; color: #5c6870; padding: 10px 17px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; cursor: pointer; transition: .2s; }
.filter-row button:hover, .filter-row button.active { background: var(--navy); border-color: var(--navy); color: white; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { min-width: 0; }
.product-image { position: relative; overflow: hidden; aspect-ratio: 4 / 4.7; background: #d9d6cf; }
.product-image img { height: 100%; object-fit: cover; transition: transform .55s; }
.product-image-contain img { object-fit: contain; background: white; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-image span { position: absolute; top: 15px; left: 15px; padding: 8px 11px; background: rgba(251,250,247,.9); color: var(--navy); text-transform: uppercase; letter-spacing: .13em; font-size: 8px; }
.product-1 .product-image img, .product-5 .product-image img { object-position: 62% center; }
.product-info { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 2px 28px; border-bottom: 1px solid rgba(7,27,43,.18); }
.product-info small { color: #808891; text-transform: uppercase; letter-spacing: .14em; font-size: 8px; }
.product-info h3 { margin: 5px 0 0; color: var(--navy); font: 400 23px/1.15 'Poppins', Arial, Helvetica, sans-serif; }
.product-info a { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(7,27,43,.28); color: var(--gold); transition: .2s; }
.product-info a:hover { background: var(--navy); border-color: var(--navy); color: white; }

.why { padding: 0; display: grid; grid-template-columns: 1fr 1fr; background: var(--navy); color: white; }
.why-image { position: relative; min-height: 760px; }
.why-image > img { position: absolute; inset: 0; height: 100%; object-fit: cover; filter: saturate(.7); }
.image-note { position: absolute; inset: auto 0 0 0; padding: 32px 42px; background: rgba(6,26,42,.86); backdrop-filter: blur(10px); display: flex; justify-content: space-between; gap: 20px; }
.image-note span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .2em; font-size: 9px; }
.image-note strong { font: 400 21px/1.4 'Poppins', Arial, Helvetica, sans-serif; }
.why-content { padding: clamp(80px, 8vw, 130px) clamp(34px, 8vw, 120px); }
.benefit-list { margin-top: 52px; }
.benefit { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 23px 0; border-top: 1px solid var(--white-line); }
.benefit > span { color: var(--gold-light); font-size: 9px; letter-spacing: .15em; padding-top: 5px; }
.benefit h3 { margin: 0 0 8px; font: 400 21px/1.2 'Poppins', Arial, Helvetica, sans-serif; }
.benefit p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.65; }

.enquiry { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(60px, 10vw, 150px); align-items: center; background: var(--paper); }
.enquiry-intro > p:last-child { max-width: 490px; color: #69747b; line-height: 1.8; margin-top: 28px; }
.enquiry-form { padding: clamp(30px, 4vw, 52px); background: var(--cream); border-top: 3px solid var(--gold); box-shadow: 0 24px 70px rgba(7,27,43,.08); }
.enquiry-form label { display: block; margin: 0 0 10px; color: var(--navy); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 700; }
.enquiry-form label:not(:first-child) { margin-top: 25px; }
.enquiry-form label span { color: #8a9297; font-weight: 400; }
.enquiry-form select, .enquiry-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(7,27,43,.28); border-radius: 0; background: transparent; color: var(--navy); padding: 11px 2px; outline: 0; }
.enquiry-form textarea { resize: vertical; min-height: 82px; }
.enquiry-form select:focus, .enquiry-form textarea:focus { border-bottom-color: var(--gold); }
.form-button { width: 100%; justify-content: space-between; margin-top: 30px; }
.enquiry-form > small { display: block; margin-top: 12px; color: #879096; font-size: 9px; text-align: center; }

.locations { background: #092235; color: white; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.location-card { min-height: 245px; padding: clamp(28px, 4vw, 50px); display: grid; grid-template-columns: 45px 1fr; gap: 22px; align-content: center; position: relative; border: 1px solid var(--white-line); background: rgba(255,255,255,.025); transition: background .25s, border .25s; }
.location-card:hover { background: rgba(255,255,255,.07); border-color: rgba(215,180,136,.6); }
.pin { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-size: 9px; }
.location-card small { color: var(--gold-light); text-transform: uppercase; letter-spacing: .18em; font-size: 8px; }
.location-card h3 { margin: 10px 0 8px; font: 400 33px/1 'Poppins', Arial, Helvetica, sans-serif; }
.location-card p { margin: 0; color: rgba(255,255,255,.6); font-size: 13px; }
.location-card b { position: absolute; right: 30px; bottom: 28px; color: white; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }

.footer { padding: 70px clamp(24px, 7vw, 110px) 28px; background: #04111b; color: white; display: grid; grid-template-columns: 1fr .9fr; gap: 70px; }
.footer-brand { display: block; }
.footer-logo { display: inline-block; }
.footer-logo img { width: 155px; height: auto; }
.footer-brand p { margin: 24px 0 0; color: rgba(255,255,255,.45); font: italic 500 18px/1.5 'Poppins', Arial, Helvetica, sans-serif; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.footer-links > div { display: flex; flex-direction: column; gap: 12px; }
.footer-links small { color: var(--gold-light); text-transform: uppercase; letter-spacing: .2em; font-size: 8px; margin-bottom: 8px; }
.footer-links a { color: rgba(255,255,255,.7); font-size: 12px; }
.footer-links a:hover { color: white; }
.footer-bottom { grid-column: 1 / -1; margin-top: 20px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; color: rgba(255,255,255,.36); text-transform: uppercase; letter-spacing: .12em; font-size: 8px; }
.whatsapp-float { position: fixed; z-index: 40; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 6px 6px 6px 15px; background: #1f9f5d; color: white; border-radius: 28px; box-shadow: 0 10px 35px rgba(0,0,0,.25); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: white; color: #18844d; font-family: 'Poppins', Arial, Helvetica, sans-serif; }

@media (max-width: 1000px) {
  .intro { grid-template-columns: .35fr 1fr; }
  .intro-copy { grid-column: 2; padding-top: 0; }
  .category-grid { grid-auto-rows: 220px; }
  .category-card:nth-child(1) { grid-column: span 7; }
  .category-card:nth-child(2) { grid-column: span 5; }
  .category-card:nth-child(3), .category-card:nth-child(4), .category-card:nth-child(5) { grid-column: span 4; }
  .why-image { min-height: 690px; }
  .why-content { padding-left: 55px; padding-right: 55px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 68px; }
  .site-header { height: 68px; padding: 0 20px; background: rgba(4,17,27,.92); backdrop-filter: blur(10px); }
  .brand img { width: 112px; }
  .menu-toggle { display: grid; gap: 7px; }
  .menu-toggle span { display: block; width: 25px; height: 1px; background: white; }
  .nav-links { position: fixed; inset: 68px 0 auto; padding: 28px 24px 34px; display: grid; gap: 0; background: rgba(4,17,27,.98); transform: translateY(-130%); visibility: hidden; transition: transform .3s, visibility .3s; }
  .nav-links.open { transform: translateY(0); visibility: visible; }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .nav-cta { margin-top: 14px; text-align: center; }
  .hero { min-height: 850px; align-items: flex-end; }
  .hero-image { background-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,16,26,.98) 0%, rgba(3,16,26,.76) 46%, rgba(3,16,26,.25) 86%); }
  .hero-content { width: auto; margin: 0; padding: 0 24px 124px; }
  h1 { font-size: clamp(54px, 15vw, 74px); }
  .hero-copy { margin-top: 22px; line-height: 1.6; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-aside { right: 20px; bottom: 28px; }
  .scroll-cue { display: none; }
  .section { padding: 80px 24px; }
  .intro { grid-template-columns: 1fr; gap: 28px; }
  .intro-heading, .intro-copy { grid-column: 1; }
  .intro-copy { padding-top: 0; }
  h2 { font-size: clamp(43px, 12vw, 62px); }
  .section-head, .gallery-title, .locations-head { display: grid; gap: 25px; align-items: start; margin-bottom: 42px; }
  .section-head > p, .gallery-title > p, .locations-head > p { max-width: none; }
  .category-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 315px; }
  .category-card:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .filter-row { margin: -16px 0 34px; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
  .filter-row::-webkit-scrollbar { display: none; }
  .filter-row button { flex: 0 0 auto; }
  .product-grid { grid-template-columns: 1fr; gap: 12px; }
  .product-image { aspect-ratio: 4 / 4.35; }
  .why { grid-template-columns: 1fr; }
  .why-image { min-height: 500px; }
  .image-note { padding: 22px 24px; }
  .image-note strong { font-size: 17px; }
  .why-content { padding: 76px 24px; }
  .enquiry { grid-template-columns: 1fr; gap: 42px; }
  .enquiry-form { padding: 30px 22px; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 260px; padding: 30px 24px; grid-template-columns: 38px 1fr; gap: 15px; }
  .location-card b { right: 24px; }
  .footer { grid-template-columns: 1fr; gap: 45px; padding: 60px 24px 24px; }
  .footer-logo img { width: 132px; }
  .footer-bottom { grid-column: 1; flex-direction: column; gap: 10px; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { padding: 5px; }
  .whatsapp-float b { width: 42px; height: 42px; }
}

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