:root {
  --ink: #090908;
  --ink-soft: #15130f;
  --paper: #f3efe6;
  --paper-deep: #e9e1d4;
  --gold: #c99a34;
  --gold-light: #e1ba61;
  --line: #d7cebf;
  --muted: #706b62;
  --white-muted: #aaa59c;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Arial, Helvetica, sans-serif; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 12px 16px; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 16px; }
.wrap { width: min(var(--max), 88vw); margin: auto; }
.eyebrow { margin: 0; color: #957128; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 1px; margin-right: 12px; background: var(--gold); vertical-align: middle; }
.gold { color: var(--gold-light); }
.muted { color: var(--muted); }

.site-header { position: sticky; z-index: 30; top: 0; height: 82px; display: flex; align-items: center; border-bottom: 1px solid #ffffff18; background: #090908f5; backdrop-filter: blur(12px); }
.header-inner { width: min(1320px, 92vw); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font: 20px Georgia, serif; letter-spacing: .16em; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-style: italic; letter-spacing: 0; }
.brand small { display: block; margin-top: 4px; color: #9e9990; font: 7px Arial, sans-serif; letter-spacing: .22em; }
.desktop-nav { display: flex; align-items: center; gap: 28px; color: #cbc6bd; font-size: 11px; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--gold-light); }
.btn { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 13px 20px; border: 0; background: linear-gradient(135deg, #e2b64f, #a9781e); color: #090807; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.btn-outline { border: 1px solid #ffffff66; background: #09090866; color: var(--paper); }
.btn-text { color: inherit; border-bottom: 1px solid currentColor; padding-bottom: 6px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid #ffffff25; background: transparent; color: var(--paper); font-size: 0; cursor: pointer; }
.menu-button::before, .menu-button::after { content: ""; display: block; width: 18px; height: 1px; margin: 6px auto; background: currentColor; transition: .25s; }
.menu-button[aria-expanded="true"]::before { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"]::after { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-nav { display: none; position: fixed; z-index: 29; inset: 82px 0 auto; padding: 22px 5vw 30px; border-bottom: 1px solid #ffffff20; background: #090908fa; }
.mobile-nav.open { display: grid; }
.mobile-nav a { padding: 14px 0; border-bottom: 1px solid #ffffff16; font: 20px Georgia, serif; }
.mobile-nav .btn { margin-top: 18px; border: 0; font: 10px Arial, sans-serif; }

.hero-intro { position: relative; min-height: 440px; display: grid; align-items: center; overflow: hidden; background: #17130e; }
.hero-intro::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #090908ed 0%, #090908c8 42%, #09090830 75%); }
.hero-intro > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-copy { position: relative; z-index: 2; width: min(720px, 88vw); margin: auto; padding: 76px 0; }
.hero-copy h1 { max-width: 760px; margin: 20px 0; font: clamp(46px, 5.8vw, 82px)/.98 Georgia, serif; letter-spacing: -.04em; }
.hero-copy > p:not(.eyebrow) { max-width: 660px; margin: 0; color: #d1cdc4; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 28px; color: #d4c7a7; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.poster-showcase { position: relative; overflow: hidden; background: var(--ink); }
.poster-slides { position: relative; width: 100%; aspect-ratio: var(--hero-ratio, 1914/822); transition: aspect-ratio .25s; }
.poster-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .65s; }
.poster-slide.active { opacity: 1; visibility: visible; }
.poster-slide picture, .poster-slide img { width: 100%; height: 100%; }
.poster-slide img { object-fit: contain; }
.carousel-arrow { position: absolute; z-index: 4; top: 50%; width: 42px; height: 42px; border: 1px solid #d3a33a88; background: #090908aa; color: var(--gold-light); cursor: pointer; font-size: 23px; }
.carousel-arrow.prev { left: 20px; }
.carousel-arrow.next { right: 20px; }
.carousel-dots { position: absolute; z-index: 4; left: 50%; bottom: 18px; display: flex; gap: 8px; transform: translateX(-50%); }
.carousel-dots button { width: 28px; height: 3px; padding: 0; border: 0; background: #ffffff55; cursor: pointer; }
.carousel-dots button.active { background: var(--gold); }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid #ffffff1b; }
.proof-strip div { padding: 25px 3vw; border-right: 1px solid #ffffff1b; }
.proof-strip div:last-child { border: 0; }
.proof-strip b { display: block; color: var(--gold-light); font: 29px Georgia, serif; }
.proof-strip span { display: block; margin-top: 8px; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.section { padding: 96px 0; scroll-margin-top: 82px; }
.section-light { background: var(--paper); color: #111; }
.section-dark { background: var(--ink); color: var(--paper); }
.section-soft { background: var(--paper-deep); color: #111; }
.section-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.section-head h2, .page-title { margin: 18px 0 0; font: clamp(42px, 4.8vw, 70px)/1 Georgia, serif; letter-spacing: -.035em; }
.section-head > p { margin: 0; color: var(--muted); line-height: 1.75; }
.section-dark .section-head > p { color: var(--white-muted); }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 52px; }
.category-card { position: relative; min-height: 410px; overflow: hidden; background: #17130e; color: var(--paper); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.category-card:hover img { transform: scale(1.035); }
.category-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, #080807f2); }
.category-content { position: absolute; z-index: 2; right: 22px; bottom: 22px; left: 22px; }
.category-content small { color: var(--gold-light); font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.category-content h3 { margin: 9px 0 6px; font: 25px Georgia, serif; }
.category-content p { margin: 0; color: #c2bdb4; font-size: 11px; line-height: 1.55; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; }
.product-card { display: flex; flex-direction: column; border: 1px solid var(--line); background: #f8f5ee; color: #111; }
.product-card img { width: 100%; aspect-ratio: 1; object-fit: cover; background: #e7dfd2; }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.product-code { color: #8c6b27; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-card h3 { margin: 11px 0 9px; font: 22px/1.15 Georgia, serif; }
.product-card p { margin: 0 0 18px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.product-body .btn-text { align-self: flex-start; margin-top: auto; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 48px; border: 1px solid #ffffff18; background: #ffffff18; }
.feature { min-height: 245px; padding: 30px; background: var(--ink-soft); }
.feature b { color: var(--gold-light); font: 17px Georgia, serif; }
.feature h3 { margin: 32px 0 10px; font: 24px Georgia, serif; }
.feature p { margin: 0; color: var(--white-muted); font-size: 12px; line-height: 1.7; }

.info-table { margin-top: 48px; border-top: 1px solid var(--line); }
.info-row { display: grid; grid-template-columns: .72fr 1.28fr; border-bottom: 1px solid var(--line); }
.info-row dt, .info-row dd { margin: 0; padding: 19px 0; }
.info-row dt { font-weight: 700; }
.info-row dd { color: var(--muted); line-height: 1.6; }
.notice { margin-top: 22px; padding: 18px 20px; border-left: 3px solid var(--gold); background: #ffffff70; color: var(--muted); font-size: 12px; line-height: 1.65; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
.split img { width: 100%; max-height: 590px; object-fit: cover; }
.split h2 { margin: 18px 0; font: clamp(42px, 4.8vw, 68px)/1 Georgia, serif; }
.split p { color: var(--white-muted); line-height: 1.8; }
.section-light .split p, .section-soft .split p { color: var(--muted); }
.check-list { margin: 25px 0 30px; padding: 0; list-style: none; }
.check-list li { padding: 13px 0; border-top: 1px solid #ffffff20; font-size: 12px; }
.section-light .check-list li, .section-soft .check-list li { border-color: var(--line); }
.check-list li::before { content: "✓"; margin-right: 11px; color: var(--gold); }
.customization-visuals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 24px 0 16px; }
.customization-visual { position: relative; min-width: 0; overflow: hidden; aspect-ratio: 1 / 1.08; background: #17130e; color: var(--paper); }
.customization-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.customization-visual:hover img { transform: scale(1.06); }
.customization-visual::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, #080807f2); }
.customization-visual span { position: absolute; z-index: 1; right: 10px; bottom: 10px; left: 10px; }
.customization-visual small { display: block; color: var(--gold-light); font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.customization-visual strong { display: block; margin-top: 4px; font: 13px Georgia, serif; }
.small-note { margin: 0 0 26px; color: var(--muted) !important; font-size: 10px; line-height: 1.6; }
.customization-matrix { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 48px; border: 1px solid #cfc4b3; background: #cfc4b3; }
.customization-card { background: #f9f6ef; }
.customization-card-image { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.customization-card-content { padding: 20px 22px 23px; }
.customization-card b { color: #8c6b27; font: 15px Georgia, serif; }
.customization-card h3 { margin: 12px 0 6px; font: 23px Georgia, serif; }
.customization-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 48px; background: #ffffff1a; }
.step { min-height: 220px; padding: 28px 24px; background: var(--ink-soft); }
.step b { color: var(--gold-light); font-size: 10px; letter-spacing: .14em; }
.step h3 { margin: 42px 0 10px; font: 23px Georgia, serif; }
.step p { margin: 0; color: var(--white-muted); font-size: 12px; line-height: 1.65; }

.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.case-card { padding: 30px; border: 1px solid var(--line); }
.case-card small { color: #8d6b27; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.case-card h3 { margin: 22px 0 10px; font: 25px Georgia, serif; }
.case-card p { color: var(--muted); font-size: 12px; line-height: 1.7; }

.page-hero { padding: 90px 0 80px; background: var(--ink-soft); }
.page-hero p:not(.eyebrow) { max-width: 700px; margin: 24px 0 0; color: var(--white-muted); font-size: 16px; line-height: 1.75; }
.anchor-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.anchor-nav a { padding: 10px 13px; border: 1px solid #ffffff2a; color: #d2cdc4; font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.anchor-nav a:hover { border-color: var(--gold); color: var(--gold-light); }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.process-card { overflow: hidden; border: 1px solid #ffffff16; background: var(--ink-soft); }
.process-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.process-card div { padding: 22px; }
.process-card small { color: var(--gold-light); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.process-card h3 { margin: 14px 0 8px; font: 22px Georgia, serif; }
.process-card p { margin: 0; color: var(--white-muted); font-size: 12px; line-height: 1.65; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; }
.contact-grid h1, .contact-grid h2 { margin: 18px 0; font: clamp(42px, 4.8vw, 68px)/1 Georgia, serif; }
.contact-details { color: var(--muted); line-height: 1.9; }
.contact-details a { border-bottom: 1px solid currentColor; }
.rfq-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.rfq-form label { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.rfq-form .full { grid-column: 1/-1; }
.rfq-form input, .rfq-form select, .rfq-form textarea { width: 100%; display: block; margin-top: 8px; padding: 12px 0; border: 0; border-bottom: 1px solid #aaa195; border-radius: 0; background: transparent; color: #111; outline: 0; }
.rfq-form textarea { min-height: 120px; resize: vertical; }
.rfq-form input:focus, .rfq-form select:focus, .rfq-form textarea:focus { border-color: var(--gold); }
.form-note { grid-column: 1/-1; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }

.cta-band { padding: 68px 0; background: #b78527; color: #0b0906; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-inner h2 { margin: 0; font: clamp(34px, 4vw, 54px)/1 Georgia, serif; }
.cta-inner p { max-width: 550px; margin: 13px 0 0; line-height: 1.65; }
.cta-band .btn { background: var(--ink); color: var(--paper); }

.whatsapp-float { position: fixed; z-index: 20; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 9px; padding: 13px 16px; border: 1px solid var(--gold); background: var(--paper); box-shadow: 0 10px 30px #0005; color: #111; font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.whatsapp-float::before { content: "↗"; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); }
.site-footer { padding: 55px 6vw 28px; display: grid; grid-template-columns: 1fr 1.1fr .8fr .8fr; gap: 42px; color: #98938a; font-size: 10px; line-height: 1.8; }
.site-footer h3 { margin: 0 0 12px; color: #d4cfc6; font: 17px Georgia, serif; }
.site-footer nav { display: flex; flex-direction: column; }
.site-footer nav a:hover { color: var(--gold-light); }
.copyright { grid-column: 1/-1; padding-top: 22px; border-top: 1px solid #ffffff17; }

@media (max-width: 980px) {
  .desktop-nav, .header-inner > .btn { display: none; }
  .menu-button { display: block; }
  .section-head, .split, .contact-grid { grid-template-columns: 1fr; }
  .category-grid, .product-grid, .feature-grid, .process-grid, .customization-matrix { grid-template-columns: 1fr 1fr; }
  .case-grid { grid-template-columns: 1fr; }
  .section-head { gap: 22px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .site-header { height: 70px; }
  .mobile-nav { inset-block-start: 70px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 36px; height: 36px; }
  .hero-intro { min-height: 560px; align-items: end; }
  .hero-intro::after { background: linear-gradient(0deg, #090908f5 0%, #090908a8 58%, #09090822 100%); }
  .hero-copy { padding: 145px 0 50px; }
  .hero-copy h1 { font-size: 45px; }
  .hero-copy > p:not(.eyebrow) { font-size: 14px; }
  .hero-actions .btn { width: 100%; }
  .poster-slides { aspect-ratio: 4/5; }
  .poster-slide img { object-fit: cover; }
  .carousel-arrow { width: 34px; height: 34px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div { padding: 20px 5vw; }
  .section { padding: 68px 0; }
  .wrap { width: 90vw; }
  .section-head h2, .page-title { font-size: 39px; }
  .category-grid, .product-grid, .feature-grid, .process-grid, .steps, .customization-matrix { grid-template-columns: 1fr; }
  .customization-visuals { gap: 6px; }
  .customization-visual strong { font-size: 11px; }
  .category-card { min-height: 390px; }
  .info-row { grid-template-columns: 1fr; padding: 16px 0; }
  .info-row dt, .info-row dd { padding: 4px 0; }
  .rfq-form { grid-template-columns: 1fr; }
  .rfq-form .full { grid-column: 1; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .whatsapp-float { right: 12px; bottom: 12px; padding: 11px; font-size: 0; }
  .site-footer { grid-template-columns: 1fr; }
}
