:root {
  --hh-ink: #171713;
  --hh-muted: #6e6b62;
  --hh-paper: #fffaf0;
  --hh-warm: #f7efdF;
  --hh-card: #fffdf7;
  --hh-line: rgba(23, 23, 19, .12);
  --hh-accent: #f4b400;
  --hh-radius: 32px;
  --hh-shadow: 0 24px 80px rgba(61, 46, 12, .1);
  --hh-shell: min(1200px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--hh-paper);
  color: var(--hh-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(3.5rem, 7.2vw, 7rem); line-height: .94; margin-bottom: 28px; max-width: 790px; }
h2 { font-size: clamp(2.6rem, 5.2vw, 5rem); line-height: .98; margin-bottom: 24px; }
h3 { font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1.08; }
p { color: var(--hh-muted); line-height: 1.75; }
.site-shell { width: var(--hh-shell); margin-inline: auto; }
.section { padding: clamp(96px, 12vw, 170px) 0; }
.eyebrow { margin-bottom: 22px; color: var(--hh-ink); font-size: .73rem; font-weight: 760; letter-spacing: .17em; line-height: 1.4; }
.screen-reader-text, .honeypot { position: absolute !important; 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; top: 12px; left: 12px; z-index: 999; transform: translateY(-200%); background: #fff; padding: 12px 18px; border-radius: 99px; }
.skip-link:focus { transform: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1); }
.reveal.is-visible { opacity: 1; transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 18px 0; transition: padding .25s ease, background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { padding: 10px 0; background: rgba(255, 250, 240, .88); backdrop-filter: blur(20px); box-shadow: 0 1px 0 var(--hh-line); }
.header-inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: .92rem; font-weight: 820; letter-spacing: .14em; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; background: var(--hh-ink); color: var(--hh-accent); border-radius: 50%; letter-spacing: 0; }
.custom-logo-link img { max-height: 46px; width: auto; }
.primary-nav, .nav-list { display: flex; align-items: center; gap: 30px; }
.nav-list { padding: 0; margin: 0; list-style: none; font-size: .9rem; font-weight: 560; }
.nav-list a { position: relative; }
.nav-list a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--hh-accent); transition: right .25s ease; }
.nav-list a:hover::after, .nav-list a:focus-visible::after { right: 0; }
.menu-toggle { display: none; border: 0; background: none; padding: 12px; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; border: 0; border-radius: 999px; background: var(--hh-accent); color: var(--hh-ink); font-weight: 720; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(150, 105, 0, .22); }
.button-small { min-height: 44px; padding-inline: 20px; font-size: .87rem; }
.button-dark { width: 100%; background: var(--hh-ink); color: #fff; justify-content: space-between; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 720; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }

.hero { position: relative; min-height: 860px; display: flex; align-items: center; overflow: hidden; padding-top: 150px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(50px, 7vw, 100px); align-items: center; z-index: 2; }
.hero-intro { max-width: 650px; font-size: clamp(1rem, 1.6vw, 1.25rem); }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-trust { margin-top: 58px; display: flex; align-items: center; gap: 14px; max-width: 480px; font-size: .82rem; line-height: 1.5; color: var(--hh-muted); }
.trust-avatars { display: flex; padding-left: 8px; }
.trust-avatars i { width: 30px; height: 30px; margin-left: -8px; border: 2px solid var(--hh-paper); border-radius: 50%; background: var(--hh-accent); }
.trust-avatars i:nth-child(2) { background: #d8d0bd; }
.trust-avatars i:nth-child(3) { background: #2f2e2a; }
.visual-card { position: relative; min-height: 610px; border-radius: 180px 180px 34px 34px; background: linear-gradient(145deg, #f5d77d, #f0a924); box-shadow: var(--hh-shadow); overflow: hidden; }
.cover-image { width: 100%; height: 100%; object-fit: cover; }
.image-placeholder { width: 100%; height: 100%; min-height: inherit; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.product-placeholder small, .factory-placeholder small { position: absolute; bottom: 34px; color: rgba(23, 23, 19, .6); text-transform: uppercase; letter-spacing: .12em; font-weight: 720; font-size: .66rem; }
.placeholder-disc { position: absolute; width: 460px; height: 460px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; box-shadow: inset 0 0 0 80px rgba(255,255,255,.08); }
.placeholder-product { position: relative; z-index: 2; display: grid; place-items: center; width: 190px; height: 190px; border-radius: 42% 58% 55% 45%; background: var(--hh-ink); color: var(--hh-accent); font-size: 4rem; transform: rotate(-7deg); box-shadow: 0 30px 60px rgba(50, 32, 0, .25); }
.floating-proof { position: absolute; left: -36px; bottom: 46px; width: 190px; min-height: 160px; padding: 27px; display: flex; flex-direction: column; justify-content: space-between; background: #fff; border-radius: 26px; box-shadow: 0 20px 60px rgba(30, 25, 15, .16); }
.floating-proof span:last-child { font-size: .75rem; line-height: 1.4; color: var(--hh-muted); }
.proof-number { display: block; font-size: 2.8rem; font-weight: 820; letter-spacing: -.06em; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .8; }
.hero-orb-one { width: 360px; height: 360px; right: -180px; top: 220px; border: 1px solid rgba(244,180,0,.35); }
.hero-orb-two { width: 120px; height: 120px; left: 4vw; bottom: 20px; background: rgba(244,180,0,.14); }

.proof-strip { padding: 36px 0; border-top: 1px solid var(--hh-line); border-bottom: 1px solid var(--hh-line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { padding: 8px clamp(15px, 3vw, 42px); border-left: 1px solid var(--hh-line); }
.proof-grid div:first-child { border-left: 0; padding-left: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: -.055em; }
.proof-grid span { margin-top: 7px; color: var(--hh-muted); font-size: .77rem; }

.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; margin-bottom: 72px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 420px; margin: 0 0 8px auto; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 62px 28px; }
.product-card:nth-child(even) { margin-top: 80px; }
.product-image { position: relative; display: block; aspect-ratio: 1.16 / 1; border-radius: var(--hh-radius); overflow: hidden; background: #eee4cf; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.22,1,.36,1); }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-arrow { position: absolute; right: 20px; top: 20px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.88); font-size: 1.2rem; backdrop-filter: blur(10px); transition: transform .25s ease; }
.product-card:hover .product-arrow { transform: rotate(8deg); }
.product-meta { padding: 22px 5px 0; }
.product-meta p { margin-bottom: 8px; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.product-meta h3 { margin-bottom: 0; }
.fallback-product { background: linear-gradient(135deg, #e8dfce, #f8f1e5); }
.product-card:nth-child(2) .fallback-product { background: linear-gradient(135deg, #f3ca53, #f5a91e); }
.product-card:nth-child(3) .fallback-product { background: linear-gradient(135deg, #272722, #525149); }
.product-card:nth-child(4) .fallback-product { background: linear-gradient(135deg, #e7d5c0, #d3c1a7); }
.fallback-index { position: absolute; top: 24px; left: 26px; font-size: .75rem; letter-spacing: .15em; }
.product-card:nth-child(3) .fallback-index { color: #fff; }
.fallback-shape { position: absolute; width: 45%; aspect-ratio: 1; left: 27.5%; top: 25%; background: rgba(255,255,255,.76); border-radius: 38% 62% 55% 45%; transform: rotate(12deg); box-shadow: 0 30px 60px rgba(50,40,20,.12); }
.product-card:nth-child(3) .fallback-shape { background: var(--hh-accent); }
.section-note { margin: 48px 0 0; font-size: .74rem; text-align: center; opacity: .7; }

.why-section { background: var(--hh-ink); color: #fff; border-radius: 72px; }
.why-section .eyebrow, .why-section h2, .why-section h3 { color: #fff; }
.center-heading { max-width: 900px; margin: 0 auto 76px; text-align: center; }
.benefit-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 18px; }
.benefit-card { min-height: 430px; padding: clamp(30px, 4vw, 52px); border: 1px solid rgba(255,255,255,.12); border-radius: var(--hh-radius); background: #23231f; display: flex; flex-direction: column; }
.benefit-card p { color: rgba(255,255,255,.62); }
.benefit-kicker { margin-bottom: auto; color: var(--hh-accent); font-size: .68rem; letter-spacing: .14em; font-weight: 760; }
.benefit-card h3 { margin-top: 60px; }
.benefit-primary { background: var(--hh-accent); color: var(--hh-ink); }
.benefit-primary h3, .benefit-primary .benefit-kicker { color: var(--hh-ink); }
.benefit-primary p { color: rgba(23,23,19,.68); }
.search-demo { margin-top: 36px; height: 86px; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; padding: 10px; border-radius: 16px; background: rgba(255,255,255,.42); }
.search-demo span { border-radius: 10px; background: rgba(23,23,19,.15); }
.search-demo .active { background: #fff; transform: scale(1.08); box-shadow: 0 8px 24px rgba(50,30,0,.15); }

.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--hh-line); }
.process-list li { display: grid; grid-template-columns: 120px 1fr; gap: 30px; padding: 36px 0; border-bottom: 1px solid var(--hh-line); }
.process-list li > span { font-size: .78rem; letter-spacing: .13em; color: var(--hh-muted); }
.process-list h3 { margin-bottom: 10px; }
.process-list p { max-width: 570px; margin-bottom: 0; }

.factory-section { padding-top: 80px; }
.factory-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.factory-media { position: relative; min-height: 670px; border-radius: 34px 180px 34px 34px; overflow: visible; background: #d9d3c5; }
.factory-media > .cover-image, .factory-media > .image-placeholder { border-radius: inherit; overflow: hidden; }
.factory-placeholder { background: linear-gradient(145deg, #d7d0c0, #aaa28f); }
.factory-lines { width: 70%; height: 45%; border: 2px solid rgba(255,255,255,.45); border-width: 2px 0; box-shadow: 0 34px 0 rgba(255,255,255,.22), 0 68px 0 rgba(255,255,255,.16); }
.factory-badge { position: absolute; right: -36px; bottom: 50px; width: 170px; height: 170px; padding: 28px; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; background: var(--hh-accent); box-shadow: var(--hh-shadow); }
.factory-badge strong { font-size: 3.2rem; line-height: 1; letter-spacing: -.06em; }
.factory-badge span { margin-top: 9px; font-size: .7rem; line-height: 1.25; }
.factory-copy > p:not(.eyebrow) { font-size: 1.08rem; }
.check-list { list-style: none; padding: 0; margin: 34px 0 42px; }
.check-list li { position: relative; padding: 15px 0 15px 32px; border-bottom: 1px solid var(--hh-line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 15px; font-weight: 800; color: #8c6900; }

.inquiry-section { padding-top: 60px; }
.inquiry-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 8vw, 110px); padding: clamp(42px, 7vw, 90px); border-radius: 58px; background: var(--hh-accent); }
.inquiry-copy { display: flex; flex-direction: column; }
.inquiry-copy h2 { font-size: clamp(2.7rem, 5vw, 4.8rem); }
.inquiry-copy p { color: rgba(23,23,19,.69); }
.contact-lines { margin-top: auto; padding-top: 44px; display: flex; flex-direction: column; gap: 9px; font-weight: 700; }
.inquiry-form { padding: clamp(28px, 4vw, 50px); border-radius: 30px; background: #fffdf8; box-shadow: 0 24px 70px rgba(75,48,0,.14); }
.inquiry-form label { display: block; margin-bottom: 20px; }
.inquiry-form label span { display: block; margin-bottom: 8px; font-size: .72rem; font-weight: 720; letter-spacing: .04em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.inquiry-form input, .inquiry-form textarea { width: 100%; border: 1px solid var(--hh-line); border-radius: 12px; background: #fff; padding: 13px 14px; outline: none; transition: border-color .2s, box-shadow .2s; }
.inquiry-form input:focus, .inquiry-form textarea:focus { border-color: var(--hh-accent); box-shadow: 0 0 0 4px rgba(244,180,0,.14); }
.form-status { margin: 16px 0 0; font-size: .8rem; text-align: center; }
.form-status.success { color: #277441; }

.site-footer { padding: 76px 0 28px; background: var(--hh-ink); color: #fff; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.62); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; }
.footer-brand { color: #fff !important; font-size: 1.4rem; font-weight: 820; letter-spacing: .14em; }
.footer-label { color: #fff !important; font-size: .7rem; font-weight: 740; letter-spacing: .13em; text-transform: uppercase; }
.footer-bottom { margin-top: 70px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 30px; font-size: .73rem; }
.footer-menu { display: flex; gap: 18px; padding: 0; margin: 0; list-style: none; }

.content-shell { max-width: 880px; padding-top: 80px; }
.entry-card { padding: clamp(35px, 7vw, 80px); border-radius: var(--hh-radius); background: #fff; }
.entry-title { font-size: clamp(2.5rem, 6vw, 5rem); }
.entry-content { font-size: 1.05rem; line-height: 1.8; }
.entry-content > * + * { margin-top: 1.4em; }
.entry-image { margin: 30px 0; border-radius: 24px; overflow: hidden; }
.empty-state { min-height: 65vh; padding-top: 100px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.empty-state h1 { font-size: clamp(3rem, 7vw, 6rem); }
.empty-state p { max-width: 520px; }
.empty-state .button { margin-top: 24px; }

.woocommerce .site-main, .woocommerce-page .site-main { width: var(--hh-shell); margin: 130px auto 100px; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { padding: 18px; border-radius: 24px; background: #fff; }
.woocommerce ul.products li.product a img { border-radius: 17px; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 999px; background: var(--hh-accent); color: var(--hh-ink); }

@media (max-width: 980px) {
  :root { --hh-shell: min(100% - 34px, 760px); }
  .menu-toggle { display: block; z-index: 102; }
  .primary-nav { position: fixed; inset: 0; padding: 120px 30px 40px; background: var(--hh-paper); display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; transform: translateX(100%); transition: transform .35s cubic-bezier(.22,1,.36,1); }
  .primary-nav.is-open { transform: none; }
  .nav-list { flex-direction: column; align-items: flex-start; gap: 26px; font-size: 1.5rem; }
  .hero { min-height: auto; }
  .hero-grid, .factory-grid, .inquiry-card { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 60px; }
  .hero-visual { max-width: 620px; }
  .visual-card { min-height: 560px; }
  .floating-proof { left: 24px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-primary { grid-column: 1 / -1; }
  .factory-media { min-height: 580px; margin-right: 26px; }
  .inquiry-copy { min-height: 400px; }
}

@media (max-width: 680px) {
  :root { --hh-radius: 24px; --hh-shell: calc(100% - 26px); }
  .section { padding: 88px 0; }
  h1 { font-size: clamp(3.1rem, 14vw, 5.2rem); }
  h2 { font-size: clamp(2.65rem, 12vw, 4.2rem); }
  .hero { padding-top: 120px; }
  .hero-grid { gap: 48px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-trust { margin-top: 42px; }
  .visual-card { min-height: 470px; border-radius: 110px 110px 28px 28px; }
  .placeholder-product { width: 145px; height: 145px; }
  .floating-proof { width: 150px; min-height: 130px; bottom: 22px; padding: 20px; }
  .proof-number { font-size: 2.1rem; }
  .proof-grid { grid-template-columns: 1fr 1fr; gap: 28px 0; }
  .proof-grid div:nth-child(3) { border-left: 0; padding-left: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; }
  .section-heading > p { margin-left: 0; }
  .product-grid, .benefit-grid { grid-template-columns: 1fr; }
  .product-card:nth-child(even) { margin-top: 0; }
  .benefit-primary { grid-column: auto; }
  .benefit-card { min-height: 360px; }
  .why-section { border-radius: 40px; }
  .process-list li { grid-template-columns: 55px 1fr; gap: 16px; }
  .factory-media { min-height: 450px; margin-right: 15px; }
  .factory-badge { width: 128px; height: 128px; right: -14px; padding: 22px; }
  .factory-badge strong { font-size: 2.4rem; }
  .inquiry-card { width: calc(100% - 16px); padding: 36px 18px; border-radius: 34px; gap: 34px; }
  .inquiry-copy { min-height: auto; }
  .contact-lines { padding-top: 26px; }
  .inquiry-form { padding: 26px 18px; }
  .form-row, .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@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; }
}

