:root {
  --ink: #242a2e;
  --ink-soft: #515b60;
  --paper: #f5f1e8;
  --paper-2: #ece5d8;
  --white: #fffdf9;
  --gold: #d99f3e;
  --gold-2: #f2bd5c;
  --bronze: #8e5d3d;
  --forest: #253b35;
  --line: rgba(36, 42, 46, .14);
  --shadow: 0 26px 70px rgba(27, 34, 33, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Tahoma, "Segoe UI", Arial, sans-serif; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 120px 0; }

.site-header { position: fixed; inset: 0 0 auto; height: 86px; z-index: 80; background: rgba(250, 247, 240, .91); border-bottom: 1px solid rgba(36, 42, 46, .08); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-size: 17px; letter-spacing: -.2px; }
.brand small { margin-top: 5px; color: var(--bronze); font-size: 10px; letter-spacing: 1.2px; }
.desktop-nav { display: flex; align-items: center; gap: 29px; font-size: 13px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 33px 0; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 25px; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-cta { border: 0; padding: 13px 20px; background: var(--ink); color: white; font-size: 12px; font-weight: 700; transition: transform .2s, background .2s; }
.header-cta:hover { transform: translateY(-2px); background: var(--bronze); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 11px; }
.menu-button span { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { min-height: 820px; padding: 145px 0 82px; position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 18% 38%, rgba(217,159,62,.21), transparent 24%), linear-gradient(125deg, #1f2d2a 0%, #2b4039 56%, #17231f 100%); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; left: -310px; top: 50px; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 150px; background: linear-gradient(to top, rgba(9,14,12,.25), transparent); }
.hero-grain { position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(rgba(255,255,255,.22) .6px, transparent .6px); background-size: 8px 8px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.hero-layout { min-height: 600px; display: grid; grid-template-columns: 1fr .88fr; align-items: center; gap: 70px; position: relative; z-index: 2; }
.hero-copy { max-width: 650px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--bronze); font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--gold-2); }
.hero h1 { margin: 0; font-size: clamp(56px, 6.4vw, 92px); line-height: 1.04; letter-spacing: -4px; font-weight: 800; }
.hero h1 em { color: var(--gold-2); font-style: normal; font-weight: 500; }
.hero-copy > p { max-width: 590px; margin: 27px 0 34px; color: rgba(255,255,255,.75); font-size: 17px; line-height: 1.95; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid transparent; font-weight: 800; font-size: 13px; transition: transform .22s ease, background .22s ease, color .22s ease; }
.button svg, .text-link svg, .products-note svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; transform: rotate(180deg); }
.button.primary { background: var(--gold); color: #1e2925; }
.button.primary:hover { background: var(--gold-2); transform: translateY(-3px); }
.button.ghost { background: transparent; border-color: rgba(255,255,255,.3); color: white; }
.button.ghost:hover { background: rgba(255,255,255,.08); }
.button.full { width: 100%; }
.hero-trust { margin-top: 50px; display: flex; align-items: center; gap: 26px; }
.hero-trust div { display: grid; gap: 5px; }
.hero-trust strong { font-size: 17px; color: #fff; }
.hero-trust span { font-size: 10px; color: rgba(255,255,255,.55); }
.hero-trust i { width: 1px; height: 35px; background: rgba(255,255,255,.15); }
.hero-showcase { position: relative; height: 570px; }
.hero-showcase figure { margin: 0; overflow: hidden; box-shadow: 0 32px 80px rgba(0,0,0,.3); background: #fff; }
.hero-showcase img { width: 100%; height: 100%; object-fit: cover; }
.showcase-main { position: absolute; width: 70%; aspect-ratio: 1; top: 50%; right: 8%; transform: translateY(-50%) rotate(3deg); border: 9px solid rgba(255,255,255,.92); z-index: 2; }
.showcase-small { position: absolute; width: 31%; aspect-ratio: 1; border: 5px solid rgba(255,255,255,.92); z-index: 3; }
.showcase-small.top { top: 3%; left: 0; transform: rotate(-6deg); }
.showcase-small.bottom { bottom: 2%; left: 2%; transform: rotate(5deg); }
.orbit { position: absolute; border: 1px solid rgba(217,159,62,.45); border-radius: 50%; }
.orbit.one { width: 470px; height: 470px; right: -65px; top: 48px; }
.orbit.two { width: 560px; height: 560px; right: -110px; top: 3px; }
.scroll-cue { position: absolute; z-index: 3; bottom: 24px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: 1px; }
.scroll-cue i { height: 42px; width: 1px; background: linear-gradient(var(--gold), transparent); }

.section-heading.split { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 54px; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.15; letter-spacing: -2.5px; }
.section-heading > p { margin: 0 0 6px; color: var(--ink-soft); line-height: 1.9; font-size: 15px; max-width: 440px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 310px 310px; gap: 18px; }
.category-card { position: relative; overflow: hidden; min-height: 300px; background: #d9d2c5; box-shadow: 0 1px 0 rgba(255,255,255,.6) inset; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.category-card:hover img { transform: scale(1.055); }
.category-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,23,22,.88), rgba(17,23,22,0) 62%); }
.category-1 { grid-column: span 2; grid-row: span 2; }
.category-2, .category-3, .category-4, .category-5 { min-height: 0; }
.category-number { position: absolute; top: 20px; left: 20px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); color: white; font-size: 10px; }
.category-copy { position: absolute; inset: auto 24px 24px; color: white; }
.category-copy h3 { margin: 0; font-size: 25px; }
.category-copy p { max-height: 0; opacity: 0; margin: 0; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.7; overflow: hidden; transition: max-height .35s ease, opacity .35s ease, margin .35s ease; }
.category-card:hover .category-copy p { max-height: 60px; opacity: 1; margin: 9px 0 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-2); font-size: 11px; font-weight: 800; }

.about-section { background: var(--white); }
.about-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }
.about-visual { position: relative; min-height: 600px; }
.about-image { width: 88%; aspect-ratio: .88; overflow: hidden; box-shadow: var(--shadow); }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-visual::before { content: ""; position: absolute; width: 70%; height: 80%; border: 1px solid var(--gold); left: 0; bottom: 0; transform: translate(-18px, 18px); }
.about-badge { position: absolute; left: 0; top: 50%; width: 150px; height: 150px; transform: translateY(-20%); background: var(--forest); color: #fff; display: grid; align-content: center; justify-content: center; text-align: center; border-radius: 50%; box-shadow: 0 18px 45px rgba(22,42,36,.25); }
.about-badge strong { color: var(--gold-2); font-size: 22px; }
.about-badge span { font-size: 12px; margin-top: 4px; }
.about-copy h2 { margin: 0; font-size: clamp(42px, 5vw, 65px); line-height: 1.15; letter-spacing: -2px; }
.about-copy .lead { margin: 28px 0 38px; color: var(--ink-soft); font-size: 15px; line-height: 2; }
.feature-list { border-top: 1px solid var(--line); }
.feature-list article { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.feature-list article > span { color: var(--gold); font-size: 11px; font-weight: 800; padding-top: 5px; }
.feature-list h3 { margin: 0 0 6px; font-size: 16px; }
.feature-list p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }

.products-section { background: #263a34; color: #fff; }
.products-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.products-heading h2 { font-size: clamp(42px, 5vw, 62px); }
.filter-tabs { display: flex; gap: 7px; flex-wrap: wrap; justify-content: flex-end; }
.filter-tabs button { border: 1px solid rgba(255,255,255,.18); background: transparent; color: rgba(255,255,255,.65); padding: 10px 15px; font-size: 11px; }
.filter-tabs button.active, .filter-tabs button:hover { border-color: var(--gold); color: var(--gold-2); background: rgba(217,159,62,.08); }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { min-width: 0; }
.product-image { position: relative; aspect-ratio: 1; overflow: hidden; background: #f2efe8; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-card:hover img { transform: scale(1.045); }
.product-image button { position: absolute; left: 16px; bottom: 16px; width: 46px; height: 46px; border: 0; background: rgba(31,45,41,.94); color: #fff; display: grid; place-items: center; transform: translateY(66px); transition: transform .3s ease, background .2s; }
.product-card:hover .product-image button { transform: translateY(0); }
.product-image button:hover { background: var(--gold); color: var(--ink); }
.product-image svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; transform: rotate(180deg); }
.product-card > span { display: block; margin-top: 17px; color: var(--gold-2); font-size: 9px; letter-spacing: 1px; }
.product-card h3 { margin: 7px 0 0; font-size: 17px; }
.products-note { margin-top: 48px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; gap: 16px; }
.products-note > span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.products-note p { margin: 0; flex: 1; color: rgba(255,255,255,.62); font-size: 12px; }
.products-note button { border: 0; background: transparent; color: var(--gold-2); display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; }

.process-section { background: var(--paper-2); }
.section-heading.centered { text-align: center; max-width: 710px; margin: 0 auto 60px; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered p { margin: 18px auto 0; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.process-grid article { padding: 38px 28px; min-height: 245px; border-left: 1px solid var(--line); position: relative; }
.process-grid article:last-child { border-left: 0; }
.process-grid span { color: var(--gold); font-size: 11px; font-weight: 800; }
.process-grid h3 { margin: 55px 0 12px; font-size: 18px; }
.process-grid p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.8; }
.process-grid article::after { content: ""; position: absolute; top: 43px; right: 62px; width: calc(100% - 82px); height: 1px; background: var(--line); }

.contact-section { padding: 90px 0; background: var(--white); }
.contact-card { background: linear-gradient(115deg, #243b35, #182823); color: #fff; padding: 70px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; position: relative; overflow: hidden; }
.contact-card::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; right: -180px; top: -190px; }
.contact-copy h2 { font-size: clamp(42px, 5vw, 65px); line-height: 1.12; margin: 0; letter-spacing: -2px; }
.contact-copy p { margin: 24px 0 0; color: rgba(255,255,255,.63); font-size: 13px; line-height: 1.9; }
.contact-actions { position: relative; z-index: 1; display: grid; align-content: center; }
.contact-line { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.contact-line span { color: rgba(255,255,255,.55); font-size: 10px; }
.contact-line strong { font-size: 13px; }
.contact-actions .button { margin-top: 22px; }

footer { background: #151c1a; color: #fff; padding: 72px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr 1fr .7fr; gap: 55px; }
.footer-brand .brand img { filter: drop-shadow(0 5px 18px rgba(217,159,62,.12)); }
.footer-brand p { max-width: 310px; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.8; margin-top: 20px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid h3 { margin: 0 0 10px; color: var(--gold-2); font-size: 13px; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.7; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; color: rgba(255,255,255,.35); font-size: 10px; }
.footer-bottom p { margin: 0; }

.mobile-menu { position: fixed; inset: 0; z-index: 120; visibility: hidden; }
.mobile-menu.is-open { visibility: visible; }
.mobile-backdrop, .modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(10,16,14,.65); opacity: 0; transition: opacity .3s; }
.mobile-menu.is-open .mobile-backdrop, .modal.is-open .modal-backdrop { opacity: 1; }
.mobile-menu-panel { position: absolute; z-index: 1; right: 0; top: 0; bottom: 0; width: min(370px, 88vw); padding: 30px; background: var(--paper); transform: translateX(105%); transition: transform .35s ease; }
.mobile-menu.is-open .mobile-menu-panel { transform: translateX(0); }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; display: grid; place-items: center; }
.icon-button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.mobile-menu-panel > .icon-button { margin-right: auto; }
.mobile-brand { margin: 20px 0 38px; }
.mobile-menu nav { display: grid; margin-bottom: 35px; }
.mobile-menu nav a { padding: 17px 0; border-bottom: 1px solid var(--line); font-weight: 700; }

.modal { position: fixed; inset: 0; z-index: 140; visibility: hidden; }
.modal.is-open { visibility: visible; }
.modal-panel { position: absolute; z-index: 1; top: 0; bottom: 0; left: 0; width: min(520px, 94vw); padding: 60px 50px; background: var(--paper); overflow-y: auto; transform: translateX(-105%); transition: transform .4s ease; }
.modal.is-open .modal-panel { transform: translateX(0); }
.modal-close { position: absolute; top: 22px; left: 22px; }
.modal-panel h2 { margin: 0; font-size: 36px; }
.modal-panel > p { color: var(--ink-soft); font-size: 12px; line-height: 1.8; margin: 15px 0 28px; }
.modal form { display: grid; gap: 16px; }
.modal label { display: grid; gap: 7px; font-size: 11px; font-weight: 700; }
.modal input, .modal select, .modal textarea { width: 100%; border: 1px solid var(--line); background: var(--white); color: var(--ink); padding: 13px 14px; outline: none; resize: vertical; }
.modal input:focus, .modal select:focus, .modal textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(217,159,62,.12); }

@media (max-width: 1050px) {
  .desktop-nav { gap: 18px; }
  .header-cta { display: none; }
  .hero-layout { gap: 24px; grid-template-columns: 1fr .72fr; }
  .hero-showcase { height: 490px; }
  .about-layout { gap: 60px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 820px) {
  .section { padding: 85px 0; }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero-layout { grid-template-columns: 1fr; gap: 35px; }
  .hero-copy { text-align: center; margin-inline: auto; }
  .eyebrow { justify-content: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-showcase { width: min(590px, 100%); height: 500px; margin-inline: auto; }
  .scroll-cue { display: none; }
  .section-heading.split { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .section-heading.split .eyebrow { justify-content: center; }
  .section-heading > p { margin-inline: auto; }
  .category-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: 380px 260px 260px; }
  .category-1 { grid-column: span 2; grid-row: auto; }
  .about-layout { grid-template-columns: 1fr; }
  .about-visual { min-height: 550px; max-width: 590px; margin-inline: auto; width: 100%; order: 2; }
  .about-copy { text-align: center; }
  .about-copy .eyebrow { justify-content: center; }
  .feature-list { text-align: right; }
  .products-heading { align-items: center; flex-direction: column; text-align: center; }
  .products-heading .eyebrow { justify-content: center; }
  .filter-tabs { justify-content: center; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid article:nth-child(2) { border-left: 0; }
  .process-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .contact-card { grid-template-columns: 1fr; gap: 35px; padding: 50px; }
  .contact-copy { text-align: center; }
  .contact-copy .eyebrow { justify-content: center; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 26px, 1180px); }
  .site-header { height: 74px; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 15px; }
  .hero { padding: 112px 0 55px; }
  .hero h1 { font-size: 49px; letter-spacing: -2.5px; }
  .hero-copy > p { font-size: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 13px; }
  .hero-trust div:nth-of-type(2), .hero-trust i:nth-of-type(2) { display: none; }
  .hero-showcase { height: 390px; }
  .showcase-main { width: 78%; right: 7%; }
  .showcase-small { width: 34%; }
  .section-heading h2, .about-copy h2 { font-size: 38px; letter-spacing: -1.4px; }
  .category-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .category-card, .category-1 { grid-column: auto; min-height: 330px; }
  .category-copy p { max-height: 60px; opacity: 1; margin: 9px 0 12px; }
  .about-visual { min-height: 420px; }
  .about-image { width: 91%; }
  .about-badge { width: 120px; height: 120px; }
  .products-grid { grid-template-columns: 1fr; }
  .product-image button { transform: translateY(0); }
  .products-note { align-items: flex-start; flex-wrap: wrap; }
  .products-note p { flex-basis: calc(100% - 24px); }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { border-left: 0; border-bottom: 1px solid var(--line); min-height: 210px; }
  .process-grid article:last-child { border-bottom: 0; }
  .contact-card { padding: 38px 24px; width: 100%; }
  .contact-copy h2 { font-size: 39px; }
  .contact-line { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { display: flex; }
  .footer-bottom { gap: 15px; align-items: flex-start; flex-direction: column; }
  .modal-panel { padding: 58px 25px 35px; }
}

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