:root {
  --background: #0a0a09;
  --foreground: #f7f4ed;
  --primary: #d9a72e;
  --primary-foreground: #13110b;
  --secondary: #1c1b18;
  --secondary-foreground: #f7f4ed;
  --muted: #27251f;
  --muted-foreground: #b8b3a7;
  --border: rgb(255 255 255 / 14%);
  --ring: #e8ba46;
  --radius: 0.45rem;
}

* { box-sizing: border-box; border-color: var(--border); }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.header-cta, .gold-button, .ghost-button, .dark-button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; border: 1px solid transparent; border-radius: .45rem; cursor: pointer; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 88px; padding: 0 5vw; border-bottom: 1px solid rgb(255 255 255 / 12%); background: linear-gradient(to bottom, rgb(0 0 0 / 72%), transparent); }
.brand { display: flex; align-items: center; gap: .8rem; font-weight: 800; letter-spacing: .08em; }
.brand img { width: 48px; height: 58px; object-fit: contain; }
.site-header nav { display: flex; gap: 2rem; color: #ded9cc; font-size: .9rem; }
.site-header nav a:hover { color: #e8ba46; }
.header-cta { justify-self: end; height: 42px; padding: 0 1.2rem; background: #d9a72e; color: #111; }

.hero { min-height: 790px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 5vw; padding: 150px 5vw 80px; overflow: hidden; background: radial-gradient(circle at 78% 28%, rgb(210 157 34 / 16%), transparent 30%), linear-gradient(125deg, #080807 45%, #18150e 100%); }
.hero-content { max-width: 760px; }
.eyebrow { display: flex; align-items: center; gap: .55rem; color: #e3b33a; text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 800; }
.eyebrow svg { width: 16px; }
.hero h1 { max-width: 800px; margin: 1.2rem 0 1.5rem; font-size: clamp(3.3rem, 6.2vw, 6.7rem); line-height: .94; letter-spacing: -.055em; }
.hero-copy { max-width: 650px; color: #c7c1b5; font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.7; }
.hero-actions { display: flex; gap: .8rem; margin: 2.2rem 0; }
.gold-button, .ghost-button { height: 50px; padding: 0 1.35rem; font-weight: 750; }
.gold-button { background: #d9a72e; color: #111; }
.gold-button:hover { background: #efc24e; }
.ghost-button { border-color: rgb(255 255 255 / 25%); background: rgb(255 255 255 / 5%); color: white; }
.trust-list { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; padding: 0; margin: 2.8rem 0 0; list-style: none; color: #d7d1c5; font-size: .88rem; }
.trust-list li { display: flex; align-items: center; gap: .45rem; }
.trust-list svg { width: 17px; color: #d9a72e; }
.hero-visual { position: relative; min-height: 520px; border: 1px solid rgb(255 255 255 / 14%); background: #f5f3ed; box-shadow: 0 36px 80px rgb(0 0 0 / 45%); }
.hero-visual::before { content: ''; position: absolute; z-index: 2; inset: 18px; border: 1px solid rgb(217 167 46 / 45%); pointer-events: none; }
.hero-visual img { width: 100%; height: 520px; object-fit: cover; object-position: center; }
.hero-card { position: absolute; z-index: 3; left: -42px; bottom: -28px; width: min(360px, 80%); padding: 1.5rem; background: #d9a72e; color: #111; box-shadow: 0 18px 50px rgb(0 0 0 / 38%); }
.hero-card span { display: block; margin-bottom: .45rem; text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; font-weight: 800; }
.hero-card strong { font-size: 1.2rem; line-height: 1.25; }
.product-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 110px 7vw; background: #f1eee6; color: #15130f; }
.dark-eyebrow { color: #997118; }
.product-intro h2 { max-width: 600px; margin: .8rem 0 0; font-size: clamp(2.6rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.045em; }
.product-intro > p { align-self: end; max-width: 620px; margin: 0; color: #575146; font-size: 1.15rem; line-height: 1.75; }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #f1eee6; color: #16140f; padding: 0 5vw 110px; }
.product-card { min-height: 360px; padding: 2rem; border: 1px solid #d7d1c4; border-right: 0; background: #f8f6f0; transition: transform .25s ease, background .25s ease; }
.product-card:last-child { border-right: 1px solid #d7d1c4; }
.product-card:hover { position: relative; z-index: 2; transform: translateY(-8px); background: white; }
.product-card > span { display: block; color: #8d8578; font-size: .72rem; letter-spacing: .14em; }
.product-card > svg { width: 42px; height: 42px; margin: 3rem 0 2rem; color: #b2831d; stroke-width: 1.4; }
.product-card h3 { max-width: 240px; margin: 4rem 0 1rem; font-size: 1.45rem; line-height: 1.15; }
.product-card p { color: #676055; font-size: .94rem; line-height: 1.65; }
.featured-product { background: #d9a72e; border-color: #d9a72e; }
.featured-product > svg, .featured-product > span { color: #17130a; }
.featured-product p { color: #3f3217; }
.section-heading { max-width: 760px; }
.section-heading h2 { margin: .8rem 0 1rem; font-size: clamp(2.7rem, 5vw, 5rem); line-height: .98; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 650px; color: #716a5f; font-size: 1.05rem; line-height: 1.7; }
.light-heading > p:last-child { color: #aaa397; }
.services-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; padding: 120px 7vw; background: #11100e; }
.services-list { border-top: 1px solid rgb(255 255 255 / 15%); }
.services-list > div { display: grid; grid-template-columns: 40px 46px 1fr 1.3fr; gap: 1.4rem; align-items: center; padding: 2rem 0; border-bottom: 1px solid rgb(255 255 255 / 15%); }
.services-list strong { color: #7c766b; font-size: .7rem; }
.services-list svg { color: #d9a72e; }
.services-list h3 { margin: 0; font-size: 1.15rem; }
.services-list p { margin: 0; color: #9e978b; font-size: .9rem; line-height: 1.55; }
.about-section { display: grid; grid-template-columns: .7fr 1.3fr; min-height: 650px; background: #eae6dd; color: #171510; }
.about-number { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 5vw; color: #111; background: #d9a72e; }
.about-number span { font-size: clamp(7rem, 16vw, 16rem); font-weight: 800; line-height: .8; letter-spacing: -.08em; }
.about-number small { margin-top: 2rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 800; }
.about-copy { display: flex; flex-direction: column; justify-content: center; max-width: 820px; padding: 7vw; }
.about-copy h2 { margin: .8rem 0 1.5rem; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .98; letter-spacing: -.045em; }
.about-copy > p:not(.eyebrow) { color: #5f594e; font-size: 1.08rem; line-height: 1.75; }
.about-copy ul { display: grid; gap: .8rem; padding: 0; margin: 2rem 0 0; list-style: none; }
.about-copy li { display: flex; align-items: center; gap: .65rem; }
.about-copy li svg { width: 18px; color: #a17416; }
.catalogs-section { padding: 120px 7vw; background: #f6f3ec; color: #171510; }
.catalog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 3.5rem; }
.catalog-card { min-height: 360px; display: flex; flex-direction: column; padding: 2.5rem; border: 1px solid #d7d0c3; background: white; transition: transform .2s ease, box-shadow .2s ease; }
.catalog-card:hover { transform: translateY(-5px); box-shadow: 0 18px 50px rgb(32 26 15 / 12%); }
.catalog-card > span { color: #8b8375; font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; }
.catalog-card h3 { max-width: 500px; margin: 3rem 0 1rem; font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1; }
.catalog-card p { max-width: 580px; color: #665f54; line-height: 1.65; }
.catalog-card strong { display: flex; align-items: center; gap: .6rem; margin-top: auto; font-size: .9rem; }
.catalog-card strong svg { width: 17px; }
.gold-catalog { background: #d9a72e; border-color: #d9a72e; }
.gold-catalog > span, .gold-catalog p { color: #46391d; }
.credentials-section { padding: 120px 7vw; background: #0c0c0b; }
.credential-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 1.2rem; margin-top: 3.5rem; }
.credential-card { min-height: 500px; display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border: 1px solid rgb(255 255 255 / 15%); background: #171612; }
.credential-card img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.credential-card > div { display: flex; flex-direction: column; justify-content: center; padding: 2.5rem; }
.credential-card svg { width: 36px; height: 36px; margin-bottom: 2.5rem; color: #d9a72e; stroke-width: 1.5; }
.credential-card span { color: #d9a72e; text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; font-weight: 800; }
.credential-card h3 { margin: .8rem 0 1rem; font-size: 2rem; line-height: 1.08; }
.credential-card p { color: #a8a195; line-height: 1.65; }
.text-credential { display: block; background: #d9a72e; color: #16130c; }
.text-credential > div { min-height: 500px; }
.text-credential svg, .text-credential span { color: #17130b; }
.text-credential p { color: #493a1c; }
.text-credential strong { display: flex; align-items: center; gap: .5rem; margin-top: 2rem; }
.text-credential strong svg { width: 18px; height: 18px; margin: 0; }
.contact-cta { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; padding: 100px 7vw; background: #d9a72e; color: #15110a; }
.contact-cta h2 { max-width: 750px; margin: .8rem 0 0; font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.045em; }
.contact-cta > div:last-child { align-self: end; }
.contact-cta > div:last-child p { max-width: 580px; color: #4e3c19; font-size: 1.05rem; line-height: 1.7; }
.dark-button { height: 50px; margin-top: 1rem; padding: 0 1.35rem; background: #11100d; color: white; }
.quick-contact { display: flex; justify-content: center; gap: 3rem; padding: 1.6rem 5vw; border-top: 1px solid rgb(255 255 255 / 10%); color: #e8dfcc; }
.quick-contact a { display: flex; align-items: center; gap: .6rem; }
.quick-contact svg { width: 18px; color: #d9a72e; }
footer { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: end; padding: 70px 7vw 35px; border-top: 1px solid rgb(255 255 255 / 10%); background: #080807; }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand img { width: 55px; height: 68px; object-fit: contain; }
.footer-brand div { display: flex; flex-direction: column; gap: .25rem; }
.footer-brand strong { letter-spacing: .08em; }
.footer-brand span, footer p, footer small { color: #8f897d; }
footer p { max-width: 480px; margin: 0; justify-self: end; text-align: right; line-height: 1.6; }
footer small { grid-column: 1 / -1; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgb(255 255 255 / 10%); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 1.2rem; }
  .site-header nav { display: none; }
  .brand span { display: none; }
  .hero { grid-template-columns: 1fr; padding: 130px 1.25rem 90px; }
  .hero-visual { min-height: 360px; }
  .hero-visual img { height: 360px; }
  .hero-card { left: 16px; }
  .product-intro { grid-template-columns: 1fr; padding: 80px 1.25rem; }
  .products-grid { grid-template-columns: 1fr 1fr; padding: 0 1.25rem 80px; }
  .services-section, .about-section, .contact-cta { grid-template-columns: 1fr; }
  .services-section, .catalogs-section, .credentials-section, .contact-cta { padding: 80px 1.25rem; }
  .about-copy { padding: 80px 1.25rem; }
  .about-number { min-height: 360px; }
  .catalog-grid, .credential-grid { grid-template-columns: 1fr; }
  .credential-card { grid-template-columns: 1fr; }
  .credential-card img { min-height: 360px; }
}
@media (max-width: 560px) {
  .hero h1 { font-size: 3.25rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .trust-list { flex-direction: column; }
  .quick-contact { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .products-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 300px; border-right: 1px solid #d7d1c4; border-bottom: 0; }
  .product-card:last-child { border-bottom: 1px solid #d7d1c4; }
  .services-list > div { grid-template-columns: 30px 38px 1fr; }
  .services-list p { grid-column: 3; }
  .credential-card { min-height: auto; }
  footer { grid-template-columns: 1fr; }
  footer p { justify-self: start; text-align: left; }
}
