:root {
  color: #28312d;
  background: #fffdf7;
  font-family: "Avenir Next", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --ink: #28312d;
  --muted: #6a756d;
  --cream: #fffdf7;
  --soft: #f5f0e6;
  --sage: #dce7da;
  --sage-dark: #6f8b76;
  --coral: #d98268;
  --gold: #d5aa56;
  --line: rgba(40, 49, 45, 0.13);
  --shadow: 0 24px 70px rgba(45, 55, 48, 0.16);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

[hidden] {
  display: none !important;
}

body.modal-open {
  overflow: hidden;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  width: min(1180px, calc(100% - 32px));
  min-height: 66px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.86);
  backdrop-filter: blur(22px);
  box-shadow: 0 12px 36px rgba(34, 41, 38, 0.1);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  border: 0;
  background: transparent;
  text-align: left;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fffdf7;
  background: #26362e;
  font-family: Georgia, serif;
  font-size: 21px;
}

.brand strong {
  display: block;
  font-size: 15px;
  line-height: 1.1;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.nav button {
  min-height: 38px;
  padding: 0 12px;
  border: 0;
  color: #425047;
  background: transparent;
  font-size: 13px;
}

.nav button:hover,
.nav button:focus-visible {
  color: var(--ink);
  background: rgba(220, 231, 218, 0.75);
  outline: 0;
}

.header-cta,
.primary-button,
.secondary-button {
  min-height: 44px;
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-weight: 650;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.header-cta,
.primary-button {
  color: #fffdf7;
  background: #26362e;
  box-shadow: 0 10px 26px rgba(38, 54, 46, 0.18);
}

.secondary-button {
  color: #26362e;
  background: rgba(255, 253, 247, 0.9);
  border-color: rgba(255, 255, 255, 0.72);
}

.header-cta:hover,
.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-1px);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #dfe6d8;
}

.hero > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(26, 33, 30, 0.72), rgba(26, 33, 30, 0.28) 50%, rgba(26, 33, 30, 0.08)),
    linear-gradient(0deg, rgba(26, 33, 30, 0.44), transparent 52%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 82px;
  color: #fffdf7;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f6c38f;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-family: Georgia, "Songti SC", serif;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  color: var(--ink);
  font-family: Georgia, "Songti SC", serif;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: 0;
}

h3 {
  color: var(--ink);
  font-size: 21px;
}

p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.hero-copy {
  max-width: 660px;
  margin-bottom: 30px;
  color: rgba(255, 253, 247, 0.88);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-band {
  width: min(1120px, calc(100% - 40px));
  margin: -42px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 8px;
  background: #fffdf7;
  box-shadow: var(--shadow);
  border: 1px solid rgba(40, 49, 45, 0.08);
}

.trust-band div {
  padding: 26px 28px;
  border-right: 1px solid var(--line);
}

.trust-band div:last-child {
  border-right: 0;
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band strong {
  color: #26362e;
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 500;
}

.trust-band span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 112px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.section-heading.narrow {
  max-width: 720px;
}

.story-section {
  padding-top: 88px;
}

.founder-profile {
  width: min(1220px, calc(100% - 40px));
  margin: 92px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.86fr) minmax(260px, 0.58fr);
  gap: 42px;
  align-items: center;
  padding: 54px 58px;
  border: 1px solid rgba(40, 49, 45, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.94), rgba(255, 253, 247, 0.78)),
    #fffdf7;
  box-shadow: 0 20px 70px rgba(31, 42, 37, 0.1);
}

.founder-copy h2 {
  margin-bottom: 10px;
  font-size: clamp(34px, 4vw, 48px);
}

.short-line {
  display: block;
  width: 34px;
  height: 2px;
  margin: 0 0 28px;
  background: var(--gold);
}

.founder-copy p {
  color: #5d685f;
  font-size: 16px;
  line-height: 1.95;
}

.founder-photo {
  margin: 0;
  align-self: stretch;
  min-height: 390px;
  overflow: hidden;
  border-radius: 4px;
  background: #f5f0e6;
  box-shadow: 0 18px 48px rgba(31, 42, 37, 0.12);
}

.founder-photo img {
  height: 100%;
  object-fit: cover;
}

.founder-facts {
  display: grid;
  gap: 18px;
}

.founder-facts div {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: center;
}

.founder-facts span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #6f8b76;
  border: 1px solid rgba(111, 139, 118, 0.46);
  font-family: Georgia, serif;
  font-size: 13px;
}

.founder-facts strong {
  color: #3a463f;
  font-size: 16px;
  line-height: 1.45;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 24px;
  align-items: stretch;
}

.story-stack {
  display: grid;
  gap: 24px;
}

.story-card {
  padding: 32px;
  border-radius: 8px;
  background: #f8f3e9;
  border: 1px solid rgba(40, 49, 45, 0.08);
}

