:root {
  --maroon: #781927;
  --maroon-dark: #3e0912;
  --maroon-deep: #26070d;
  --gold: #d6b35a;
  --gold-light: #f0d992;
  --cream: #fff9f1;
  --ivory: #f6eddf;
  --blush: #f5e2e4;
  --ink: #28191a;
  --muted: #756766;
  --line: rgba(74, 36, 37, .14);
  --shadow: 0 24px 70px rgba(69, 14, 23, .12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -60px; background: #fff; padding: 10px 16px; color: var(--maroon); transition: .2s; }
.skip-link:focus { top: 16px; }

.utility-bar { background: var(--maroon-deep); color: rgba(255,255,255,.75); font-size: 12px; letter-spacing: .04em; }
.utility-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; }
.utility-inner a { color: var(--gold-light); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,249,241,.95); border-bottom: 1px solid rgba(67, 24, 28, .1); backdrop-filter: blur(16px); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-logo { width: 52px; height: 52px; object-fit: contain; flex: 0 0 auto; filter: drop-shadow(0 3px 5px rgba(95, 52, 5, .16)); }
.brand > span:last-child { display: flex; flex-direction: column; gap: 5px; }
.brand strong { color: var(--maroon-dark); font: 700 19px/1 var(--serif); }
.brand small { font-size: 9px; letter-spacing: .34em; text-transform: uppercase; color: var(--muted); }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
.primary-nav > a:not(.button) { position: relative; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; height: 1px; width: 0; left: 0; bottom: -7px; background: var(--maroon); transition: width .25s; }
.primary-nav > a:not(.button):hover::after { width: 100%; }
.menu-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; background: var(--maroon); margin: 6px 0; transition: .25s; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 12px; }
.button-maroon { background: var(--maroon); color: #fff; box-shadow: 0 8px 22px rgba(120,25,39,.17); }
.button-gold { color: var(--maroon-dark); background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 12px 30px rgba(214,179,90,.2); }
.button-gold:hover { box-shadow: 0 16px 34px rgba(214,179,90,.32); }
.button-ghost { border-color: rgba(255,255,255,.42); color: #fff; background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.1); }

.hero { position: relative; min-height: calc(100vh - 112px); display: grid; align-items: center; overflow: hidden; background: var(--maroon-dark); color: #fff; }
.hero-image, .hero-overlay { position: absolute; inset: 0; }
.hero-image { background: center / cover no-repeat url("assets/mixed-collection-hero-v2.jpg"); transform: scale(1.01); }
.hero-overlay { background: linear-gradient(90deg, rgba(37,4,10,.92) 0%, rgba(52,5,13,.76) 39%, rgba(45,3,10,.12) 67%, rgba(30,1,5,.06) 100%); }
.hero::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(239,217,146,.17); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; padding: 80px 0 100px; }
.hero-copy { max-width: 680px; }
.eyebrow { display: block; margin-bottom: 20px; color: var(--maroon); text-transform: uppercase; letter-spacing: .2em; font-size: 11px; font-weight: 800; }
.eyebrow.light { color: var(--gold-light); }
.hero h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.06; }
.hero h1 { max-width: 670px; font-size: clamp(50px, 6.2vw, 88px); text-wrap: balance; }
h1 em, h2 em { font-weight: 400; color: var(--gold-light); }
.hero p { max-width: 590px; margin: 26px 0 34px; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-notes { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 42px; color: rgba(255,255,255,.66); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.hero-notes span::before { content: "✦"; color: var(--gold); margin-right: 8px; font-size: 8px; }
.scroll-cue { position: absolute; z-index: 3; bottom: 28px; left: 50%; translate: -50% 0; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .18em; font-size: 9px; display: flex; align-items: center; gap: 10px; }
.scroll-cue span { width: 28px; height: 1px; background: var(--gold); }

.trust-strip { background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 12px 30px rgba(80,20,28,.04); }
.trust-grid { min-height: 104px; display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > a { display: flex; align-items: center; gap: 16px; padding: 22px 34px; border-right: 1px solid var(--line); transition: background .25s; }
.trust-grid > a:first-child { border-left: 1px solid var(--line); }
.trust-grid > a:hover { background: var(--cream); }
.line-icon { width: 38px; height: 38px; border: 1px solid var(--gold); color: var(--maroon); display: grid; place-items: center; font-size: 18px; }
.trust-grid a > span:last-child { display: flex; flex-direction: column; font-size: 13px; font-weight: 700; }
.trust-grid small { color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }

.products-section { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.section-heading h2, .center-heading h2, .custom-copy h2, .about-copy h2 { color: var(--maroon-dark); font-size: clamp(40px, 5vw, 64px); }
.section-heading h2 em, .center-heading h2 em, .custom-copy h2 em, .about-copy h2 em { color: var(--maroon); font-style: italic; }
.section-heading p, .center-heading p { color: var(--muted); margin: 0; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--line); gap: 1px; border: 1px solid var(--line); }
.category-card { position: relative; min-height: 320px; padding: 30px; background: #fffdfa; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.category-card:hover { z-index: 2; transform: translateY(-6px); box-shadow: var(--shadow); }
.feature-card { grid-column: span 2; background: var(--blush); flex-direction: row; align-items: center; gap: 30px; }
.feature-card .category-photo { width: 46%; height: 260px; flex: 0 0 46%; object-fit: cover; object-position: center; border: 1px solid rgba(120,25,39,.12); }
.feature-card > div:last-child { flex: 1; }
.compact-photo { width: 100%; height: 145px; object-fit: cover; object-position: center; margin: 0 0 22px; border: 1px solid rgba(120,25,39,.1); }
.dark-card .compact-photo { border-color: rgba(240,217,146,.3); }
.dark-card { background: var(--maroon); color: #fff; }
.category-card .card-number { position: absolute; right: 22px; top: 18px; color: rgba(74,36,37,.27); font: italic 14px var(--serif); }
.dark-card .card-number { color: rgba(255,255,255,.4); }
.category-card h3 { margin: 0 0 9px; color: var(--maroon-dark); font: 400 25px/1.2 var(--serif); }
.dark-card h3 { color: #fff; }
.category-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.dark-card p { color: rgba(255,255,255,.66); }
.tags { display: inline-block; margin-top: 16px; color: var(--maroon); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 800; }
.category-symbol { position: relative; width: 100px; height: 100px; margin: 6px auto 28px; color: var(--maroon); }
.chuda-symbol { width: 210px; }
.chuda-symbol i { position: absolute; left: 50%; top: 50%; width: 110px; height: 54px; border: 8px double var(--gold); border-radius: 50%; transform: translate(-50%,-50%) rotate(-10deg); box-shadow: inset 0 0 0 4px var(--maroon); }
.chuda-symbol i:nth-child(2) { translate: -28px 7px; transform: translate(-50%,-50%) rotate(-10deg); }
.chuda-symbol i:nth-child(3) { translate: 28px -7px; transform: translate(-50%,-50%) rotate(-10deg); }
.rings-symbol i { position: absolute; width: 74px; height: 74px; border: 8px double var(--gold); border-radius: 50%; }
.rings-symbol i:last-child { left: 28px; top: 18px; border-color: var(--maroon); }
.kangan-symbol i { position: absolute; inset: 10px; border: 15px double var(--gold); border-radius: 50%; box-shadow: 0 0 0 2px var(--maroon); }
.kaleera-symbol::before { content: ""; position: absolute; width: 62px; height: 30px; border-radius: 60px 60px 0 0; background: var(--gold); left: 18px; top: 10px; }
.kaleera-symbol i { position: absolute; width: 1px; height: 52px; background: var(--gold-light); left: 30px; top: 35px; }
.kaleera-symbol i:nth-child(2) { left: 49px; height: 62px; }
.kaleera-symbol i:nth-child(3) { left: 68px; height: 44px; }
.kaleera-symbol i::after { content: "◆"; position: absolute; bottom: -12px; left: -5px; color: var(--gold-light); font-size: 10px; }
.flower-symbol, .material-symbol, .accessory-symbol { display: grid; place-items: center; font-size: 70px; color: var(--gold); }
.flower-symbol::after, .accessory-symbol::after { content: ""; position: absolute; inset: 15px; border: 1px solid var(--maroon); transform: rotate(45deg); }
.patti-symbol i { position: absolute; width: 88px; height: 15px; border: 2px solid var(--gold); border-radius: 50%; left: 6px; top: 28px; transform: rotate(-12deg); }
.patti-symbol i:nth-child(2) { top: 44px; border-color: var(--maroon); }
.patti-symbol i:nth-child(3) { top: 60px; }
.size-note { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 28px; color: var(--muted); font-size: 13px; }
.size-note span { color: var(--gold); }

.catalogue-section { position: relative; overflow: hidden; background: var(--maroon-deep); color: #fff; padding: 120px 0; }
.catalogue-pattern { position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle at 25% 25%, transparent 20%, #d8ba69 21%, transparent 22%), radial-gradient(circle at 75% 75%, transparent 20%, #d8ba69 21%, transparent 22%); background-size: 64px 64px; mask-image: linear-gradient(90deg,#000,transparent 48%); }
.catalogue-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.phone-scene { min-height: 620px; position: relative; display: grid; place-items: center; }
.phone-glow { position: absolute; width: 440px; height: 440px; border-radius: 50%; background: rgba(214,179,90,.14); filter: blur(12px); }
.phone { position: relative; z-index: 2; width: 290px; height: 570px; padding: 13px 18px 18px; border: 7px solid #1a1112; border-radius: 38px; color: var(--ink); background: var(--cream); box-shadow: 0 42px 80px rgba(0,0,0,.45); transform: rotate(-3deg); overflow: hidden; }
.phone-top { display: flex; justify-content: space-between; font-size: 8px; padding: 3px 7px 13px; }
.phone-top i { width: 70px; height: 16px; border-radius: 10px; background: #1a1112; position: absolute; top: 7px; left: 50%; transform: translateX(-50%); }
.app-brand { display: flex; align-items: center; gap: 8px; font: 12px var(--serif); color: var(--maroon); }
.mini-mark { width: 25px; height: 25px; border-radius: 6px; object-fit: cover; box-shadow: 0 2px 6px rgba(0,0,0,.2); }
.welcome { margin: 24px 0 0; color: var(--muted); font-size: 9px; }
.phone h3 { margin: 0 0 18px; font: 24px var(--serif); color: var(--maroon-dark); }
.app-pills { display: flex; gap: 6px; margin-bottom: 17px; }
.app-pills span { padding: 4px 10px; border: 1px solid var(--line); border-radius: 20px; color: var(--muted); font-size: 7px; }
.app-pills span:first-child { background: var(--maroon); color: #fff; border-color: var(--maroon); }
.app-products { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.app-products > div { background: #fff; padding: 8px; border: 1px solid var(--line); display: flex; flex-direction: column; }
.app-products strong { font: 11px var(--serif); margin-top: 8px; }
.app-products small { color: var(--muted); font-size: 7px; }
.app-bangle { display: block; width: 100%; height: 125px; object-fit: cover; object-position: center; background: linear-gradient(145deg,#f3dfc1,#8e1d2e); position: relative; overflow: hidden; }
.app-bangle::before { content: ""; position: absolute; width: 70px; height: 70px; border: 13px double #d6b35a; border-radius: 50%; left: 18px; top: 26px; box-shadow: inset 0 0 0 5px #8c1d2d; }
.bangle-two { background: linear-gradient(145deg,#f7ecd8,#e8c579); }
.bangle-two::before { border-color: #a86d24; box-shadow: inset 0 0 0 5px #f0d992; }
.app-nav { position: absolute; left: 0; right: 0; bottom: 0; padding: 13px 30px; display: flex; justify-content: space-between; background: #fff; border-top: 1px solid var(--line); color: var(--muted); font-style: normal; font-size: 12px; }
.floating-badge { position: absolute; z-index: 3; padding: 12px 18px; background: rgba(255,255,255,.95); color: var(--maroon); border-left: 3px solid var(--gold); box-shadow: 0 16px 30px rgba(0,0,0,.25); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.badge-one { right: 2%; top: 18%; }
.badge-two { left: 0; bottom: 18%; }
.catalogue-copy h2, .order-heading h2, .contact-copy h2 { font-size: clamp(44px, 5.2vw, 68px); }
.catalogue-copy h2 em, .order-heading h2 em, .contact-copy h2 em { font-style: italic; }
.catalogue-copy > p { margin: 28px 0 32px; color: rgba(255,255,255,.68); }
.feature-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.12); }
.feature-list > div:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.feature-list span { color: var(--gold); font: italic 13px var(--serif); }
.feature-list p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; }
.feature-list strong { display: block; color: #fff; font: 400 18px var(--serif); }
.catalogue-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin-top: 30px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--maroon); font-size: 12px; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.light-link { color: var(--gold-light); }

.custom-section { background: #fffdfa; }
.custom-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.custom-copy > p { color: var(--muted); margin: 25px 0 28px; }
.option-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.option-grid article { padding: 32px; min-height: 190px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.option-grid article:nth-child(even) { border-right: 0; }
.option-grid article:nth-child(n+3) { border-bottom: 0; }
.option-grid span { color: var(--gold); font: italic 12px var(--serif); }
.option-grid h3 { margin: 24px 0 6px; color: var(--maroon-dark); font: 400 22px var(--serif); }
.option-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.why-section { background: var(--ivory); }
.center-heading { text-align: center; max-width: 740px; margin: 0 auto 56px; }
.center-heading p { margin-top: 20px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.benefit-grid article { padding: 34px; background: var(--cream); min-height: 215px; }
.benefit-grid article > span { color: var(--gold); font-size: 22px; }
.benefit-grid h3 { margin: 28px 0 8px; color: var(--maroon-dark); font: 400 22px var(--serif); }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.order-section { background: var(--maroon); color: #fff; padding: 108px 0; }
.order-heading { max-width: 730px; margin-bottom: 60px; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); }
.steps li { position: relative; padding: 34px 28px 28px 0; border-right: 1px solid rgba(255,255,255,.16); }
.steps li:not(:first-child) { padding-left: 28px; }
.steps li::before { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); top: -4px; left: 0; box-shadow: 0 0 0 6px rgba(214,179,90,.12); }
.steps li:not(:first-child)::before { left: 28px; }
.steps span { color: var(--gold-light); font: italic 12px var(--serif); }
.steps h3 { margin: 30px 0 8px; font: 400 22px var(--serif); }
.steps p { margin: 0; color: rgba(255,255,255,.63); font-size: 12px; }
.order-cta { margin-top: 38px; display: flex; justify-content: flex-end; align-items: center; gap: 28px; }
.order-cta p { margin: 0; color: rgba(255,255,255,.66); font-size: 12px; }

.about-section { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.about-visual { aspect-ratio: 4/5; position: relative; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle, rgba(214,179,90,.16) 2px, transparent 3px) 0 0/22px 22px, var(--blush); border: 1px solid var(--line); }
.about-visual::before, .about-visual::after { content: ""; position: absolute; width: 76%; aspect-ratio: 1; border: 1px solid var(--gold); transform: rotate(45deg); }
.about-visual::after { width: 58%; border-color: var(--maroon); }
.about-monogram { position: relative; z-index: 2; width: min(68%, 330px); height: auto; object-fit: contain; filter: drop-shadow(0 18px 24px rgba(95,52,5,.17)); }
.about-app-icon { width: min(64%, 300px); border-radius: 22%; filter: drop-shadow(0 20px 28px rgba(38,7,13,.24)); }
.about-visual > span { position: absolute; bottom: 28px; left: 30px; color: var(--maroon); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.about-copy > p { color: var(--muted); }
.about-stat { display: flex; flex-direction: column; padding-left: 20px; border-left: 2px solid var(--gold); margin-top: 30px; }
.about-stat strong { color: var(--maroon); font: 400 22px var(--serif); }
.about-stat span { color: var(--muted); font-size: 12px; }

.contact-section { background: var(--maroon-deep); color: #fff; padding: 110px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.contact-copy p { color: rgba(255,255,255,.68); margin: 25px 0 30px; }
.contact-address { display: flex; flex-direction: column; margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.contact-address small { color: var(--gold-light); text-transform: uppercase; letter-spacing: .15em; font-size: 9px; }
.contact-address strong { margin-top: 5px; font: 400 18px var(--serif); }
.contact-links { border-top: 1px solid rgba(255,255,255,.18); }
.contact-links a { display: grid; grid-template-columns: 50px 1fr 30px; align-items: center; min-height: 74px; border-bottom: 1px solid rgba(255,255,255,.18); transition: padding .25s, background .25s; }
.contact-links a:hover { padding-left: 12px; background: rgba(255,255,255,.035); }
.contact-links span { color: var(--gold); font: italic 11px var(--serif); }
.contact-links strong { font: 400 18px var(--serif); }
.contact-links i { color: var(--gold); font-style: normal; }

.site-footer { background: #170407; color: rgba(255,255,255,.65); padding: 58px 0 22px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 50px; align-items: center; padding-bottom: 45px; }
.footer-brand .brand-logo { filter: drop-shadow(0 4px 10px rgba(214,179,90,.18)); }
.footer-brand strong { color: #fff; }
.footer-brand small { color: rgba(255,255,255,.45); }
.footer-top p { font-size: 12px; margin: 0; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; flex-wrap: wrap; font-size: 11px; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: #25d366; box-shadow: 0 12px 28px rgba(0,0,0,.25); transition: transform .2s; }
.whatsapp-float:hover { transform: scale(1.06); }
.whatsapp-float svg { width: 27px; fill: currentColor; }

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

@media (max-width: 1000px) {
  .primary-nav { gap: 18px; }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .catalogue-grid, .custom-grid, .about-grid, .contact-grid { gap: 55px; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 780px) {
  .container { width: min(100% - 30px, 620px); }
  .section { padding: 82px 0; }
  .utility-inner { justify-content: center; }
  .utility-inner > span { display: none; }
  .nav-wrap { height: 70px; }
  .menu-toggle { display: block; z-index: 102; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 104px 0 0; background: var(--cream); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 30px; transform: translateX(100%); visibility: hidden; transition: .3s; }
  .primary-nav.open { transform: none; visibility: visible; }
  .primary-nav > a { padding: 15px 0; font: 400 25px var(--serif); border-bottom: 1px solid var(--line); }
  .primary-nav .button { margin-top: 20px; font: 700 12px var(--sans); }
  .hero { min-height: 790px; align-items: end; }
  .hero-image { background-position: 64% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(36,3,9,.98) 8%, rgba(46,4,11,.86) 52%, rgba(32,2,7,.16) 100%); }
  .hero-inner { padding: 210px 0 105px; }
  .hero h1 { font-size: clamp(44px,13vw,64px); }
  .hero p { font-size: 15px; line-height: 1.6; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-notes { gap: 12px 20px; margin-top: 28px; }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: 1fr; padding: 10px 0; }
  .trust-grid > a, .trust-grid > a:first-child { border: 0; border-bottom: 1px solid var(--line); padding: 17px 10px; }
  .trust-grid > a:last-child { border-bottom: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
  .section-heading h2, .center-heading h2, .custom-copy h2, .about-copy h2 { font-size: 42px; }
  .category-grid { grid-template-columns: 1fr; }
  .feature-card { grid-column: auto; flex-direction: column; align-items: stretch; }
  .feature-card .category-photo { width: 100%; height: 210px; flex-basis: auto; }
  .category-card { min-height: 290px; }
  .catalogue-section { padding: 84px 0; }
  .catalogue-grid, .custom-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .catalogue-copy { order: -1; }
  .catalogue-copy h2, .order-heading h2, .contact-copy h2 { font-size: 44px; }
  .phone-scene { min-height: 590px; }
  .phone { width: 270px; height: 540px; }
  .floating-badge { font-size: 8px; padding: 10px 12px; }
  .badge-one { right: -2%; }
  .badge-two { left: -2%; }
  .option-grid, .benefit-grid { grid-template-columns: 1fr; }
  .option-grid article, .option-grid article:nth-child(even), .option-grid article:nth-child(n+3) { border-right: 0; border-bottom: 1px solid var(--line); }
  .option-grid article:last-child { border-bottom: 0; }
  .steps { grid-template-columns: 1fr; border-top: 0; }
  .steps li, .steps li:not(:first-child) { padding: 22px 0 22px 45px; border-right: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .steps li::before, .steps li:not(:first-child)::before { left: 0; top: 28px; }
  .steps h3 { margin: 5px 0; }
  .order-cta { justify-content: stretch; align-items: stretch; flex-direction: column; }
  .about-visual { max-height: 560px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .brand strong { font-size: 17px; }
  .brand-logo { width: 44px; height: 44px; }
  .hero::after { inset: 10px; }
  .hero h1 { font-size: 43px; }
  .hero-notes span:last-child { display: none; }
  .category-card { padding: 26px; }
  .catalogue-actions .button { width: 100%; }
  .phone-scene { transform: scale(.92); margin-inline: -20px; }
  .contact-copy .button { width: 100%; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

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