:root {
  --cream: #f7f3e9;
  --paper: #fffdf8;
  --ink: #2c211a;
  --muted: #75695f;
  --walnut: #4b2d1b;
  --walnut-dark: #2d1a10;
  --green: #53683d;
  --green-dark: #344428;
  --gold: #c7a260;
  --line: rgba(75, 45, 27, 0.16);
  --shadow: 0 24px 70px rgba(45, 26, 16, 0.12);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

svg {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: grid;
  grid-template-columns: 190px 1fr 150px;
  align-items: center;
  min-height: 94px;
  padding: 0 4vw;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
}

.brand img {
  width: 112px;
  height: auto;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 46px);
  font-size: 0.84rem;
  font-weight: 720;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.desktop-nav a,
footer a {
  transition: color 180ms ease;
}

.desktop-nav a:hover,
footer a:hover {
  color: var(--green);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border-radius: 999px;
  background: var(--walnut);
  color: white;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

.header-cta:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
}

.mobile-menu {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: clamp(38px, 6vw, 96px);
  align-items: center;
  min-height: calc(100vh - 94px);
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(72px, 9vw, 138px) 5vw clamp(64px, 8vw, 118px);
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.quality-copy h2,
.contact-panel h2 {
  margin: 18px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.042em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3.6rem, 6vw, 7.1rem);
}

.hero-copy > p {
  max-width: 690px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.35vw, 1.32rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 820;
  letter-spacing: 0.045em;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button-primary {
  background: var(--green-dark);
  color: white;
}

.button-primary:hover {
  background: var(--walnut);
}

.button-secondary {
  border-color: var(--line);
  background: transparent;
}

.button-secondary:hover {
  background: var(--paper);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 720px;
  margin: 54px 0 0;
  padding: 26px 0 0;
  border-top: 1px solid var(--line);
}

.hero-facts div {
  padding: 0 23px;
  border-left: 1px solid var(--line);
}

.hero-facts div:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-facts dt {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 7px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
}

.hero-visual {
  position: relative;
  min-height: 640px;
  border-radius: 280px 280px 32px 32px;
  background: var(--green);
  box-shadow: var(--shadow);
}

.hero-visual::before,
.hero-visual::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  pointer-events: none;
}

.hero-visual::before {
  z-index: -1;
  width: 180px;
  height: 180px;
  top: -48px;
  right: -46px;
  border: 1px solid rgba(83, 104, 61, 0.35);
}

.hero-visual::after {
  z-index: 1;
  width: 122px;
  height: 122px;
  right: -28px;
  bottom: 45px;
  background: var(--gold);
  opacity: 0.92;
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.02);
}

.hero-badge {
  position: absolute;
  z-index: 2;
  left: -40px;
  bottom: 50px;
  display: grid;
  width: 170px;
  height: 170px;
  place-content: center;
  border: 8px solid var(--cream);
  border-radius: 50%;
  background: var(--walnut);
  color: white;
  text-align: center;
  transform: rotate(-7deg);
}

.hero-badge strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.hero-badge span {
  color: #ead49f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section {
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(92px, 11vw, 168px) 5vw;
}

.section-heading {
  max-width: 880px;
}

.section-heading h2,
.quality-copy h2,
.contact-panel h2 {
  font-size: clamp(2.8rem, 5vw, 5.8rem);
}

.section-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.55fr);
  gap: 7vw;
  align-items: end;
  max-width: none;
}

.section-heading-split > p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.intro {
  border-top: 1px solid var(--line);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(48px, 9vw, 130px);
  align-items: start;
  margin-top: clamp(52px, 7vw, 95px);
}

.intro-story p {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.85;
}

.intro-story .lead {
  margin-bottom: 25px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 2.05rem);
  line-height: 1.5;
}

blockquote {
  position: relative;
  margin: 0;
  padding: clamp(38px, 5vw, 70px);
  border-radius: 8px 90px 8px 8px;
  background: var(--green-dark);
  color: white;
  box-shadow: var(--shadow);
}

blockquote::before {
  position: absolute;
  top: 12px;
  right: 30px;
  color: rgba(255, 255, 255, 0.14);
  content: "“";
  font-family: Georgia, serif;
  font-size: 9rem;
  line-height: 1;
}

blockquote span,
.product-kicker {
  color: #e6ce91;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

blockquote p {
  position: relative;
  margin: 25px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.48;
}

.products {
  max-width: none;
  background: var(--paper);
}

.products > * {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.featured-product {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  margin-top: 72px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--walnut-dark);
  color: white;
  box-shadow: var(--shadow);
}

.featured-product > div {
  padding: clamp(42px, 6vw, 88px);
}

.featured-product h3 {
  max-width: 570px;
  margin: 22px 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 3.5vw, 4.2rem);
  font-weight: 500;
  line-height: 1.05;
}

.featured-product p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.featured-product > img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.text-link,
.product-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.text-link {
  color: #edd79f;
}

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

