:root {
  --bg: #f5efe5;
  --surface: rgba(255, 250, 244, 0.72);
  --text: #23262d;
  --text-soft: #666158;
  --line: rgba(35, 38, 45, 0.12);
  --accent: #c9a063;
  --accent-dark: #b28b4e;
  --shadow: 0 24px 70px rgba(47, 36, 21, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(201, 160, 99, 0.14), transparent 32%),
    radial-gradient(circle at top right, rgba(35, 38, 45, 0.08), transparent 28%),
    linear-gradient(180deg, #f7f1e7 0%, #f2eadf 100%);
  min-height: 100vh;
}

body.menu-open {
  overflow: hidden;
}

section[id] {
  scroll-margin-top: 120px;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(201, 160, 99, 0.72);
  outline-offset: 3px;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.site-shell {
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(20px);
  background: rgba(247, 241, 231, 0.78);
  border-bottom: 1px solid rgba(35, 38, 45, 0.06);
}

.skip-link {
  position: absolute;
  left: max(20px, calc(env(safe-area-inset-left) + 20px));
  top: -56px;
  z-index: 40;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(35, 38, 45, 0.96);
  color: #fff;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
}

.brand {
  width: 174px;
  flex: 0 0 auto;
}

.brand img,
.footer-logo {
  width: 100%;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--text-soft);
}

.site-nav a:hover {
  color: var(--text);
}

.site-nav a[aria-current="page"] {
  color: var(--accent-dark);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.54);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  background: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-small {
  min-height: 44px;
  padding: 0 20px;
}

.button-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(177, 137, 69, 0.28);
}

.button-secondary {
  border: 1px solid rgba(35, 38, 45, 0.12);
  background: rgba(255, 255, 255, 0.52);
}

.hero,
.section {
  padding: 88px 0;
}

.hero {
  padding-top: 64px;
}

.hero-grid,
.featured-grid,
.capability-grid,
.faq-grid {
  display: grid;
  gap: 38px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
}

.hero-copy,
.hero-visual,
.featured-copy,
.featured-visual,
.section-heading,
.product-info-panel,
.product-gallery,
.collection-showcase > *,
.company-showcase > *,
.company-showcase-detail > *,
.product-detail-grid > *,
.capability-grid > *,
.featured-grid > *,
.faq-grid > * {
  min-width: 0;
}

.hero-copy h1,
.section-heading h2,
.featured-copy h2,
.cta-panel h2,
.product-info-panel h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.04;
  margin: 0;
  overflow-wrap: anywhere;
}

.hero-copy h1 {
  font-size: clamp(3rem, 5vw, 5.1rem);
  max-width: 12ch;
}

.lead,
.hero-copy p,
.section-heading p,
.featured-copy p,
.cta-panel p,
.faq-list p,
.capability-list p,
.process-grid p {
  color: var(--text-soft);
  line-height: 1.75;
}

