:root {
  --ink: #151412;
  --muted: #68645e;
  --paper: #ffffff;
  --warm: #f4f1eb;
  --line: #ddd7cc;
  --gold: #98733d;
  --gold-dark: #74542b;
  --dark: #141412;
  --shell: 1400px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding: 112px 0; }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(21,20,18,.12); backdrop-filter: blur(14px);
}
.admin-bar .site-header { top: 32px; }
.site-header__inner { height: 86px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 225px; }
.brand__mark {
  width: 42px; height: 42px; display: grid; place-items: center; color: #fff;
  background: var(--ink); font-family: var(--serif); font-size: 24px;
}
.brand__text { display: grid; line-height: 1.1; }
.brand__text strong { font-size: 16px; letter-spacing: .08em; }
.brand__text small { margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .18em; }
.custom-logo { display: block; max-height: 62px; width: auto; }
.site-nav { margin-left: auto; }
.site-nav__list { display: flex; align-items: center; gap: 32px; padding: 0; margin: 0; list-style: none; }
.site-nav a { position: relative; font-size: 14px; text-decoration: none; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-toggle { display: none; margin-left: auto; padding: 8px; background: none; border: 0; }
.nav-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.button {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center;
  padding: 0 25px; color: #fff; background: var(--gold); border: 1px solid var(--gold);
  font-weight: 650; font-size: 14px; text-decoration: none; transition: .2s ease;
}
.button:hover, .button:focus-visible { color: #fff; background: var(--gold-dark); border-color: var(--gold-dark); transform: translateY(-1px); }
.button--small { min-height: 44px; padding-inline: 20px; }
.button--ghost { color: var(--gold-dark); background: transparent; }
.button--ghost:hover, .button--ghost:focus-visible { color: #fff; }
.button--light { color: var(--ink); background: #fff; border-color: #fff; }
.button--light:hover, .button--light:focus-visible { color: #fff; background: var(--gold); border-color: var(--gold); }

.hero { min-height: 760px; display: grid; align-items: stretch; background: var(--warm); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: stretch; }
.hero__copy { align-self: center; padding: 90px 70px 90px 0; }
.hero h1, h2, .page-hero h1 {
  margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.04;
}
.hero__company { margin: 0 0 28px; color: var(--gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .11em; }
.hero h1 { max-width: 700px; font-size: clamp(50px, 4.6vw, 72px); }
.hero__lead { max-width: 590px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 48px 0 0; }
.proof-strip div { padding: 0 20px; border-left: 1px solid var(--line); }
.proof-strip div:first-child { padding-left: 0; border-left: 0; }
.proof-strip dt { color: var(--gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.proof-strip dd { margin: 3px 0 0; color: var(--ink); font-size: 14px; font-weight: 650; }
.hero__media { min-height: 760px; margin-right: calc((100vw - min(100vw - 48px, var(--shell))) / -2); }
 .hero__video { width: 100%; height: 100%; min-height: 760px; display: block; object-fit: cover; background: #171715; }

.media-placeholder {
  position: relative; display: grid; place-items: center; overflow: hidden; color: #fff;
  background:
    linear-gradient(135deg, rgba(255,255,255,.05), transparent 42%),
    radial-gradient(circle at 70% 30%, #3b3934, #171715 64%);
}
.media-placeholder::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 79px, rgba(255,255,255,.035) 80px); }
.media-placeholder__content { position: relative; display: grid; justify-items: center; gap: 10px; text-align: center; }
.media-placeholder__content strong { font-size: 12px; letter-spacing: .2em; }
.media-placeholder__content small { color: rgba(255,255,255,.62); font-size: 13px; }
.play-mark { width: 70px; height: 70px; margin-bottom: 8px; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; }
.play-mark::after { content: ''; display: block; width: 0; height: 0; margin: 24px 0 0 29px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid #fff; }

.section-label { margin: 0 0 22px; color: var(--gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.section-label--light { color: #d8bd91; }
h2 { font-size: clamp(42px, 4.2vw, 64px); }
.intro__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 120px; align-items: end; }
.intro__body { color: var(--muted); font-size: 18px; }
.intro__body p { margin: 0 0 20px; }

.products { background: #f7f6f3; }
.section-heading { display: grid; grid-template-columns: 1fr 350px; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading > p { margin: 0; color: var(--muted); }
.product-rail { display: grid; grid-template-columns: 1.15fr .85fr .85fr; min-height: 520px; }
.product-feature { display: grid; grid-template-rows: 1fr auto; min-width: 0; }
.product-feature__media { display: grid; min-height: 340px; place-items: center; border-right: 1px solid rgba(255,255,255,.16); }
.product-feature__media span { opacity: .55; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.product-feature__copy { min-height: 180px; padding: 30px; }
.product-feature__copy > span { font-size: 12px; opacity: .65; }
.product-feature h3 { margin: 15px 0 10px; font-family: var(--serif); font-size: 28px; line-height: 1.1; }
.product-feature p { margin: 0; opacity: .72; font-size: 14px; }
.product-feature--dark { color: #fff; background: #171715; }
.product-feature--dark .product-feature__media { background: radial-gradient(circle at 50% 40%, #35332f, #171715 68%); }
.product-feature--light { background: #e5e1d9; }
.product-feature--light .product-feature__media { background: linear-gradient(145deg, #eeeae3, #cfc8bd); }
.product-feature--gold { color: #fff; background: #876638; }
.product-feature--gold .product-feature__media { background: linear-gradient(145deg, #ab8a56, #74542b); }

.custom__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 130px; }
.custom__sticky { align-self: start; position: sticky; top: 130px; }
.custom__sticky > p:not(.section-label) { max-width: 470px; color: var(--muted); }
.text-link { display: inline-flex; gap: 12px; margin-top: 20px; color: var(--gold-dark); font-weight: 750; text-decoration: none; }
.process-list { padding: 0; margin: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 28px; padding: 34px 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--gold-dark); font-family: var(--serif); font-size: 23px; }
.process-list h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.process-list p { margin: 0; color: var(--muted); }

.capabilities { padding-top: 0; }
.capability-line { display: flex; flex-wrap: wrap; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-line span { flex: 1 1 160px; padding: 26px 18px; text-align: center; border-left: 1px solid var(--line); font-family: var(--serif); font-size: 20px; }
.capability-line span:first-child { border-left: 0; }

.factory { background: var(--warm); }
.factory__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.factory__media { min-height: 560px; color: var(--ink); background: linear-gradient(145deg, #e9e5dc, #c8c1b5); }
.media-placeholder--light::before { background: repeating-linear-gradient(0deg, transparent 0 79px, rgba(21,20,18,.05) 80px); }
.media-placeholder--light .media-placeholder__content small { color: rgba(21,20,18,.58); }
.factory__copy > p:not(.section-label) { color: var(--muted); font-size: 17px; }
.plain-list { padding: 0; margin: 34px 0 0; list-style: none; border-top: 1px solid var(--line); }
.plain-list li { padding: 14px 0; border-bottom: 1px solid var(--line); }

.quote { color: #fff; background: var(--dark); }
.quote__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 120px; align-items: end; }
.quote__grid p:not(.section-label) { max-width: 520px; color: rgba(255,255,255,.68); font-size: 18px; }
.quote .button { margin-top: 20px; }
.quote__note { display: block; max-width: 430px; margin-top: 16px; color: rgba(255,255,255,.45); }

.site-footer { padding: 72px 0 26px; color: rgba(255,255,255,.66); background: #0c0c0b; }
.site-footer__grid { display: grid; grid-template-columns: 1.2fr 1fr .7fr; gap: 70px; }
.site-footer__grid p { margin: 0; }
.site-footer__brand, .site-footer__label { margin-bottom: 16px !important; color: #fff; font-weight: 800; letter-spacing: .1em; }
.site-footer__label { font-size: 11px; }
.site-footer a { color: #fff; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }

.content-shell { max-width: 850px; }
.page-hero { min-height: 70vh; }
.page-hero h1 { margin-bottom: 40px; font-size: clamp(48px, 6vw, 78px); }
.entry-content { color: var(--muted); font-size: 18px; }
.content-entry { padding: 30px 0; border-bottom: 1px solid var(--line); }
.content-entry h1 { font-family: var(--serif); }

.inner-hero { padding: 128px 0 105px; }
.inner-hero--light { background: var(--warm); }
.inner-hero--dark { color: #fff; background: var(--dark); }
.inner-hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 110px; align-items: end; }
.inner-hero h1 { max-width: 880px; margin: 0; font-family: var(--serif); font-size: clamp(52px, 6vw, 90px); font-weight: 500; letter-spacing: -.04em; line-height: .98; }
.inner-hero__grid > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 18px; }
.inner-hero--dark .inner-hero__grid > p { color: rgba(255,255,255,.66); }
.placeholder-panel { display: grid; min-height: 430px; place-items: center; color: rgba(255,255,255,.66); background: radial-gradient(circle at 60% 30%, #3a3834, #171715 70%); }
.placeholder-panel span, .placeholder-panel strong { font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.placeholder-panel--warm { color: rgba(21,20,18,.55); background: linear-gradient(145deg, #eeeae3, #cfc8bd); }
.placeholder-panel--gold { background: linear-gradient(145deg, #ad8d5b, #76552c); }
.placeholder-panel--dark { background: radial-gradient(circle at 60% 30%, #3a3834, #171715 70%); }
.product-detail-list { display: grid; gap: 110px; }
.product-detail { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.product-detail--reverse .product-detail__media { order: 2; }
.product-detail h2, .service-grid h2, .story-grid h2, .contact-grid h2 { margin: 10px 0 20px; font-family: var(--serif); font-size: clamp(36px, 4vw, 58px); font-weight: 500; line-height: 1.05; }
.product-detail p, .story-grid p { color: var(--muted); }
.product-detail .button { margin-top: 25px; }
.item-number { color: var(--gold-dark); font-family: var(--serif); font-size: 22px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-grid--three { grid-template-columns: repeat(3, 1fr); }
.service-grid article { min-height: 310px; padding: 34px; border-left: 1px solid var(--line); }
.service-grid article:first-child { border-left: 0; }
.service-grid article > span { color: var(--gold-dark); font-family: var(--serif); font-size: 20px; }
.service-grid h2 { font-size: 31px; }
.service-grid p { color: var(--muted); }
.process-page, .factory-flow, .values-band { background: #f7f6f3; }
.factory-film { min-height: 650px; align-content: center; gap: 12px; text-align: center; }
.factory-film small { color: rgba(255,255,255,.55); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.values-band .service-grid { border-color: #cec8bd; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; }
.inquiry-list { padding: 0; margin: 35px 0 0; list-style: none; border-top: 1px solid var(--line); }
.inquiry-list li { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.inquiry-list span { color: var(--gold-dark); font-family: var(--serif); }
.contact-placeholder { padding: 55px; background: var(--warm); }
.contact-placeholder h3 { margin: 0; font-family: var(--serif); font-size: 35px; font-weight: 500; line-height: 1.12; }
.contact-placeholder > p:not(.section-label) { color: var(--muted); }
.form-lines { display: grid; gap: 18px; margin-top: 38px; }
.form-lines span { display: block; height: 48px; border-bottom: 1px solid #bcb5aa; }
.form-lines .form-lines__large { height: 95px; }

 .product-feature__media img { width: 100%; height: 100%; display: block; object-fit: cover; }
 .site-language-switcher { position: fixed; right: 18px; bottom: 18px; z-index: 9999; padding: 8px 12px; background: #fff; box-shadow: 0 6px 24px rgba(0,0,0,.18); }
 .product-photo { min-height: 430px; overflow: hidden; background: #eeeae3; } .product-photo img { width: 100%; height: 100%; min-height: 430px; display: block; object-fit: cover; }
 .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; } .contact-details { margin-top: 30px; padding-top: 20px; border-top: 1px solid #bcb5aa; } .contact-details a { color: inherit; } .social-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 25px; } .social-links a { color: #76552c; font-weight: 700; }
 .factory-video-wrap { display: flex; justify-content: center; overflow: hidden; background: #171715; } .factory-video { width: auto; max-width: 100%; height: min(76vh, 760px); display: block; background: #171715; }
 .catalog-button { margin-top: 30px; }
@media (max-width: 980px) {
  .admin-bar .site-header { top: 46px; }
  .header-cta { display: none; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 86px; display: none; padding: 25px; background: #fff; border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: block; }
  .site-nav__list { display: grid; gap: 20px; }
  .hero { min-height: auto; }
  .hero__grid, .intro__grid, .custom__grid, .factory__grid, .quote__grid, .inner-hero__grid, .product-detail, .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero__copy { padding: 76px 0 60px; }
  .hero__media { min-height: 520px; margin-inline: -24px; }
  .intro__grid, .custom__grid, .factory__grid, .quote__grid { gap: 60px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .product-rail { grid-template-columns: 1fr 1fr; }
  .product-feature:first-child { grid-column: 1 / -1; }
  .custom__sticky { position: static; }
  .inner-hero__grid, .product-detail, .story-grid, .contact-grid { gap: 52px; }
  .product-detail--reverse .product-detail__media { order: 0; }
  .service-grid, .service-grid--three { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .section { padding: 78px 0; }
  .site-header__inner { height: 72px; }
  .brand { min-width: 0; }
  .brand__mark { width: 36px; height: 36px; }
  .brand__text strong { font-size: 13px; }
  .brand__text small { display: none; }
  .site-nav { top: 72px; }
  .hero h1 { font-size: 45px; }
  .hero__lead { font-size: 16px; }
  .hero__actions .button { width: 100%; }
  .proof-strip { grid-template-columns: 1fr; gap: 14px; }
  .proof-strip div, .proof-strip div:first-child { padding: 0 0 0 14px; border-left: 1px solid var(--line); }
  .hero__media { min-height: 420px; margin-inline: -16px; }
  h2 { font-size: 40px; }
  .product-rail { grid-template-columns: 1fr; }
  .product-feature:first-child { grid-column: auto; }
  .process-list li { grid-template-columns: 44px 1fr; gap: 14px; }
  .factory__media { min-height: 390px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 42px; }
  .site-footer__bottom { display: grid; }
  .inner-hero { padding: 88px 0 75px; }
  .inner-hero h1 { font-size: 49px; }
  .product-detail-list { gap: 75px; }
  .service-grid, .service-grid--three { grid-template-columns: 1fr; }
  .service-grid article { min-height: auto; border-left: 0; border-top: 1px solid var(--line); }
  .service-grid article:first-child { border-top: 0; }
  .contact-placeholder { padding: 35px 25px; }
}

 .catalog-button { margin-top: 30px; }
 .hero__media { min-height: 620px; margin: 38px 0; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #171715; } .hero__video { width: auto; max-width: 430px; height: 620px; min-height: 0; object-fit: contain; background: #171715; } @media (max-width: 980px) {   .hero__media { min-height: auto; margin: 25px 0; padding: 18px; }   .hero__video { width: auto; max-width: 100%; height: auto; max-height: 72vh; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
.factory__image{display:block;width:100%;height:560px;object-fit:cover}@media(max-width:680px){.factory__media{min-height:0}.factory__image{height:auto;aspect-ratio:4/3;object-fit:cover}}
.contact-card .wpcf7-form{margin-top:28px}.contact-card .wpcf7-form label{display:block;margin:0 0 18px;font-size:14px;font-weight:650;color:#211f1b}.contact-card .wpcf7-form input[type=text],.contact-card .wpcf7-form input[type=email],.contact-card .wpcf7-form input[type=tel],.contact-card .wpcf7-form input[type=number],.contact-card .wpcf7-form select,.contact-card .wpcf7-form textarea{display:block;width:100%;box-sizing:border-box;margin-top:8px;padding:13px 14px;border:1px solid #c9c1b5;border-radius:0;background:#fff;color:#211f1b;font:inherit}.contact-card .wpcf7-form textarea{min-height:140px;resize:vertical}.contact-card .wpcf7-form input[type=file]{display:block;width:100%;margin-top:10px;font-size:13px}.contact-card .wpcf7-submit{padding:14px 26px;border:0;background:#a77b3c;color:#fff;font-weight:750;cursor:pointer}.contact-card .wpcf7-submit:hover{background:#8d652f}.contact-card .wpcf7-spinner{margin:0 0 0 10px}
