:root {
  color-scheme: light;
  --background: #f7f5f0;
  --text: #1f2320;
  --secondary: #626760;
  --accent: #b94a2f;
  --border: #dedad2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--background);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  border-bottom: 1px solid rgba(222, 218, 210, 0.8);
  background: var(--background);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1200px, calc(100% - 48px));
  min-height: 72px;
  margin: 0 auto;
}

.logo {
  font-size: 1.16rem;
  font-weight: 760;
  letter-spacing: 0.13em;
}

.header-cta,
.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #fff;
  font-weight: 650;
  transition: background-color 160ms ease;
}

.header-cta {
  min-height: 40px;
  padding: 0.65rem 1rem;
  border-radius: 5px;
  font-size: 0.875rem;
}

.header-cta:hover,
.primary-cta:hover {
  background: #a63f28;
}

.header-cta:focus-visible,
.primary-cta:focus-visible,
.logo:focus-visible {
  outline: 3px solid rgba(185, 74, 47, 0.3);
  outline-offset: 3px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  grid-template-areas:
    "copy media"
    "action media"
    "options options";
  column-gap: clamp(44px, 4.5vw, 68px);
  row-gap: 26px;
  align-items: center;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(36px, 5vh, 48px) 0 38px;
}

.hero-copy {
  grid-area: copy;
  align-self: end;
}

h1 {
  max-width: 590px;
  margin: 0;
  font-size: clamp(2.65rem, 3.75vw, 3.75rem);
  line-height: 1.04;
  letter-spacing: -0.044em;
}

.hero-description {
  max-width: 540px;
  margin: 26px 0 0;
  color: var(--secondary);
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  line-height: 1.55;
}

.hero-media {
  grid-area: media;
  align-self: stretch;
  min-height: 540px;
  overflow: hidden;
  border-radius: 8px;
}

.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-action {
  grid-area: action;
  align-self: start;
}

.business-marker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--secondary);
  font-size: 0.9rem;
  font-weight: 650;
}

.business-marker::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.primary-cta {
  min-height: 54px;
  padding: 0.95rem 1.45rem;
  border-radius: 6px;
}

.product-options {
  grid-area: options;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.product-options li {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 14px 4px 8px;
  border-top: 1px solid var(--border);
  font-size: 0.9rem;
  line-height: 1.35;
}

.bag-types {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 72px;
  border-top: 1px solid var(--border);
}

.bag-types h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.bag-types-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 38px);
  margin-top: 28px;
}

.bag-type-card {
  min-width: 0;
}

.bag-type-card img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 8px;
}

.bag-type-card:first-child img {
  object-position: 50% 72%;
}

.bag-type-card:last-child img {
  object-position: 50% 48%;
}

.bag-type-copy {
  padding: 18px 2px 0;
}

.bag-type-copy h3 {
  margin: 0;
  font-size: clamp(1.35rem, 1.8vw, 1.65rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.bag-type-copy p {
  max-width: 500px;
  margin: 8px 0 0;
  color: var(--secondary);
  font-size: 1rem;
  line-height: 1.55;
}

.execution-options {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 72px;
  border-top: 1px solid var(--border);
}

.execution-options h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.execution-options-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: clamp(32px, 4vw, 56px);
  align-items: center;
  margin-top: 28px;
}

.execution-options-layout img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 8px;
}

.execution-options-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.execution-options-list li {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 14px 2px;
  border-top: 1px solid var(--border);
  font-size: 1rem;
  line-height: 1.4;
}

.product-uses {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 40px 0 56px;
  border-top: 1px solid var(--border);
}

.product-uses h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.product-uses-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 24px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.product-uses-grid li {
  min-width: 0;
  padding: 12px 2px;
  border-top: 1px solid var(--border);
  font-size: 0.92rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.food-business {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 40px 0 56px;
  border-top: 1px solid var(--border);
}

.food-business h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.food-business > p {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--secondary);
  font-size: 0.96rem;
  line-height: 1.5;
}