.eyebrow,
.mini-label,
.note-label,
.trust-title {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow,
.mini-label,
.note-label {
  color: var(--accent-dark);
  font-size: 0.76rem;
  margin-bottom: 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0 24px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-trust li {
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(35, 38, 45, 0.08);
  color: var(--text-soft);
}

.hero-visual {
  position: relative;
}

.hero-image,
.feature-image-large,
.collection-card,
.process-grid article,
.capability-list article,
.snapshot-grid article {
  background: var(--surface);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: var(--radius-xl);
}

.card-shadow {
  box-shadow: var(--shadow);
}

.hero-image {
  overflow: hidden;
  padding: 12px;
}

.hero-image img,
.feature-image-large img,
.feature-image-pair img,
.collection-card img,
.collection-showcase img,
.product-gallery-strip img {
  border-radius: calc(var(--radius-xl) - 10px);
  object-fit: cover;
}

.media-square {
  aspect-ratio: 1 / 1;
}

.media-landscape {
  aspect-ratio: 4 / 3;
}

.media-portrait {
  aspect-ratio: 4 / 5;
}

.media-top {
  object-position: center top;
}

.hero-note {
  position: absolute;
  bottom: -20px;
  left: -22px;
  max-width: 260px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(35, 38, 45, 0.9);
  color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 40px rgba(25, 28, 33, 0.25);
}

.note-label {
  display: block;
  color: rgba(255, 255, 255, 0.52);
  margin-bottom: 8px;
}

.trust-band {
  padding: 26px 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.trust-grid article {
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255, 252, 246, 0.6);
  border: 1px solid rgba(35, 38, 45, 0.08);
}

.trust-title {
  display: block;
  font-size: 0.72rem;
  color: var(--accent-dark);
  margin-bottom: 10px;
}

.trust-grid p {
  margin: 0;
  color: var(--text-soft);
}

.section-heading {
  max-width: 700px;
  margin-bottom: 38px;
}

.section-heading h2,
.featured-copy h2,
.cta-panel h2 {
  font-size: clamp(2rem, 3.2vw, 3.5rem);
}

.section-heading.compact {
  margin-bottom: 22px;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.collection-card {
  overflow: hidden;
}

.card-body {
  padding: 20px 22px 24px;
}

.card-body h3,
.capability-list h3,
.process-grid h3,
.snapshot-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  margin: 0 0 10px;
}

.card-body p,
.card-body h3,
.capability-list p,
.snapshot-grid p {
  margin: 0;
}

.text-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--accent-dark);
  font-weight: 600;
}

.section-alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
}

.capability-grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.capability-list article {
  padding: 26px 24px;
}

.company-section {
  padding-top: 54px;
}

.snapshot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.company-snapshot-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.snapshot-grid article {
  padding: 26px 24px;
}

.featured-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
}

.feature-stack {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.feature-stack div {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(35, 38, 45, 0.08);
}

.feature-stack strong {
  display: block;
  margin: 4px 0 6px;
}

.feature-stack p {
  margin: 0;
}

.feature-image-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}

.feature-image-pair img {
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.factory-image-pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.factory-image-pair img.feature-portrait {
  object-position: center top;
}


.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-grid article {
  padding: 28px 24px;
}

.process-grid span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  box-shadow: 0 12px 28px rgba(177, 137, 69, 0.25);
}

.faq-grid {
  grid-template-columns: 0.75fr 1.25fr;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(35, 38, 45, 0.08);
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  padding-right: 24px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -2px;
  color: var(--accent-dark);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 12px 0 0;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 42px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(35, 38, 45, 0.94), rgba(54, 58, 68, 0.95));
  color: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(31, 34, 41, 0.26);
}

.cta-panel p,
.cta-panel .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cta-panel .button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.inquiry-panel {
  margin-top: 22px;
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: rgba(255, 252, 246, 0.72);
  border: 1px solid rgba(35, 38, 45, 0.08);
  box-shadow: var(--shadow);
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: var(--text-soft);
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(35, 38, 45, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  outline: 2px solid rgba(201, 160, 99, 0.35);
  border-color: rgba(201, 160, 99, 0.3);
}

.inquiry-form input[aria-invalid="true"] {
  border-color: rgba(163, 74, 59, 0.45);
  background: rgba(255, 247, 244, 0.92);
}

.inquiry-form input[aria-invalid="true"]:focus {
  outline-color: rgba(163, 74, 59, 0.28);
  border-color: rgba(163, 74, 59, 0.45);
}

.full-span,
.inquiry-form button {
  grid-column: 1 / -1;
}

.inquiry-form button[disabled] {
  opacity: 0.76;
  cursor: progress;
  transform: none;
}

.form-helper {
  margin: -4px 0 2px;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.6;
}

.form-status {
  margin: 0;
  color: var(--accent-dark);
  min-height: 1.5em;
}

.form-status[data-state="loading"] {
  color: var(--text-soft);
}

.form-status[data-state="error"] {
  color: #a34a3b;
}

.form-status[data-state="success"] {
  color: #2f6f5c;
}

.form-status a {
  color: inherit;
  text-decoration: underline;
}

.site-footer {
  padding: 34px 0 50px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.75fr 0.75fr 0.95fr;
  gap: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(35, 38, 45, 0.08);
}

.footer-grid p,
.footer-grid span,
.footer-grid a {
  color: var(--text-soft);
  display: block;
  overflow-wrap: anywhere;
}

.footer-grid h3 {
  font-size: 0.95rem;
  margin: 0 0 12px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 18px;
}

.inner-header {
  position: relative;
}

.inner-main {
  min-height: calc(100vh - 280px);
}

.inner-hero {
  padding: 88px 0 24px;
}

.inner-hero h1 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2.3rem, 5vw, 3.8rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.inner-hero p {
  overflow-wrap: anywhere;
}

.narrow {
  max-width: 760px;
}

.collection-layout {
  display: grid;
  gap: 22px;
}

.collection-showcase,
.factory-card,
.contact-card {
  display: grid;
  gap: 22px;
  padding: 16px;
  background: var(--surface);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: var(--radius-xl);
  min-width: 0;
}

.collection-showcase {
  grid-template-columns: 0.95fr 1.05fr;
  grid-template-areas: "media copy";
  align-items: center;
}

.collection-showcase.reverse {
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-areas: "copy media";
}

.collection-showcase > img {
  grid-area: media;
}

.collection-showcase > div {
  grid-area: copy;
}

.collection-showcase img {
  border-radius: calc(var(--radius-xl) - 10px);
}

.collection-showcase h2,
.factory-card h2,
.contact-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  margin: 0 0 10px;
}

