:root {
  --burgundy: #71111d;
  --burgundy-dark: #41070d;
  --wine: #8c1a28;
  --ivory: #f5ecdc;
  --paper: #f3eee5;
  --ink: #241a17;
  --muted: #756760;
  --gold: #c6a56b;
  --line: rgba(76, 45, 37, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.55; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 92px; padding: 20px clamp(24px, 5vw, 78px); display: flex; align-items: center; justify-content: space-between; color: var(--ivory); }
.brand img { width: 188px; height: 58px; object-fit: contain; object-position: left center; }
nav { display: flex; align-items: center; gap: 28px; font-size: 14px; }
nav a { opacity: .86; transition: opacity .2s; }
nav a:hover { opacity: 1; }
.nav-cta { border: 1px solid rgba(255,255,255,.45); padding: 10px 18px; border-radius: 999px; }

.hero { min-height: 760px; height: min(900px, 100vh); display: grid; grid-template-columns: 46% 54%; background: var(--burgundy-dark); color: var(--ivory); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 124px clamp(32px, 5.2vw, 90px) 64px; background: radial-gradient(circle at 20% 20%, #8d1b2a 0, transparent 35%), linear-gradient(145deg, #77111e, #3f070c 82%); position: relative; }
.hero-copy::after { content: "唐"; position: absolute; right: 6%; bottom: 4%; font-family: serif; font-size: clamp(9rem, 19vw, 18rem); line-height: .8; color: rgba(246,235,217,.035); pointer-events: none; }
.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .19em; font-size: 12px; font-weight: 600; color: #dfc8a4; }
.eyebrow.burgundy { color: var(--burgundy); }
h1, h2, h3 { font-family: "Playfair Display", serif; font-weight: 500; line-height: 1.04; margin: 0; }
h1 { font-size: clamp(3.1rem, 5.3vw, 6.4rem); letter-spacing: -.045em; max-width: 840px; }
h1 em { color: #e1cba7; }
.hero-lead { max-width: 570px; margin: 28px 0 0; font-size: clamp(1rem, 1.3vw, 1.2rem); color: rgba(245,236,220,.78); }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { min-height: 50px; padding: 14px 23px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-weight: 600; font-size: 14px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--ivory); color: var(--burgundy-dark); }
.button-light:hover { background: white; }
.button-dark { background: var(--burgundy); color: white; }
.text-link { font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 5px; }
.hours { margin: 30px 0 0; font-size: 13px; color: rgba(245,236,220,.58); }
.hero-visual { overflow: hidden; position: relative; background: #26150f; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(48,4,10,.35), transparent 25%), linear-gradient(0deg, rgba(30,10,8,.28), transparent 30%); }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 34%; transform: scale(1.035); }
.hero-stamp { position: absolute; z-index: 2; right: 34px; bottom: 28px; font-family: "Playfair Display", serif; color: white; font-size: 14px; letter-spacing: .06em; }
.hero-stamp span { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-right: 7px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }

.trust-strip { background: #220a0d; color: var(--ivory); display: grid; grid-template-columns: repeat(4, 1fr); padding: 28px clamp(24px, 5vw, 78px); border-top: 1px solid rgba(255,255,255,.1); }
.trust-strip div { padding: 0 24px; border-right: 1px solid rgba(255,255,255,.16); }
.trust-strip div:first-child { padding-left: 0; }
.trust-strip div:last-child { border: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-family: "Playfair Display", serif; font-size: 18px; font-weight: 500; }
.trust-strip span { margin-top: 3px; font-size: 12px; color: rgba(245,236,220,.56); }

.intro { max-width: 1240px; margin: 0 auto; padding: 130px 40px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 11vw; align-items: end; }
.intro h2, .section-heading h2, .colours h2 { font-size: clamp(2.5rem, 4.2vw, 4.8rem); letter-spacing: -.035em; }
.intro-copy > p { color: var(--muted); font-size: 18px; max-width: 540px; }
.mini-points { border-top: 1px solid var(--line); margin-top: 34px; padding-top: 22px; display: grid; gap: 9px; font-size: 14px; }

.collection { background: var(--burgundy-dark); color: var(--ivory); padding: 120px clamp(24px, 6vw, 100px); }
.section-heading { max-width: 1300px; margin: 0 auto 70px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.catalog-link { font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 7px; }
.product-card { max-width: 1300px; margin: 0 auto 44px; min-height: 670px; display: grid; grid-template-columns: 1.08fr .92fr; border: 1px solid rgba(255,255,255,.12); overflow: hidden; }
.product-image { min-height: 650px; overflow: hidden; background: #d8cab8; }
.product-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; transform: scale(1.01); }
.product-info { padding: clamp(42px, 6vw, 86px); display: flex; flex-direction: column; justify-content: center; background: #f1e7d8; color: var(--ink); }
.product-lotus { grid-template-columns: .92fr 1.08fr; }
.product-lotus .product-image { order: 2; }
.product-lotus .product-info { background: #77111e; color: var(--ivory); }
.series { text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 600; margin: 0 0 20px; color: var(--burgundy); }
.product-lotus .series { color: #ddc39d; }
.product-info h3 { font-size: clamp(2.35rem, 3.6vw, 4.2rem); letter-spacing: -.03em; }
.price { font-family: "Playfair Display", serif; font-size: 28px; margin: 24px 0; }
.product-info ul { list-style: none; padding: 23px 0; margin: 0 0 28px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; border-color: rgba(53,36,30,.18); color: var(--muted); }
.product-lotus ul { border-color: rgba(255,255,255,.18); color: rgba(245,236,220,.75); }
.product-info li { padding: 5px 0; }
.product-info .button { align-self: flex-start; }
.product-info small { margin-top: 16px; color: inherit; opacity: .48; }

.colours { max-width: 1300px; margin: 0 auto; padding: 140px 40px; display: grid; grid-template-columns: .83fr 1.17fr; gap: 9vw; align-items: center; }
.colour-copy p:not(.eyebrow) { max-width: 500px; color: var(--muted); font-size: 17px; }
.swatches { height: 500px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; align-items: stretch; }
.swatch { position: relative; min-width: 0; border-radius: 2px; transition: transform .25s, box-shadow .25s; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); }
.swatch:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(55,22,18,.16); }
.swatch span { position: absolute; bottom: 14px; left: 50%; writing-mode: vertical-rl; transform: rotate(180deg) translateX(50%); color: white; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; text-shadow: 0 1px 4px rgba(0,0,0,.4); }
.purple { background: #79507f; }
.deep-green { background: #12362f; }
.blue-grey { background: #65717d; }
.beige { background: #c4b49f; }
.silver { background: #a4a49e; }
.brown { background: #8a6049; }
.classic-green { background: #37684d; }
.swatches .classic-green { grid-column: span 2; }

.business-cta { text-align: center; color: var(--ivory); padding: 140px 24px 70px; background: radial-gradient(circle at 50% 0, #9b2431 0, #66101a 45%, #3c080d 100%); position: relative; overflow: hidden; }
.business-cta::before, .business-cta::after { content: ""; position: absolute; border: 1px solid rgba(218,190,146,.13); width: 360px; height: 360px; border-radius: 50%; }
.business-cta::before { left: -170px; top: 35px; }
.business-cta::after { right: -160px; bottom: -90px; }
.business-cta h2 { font-size: clamp(3rem, 7vw, 7.4rem); letter-spacing: -.045em; }
.business-cta > p:not(.eyebrow) { max-width: 650px; margin: 25px auto 34px; color: rgba(245,236,220,.76); font-size: 18px; }
.contact-meta { max-width: 680px; margin: 70px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); display: flex; justify-content: space-between; font-size: 13px; color: rgba(245,236,220,.58); }

footer { background: #21070a; color: rgba(245,236,220,.55); padding: 34px clamp(24px, 5vw, 78px); display: flex; align-items: center; justify-content: space-between; gap: 25px; font-size: 12px; }
footer img { width: 142px; height: 42px; object-fit: contain; object-position: left; opacity: .8; }
.floating-wa { position: fixed; z-index: 30; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 12px 18px; border-radius: 999px; color: #113d2a; background: #f5ecdc; box-shadow: 0 12px 34px rgba(23,6,8,.25); font-size: 13px; font-weight: 600; }
.floating-wa svg { width: 22px; fill: #1d8b5a; }

@media (max-width: 900px) {
  .site-header { height: 78px; padding: 14px 20px; }
  .brand img { width: 150px; height: 48px; }
  nav a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 8px 14px; }
  .hero { height: auto; min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { min-height: 660px; padding: 125px 24px 58px; }
  .hero-visual { height: 72vh; min-height: 560px; }
  .hero-visual > img { object-position: 50% 35%; }
  .trust-strip { grid-template-columns: 1fr 1fr; padding: 10px 22px; }
  .trust-strip div { padding: 18px 12px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .intro, .colours { grid-template-columns: 1fr; padding: 90px 24px; gap: 45px; }
  .section-heading { align-items: start; flex-direction: column; }
  .collection { padding: 90px 18px; }
  .product-card, .product-lotus { grid-template-columns: 1fr; }
  .product-image, .product-lotus .product-image { order: 0; min-height: 620px; }
  .product-info { padding: 44px 28px 48px; }
  .swatches { height: 420px; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-copy { min-height: 620px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div, .trust-strip div:first-child { padding: 17px 0; border-right: 0; }
  .intro { padding-top: 82px; }
  .product-image, .product-lotus .product-image { min-height: 500px; }
  .swatches { grid-template-columns: repeat(3, 1fr); height: 460px; }
  .swatches .classic-green { grid-column: auto; }
  .contact-meta { flex-direction: column; gap: 8px; }
  footer { flex-direction: column; text-align: center; }
  footer img { object-position: center; }
  .floating-wa span { display: none; }
  .floating-wa { width: 54px; height: 54px; padding: 0; justify-content: center; }
}

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