
:root {
  --paper: #fbfaf7;
  --white: #ffffff;
  --ink: #1d1f1b;
  --muted: #686b63;
  --line: #dedfd8;
  --sage: #7b826e;
  --soft: #f3f1eb;
  --red: #922f25;
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

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

.site-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 14px 4.5vw;
  background: rgba(251, 250, 247, 0.98);
  border-bottom: 1px solid var(--line);
}

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

.brand img {
  width: 100%;
  height: auto;
}

.navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 32px;
  font-family: var(--serif);
  font-size: 15px;
}

.navigation a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.hero {
  max-width: 1480px;
  margin: 0 auto;
  padding: 92px 4.5vw 112px;
}

.hero-copy {
  max-width: 820px;
  margin-bottom: 58px;
}

.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: var(--sage);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 8vw, 118px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.hero h1 em {
  color: #4a5144;
  font-weight: 400;
}

.hero-text {
  max-width: 620px;
  margin: 36px 0 30px;
  color: var(--muted);
  font-size: 18px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--ink);
  font-size: 14px;
}

.hero-photo {
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
}

.hero-photo img {
  width: 100%;
  height: auto;
}

.section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 5vw;
}

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

.philosophy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  gap: 8vw;
  padding-top: 34px;
}

.philosophy h2,
.section-heading h2,
.closing h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.philosophy h2 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.08;
}

.philosophy-copy {
  color: var(--muted);
  font-size: 17px;
}

.philosophy-copy p {
  margin: 0 0 24px;
}

.collections {
  max-width: none;
  background: var(--soft);
  padding-left: max(5vw, calc((100vw - 1280px) / 2 + 5vw));
  padding-right: max(5vw, calc((100vw - 1280px) / 2 + 5vw));
}

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

.section-heading.centered {
  margin: 0 auto 74px;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.1;
}

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

.collection-grid article {
  min-height: 250px;
  padding: 34px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
}

.collection-grid span {
  color: var(--sage);
  font-size: 11px;
  letter-spacing: .15em;
}

.collection-grid h3 {
  margin: 68px 0 9px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}

.collection-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}


.quality {
  max-width: 1360px;
}

.quality-heading {
  max-width: 830px;
  margin-bottom: 62px;
}

.quality-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.quality-heading > p:last-child {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 17px;
}

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

.quality-grid article {
  min-height: 250px;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
}

.quality-index {
  margin: 0 0 52px;
  color: var(--sage);
  font-size: 11px;
  letter-spacing: .15em;
}

.quality-grid h3 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
}

.quality-grid article > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.quality-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.quality-note span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  background: #f7f4ed;
  color: var(--muted);
  font-size: 12px;
}

.brew-guide {
  max-width: 620px;
  padding: 20px 0 0;
}

.brew-guide h5 {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.brew-guide p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.products {
  max-width: 1360px;
}

.product-card {
  display: grid;
  grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
  margin-bottom: 42px;
  padding: 56px;
  background: var(--white);
  border: 1px solid #e8e6df;
}

.product-media {
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #f7f4ed;
  overflow: hidden;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-copy h3 {
  margin: 0;
  color: var(--red);
  font-family: var(--serif);
  font-size: clamp(56px, 6vw, 86px);
  font-weight: 400;
  line-height: 1;
}

.product-copy h4 {
  margin: 12px 0 28px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.product-intro {
  max-width: 560px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 17px;
}

.ingredient-block {
  max-width: 620px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ingredient-block h5 {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ingredient-block p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-top: 28px;
  color: var(--muted);
  font-size: 13px;
}

.product-meta span {
  padding: 0 16px;
  border-right: 1px solid var(--line);
}

.product-meta span:first-child {
  padding-left: 0;
}

.product-meta span:last-child {
  border-right: 0;
}

.closing {
  padding: 110px 5vw;
  text-align: center;
  background: linear-gradient(120deg, #f3efe6, #faf9f6 55%, #eef0e9);
}

.closing h2 {
  font-size: clamp(46px, 5vw, 74px);
  line-height: 1.06;
}

.closing > p:last-child {
  margin: 24px 0 0;
  color: var(--muted);
}

footer {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 180px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 48px 5vw;
  font-size: 13px;
}

.footer-label {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-logo {
  width: 210px;
  height: auto;
}

.copyright {
  margin: 0;
  color: var(--muted);
  text-align: right;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .navigation {
    gap: 18px 24px;
    justify-content: flex-start;
    font-size: 14px;
  }

  .hero {
    padding-top: 68px;
  }

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

  .collection-grid,
  .quality-grid {
    grid-template-columns: 1fr;
  }

  .product-media {
    height: 640px;
  }

  footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto;
  }

  .copyright {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .brand {
    width: 210px;
  }

  .hero {
    padding: 54px 22px 78px;
  }

  .hero h1 {
    font-size: 54px;
  }

  .section {
    padding: 86px 22px;
  }

  .collections {
    padding-left: 22px;
    padding-right: 22px;
  }

  .product-card {
    gap: 30px;
    padding: 20px;
  }

  .product-media {
    height: 510px;
    padding: 14px;
  }

  .product-copy h3 {
    font-size: 54px;
  }

  .product-meta {
    flex-direction: column;
  }

  .product-meta span {
    padding: 0;
    border: 0;
  }

  footer {
    padding: 50px 22px;
  }
}


/* Product image carousel: complete images, identical scale, native touch swipe */
.product-carousel {
  position: relative;
  display: block;
  padding: 0;
}

.carousel-track {
  width: 100%;
  height: 100%;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.carousel-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.carousel-slide figcaption {
  position: absolute;
  left: 22px;
  top: 20px;
  padding: 7px 11px;
  border: 1px solid rgba(123,130,110,.30);
  border-radius: 999px;
  background: rgba(255,255,255,.84);
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.carousel-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(123,130,110,.30);
  border-radius: 50%;
  background: rgba(255,255,255,.88);
  color: var(--ink);
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1;
}

.carousel-prev {
  left: 14px;
}

.carousel-next {
  right: 14px;
}

.carousel-arrow:hover {
  background: #fff;
}

.carousel-dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 17px;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c7c9c1;
  cursor: pointer;
}

.carousel-dots button.is-active {
  width: 22px;
  border-radius: 999px;
  background: var(--sage);
}

@media (max-width: 600px) {
  .carousel-slide {
    padding: 14px;
  }

  .carousel-arrow {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }

  .carousel-prev {
    left: 8px;
  }

  .carousel-next {
    right: 8px;
  }

  .carousel-slide figcaption {
    left: 14px;
    top: 13px;
  }
}