.collection-showcase p,
.factory-card p,
.contact-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.company-showcase {
  align-items: center;
}

.company-showcase img.media-portrait {
  width: min(100%, 430px);
  justify-self: end;
}

.company-showcase-detail {
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.76fr);
  grid-template-areas: "copy media";
  align-items: center;
}

.company-showcase-detail > div {
  align-self: center;
}

.company-showcase-detail img.company-detail-image {
  width: min(100%, 360px);
  max-height: 500px;
  justify-self: end;
}

.factory-address,
.footer-grid address {
  font-style: normal;
  margin-top: 8px;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(102, 97, 88, 0.9);
  overflow-wrap: anywhere;
}

.two-column,
.factory-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.factory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.factory-card,
.contact-card {
  padding: 26px 24px;
}

.factory-visual-heading {
  max-width: 760px;
}

.factory-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.factory-story-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow: var(--shadow);
  background: #d9d2c6;
}

.factory-story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 20, 24, 0.06) 0%, rgba(18, 20, 24, 0.68) 100%);
}

.factory-story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.factory-story-card.hero {
  grid-column: 1 / -1;
  min-height: 480px;
}

.factory-story-card.hero img {
  object-position: center 56%;
}

.factory-story-card.kiln img,
.factory-story-card.handcraft img {
  object-position: center top;
}

.factory-story-card.handcraft {
  min-height: 420px;
}

.factory-story-copy {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.95);
}

.factory-story-copy .mini-label {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 12px;
}

.factory-story-copy h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2vw, 1.8rem);
  font-weight: 500;
}

.factory-story-copy p {
  margin: 0;
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 24px;
}

.contact-grid > * {
  min-width: 0;
}

.contact-card {
  height: fit-content;
  overflow: hidden;
}

.contact-card a {
  display: block;
  margin-bottom: 10px;
  font-size: 1.05rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-address {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--text-soft);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 28px;
  align-items: start;
}

.product-gallery-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.product-gallery-thumb {
  aspect-ratio: 1 / 1;
}

.product-gallery-strip img {
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.product-info-panel {
  display: grid;
  gap: 22px;
}

.product-info-panel h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 500;
  line-height: 1.08;
  margin: 0;
}

.product-info-panel p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.75;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.spec-grid div {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(35, 38, 45, 0.08);
}

.spec-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--text-soft);
  font-size: 0.84rem;
}

.spec-grid strong {
  display: block;
}

