:root {
  --cream: #f5f0e6;
  --cream-light: #fbf8f2;
  --forest: #173f35;
  --forest-soft: #29594c;
  --amber: #d58a2a;
  --amber-dark: #b97119;
  --charcoal: #232925;
  --muted: #65706a;
  --line: #d9d1c3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream-light);
  color: var(--charcoal);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.top-note {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 7px 20px;
  background: var(--forest);
  color: #fff;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.top-note span + span::before { content: "•"; margin-right: 18px; color: var(--amber); }

.site-header {
  position: relative;
  z-index: 20;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 clamp(22px, 5vw, 74px);
  border-bottom: 1px solid var(--line);
  background: rgba(251, 248, 242, .96);
}
.brand { display: flex; align-items: center; gap: 11px; color: var(--forest); font-size: 13px; line-height: 1.04; letter-spacing: .08em; text-transform: uppercase; }
.brand b { font-size: 17px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50% 50% 42% 42%; background: var(--forest); color: var(--cream); font-family: Georgia, serif; font-size: 20px; font-style: italic; }
.desktop-nav { display: flex; align-items: center; gap: clamp(24px, 4vw, 54px); color: var(--forest); font-size: 14px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 31px 0 27px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--amber); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; gap: 18px; padding: 0 18px; border: 1px solid var(--forest); color: var(--forest); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.header-cta:hover { background: var(--forest); color: #fff; }
.mobile-menu { display: none; position: relative; }

.hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, 49%) minmax(0, 51%); background: var(--cream); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 64px clamp(28px, 5.2vw, 80px); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; color: var(--amber-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 2px; background: var(--amber); }
.hero h1 { max-width: 650px; margin: 0; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 4.3vw, 70px); font-weight: 500; line-height: .99; letter-spacing: -.045em; }
.hero h1 em { color: var(--amber-dark); font-weight: 500; }
.hero-lead { max-width: 590px; margin: 27px 0 0; color: #4f5a54; font-size: clamp(16px, 1.25vw, 19px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 24px; font-size: 14px; font-weight: 800; }
.button-primary { background: var(--amber); color: #fff; box-shadow: 0 10px 25px rgba(185, 113, 25, .16); }
.button-primary:hover { background: var(--amber-dark); }
.button-primary span { transition: transform .2s ease; }
.button-primary:hover span { transform: translateX(4px); }
.text-link { padding: 14px 0; border-bottom: 1px solid var(--forest); color: var(--forest); font-size: 13px; font-weight: 800; }
.text-link span { margin-left: 8px; color: var(--amber-dark); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 43px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; align-items: flex-start; gap: 10px; }
.hero-proof strong { color: var(--amber-dark); font-family: Georgia, serif; font-size: 14px; }
.hero-proof span { color: var(--forest); font-size: 12px; font-weight: 700; line-height: 1.45; }

.hero-visual { position: relative; overflow: hidden; min-height: 650px; background: #d7c5a8; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(23,63,53,.38)); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; z-index: 2; left: 28px; bottom: 28px; max-width: calc(100% - 56px); padding: 17px 21px; background: rgba(251,248,242,.94); color: var(--forest); box-shadow: 0 14px 35px rgba(21, 46, 39, .16); }
.hero-badge span { display: block; margin-bottom: 4px; color: var(--amber-dark); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-badge strong { font-family: Georgia, serif; font-size: 18px; }
.stitch-card { position: absolute; z-index: 3; right: 28px; top: 30px; width: 108px; height: 108px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: rgba(23,63,53,.88); color: #fff; transform: rotate(8deg); }
.stitch-card span { font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.stitch-card strong { margin-top: 4px; font-family: Georgia, serif; font-size: 18px; }

.category-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; background: var(--line); border-bottom: 1px solid var(--line); }
.category-strip a { min-height: 120px; display: grid; grid-template-columns: 60px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 18px; padding: 20px clamp(24px, 5vw, 76px); background: var(--cream-light); color: var(--forest); transition: background .2s ease; }
.category-strip a:hover { background: #fff; }
.category-icon { grid-row: 1 / 3; align-self: center; font-family: Georgia, serif; font-size: 46px; color: var(--amber-dark); }
.category-strip strong { align-self: end; font-family: Georgia, serif; font-size: 21px; }
.category-strip small { margin-top: 5px; color: var(--muted); font-size: 11px; }

.section-kicker { margin: 0; color: var(--amber-dark); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-kicker.light { color: #efb463; }
.intro-section { padding: 112px clamp(22px, 6vw, 92px); background: var(--cream-light); }
.intro-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-top: 24px; }
.intro-heading h2, .products-title h2, .process-heading h2, .partner-copy h2, .contact-section h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
.intro-heading h2 { color: var(--forest); font-size: clamp(38px, 4vw, 60px); line-height: 1.08; }
.intro-heading > p { max-width: 560px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-grid article { min-height: 235px; padding: 28px 28px 30px 0; }
.capability-grid article + article { padding-left: 28px; border-left: 1px solid var(--line); }
.capability-grid span { color: var(--amber-dark); font-family: Georgia, serif; font-size: 15px; }
.capability-grid h3 { margin: 42px 0 12px; color: var(--forest); font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.capability-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.products-section { padding: 105px clamp(22px, 6vw, 92px) 120px; background: var(--forest); color: #fff; }
.products-title { display: grid; grid-template-columns: 1.15fr .65fr; gap: 70px; align-items: end; }
.products-title h2 { margin-top: 20px; font-size: clamp(40px, 4.3vw, 64px); line-height: 1.04; }
.products-title > p { margin: 0; color: #bfcec8; font-size: 14px; line-height: 1.8; }
.product-grid { display: grid; grid-template-columns: 1.2fr 1fr .82fr; gap: 18px; margin-top: 58px; }
.product-card { min-width: 0; border: 1px solid rgba(255,255,255,.18); background: #204b40; }
.product-image { overflow: hidden; aspect-ratio: 4 / 5; background: #d9c7a7; }
.product-card-large .product-image { aspect-ratio: 1 / 1; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-copy { min-height: 112px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 20px 22px; }
.product-copy > span { color: #efb463; font-family: Georgia, serif; }
.product-copy h3 { margin: 0; font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.product-copy p { margin: 5px 0 0; color: #b9cac4; font-size: 11px; }
.product-copy b { color: #efb463; font-size: 20px; }
.product-text-card { min-height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; background: var(--amber-dark); }
.big-number { color: rgba(255,255,255,.65); font-family: Georgia, serif; font-size: 17px; }
.product-text-card h3 { max-width: 290px; margin: 15px 0; font-family: Georgia, serif; font-size: clamp(31px, 3vw, 45px); font-weight: 500; line-height: 1.03; }
.product-text-card p:not(.section-kicker) { color: #f7dfc1; font-size: 13px; line-height: 1.7; }
.product-text-card > a { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.4); font-size: 13px; font-weight: 800; }

.process-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 112px clamp(22px, 7vw, 110px); background: var(--cream); }
.process-heading h2 { margin-top: 21px; color: var(--forest); font-size: clamp(40px, 4vw, 60px); line-height: 1.06; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 56px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--amber-dark); font-family: Georgia, serif; font-size: 14px; }
.process-list h3 { margin: 0 0 8px; color: var(--forest); font-size: 17px; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.partner-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; background: #e8dfd1; }
.partner-image { min-height: 500px; overflow: hidden; }
.partner-image img { width: 100%; height: 100%; object-fit: cover; }
.partner-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(28px, 6vw, 90px); }
.partner-copy h2 { margin-top: 20px; color: var(--forest); font-size: clamp(40px, 4vw, 60px); line-height: 1.04; }
.partner-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 35px; }
.partner-tags span { padding: 11px 14px; border: 1px solid rgba(23,63,53,.3); border-radius: 999px; color: var(--forest); font-size: 12px; font-weight: 700; }
.partner-note { max-width: 550px; margin: 35px 0 0; padding-top: 26px; border-top: 1px solid rgba(23,63,53,.25); color: #59665f; font-size: 14px; line-height: 1.75; }

.contact-section { padding: 105px clamp(22px, 10vw, 150px) 80px; background: #102f28; color: #fff; text-align: center; }
.contact-section h2 { margin-top: 22px; font-size: clamp(42px, 5vw, 72px); line-height: 1.04; }
.contact-lead { max-width: 640px; margin: 25px auto 0; color: #b9cac4; font-size: 15px; line-height: 1.75; }
.demo-note { margin: 20px auto -42px; color: #efb463; font-size: 11px; font-style: italic; }
.contact-actions { display: flex; justify-content: center; gap: 13px; margin-top: 34px; }
.contact-primary { background: var(--amber); color: #fff; }
.contact-primary:hover { background: var(--amber-dark); }
.contact-secondary { border: 1px solid rgba(255,255,255,.65); color: #fff; }
.contact-secondary:hover { background: rgba(255,255,255,.08); }
.contact-details { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-details div { padding: 25px 18px; }
.contact-details div + div { border-left: 1px solid rgba(255,255,255,.18); }
.contact-details span { display: block; margin-bottom: 8px; color: #91aaa1; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-details strong { font-family: Georgia, serif; font-size: 16px; font-weight: 500; }

footer { min-height: 120px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding: 24px clamp(22px, 6vw, 92px); background: #0b231d; color: #a9bdb5; }
.footer-brand { color: #fff; justify-self: start; }
footer p { margin: 0; text-align: center; font-size: 11px; }
footer > a:last-child { justify-self: end; color: #fff; font-size: 12px; font-weight: 700; }
.mobile-contact-bar { display: none; }

@media (max-width: 900px) {
  .top-note { justify-content: flex-start; white-space: nowrap; overflow: hidden; }
  .top-note span + span { display: none; }
  .site-header { min-height: 68px; padding: 0 18px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; padding: 10px; list-style: none; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { height: 2px; background: var(--forest); }
  .mobile-menu nav { position: absolute; right: 0; top: 54px; width: min(78vw, 290px); display: flex; flex-direction: column; padding: 12px; border: 1px solid var(--line); background: var(--cream-light); box-shadow: 0 18px 45px rgba(23,63,53,.16); }
  .mobile-menu nav a { min-height: 48px; display: flex; align-items: center; padding: 0 13px; border-bottom: 1px solid var(--line); color: var(--forest); font-weight: 700; }
  .mobile-menu nav a:last-child { border: 0; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { padding: 38px 20px 26px; }
  .eyebrow { margin-bottom: 17px; font-size: 10px; }
  .hero h1 { font-size: clamp(42px, 13vw, 58px); line-height: .98; }
  .hero-lead { margin-top: 21px; font-size: 15px; line-height: 1.6; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 9px; margin-top: 25px; }
  .button { width: 100%; min-height: 56px; }
  .text-link { text-align: center; border: 0; }
  .hero-proof { gap: 7px; margin-top: 24px; padding-top: 18px; }
  .hero-proof div { flex-direction: column; gap: 4px; }
  .hero-proof span { font-size: 10px; }
  .hero-visual { min-height: 390px; aspect-ratio: 4 / 3; }
  .stitch-card { width: 82px; height: 82px; right: 14px; top: 14px; }
  .stitch-card strong { font-size: 14px; }
  .hero-badge { left: 14px; right: 14px; bottom: 14px; max-width: none; padding: 14px 16px; }
  .hero-badge strong { font-size: 15px; }
  .category-strip { grid-template-columns: 1fr; }
  .category-strip a { min-height: 86px; grid-template-columns: 48px 1fr; padding: 14px 22px; }
  .category-icon { font-size: 38px; }
  .category-strip strong { font-size: 18px; }
  .intro-section { padding: 76px 20px; }
  .intro-heading { grid-template-columns: 1fr; gap: 22px; }
  .intro-heading h2 { font-size: 39px; }
  .intro-heading h2 br { display: none; }
  .intro-heading > p { font-size: 14px; }
  .capability-grid { grid-template-columns: 1fr 1fr; margin-top: 42px; }
  .capability-grid article { min-height: 210px; padding: 20px 16px 22px 0; }
  .capability-grid article + article { padding-left: 16px; }
  .capability-grid article:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .capability-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .capability-grid h3 { margin-top: 25px; font-size: 19px; }
  .capability-grid p { font-size: 11px; }
  .products-section { padding: 76px 20px 80px; }
  .products-title { grid-template-columns: 1fr; gap: 20px; }
  .products-title h2 { font-size: 42px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 40px; }
  .product-card-large .product-image, .product-image { aspect-ratio: 4 / 5; }
  .product-copy { min-height: 102px; grid-template-columns: auto 1fr; gap: 10px; padding: 15px 12px; }
  .product-copy b { display: none; }
  .product-copy h3 { font-size: 19px; }
  .product-copy p { font-size: 9px; line-height: 1.4; }
  .product-text-card { grid-column: 1 / -1; min-height: 330px; padding: 24px; }
  .product-text-card h3 { font-size: 38px; }
  .process-section { grid-template-columns: 1fr; gap: 45px; padding: 76px 20px; }
  .process-heading h2 { font-size: 40px; }
  .process-list li { grid-template-columns: 44px 1fr; padding: 22px 0; }
  .partner-section { grid-template-columns: 1fr; }
  .partner-image { min-height: 390px; aspect-ratio: 4 / 3; }
  .partner-copy { padding: 64px 20px 70px; }
  .partner-copy h2 { font-size: 40px; }
  .contact-section { padding: 76px 20px 94px; }
  .contact-section h2 { font-size: 42px; }
  .contact-section h2 br { display: none; }
  .contact-actions { flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .contact-details { grid-template-columns: 1fr; margin-top: 50px; }
  .contact-details div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  footer { grid-template-columns: 1fr; padding: 34px 20px 100px; text-align: left; }
  .footer-brand, footer > a:last-child { justify-self: start; }
  footer p { text-align: left; }
  .mobile-contact-bar { position: fixed; z-index: 50; left: 12px; right: 12px; bottom: 12px; min-height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; background: var(--amber); color: #fff; box-shadow: 0 10px 32px rgba(23,63,53,.28); font-size: 13px; font-weight: 800; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 41px; }
  .hero-proof span { font-size: 9px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-text-card { grid-column: auto; }
}

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