:root {
  --ink: #101812;
  --deep: #07110d;
  --leaf: #244d33;
  --sage: #dce8c9;
  --paper: #f7f6f2;
  --line: rgba(16, 24, 18, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
  letter-spacing: 0;
}

body.is-menu-open {
  overflow: hidden;
}

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

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

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  display: flex;
  height: 70px;
  left: 50%;
  max-width: 920px;
  padding: 0 26px;
  position: fixed;
  top: 24px;
  transform: translateX(-50%);
  width: min(900px, calc(100% - 48px));
  z-index: 20;
  backdrop-filter: blur(18px);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header .brand {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  height: 48px;
  justify-content: center;
  width: 58px;
}

.site-header.is-solid {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
  color: var(--ink);
}

.brand {
  display: block;
  width: 116px;
}

.brand img {
  filter: none;
  height: 100%;
  object-fit: contain;
  width: auto;
}

.site-header.is-solid .brand img {
  filter: brightness(0) saturate(100%) invert(12%);
}

.main-nav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2.4vw, 34px);
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}

.quick-actions {
  bottom: clamp(22px, 4vw, 42px);
  display: grid;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: clamp(18px, 3.6vw, 44px);
  transform: translateY(12px);
  transition: opacity 220ms ease, transform 220ms ease;
  z-index: 24;
}

body.is-quick-visible .quick-actions,
body.quick-always .quick-actions {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.quick-action {
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  width: 54px;
  backdrop-filter: blur(18px);
}

.quick-action svg {
  fill: none;
  height: 25px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 25px;
}

body.quick-always .quick-action,
.site-header.is-solid ~ .quick-actions .quick-action {
  background: rgba(247, 246, 242, 0.68);
  border-color: rgba(18, 32, 25, 0.14);
  color: var(--ink);
}

.main-nav a {
  opacity: 0.82;
}

.main-nav a:hover {
  opacity: 1;
}

.instagram-link {
  align-items: center;
  color: inherit;
  display: inline-flex;
  flex: 0 0 auto;
  height: 32px;
  justify-content: center;
  margin-left: auto;
  opacity: 0.82;
  transition: opacity 180ms ease, transform 180ms ease;
  width: 32px;
}

.instagram-link:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.instagram-link svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 20px;
}

.instagram-link svg circle:last-child {
  fill: currentColor;
  stroke: none;
}

.language-menu {
  position: relative;
}

.language-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.language-toggle::after {
  content: "⌄";
  font-size: 11px;
  margin-left: 6px;
}

.language-panel {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.14);
  color: var(--ink);
  display: grid;
  min-width: 150px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% + 18px);
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.language-menu.is-open .language-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.language-panel button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  padding: 9px 10px;
  text-align: left;
}

.language-panel button:hover,
.language-panel button.is-active {
  background: rgba(36, 77, 51, 0.1);
}

.menu-button {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: none;
  height: 36px;
  padding: 0;
  width: 36px;
}

.menu-button span {
  background: currentColor;
  display: block;
  height: 1px;
  margin: 7px auto;
  width: 22px;
}