.whatsapp-float {
  position: fixed;
  right: max(22px, calc(env(safe-area-inset-right) + 16px));
  bottom: max(22px, calc(env(safe-area-inset-bottom) + 16px));
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 999px;
  background: #1d7f56;
  color: #fff;
  box-shadow: 0 18px 44px rgba(29, 127, 86, 0.28);
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1080px) {
  .collection-grid,
  .process-grid,
  .factory-grid,
  .snapshot-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-grid,
  .featured-grid,
  .capability-grid,
  .faq-grid,
  .contact-grid,
  .product-detail-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-note {
    left: auto;
    right: 20px;
    bottom: 20px;
  }

  .cta-panel {
    grid-template-columns: 1fr;
  }

  .factory-story-grid {
    grid-template-columns: 1fr;
  }

  .factory-story-card.hero {
    grid-column: auto;
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 30px), var(--container));
  }

  .skip-link {
    left: max(13px, calc(env(safe-area-inset-left) + 13px));
  }

  .site-header {
    position: relative;
  }

  .nav-wrap {
    gap: 12px;
    min-height: 76px;
    padding-right: 2px;
  }

  .brand {
    width: 142px;
  }

  .nav-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    margin-left: auto;
    margin-right: 2px;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: max(13px, calc(env(safe-area-inset-left) + 13px));
    right: max(13px, calc(env(safe-area-inset-right) + 13px));
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px 16px calc(16px + env(safe-area-inset-bottom));
    border-radius: 26px;
    background: rgba(255, 249, 242, 0.96);
    border: 1px solid rgba(35, 38, 45, 0.08);
    box-shadow: var(--shadow);
    max-height: calc(100dvh - 110px - env(safe-area-inset-bottom));
    overflow-y: auto;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  .site-nav .button {
    width: 100%;
  }

  .hero,
  .section {
    padding: 72px 0;
  }

  .hero-copy h1 {
    font-size: clamp(2.05rem, 8.2vw, 2.9rem);
    max-width: 10.5ch;
  }

  .hero-copy .lead {
    max-width: 31ch;
  }

  .inner-hero h1 {
    max-width: 11ch;
    font-size: clamp(1.95rem, 8vw, 2.85rem);
  }

  .inner-hero p {
    max-width: 32ch;
  }

  .section-heading h2,
  .featured-copy h2,
  .cta-panel h2,
  .product-info-panel h2 {
    font-size: clamp(1.7rem, 6vw, 2.2rem);
    line-height: 1.08;
    text-wrap: balance;
  }

  .trust-grid,
  .hero-grid,
  .capability-list,
  .snapshot-grid,
  .process-grid,
  .collection-grid,
  .factory-grid,
  .factory-story-grid,
  .collection-showcase,
  .collection-showcase.reverse,
  .inquiry-form,
  .product-gallery-strip,
  .spec-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button,
  .cta-actions .button {
    width: 100%;
  }

  .hero-trust li {
    flex: 1 1 100%;
    text-align: center;
  }

  .collection-showcase,
  .collection-showcase.reverse {
    grid-template-areas:
      "media"
      "copy";
  }

  .company-showcase img.media-portrait,
  .company-showcase-detail img.company-detail-image {
    width: min(100%, 320px);
    max-height: 420px;
    justify-self: start;
  }

  .factory-story-card {
    min-height: 300px;
  }

  .factory-story-card.hero {
    min-height: 340px;
  }

  .hero-note {
    position: static;
    max-width: none;
    margin-top: 16px;
  }

  .feature-image-pair {
    grid-template-columns: 1fr;
  }

  .cta-panel {
    padding: 30px 24px;
  }

  .inquiry-form {
    padding: 22px;
  }

  .inquiry-form input,
  .inquiry-form textarea {
    font-size: 16px;
  }

  .inner-hero {
    padding: 72px 0 12px;
  }

  .whatsapp-float {
    right: max(8px, calc(env(safe-area-inset-right) + 8px));
    bottom: max(10px, calc(env(safe-area-inset-bottom) + 8px));
    min-width: 42px;
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.82rem;
    box-shadow: 0 14px 30px rgba(29, 127, 86, 0.22);
  }
}