.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--cream);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(45, 26, 16, 0.09);
}

.product-image {
  display: grid;
  min-height: 230px;
  place-items: end center;
  padding: 30px 25px 0;
  background: linear-gradient(145deg, #f1e8d5, #fffdf8);
}

.product-image img {
  max-width: 92%;
  max-height: 210px;
  object-fit: contain;
}

.product-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.product-card-copy > span {
  color: var(--green);
  font-size: 0.67rem;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 7px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 500;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.product-card a {
  margin-top: auto;
  padding-top: 24px;
  color: var(--walnut);
}

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

.process-card:nth-child(even) {
  margin-top: 50px;
}

.process-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1.15;
  border-radius: 180px 180px 18px 18px;
  background: #d9d2c6;
}

.process-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.process-card:hover img {
  transform: scale(1.035);
}

.process-image span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: var(--cream);
  color: var(--walnut);
  font-family: Georgia, serif;
}

.process-card h3 {
  margin: 25px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.process-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.72;
}

.quality {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: none;
  padding: 0;
  background: var(--green-dark);
  color: white;
}

.quality-image img {
  width: 100%;
  height: 100%;
  min-height: 780px;
  object-fit: cover;
  object-position: center;
}

.quality-copy {
  align-self: center;
  max-width: 760px;
  padding: clamp(70px, 9vw, 140px);
}

.quality-copy .eyebrow {
  color: #e5cd92;
}

.quality-copy p {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.8;
}

.quality-copy ul {
  display: grid;
  gap: 14px;
  margin: 34px 0 40px;
  padding: 0;
  list-style: none;
}

.quality-copy li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
}

.quality-copy li::before {
  position: absolute;
  left: 0;
  color: #e5cd92;
  content: "✦";
}

.button-light {
  background: white;
  color: var(--green-dark);
}

.contact {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 8vw;
  align-items: center;
}

.contact-panel p {
  max-width: 700px;
  margin: 28px 0 36px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.78;
}

.contact address {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
  font-style: normal;
}

.contact address > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 18px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
  line-height: 1.55;
}

.contact address svg {
  width: 24px;
  height: 24px;
  color: var(--green);
}

.contact address small {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact address a {
  border-bottom: 1px solid var(--line);
}

footer {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 35px;
  align-items: center;
  padding: 50px 5vw 28px;
  background: var(--walnut-dark);
  color: white;
}

.footer-brand img {
  width: 115px;
  height: auto;
}

footer p {
  color: rgba(255, 255, 255, 0.67);
}

footer > div {
  display: flex;
  gap: 25px;
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

footer small {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.48);
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 150px 1fr 125px;
  }

  .desktop-nav {
    gap: 20px;
    font-size: 0.74rem;
  }

  .hero {
    grid-template-columns: 1fr 0.78fr;
  }

  .hero-visual,
  .hero-visual > img {
    min-height: 560px;
  }

  .product-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-card:nth-child(even) {
    margin-top: 0;
  }

  .quality-copy {
    padding: 80px 7vw;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 82px;
  }

  .site-header {
    min-height: 78px;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
  }

  .brand img {
    width: 88px;
  }

  .desktop-nav {
    display: none;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 17px;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    padding: 11px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    list-style: none;
    text-transform: uppercase;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu nav {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    display: grid;
    width: 210px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .mobile-menu nav a {
    padding: 16px 18px;
    border-bottom: 1px solid var(--line);
    font-size: 0.8rem;
    font-weight: 720;
  }

  .hero,
  .intro-grid,
  .section-heading-split,
  .featured-product,
  .quality,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding-top: 74px;
  }

  .hero-visual {
    margin: 25px 20px 0 0;
  }

  .hero-visual,
  .hero-visual > img {
    min-height: 490px;
  }

  .hero-badge {
    left: -18px;
  }

  .section-heading-split {
    gap: 26px;
  }

  .featured-product > img {
    min-height: 340px;
    order: -1;
  }

  .quality-image img {
    min-height: 520px;
  }

  .contact {
    gap: 60px;
  }

  footer {
    grid-template-columns: 130px 1fr;
  }

  footer > div {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 0 18px;
  }

  .header-cta {
    display: none;
  }

  .hero,
  .section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 15vw, 4.35rem);
  }

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

  .hero-facts {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero-facts div,
  .hero-facts div:first-child {
    padding: 0 0 18px;
    border: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-visual,
  .hero-visual > img {
    min-height: 410px;
  }

  .hero-badge {
    width: 135px;
    height: 135px;
    bottom: 22px;
  }

  .hero-badge strong {
    font-size: 1.05rem;
  }

  .product-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .quality-copy {
    padding: 72px 22px;
  }

  .quality-image img {
    min-height: 400px;
  }

  footer {
    grid-template-columns: 1fr;
    padding: 45px 22px 26px;
  }

  footer > div {
    grid-column: auto;
    flex-wrap: wrap;
  }

  footer small {
    grid-column: auto;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