.section-pager {
  align-items: center;
  display: grid;
  gap: 18px;
  position: fixed;
  right: clamp(20px, 3vw, 52px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 18;
}

.section-pager::before {
  background: rgba(255, 255, 255, 0.32);
  content: "";
  height: 168px;
  left: 50%;
  position: absolute;
  top: 28px;
  transform: translateX(-50%);
  width: 2px;
}

.brand-section-pager {
  gap: 12px;
  right: clamp(14px, 2.2vw, 34px);
}

.brand-section-pager::before {
  background: rgba(255, 255, 255, 0.28);
  height: calc(100% - 18px);
  top: 9px;
  width: 1px;
}

.section-pager a {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  position: relative;
  width: 42px;
  backdrop-filter: blur(12px);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.section-pager a.is-active {
  background: #fff;
  color: var(--ink);
  transform: scale(1.08);
}

.site-header.is-solid ~ .section-pager a {
  background: rgba(7, 17, 13, 0.34);
  border-color: rgba(7, 17, 13, 0.2);
}

.site-header.is-solid ~ .section-pager a.is-active {
  background: var(--ink);
  color: #fff;
}

.site-header.is-solid ~ .section-pager::before {
  background: rgba(7, 17, 13, 0.2);
}

.brand-section-pager a {
  color: transparent;
  font-size: 0;
  height: 11px;
  overflow: hidden;
  width: 11px;
}

.brand-section-pager a.is-active {
  transform: scale(1.45);
}

.snap-section {
  min-height: 100svh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.hero {
  color: #fff;
  overflow: hidden;
  position: relative;
}

.hero::after {
  background: linear-gradient(90deg, rgba(5, 13, 8, 0.68), rgba(5, 13, 8, 0.16) 46%, rgba(5, 13, 8, 0.06));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-slides,
.hero-slide {
  inset: 0;
  position: absolute;
}

.hero-slides {
  z-index: 0;
}

.hero-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 720ms ease, transform 1200ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-copy {
  bottom: clamp(72px, 10vh, 120px);
  left: clamp(28px, 6vw, 118px);
  max-width: 720px;
  position: absolute;
  z-index: 2;
}

.eyebrow {
  color: rgba(220, 232, 201, 0.86);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.hero .eyebrow {
  margin-bottom: -8px;
  transform: translateY(24px);
}

.hero-logo {
  margin: 0 0 24px;
  width: min(620px, 72vw);
}

.hero-lede {
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  font-size: clamp(26px, 3vw, 46px);
  line-height: 1.05;
  margin: 0 0 24px;
  padding-bottom: 24px;
}

.hero-text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.72;
  margin: 0 0 24px;
  padding-bottom: 24px;
}

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

.hero-actions a {
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  padding: 14px 22px;
}

.hero-actions a:first-child {
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
}

.hero-slide-controls {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 18px;
  max-width: 260px;
}

.hero-slide-controls button {
  appearance: none;
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
}

.hero-slide-controls button::before {
  border-color: currentColor;
  border-style: solid;
  content: "";
  display: block;
  height: 9px;
  width: 9px;
}

.hero-slide-controls [data-hero-prev]::before {
  border-width: 0 0 2px 2px;
  transform: translateX(2px) rotate(45deg);
}

.hero-slide-controls [data-hero-next]::before {
  border-width: 2px 2px 0 0;
  transform: translateX(-2px) rotate(45deg);
}

.hero-progress {
  background: rgba(255, 255, 255, 0.28);
  flex: 1;
  height: 2px;
  min-width: 120px;
  overflow: hidden;
  position: relative;
}

.hero-progress span {
  background: #fff;
  display: block;
  height: 100%;
  transform-origin: left center;
  transition: transform 520ms ease;
  width: 100%;
}

.hero-index {
  bottom: 42px;
  display: flex;
  gap: 18px;
  position: absolute;
  right: clamp(28px, 6vw, 118px);
  z-index: 2;
}

.hero-index p {
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  margin: 0;
  min-width: 160px;
  padding-top: 12px;
}

.hero-index span {
  color: #fff;
  display: block;
  font-weight: 900;
  margin-bottom: 4px;
}

.brand-story,
.export,
.contact {
  align-content: center;
  padding: clamp(82px, 10vw, 150px) clamp(22px, 5vw, 82px);
}

.export {
  display: grid;
}

.signature {
  align-items: center;
  background: var(--paper);
  color: var(--ink);
  display: grid;
  padding: clamp(78px, 7vw, 118px) clamp(24px, 5vw, 92px);
}

.section-title {
  align-items: end;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 auto clamp(28px, 4vw, 54px);
  max-width: 1240px;
}

.section-title h2,
.story-copy h2,
.contact h2 {
  font-size: clamp(34px, 5vw, 78px);
  line-height: 0.98;
  margin: 0;
}

.section-title > p:not(.eyebrow) {
  color: rgba(16, 24, 18, 0.66);
  font-size: 18px;
  line-height: 1.7;
  margin: 20px 0 0;
  max-width: 760px;
}

.section-title a {
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  padding: 14px 20px;
}

.signature-layout {
  align-items: center;
  display: grid;
  gap: clamp(42px, 4vw, 70px);
  grid-template-columns: minmax(360px, 0.58fr) minmax(0, 1.42fr);
  margin: 0 auto;
  max-width: 1480px;
  width: 100%;
}

.signature-head {
  align-self: center;
}

.signature-head h2 {
  font-weight: 900;
  margin: 0;
  max-width: 520px;
}

.signature-kicker,
.signature-main {
  display: block;
}

.signature-kicker {
  font-size: clamp(24px, 2.2vw, 38px);
  line-height: 1.05;
  margin-bottom: 8px;
}

.signature-main {
  align-items: end;
  display: inline-flex;
  font-size: clamp(58px, 5.3vw, 100px);
  line-height: 0.96;
  max-width: 100%;
}

.signature-main i {
  background: var(--leaf);
  display: inline-block;
  flex: 0 0 auto;
  height: 14px;
  margin: 0 0 0.12em 6px;
  width: 14px;
}

.signature-head > a {
  align-items: center;
  border: 2px solid var(--ink);
  display: inline-flex;
  font-size: 17px;
  font-weight: 900;
  height: 64px;
  justify-content: space-between;
  margin-top: 46px;
  min-width: 220px;
  padding: 0 24px;
}

.signature-head > a span {
  font-size: 26px;
  line-height: 1;
}

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

.seller-tile {
  background: #f3f4f0;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  grid-template-rows: minmax(310px, 1fr) auto;
  min-height: 540px;
  overflow: hidden;
  padding: 28px;
  position: relative;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.seller-tile:hover {
  box-shadow: 0 24px 64px rgba(16, 24, 18, 0.12);
  transform: translateY(-5px);
}

.seller-tile img {
  align-self: center;
  height: 310px;
  justify-self: center;
  object-fit: contain;
  width: 100%;
}

.seller-tile h3 {
  font-size: clamp(22px, 1.6vw, 30px);
  line-height: 1.08;
  margin: 0 0 18px;
}

.seller-tile span,
.seller-tile p {
  color: rgba(16, 24, 18, 0.56);
  font-size: 16px;
  font-weight: 900;
  margin: 0;
}

.signature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  margin: 0 auto;
  max-width: 1240px;
}

.product-card {
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  min-height: 380px;
  padding: 28px;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  box-shadow: 0 24px 64px rgba(16, 24, 18, 0.14);
  transform: translateY(-5px);
}

.product-card img {
  align-self: center;
  height: 250px;
  margin: 0 auto;
  object-fit: contain;
  width: 100%;
}

.product-card h3 {
  font-size: 22px;
  line-height: 1.1;
  margin: 18px 0 8px;
}

.product-card p,
.product-card span {
  color: rgba(16, 24, 18, 0.62);
  font-size: 14px;
  font-weight: 800;
  margin: 0;
}

.product-card-large {
  background: var(--leaf);
  color: #fff;
  grid-template-columns: minmax(220px, 0.8fr) 1fr;
  overflow: hidden;
}

.product-card-large img {
  height: 410px;
}

.product-card-large h3 {
  font-size: clamp(34px, 4vw, 64px);
}

.product-card-large p,
.product-card-large span {
  color: rgba(255, 255, 255, 0.74);
}

.brand-story {
  align-items: center;
  background: var(--paper);
  color: var(--ink);
  display: grid;
  padding: clamp(86px, 8vw, 128px) clamp(24px, 5vw, 92px);
}

.film-layout {
  align-items: center;
  display: grid;
  gap: clamp(44px, 6vw, 96px);
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.64fr);
  margin: 0 auto;
  max-width: 1380px;
  width: 100%;
}

.film-head .eyebrow {
  color: rgba(36, 77, 51, 0.22);
  margin-bottom: clamp(18px, 3vh, 34px);
}

.film-head h2 {
  font-size: clamp(62px, 5.8vw, 110px);
  font-weight: 900;
  line-height: 0.92;
  margin: 0;
}

.film-head h2 i {
  background: var(--leaf);
  display: inline-block;
  height: 14px;
  margin-left: 16px;
  width: 14px;
}

.film-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 42px;
}

.film-controls button {
  appearance: none;
  align-items: center;
  background: var(--ink);
  border: 2px solid var(--ink);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  min-width: 58px;
  padding: 0;
  position: relative;
  width: 58px;
}

.film-controls button.is-active {
  background: var(--ink);
  color: #fff;
}

.film-controls button::before,
.film-controls button::after {
  content: "";
  display: block;
  position: absolute;
}

.film-controls [data-film-toggle-play]::before {
  background: linear-gradient(90deg, #fff 0 6px, transparent 6px 13px, #fff 13px 19px);
  height: 24px;
  width: 19px;
}

.film-controls [data-film-toggle-play][aria-label="재생"]::before {
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  height: 24px;
  width: 20px;
}

.film-controls [data-film-toggle-mute]::before {
  background: #fff;
  clip-path: polygon(0 34%, 34% 34%, 72% 4%, 72% 96%, 34% 66%, 0 66%);
  height: 24px;
  left: 16px;
  width: 26px;
}

.film-controls [data-film-toggle-mute][aria-label="음향 켜기"]::after {
  background: #fff;
  height: 2px;
  left: 19px;
  top: 28px;
  transform: rotate(-45deg);
  width: 28px;
}

.film-controls [data-film-toggle-mute][aria-label="음소거"]::after {
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-left: 0;
  border-top-color: transparent;
  border-radius: 0 999px 999px 0;
  height: 24px;
  left: 38px;
  width: 12px;
}

.film-stage {
  justify-self: end;
  max-width: 900px;
  position: relative;
  width: 100%;
}

.film-stage video {
  aspect-ratio: 16 / 9;
  background: #080808;
  display: block;
  object-fit: cover;
  width: 100%;
}

.export {
  align-items: center;
  background: var(--paper);
  color: var(--ink);
  display: grid;
  overflow: hidden;
  padding: clamp(86px, 8vw, 128px) clamp(24px, 5vw, 92px);
}

.support-layout {
  align-items: center;
  display: grid;
  gap: clamp(44px, 6vw, 96px);
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.64fr);
  margin: 0 auto;
  max-width: 1380px;
  width: 100%;
}

.support-head .eyebrow {
  color: rgba(36, 77, 51, 0.22);
  margin-bottom: clamp(18px, 3vh, 34px);
}

.support-head h2 {
  font-size: clamp(62px, 5.8vw, 110px);
  font-weight: 900;
  line-height: 0.92;
  margin: 0;
}

.support-head h2 i {
  background: var(--leaf);
  display: inline-block;
  height: 14px;
  margin-left: 16px;
  width: 14px;
}

.support-slider {
  min-width: 0;
  position: relative;
}

.support-viewport {
  overflow: hidden;
  padding-right: 0;
}

.support-slides {
  display: flex;
  gap: clamp(32px, 4vw, 62px);
  transition: transform 520ms cubic-bezier(0.22, 0.72, 0.24, 1);
}

.support-slide {
  align-items: end;
  display: grid;
  flex: 0 0 100%;
  gap: clamp(24px, 3vw, 44px);
  grid-template-columns: minmax(440px, 1.28fr) minmax(230px, 0.58fr);
  position: relative;
}

.support-label {
  bottom: 0;
  font-size: 14px;
  font-weight: 900;
  left: -34px;
  margin: 0;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left center;
}

.support-label::before {
  background: currentColor;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 10px;
  vertical-align: middle;
  width: 44px;
}

.support-slide img {
  aspect-ratio: 16 / 10;
  background: var(--paper);
  height: min(560px, 56vh);
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.support-copy {
  padding-bottom: 86px;
}

.support-copy span {
  color: var(--leaf);
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 20px;
}

.support-copy h3 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
  margin: 0 0 28px;
}

.support-copy p {
  color: rgba(16, 24, 18, 0.68);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.72;
  margin: 0;
}

.support-controls {
  align-items: center;
  background: #050505;
  color: #fff;
  display: grid;
  grid-template-columns: 72px 1fr 72px;
  height: 58px;
  margin-left: calc(100% - 306px);
  margin-top: -58px;
  position: relative;
  width: 306px;
  z-index: 2;
}

.support-controls button {
  appearance: none;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 28px;
  height: 100%;
}

.support-controls button:focus-visible {
  outline: 2px solid #4a90ff;
  outline-offset: -6px;
}

.support-controls span {
  color: var(--sage);
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.contact {
  align-items: end;
  background: var(--paper);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.contact h2 {
  max-width: 780px;
}

.contact-mail {
  background: var(--leaf);
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 900;
  min-width: min(520px, 100%);
  padding: 32px;
}

.contact-mail span {
  color: rgba(255, 255, 255, 0.68);
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}

footer {
  align-items: center;
  background: var(--deep);
  color: rgba(255, 255, 255, 0.62);
  display: flex;
  gap: 34px;
  justify-content: space-between;
  padding: 44px clamp(22px, 5vw, 82px);
  scroll-snap-align: end;
}

footer img {
  filter: none;
  width: 168px;
}

footer p {
  font-size: 13px;
  margin: 4px 0;
  text-align: right;
}

.proposal-document {
  scroll-snap-type: none;
}

.proposal-page {
  background: var(--paper);
  color: #070707;
}

.proposal-contact-page {
  background: #19150f;
  color: #f7f1e8;
  min-height: 100svh;
  overflow-x: hidden;
}

.proposal-contact-main {
  align-items: center;
  background:
    radial-gradient(circle at 50% 16%, rgba(91, 75, 45, 0.28), transparent 38%),
    linear-gradient(180deg, #1b1710 0%, #17130e 100%);
  display: flex;
  justify-content: center;
  min-height: 100svh;
  padding: clamp(42px, 7vw, 110px) clamp(22px, 5vw, 80px);
}

.proposal-contact-card {
  text-align: center;
  width: min(880px, 100%);
}

.proposal-contact-kicker {
  color: #cba35d;
  font-size: clamp(15px, 1.4vw, 22px);
  font-weight: 900;
  letter-spacing: 0.48em;
  margin: 0 0 clamp(46px, 5vw, 74px);
}

.proposal-contact-card h1 {
  color: #f7f1e8;
  font-size: clamp(42px, 5.2vw, 76px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.34;
  margin: 0;
}

.proposal-email-box {
  align-items: center;
  border: 1px solid rgba(203, 163, 93, 0.46);
  display: flex;
  justify-content: center;
  margin: clamp(82px, 8vw, 120px) auto 0;
  min-height: 150px;
  padding: 28px clamp(22px, 4vw, 56px);
  width: min(860px, 100%);
}

.proposal-email-link {
  align-items: center;
  color: #d2aa62;
  display: inline-flex;
  gap: clamp(16px, 2vw, 26px);
  text-decoration: none;
}

.proposal-email-link svg {
  fill: none;
  flex: 0 0 auto;
  height: 31px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 31px;
}

.proposal-email-link small {
  color: rgba(247, 241, 232, 0.55);
  display: block;
  font-size: clamp(14px, 1.55vw, 24px);
  font-weight: 900;
  letter-spacing: 0.36em;
  margin-bottom: 10px;
  text-align: left;
}

.proposal-address-row {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: flex-start;
}

.proposal-address {
  color: #d2aa62;
  display: inline-block;
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.proposal-copy-button {
  background: rgba(247, 241, 232, 0.04);
  border: 1px solid rgba(203, 163, 93, 0.48);
  border-radius: 999px;
  color: #f7f1e8;
  cursor: pointer;
  flex: 0 0 auto;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  height: 42px;
  min-width: 96px;
  padding: 0 20px;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.proposal-copy-button:hover {
  background: #d2aa62;
  border-color: #d2aa62;
  color: #17130e;
}

.proposal-contact-note {
  color: rgba(247, 241, 232, 0.42);
  font-size: clamp(17px, 1.5vw, 23px);
  font-weight: 900;
  line-height: 1.6;
  margin: clamp(42px, 4vw, 58px) 0 0;
}

.proposal-contact-page .site-header {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
  color: #f7f1e8;
}

.proposal-contact-page .site-header.is-solid {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
  color: #f7f1e8;
}

.proposal-contact-page .quick-action {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.26);
  color: #f7f1e8;
}

.proposal-page .site-header {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  color: #111;
}

.proposal-page .brand img {
  filter: brightness(0) saturate(100%) invert(12%);
}

.proposal-contact-page .site-header,
.proposal-contact-page .site-header.is-solid {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
  color: #f7f1e8;
}

.brand-document {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

.brand-page {
  background: var(--paper);
  color: var(--ink);
}

.brand-snap-section {
  min-height: 100svh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.brand-page .site-header {
  color: #f7f6f2;
}

.brand-page .site-header.is-solid {
  color: var(--ink);
}

.brand-hero {
  align-items: end;
  background:
    linear-gradient(90deg, rgba(7, 17, 13, 0.74) 0%, rgba(7, 17, 13, 0.2) 48%, rgba(7, 17, 13, 0.08) 100%),
    url("assets/hero-main-03.jpg") center / cover;
  display: grid;
  min-height: 100svh;
  padding: 150px clamp(28px, 8vw, 140px) clamp(58px, 8vw, 110px);
}

.brand-hero-copy {
  color: #fff;
  max-width: 820px;
}

.brand-hero-logo {
  height: auto;
  margin: 0 0 clamp(34px, 4vw, 58px);
  width: clamp(170px, 17vw, 280px);
}

.brand-hero-copy span,
.brand-section-num {
  color: #7a9b68;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.brand-hero-copy h1 {
  font-size: clamp(74px, 12vw, 176px);
  letter-spacing: -0.04em;
  line-height: 0.84;
  margin: 0 0 34px;
}

.brand-hero-lede {
  font-size: clamp(25px, 3.2vw, 46px);
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 24px;
  white-space: nowrap;
}

.brand-hero-copy p:not(.brand-hero-lede) {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.7vw, 24px);
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
  max-width: 680px;
  white-space: nowrap;
}

.brand-band {
  align-items: center;
  display: grid;
  gap: clamp(38px, 5vw, 92px);
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  padding: clamp(86px, 10vw, 150px) clamp(28px, 8vw, 140px);
}

.brand-band h2,
.brand-section-head h2 {
  font-size: clamp(48px, 6vw, 96px);
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0;
}

.brand-copy {
  align-self: end;
}

.brand-copy p,
.brand-section-head p,
.brand-quality p,
.brand-company p,
.ingredient-card p,
.country-card p {
  color: rgba(18, 32, 25, 0.72);
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 1.85;
  margin: 0;
}

.brand-copy p + p {
  margin-top: 28px;
}

.brand-intro {
  background: #f7f6f2;
  align-items: center;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
}

.brand-story-image {
  aspect-ratio: 1;
  background: #dce8c9;
  overflow: hidden;
  width: min(100%, 520px);
}

.brand-story-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.brand-story-copy {
  align-self: center;
  max-width: 760px;
}

.brand-story-copy .brand-section-num {
  margin-bottom: 20px;
}

.brand-story-copy h2 {
  font-size: clamp(40px, 4.8vw, 76px);
  margin: 0 0 clamp(34px, 4vw, 54px);
}

.brand-global {
  background: url("assets/global-export-top.png") center / cover;
  color: #fff;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
}

.brand-global .global-title {
  font-size: clamp(42px, 4.9vw, 78px);
}

.brand-global .brand-section-num,
.brand-global .brand-section-head p {
  color: rgba(255, 255, 255, 0.82);
}

.brand-section-head p {
  margin-top: 34px;
  max-width: 780px;
}

.country-card {
  align-self: center;
  background: #f7f6f2;
  border: 1px solid rgba(18, 32, 25, 0.12);
  color: var(--ink);
  padding: clamp(34px, 4vw, 58px);
}

.country-card h3 {
  font-size: clamp(24px, 2vw, 34px);
  margin: 0 0 28px;
}

.country-card ul {
  display: grid;
  gap: 12px 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
}

.country-card li {
  background: rgba(47, 111, 79, 0.08);
  border-radius: 999px;
  color: #244d33;
  font-size: 15px;
  font-weight: 900;
  padding: 12px 14px;
  text-align: center;
}

.country-card strong {
  display: block;
  font-size: clamp(22px, 2vw, 32px);
  margin-bottom: 14px;
}

.brand-sales-hero {
  align-items: end;
  background:
    linear-gradient(180deg, rgba(6, 17, 19, 0.02) 0%, rgba(6, 17, 19, 0.1) 42%, rgba(6, 17, 19, 0.74) 100%),
    url("assets/sales-record-bottom.png") center / cover;
  color: #fff;
  display: grid;
  gap: clamp(32px, 6vw, 100px);
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 0.88fr);
  padding: 150px clamp(28px, 8vw, 140px) clamp(58px, 7vw, 100px);
}

.sales-number {
  margin: 0 0 clamp(34px, 4vw, 54px);
}

.sales-number span,
.sales-number em {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-style: normal;
  font-weight: 900;
}

.sales-number strong {
  color: #fff;
  display: block;
  font-size: clamp(68px, 8vw, 132px);
  letter-spacing: -0.06em;
  line-height: 1;
  margin: 8px 0 12px;
}

.brand-sales-left .brand-section-num {
  color: rgba(255, 255, 255, 0.72);
}

.brand-sales-right {
  align-self: end;
  max-width: 720px;
}

.brand-sales-right p {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 800;
  line-height: 1.8;
  margin: 0;
}

.brand-checks {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.brand-checks li {
  color: var(--ink);
  font-size: clamp(18px, 1.5vw, 23px);
  font-weight: 900;
}

.brand-checks li::before {
  color: #2f6f4f;
  content: "✓";
  margin-right: 12px;
}

.brand-sales-hero .brand-checks li {
  color: #fff;
}

.brand-sales-hero .brand-checks li::before {
  color: #b8d4a3;
}

.brand-philosophy {
  background: #13231a;
  color: #f7f6f2;
  grid-template-columns: minmax(420px, 0.72fr) minmax(0, 1.28fr);
}

.brand-philosophy .brand-section-head h2 {
  font-size: clamp(42px, 4.4vw, 72px);
  line-height: 1.05;
  white-space: nowrap;
}

.brand-philosophy .brand-section-num {
  color: #b8d4a3;
}

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

.philosophy-grid article {
  display: grid;
  gap: 0;
  grid-template-rows: auto 1fr;
  min-height: 420px;
}

.philosophy-grid article > img {
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.philosophy-grid article > div {
  background: #fff;
  color: var(--ink);
  min-height: 190px;
  padding: 28px 24px;
}

.philosophy-grid h3 {
  color: var(--ink);
  font-size: clamp(21px, 1.7vw, 30px);
  line-height: 1.18;
  margin: 0 0 22px;
}

.philosophy-grid p {
  color: rgba(18, 32, 25, 0.68);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
  margin: 0;
}

.brand-ingredient {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(247, 246, 242, 0.95) 0%, rgba(247, 246, 242, 0.62) 44%, rgba(247, 246, 242, 0.08) 100%),
    url("assets/hero-main-02.jpg") center / cover;
  display: grid;
  padding: clamp(86px, 10vw, 150px) clamp(28px, 8vw, 140px);
}

.ingredient-card {
  max-width: 540px;
}

.ingredient-card h2 {
  font-size: clamp(54px, 6vw, 100px);
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin: 0 0 28px;
}

.brand-quality {
  background: #fff;
}

.brand-quality h2 {
  margin-bottom: clamp(42px, 5vw, 76px);
}

.quality-gallery {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.15fr 0.85fr;
}

.quality-gallery img {
  height: 280px;
  object-fit: cover;
  width: 100%;
}

.quality-gallery img:first-child {
  grid-row: span 2;
  height: 578px;
}

.brand-company {
  align-content: end;
  align-items: start;
  background: #141b15;
  color: #f7f6f2;
  display: grid;
  gap: clamp(30px, 4vw, 58px);
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  padding-bottom: 0;
}

.brand-company-head {
  align-self: end;
  width: 100%;
}

.brand-company .brand-section-num {
  color: #b8d4a3;
}

.brand-company-info {
  align-self: start;
  display: grid;
  gap: clamp(30px, 4vw, 64px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(1080px, 100%);
  text-align: left;
}

.brand-company-info article {
  border-top: 0;
  padding-top: 0;
}

.brand-company-info h2 {
  font-size: clamp(34px, 4vw, 62px);
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0 0 34px;
}

.brand-company p {
  color: rgba(247, 246, 242, 0.7);
  font-size: clamp(18px, 1.5vw, 23px);
  font-weight: 800;
  line-height: 1.7;
  margin: 0 0 8px;
}

.brand-company strong {
  color: #b8d4a3;
  display: block;
  font-size: clamp(52px, 7vw, 112px);
  grid-column: 1 / -1;
  letter-spacing: -0.05em;
  line-height: 0.9;
  margin-top: clamp(26px, 4vw, 58px);
  text-align: left;
}

.brand-company-footer {
  align-self: end;
  background: transparent;
  grid-column: 1 / -1;
  padding: clamp(30px, 4vw, 48px) 0 clamp(28px, 3vw, 42px);
  scroll-snap-align: none;
  width: 100%;
}

.proposal-main {
  margin: 0 auto;
  max-width: 1500px;
  padding: 140px clamp(24px, 5vw, 80px) 90px;
}

.proposal-breadcrumb {
  color: #777;
  font-size: 15px;
  margin: 0 0 80px;
}

.proposal-breadcrumb strong {
  color: #cc2638;
}

.proposal-main h1 {
  font-size: clamp(52px, 6vw, 96px);
  line-height: 1;
  margin: 0 0 120px;
}

.proposal-consent h2,
.form-head h2,
.proposal-done h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  margin: 0;
}

.proposal-consent,
.form-block {
  margin-bottom: 90px;
}

.consent-box {
  border: 1px solid #d7d7d7;
  color: #444;
  font-size: 18px;
  line-height: 1.75;
  margin: 34px 0 24px;
  max-height: 360px;
  overflow: auto;
  padding: 42px 48px;
}

.check-line {
  align-items: center;
  display: flex;
  gap: 14px;
  font-size: 20px;
  font-weight: 800;
}

.proposal-page input[type="checkbox"],
.proposal-page input[type="radio"] {
  accent-color: #cf263b;
  height: 26px;
  width: 26px;
}

.form-head {
  align-items: center;
  border-bottom: 2px solid #111;
  display: flex;
  justify-content: space-between;
  padding-bottom: 28px;
}

.form-head span {
  color: #777;
  font-size: 18px;
}

.form-row {
  align-items: start;
  border-bottom: 1px solid #e4e4e4;
  display: grid;
  gap: 34px;
  grid-template-columns: 260px 1fr;
  padding: 26px 0;
}

.form-row > span {
  font-size: 24px;
  font-weight: 900;
  padding-top: 16px;
}

.form-row b,
.form-alert {
  color: #cf263b;
}

.proposal-page input[type="text"],
.proposal-page select,
.proposal-page textarea {
  background: var(--paper);
  border: 1px solid #d8d8d8;
  color: #111;
  font: inherit;
  font-size: 20px;
  height: 64px;
  padding: 0 22px;
}

.proposal-page textarea {
  height: 160px;
  padding-top: 20px;
  resize: vertical;
  width: 100%;
}

.split-inputs,
.email-inputs,
.phone-inputs,
.file-line {
  align-items: center;
  display: flex;
  gap: 18px;
}

.split-inputs input {
  max-width: 240px;
}

.email-inputs input,
.email-inputs select,
.phone-inputs input,
.phone-inputs select {
  max-width: 250px;
}

.radio-line,
.radio-grid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px 34px;
  min-height: 64px;
}

.radio-line label,
.radio-grid label {
  align-items: center;
  color: #555;
  display: inline-flex;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
}

.form-help {
  color: #777;
  font-size: 16px;
  margin: 12px 0 0;
}

.form-alert {
  font-size: 16px;
  margin: 14px 0 0;
}

.file-line input {
  max-width: 420px;
}

.file-line button,
.captcha-row button {
  background: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  height: 64px;
  padding: 0 34px;
}

.captcha-row {
  display: grid;
  gap: 16px;
  grid-template-columns: 260px 140px minmax(240px, 420px);
  max-width: 860px;
}

.captcha-box {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(36, 77, 51, 0.22), rgba(255, 255, 255, 0.5)),
    url("assets/eco-section-bg.png") center / cover;
  border: 1px solid #d8d8d8;
  color: #1d3325;
  display: flex;
  font-size: 24px;
  font-weight: 900;
  height: 86px;
  justify-content: center;
}

.proposal-done {
  margin-top: 70px;
}

.proposal-done p {
  color: #777;
  font-size: 24px;
  line-height: 1.65;
  margin: 24px 0 0;
}

.proposal-buttons {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 90px;
}

.proposal-buttons button {
  background: var(--paper);
  border: 2px solid #ddd;
  color: #777;
  cursor: pointer;
  font: inherit;
  font-size: 22px;
  font-weight: 900;
  height: 86px;
  min-width: 270px;
}

.proposal-buttons button:last-child {
  border-color: #222;
  color: #111;
}

.reveal {
  opacity: 0;
  transform: translateY(44px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.product-card.reveal:nth-child(2),
.seller-tile.reveal:nth-child(2) {
  transition-delay: 80ms;
}

.product-card.reveal:nth-child(3),
.seller-tile.reveal:nth-child(3) {
  transition-delay: 160ms;
}

.product-card.reveal:nth-child(4),
.seller-tile.reveal:nth-child(4) {
  transition-delay: 240ms;
}

@media (max-width: 1280px) {
  .signature-layout {
    gap: 34px;
    grid-template-columns: minmax(320px, 0.5fr) minmax(0, 1.5fr);
  }

  .film-layout {
    gap: 42px;
    grid-template-columns: 0.54fr 1.46fr;
  }

  .support-layout {
    gap: 42px;
    grid-template-columns: 0.54fr 1.46fr;
  }

  .support-slide {
    flex-basis: 100%;
    grid-template-columns: minmax(360px, 1.18fr) minmax(220px, 0.62fr);
  }

  .support-controls {
    margin-left: calc(100% - 306px);
  }

  .signature-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seller-tile {
    min-height: 360px;
  }

}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    width: calc(100% - 32px);
  }

  .section-pager {
    right: 12px;
  }

  .main-nav {
    background: rgba(7, 17, 13, 0.96);
    border-radius: 8px;
    color: #fff;
    display: grid;
    left: 16px;
    opacity: 0;
    padding: 18px;
    pointer-events: none;
    position: fixed;
    right: 16px;
    top: 106px;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-header.is-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .menu-button {
    display: block;
  }

  .hero-index {
    display: none;
  }

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

  .language-toggle {
    padding: 8px 4px;
    white-space: nowrap;
  }

  .language-panel {
    max-height: min(420px, calc(100vh - 110px));
    overflow-y: auto;
    right: 0;
    top: calc(100% + 14px);
  }

  .signature-layout {
    grid-template-columns: 1fr;
  }

  .film-layout {
    grid-template-columns: 1fr;
  }

  .support-layout {
    grid-template-columns: 1fr;
  }

  .film-head .eyebrow {
    margin-bottom: 24px;
  }

  .support-head .eyebrow {
    margin-bottom: 24px;
  }

  .signature-head h2 {
    font-size: clamp(52px, 10vw, 84px);
  }

  .film-head h2 {
    font-size: clamp(52px, 10vw, 84px);
  }

  .support-head h2 {
    font-size: clamp(52px, 10vw, 84px);
  }

  .film-stage {
    justify-self: stretch;
  }

  .signature-grid,
  .brand-story,
  .contact {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .hero-slide:first-child {
    background-position: 67% center;
  }

  .site-header {
    height: 62px;
    padding: 0 16px;
    top: 14px;
  }

  .site-header .brand {
    height: 42px;
    width: 48px;
  }

  .instagram-link {
    height: 30px;
    width: 30px;
  }

  .instagram-link svg {
    height: 18px;
    width: 18px;
  }

  .language-toggle {
    font-size: 12px;
  }

  .brand {
    width: 108px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-copy {
    bottom: 34px;
    left: 22px;
    max-width: calc(100% - 44px);
  }

  .hero-logo {
    width: min(100%, 420px);
  }

  .hero-lede {
    font-size: 28px;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .signature,
  .brand-story,
  .export,
  .contact {
    padding-left: 22px;
    padding-right: 22px;
  }

  .signature {
    min-height: auto;
    padding-bottom: 58px;
    padding-top: 112px;
  }

  .brand-story {
    min-height: auto;
    padding-bottom: 58px;
    padding-top: 112px;
  }

  .export {
    min-height: auto;
    padding: 112px 22px 58px;
  }

  .section-title {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .signature-showcase {
    grid-template-columns: 1fr;
  }

  .seller-tile {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: 0;
  }

  .support-viewport {
    padding-right: 0;
  }

  .support-slide {
    flex-basis: 100%;
    grid-template-columns: 1fr;
  }

  .support-slide img {
    height: auto;
  }

  .support-label {
    display: none;
  }

  .support-copy {
    padding-bottom: 0;
  }

  .support-controls {
    margin-left: 0;
    margin-top: 18px;
    width: 100%;
  }

  .product-card {
    min-height: 0;
  }

  .product-card img {
    height: 280px;
  }

  .product-card-large img {
    height: 360px;
  }

  .film-controls {
    margin-top: 32px;
  }

  .contact-mail {
    min-width: 0;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  footer p {
    text-align: left;
  }

  .section-pager {
    display: none;
  }

  .proposal-main {
    padding: 112px 22px 60px;
  }

  .proposal-main h1 {
    margin-bottom: 70px;
  }

  .consent-box {
    padding: 26px;
  }

  .form-row {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .split-inputs,
  .email-inputs,
  .phone-inputs,
  .file-line {
    align-items: stretch;
    flex-direction: column;
  }

  .proposal-page input[type="text"],
  .proposal-page select,
  .proposal-page textarea,
  .split-inputs input,
  .email-inputs input,
  .email-inputs select,
  .phone-inputs input,
  .phone-inputs select,
  .file-line input {
    max-width: none;
    width: 100%;
  }

  .captcha-row {
    grid-template-columns: 1fr;
  }

  .proposal-buttons {
    flex-direction: column;
  }

  .proposal-contact-main {
    padding: 34px 20px;
  }

  .proposal-contact-kicker {
    letter-spacing: 0.32em;
    margin-bottom: 40px;
  }

  .proposal-contact-card h1 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .proposal-email-box {
    align-items: stretch;
    flex-direction: column;
    margin-top: 62px;
    min-height: 0;
    padding: 24px 18px;
  }

  .proposal-email-link {
    justify-content: center;
  }

  .proposal-email-link small,
  .proposal-address {
    text-align: left;
  }

  .proposal-address-row {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .proposal-address {
    font-size: clamp(24px, 7vw, 34px);
    white-space: normal;
  }

  .proposal-copy-button {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .brand-band,
  .brand-global,
  .brand-intro,
  .brand-philosophy,
  .brand-quality,
  .brand-company {
    grid-template-columns: 1fr;
  }

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

  .brand-company-info {
    grid-template-columns: 1fr;
  }

  .philosophy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .country-card ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .brand-hero {
    min-height: 760px;
    padding: 116px 24px 54px;
  }

  .brand-hero-copy h1 {
    font-size: clamp(68px, 18vw, 104px);
  }

  .brand-hero-logo {
    width: clamp(150px, 48vw, 230px);
  }

  .brand-hero-lede,
  .brand-hero-copy p:not(.brand-hero-lede) {
    white-space: normal;
  }

  .brand-band,
  .brand-ingredient {
    padding: 74px 24px;
  }

  .brand-story-image {
    width: 100%;
  }

  .brand-band h2,
  .brand-section-head h2,
  .ingredient-card h2 {
    font-size: clamp(42px, 12vw, 66px);
  }

  .brand-philosophy .brand-section-head h2 {
    font-size: clamp(38px, 11vw, 58px);
    white-space: normal;
  }

  .brand-sales-hero {
    align-content: end;
    padding: 112px 24px 54px;
  }

  .sales-number strong {
    font-size: clamp(58px, 17vw, 92px);
  }

  .philosophy-grid,
  .quality-gallery,
  .country-card ul {
    grid-template-columns: 1fr;
  }

  .philosophy-grid article {
    min-height: 0;
  }

  .philosophy-grid article > div {
    min-height: 0;
  }

  .philosophy-grid h3 {
    margin-bottom: 18px;
  }

  .quality-gallery img,
  .quality-gallery img:first-child {
    grid-row: auto;
    height: 260px;
  }

}