.story-card.featured {
  padding: 44px;
  background: #dce7da;
}

.story-card p {
  color: #3d4a42;
  font-size: 16px;
}

.story-card.featured p {
  font-size: 19px;
  line-height: 1.85;
}

.story-card strong {
  display: block;
  margin-top: 22px;
  color: #26362e;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(440px, 1fr);
  gap: 64px;
  align-items: center;
}

.care-list,
.meal-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.care-list span,
.meal-points span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: #3e4b43;
  background: #fffdf7;
  font-size: 14px;
}

.image-pair {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: end;
}

.image-pair img,
.gallery-grid img,
.meals-section img {
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 18px 46px rgba(31, 42, 37, 0.12);
}

.image-pair .tall {
  height: 560px;
}

.image-pair img:not(.tall) {
  height: 390px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1fr;
  grid-template-rows: 260px 260px;
  gap: 18px;
}

.gallery-grid img {
  height: 100%;
}

.gallery-grid img:nth-child(1) {
  grid-row: span 2;
}

.gallery-grid img:nth-child(2) {
  grid-column: span 2;
}

.meals-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(440px, 1fr);
  gap: 54px;
  align-items: center;
  padding-top: 70px;
}

.meals-section img {
  height: 520px;
}

.safety-section {
  padding-top: 88px;
}

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

.safety-grid article {
  padding: 28px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(220, 231, 218, 0.55), rgba(255, 253, 247, 0));
}

.safety-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--coral);
  font-family: Georgia, serif;
  font-size: 30px;
}

.visit-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 30px;
  padding: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  border-radius: 8px;
  background: #dce7da;
}

.visit-section h2 {
  margin-bottom: 12px;
  max-width: 720px;
  font-size: clamp(38px, 4.6vw, 62px);
}

.visit-section p {
  margin: 0;
}

.visit-section .primary-button {
  min-width: 150px;
  white-space: nowrap;
}

footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 56px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

footer strong {
  color: var(--ink);
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(28, 36, 32, 0.58);
  backdrop-filter: blur(12px);
}

.modal {
  position: relative;
  width: min(560px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 34px;
  border-radius: 8px;
  background: #fffdf7;
  box-shadow: var(--shadow);
}

.modal h2 {
  margin-bottom: 12px;
}

.close-button {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  color: var(--ink);
  background: #f5f0e6;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
}

form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

label {
  display: grid;
  gap: 8px;
  color: #3b4740;
  font-size: 14px;
  font-weight: 650;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  padding: 13px 14px;
  outline: none;
}

textarea {
  min-height: 108px;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--sage-dark);
  box-shadow: 0 0 0 3px rgba(111, 139, 118, 0.16);
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
    top: 10px;
    width: calc(100% - 20px);
  }

  .nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 253, 247, 0.96);
    box-shadow: 0 14px 34px rgba(34, 41, 38, 0.12);
  }

  .nav.open {
    display: grid;
  }

  .nav button {
    text-align: left;
  }

  .menu-button {
    display: block;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    margin-bottom: 52px;
  }

  .trust-band,
  .founder-profile,
  .story-grid,
  .split,
  .meals-section,
  .safety-grid {
    grid-template-columns: 1fr;
  }

  .trust-band {
    margin-top: 0;
    border-radius: 0;
    width: 100%;
  }

  .trust-band div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 76px 0;
  }

  .founder-profile {
    margin-top: 62px;
    padding: 34px;
    gap: 28px;
  }

  .founder-photo {
    min-height: 440px;
  }

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

  .image-pair .tall,
  .image-pair img:not(.tall),
  .meals-section img {
    height: 420px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .gallery-grid img,
  .gallery-grid img:nth-child(1),
  .gallery-grid img:nth-child(2) {
    grid-row: auto;
    grid-column: auto;
    height: 320px;
  }

  .visit-section,
  footer {
    display: grid;
  }

  .visit-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .brand small {
    display: none;
  }

  .brand strong {
    max-width: 160px;
  }

  .hero {
    min-height: 660px;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(26, 33, 30, 0.78), rgba(26, 33, 30, 0.24) 74%),
      linear-gradient(90deg, rgba(26, 33, 30, 0.4), rgba(26, 33, 30, 0.08));
  }

  .hero-content,
  .section,
  .visit-section,
  footer {
    width: calc(100% - 28px);
  }

  .hero-copy {
    font-size: 17px;
  }

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

  .story-card,
  .story-card.featured,
  .founder-profile,
  .visit-section,
  .modal {
    padding: 24px;
  }

  .founder-photo {
    min-height: 320px;
  }

  .founder-facts div {
    grid-template-columns: 34px 1fr;
  }

  .founder-facts span {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  .image-pair .tall,
  .image-pair img:not(.tall),
  .gallery-grid img,
  .meals-section img {
    height: 280px;
  }
}