.food-business-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 28px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.food-business-grid li {
  min-width: 0;
  padding: 11px 2px;
  border-top: 1px solid var(--border);
  font-size: 0.9rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.b2b-request {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 64px 0 80px;
  border-top: 1px solid var(--border);
  scroll-margin-top: 88px;
}

.b2b-request-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.b2b-request-copy p {
  max-width: 430px;
  margin: 18px 0 0;
  color: var(--secondary);
  font-size: 1rem;
  line-height: 1.6;
}

.b2b-form-surface {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
}

.b2b-form {
  display: grid;
  gap: 22px;
}

.b2b-form[hidden] {
  display: none;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field label {
  font-size: 0.9rem;
  font-weight: 650;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 5px;
  background: #fff;
  color: var(--text);
  font: inherit;
  line-height: 1.45;
}

.form-field input {
  min-height: 50px;
  padding: 12px 14px;
}

.form-field textarea {
  min-height: 170px;
  padding: 14px;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #8a8e88;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--accent);
  outline: 3px solid rgba(185, 74, 47, 0.14);
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-submit {
  min-height: 54px;
  padding: 0.95rem 1.45rem;
  border: 0;
  border-radius: 6px;
  background: var(--accent);
  color: #fff;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
  transition: background-color 160ms ease;
}

.form-submit:hover:not(:disabled) {
  background: #a63f28;
}

.form-submit:focus-visible {
  outline: 3px solid rgba(185, 74, 47, 0.3);
  outline-offset: 3px;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

.form-note,
.form-error {
  margin: -8px 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
}

.form-note {
  color: var(--secondary);
}

.form-error {
  color: var(--accent);
}

.form-success {
  padding: clamp(18px, 3vw, 32px) 0;
}

.form-success h3 {
  margin: 0;
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  line-height: 1.2;
}

.form-success p {
  margin: 12px 0 0;
  color: var(--secondary);
  line-height: 1.55;
}

@media (max-width: 760px) {
  .header-inner,
  .hero,
  .bag-types,
  .execution-options,
  .product-uses,
  .food-business {
    width: min(100% - 32px, 560px);
  }

  .b2b-request {
    grid-template-columns: 1fr;
    gap: 26px;
    width: min(100% - 32px, 560px);
    padding: 40px 0 56px;
    scroll-margin-top: 76px;
  }

  .b2b-request-copy h2 {
    font-size: clamp(1.9rem, 8vw, 2.25rem);
  }

  .b2b-request-copy p {
    margin-top: 12px;
    font-size: 0.94rem;
  }

  .b2b-form-surface {
    padding: 22px 18px;
    border-radius: 6px;
  }

  .b2b-form {
    gap: 20px;
  }

  .form-field textarea {
    min-height: 190px;
  }

  .form-submit {
    width: 100%;
  }

  .header-inner {
    min-height: 64px;
  }

  .logo {
    font-size: 1rem;
  }

  .header-cta {
    min-height: 38px;
    padding: 0.55rem 0.8rem;
    font-size: 0.8rem;
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding: 38px 0 34px;
    gap: 0;
  }

  h1 {
    font-size: clamp(2.3rem, 10vw, 2.75rem);
    line-height: 1.04;
  }

  .hero-description {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-media {
    order: 2;
    min-height: 0;
    aspect-ratio: 4 / 3;
    margin-top: 28px;
    border-radius: 6px;
  }

  .hero-action {
    order: 3;
    margin-top: 26px;
  }

  .business-marker {
    margin-bottom: 16px;
    font-size: 0.84rem;
  }

  .primary-cta {
    width: 100%;
    min-height: 56px;
  }

  .product-options {
    order: 4;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    margin-top: 28px;
  }

  .product-options li {
    min-height: 62px;
    padding: 10px 2px 6px;
    font-size: 0.78rem;
  }

  .bag-types {
    padding: 36px 0 52px;
  }

  .bag-types h2 {
    font-size: clamp(1.9rem, 8vw, 2.25rem);
  }

  .bag-types-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 22px;
  }

  .bag-type-card img {
    height: 285px;
    border-radius: 6px;
  }

  .bag-type-copy {
    padding-top: 14px;
  }

  .bag-type-copy h3 {
    font-size: 1.4rem;
  }

  .bag-type-copy p {
    margin-top: 8px;
    font-size: 0.96rem;
  }

  .execution-options {
    padding: 36px 0 52px;
  }

  .execution-options h2 {
    font-size: clamp(1.9rem, 8vw, 2.25rem);
  }

  .execution-options-layout {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 22px;
  }

  .execution-options-layout img {
    height: 210px;
    border-radius: 6px;
  }

  .execution-options-list {
    gap: 12px 16px;
  }

  .execution-options-list li {
    min-height: 68px;
    padding: 10px 2px;
    font-size: 0.84rem;
  }

  .product-uses {
    padding: 32px 0 40px;
  }

  .product-uses h2 {
    font-size: clamp(1.7rem, 7vw, 2rem);
  }

  .product-uses-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
    margin-top: 18px;
  }

  .product-uses-grid li {
    padding: 10px 2px;
    font-size: 0.82rem;
  }

  .food-business {
    padding: 32px 0 40px;
  }

  .food-business h2 {
    font-size: clamp(1.7rem, 7vw, 2rem);
  }

  .food-business > p {
    margin-top: 8px;
    font-size: 0.88rem;
  }

  .food-business-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
    margin-top: 16px;
  }

  .food-business-grid li {
    padding: 10px 2px;
    font-size: 0.82rem;
  }
}

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

  .header-cta,
  .primary-cta {
    transition: none;
  }

  .form-submit {
    transition: none;
  }
}
