:root {
  --paper: #f8f3ea;
  --paper-warm: #f8f3ea;
  --ink: #164f63;
  --text: #3d3d3d;
  --icon: #3a3733;
  --gold: #b88a3b;
  --line-blue: #1c7fa4;
  --header-height: clamp(76px, 5.85vw, 92px);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  min-width: 320px;
  background: var(--paper-warm);
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background: var(--paper-warm);
  font-family: "Gill Sans", "Trebuchet MS", Arial, sans-serif;
  line-height: 1.5;
}

img,
svg {
  display: block;
}

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

button {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: minmax(310px, 26vw) minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 2.3vw, 42px);
  padding: 0 clamp(30px, 2.5vw, 44px);
  background: var(--paper);
  border-bottom: 2px solid rgba(28, 127, 164, 0.8);
}

.brand {
  width: clamp(242px, 20vw, 314px);
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: clamp(8px, 0.75vw, 12px);
}

.brand-mark {
  width: clamp(50px, 4.15vw, 65px);
  height: clamp(56px, 4.55vw, 71px);
  object-fit: contain;
}

.brand-copy {
  min-width: 0;
  display: grid;
  align-content: center;
  line-height: 1;
}

.brand-name {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.02vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.brand-tagline {
  margin-top: 7px;
  color: #a9782d;
  font-size: clamp(0.64rem, 0.83vw, 0.82rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.brand-tagline i {
  margin: 0 0.18em;
  font-style: normal;
}

.primary-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(28px, 2.65vw, 46px);
  white-space: nowrap;
}

.primary-nav a {
  position: relative;
  padding: 8px 0;
  color: #3f4143;
  font-size: clamp(0.78rem, 0.95vw, 0.94rem);
  font-weight: 600;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
  transition:
    color 180ms var(--ease),
    transform 180ms var(--ease);
}

.primary-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 2px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 220ms var(--ease);
}

.primary-nav a:hover,
.primary-nav a.is-active {
  color: var(--ink);
}

.primary-nav a:hover::after,
.primary-nav a.is-active::after {
  transform: scaleX(1);
}

.primary-nav a:focus-visible,
.nav-toggle:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.primary-nav a:focus:not(:focus-visible),
.nav-toggle:focus:not(:focus-visible) {
  outline: none;
}

.nav-toggle {
  position: relative;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--icon);
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition:
    color 180ms var(--ease),
    transform 180ms var(--ease);
}

.nav-toggle:hover {
  color: var(--gold);
}

.nav-toggle:active {
  transform: translateY(1px) scale(0.97);
}

.nav-toggle svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.nav-toggle {
  display: none;
}

.page-shell {
  min-height: calc(100dvh - var(--header-height));
  background: var(--paper-warm);
}

.hero-section {
  position: relative;
  min-height: clamp(500px, 35.94vw, 690px);
  overflow: hidden;
  background: #0e7598;
}

.hero-section::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(6, 67, 102, 0.24) 0%, rgba(6, 67, 102, 0.08) 54%, rgba(6, 67, 102, 0.02) 100%),
    rgba(3, 91, 137, 0.08);
  pointer-events: none;
}

.hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  user-select: none;
  pointer-events: none;
}

.hero-content {
  position: absolute;
  left: 6.7%;
  top: 17.5%;
  z-index: 2;
  width: min(43%, 650px);
  color: #fffdf8;
}

.hero-content h1 {
  max-width: 9.2em;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.15rem, 4.45vw, 4.7rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.04;
  text-shadow: 0 2px 16px rgba(5, 61, 91, 0.2);
}

.hero-content p {
  max-width: 31em;
  margin: clamp(24px, 2.3vw, 38px) 0 0;
  font-size: clamp(1.03rem, 1.32vw, 1.35rem);
  font-weight: 400;
  line-height: 1.52;
  text-shadow: 0 1px 9px rgba(5, 61, 91, 0.25);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.45vw, 24px);
  margin-top: clamp(26px, 2.2vw, 36px);
}

.hero-button {
  min-height: clamp(48px, 3.55vw, 56px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(26px, 2vw, 34px);
  border: 2px solid transparent;
  border-radius: 11px;
  font-size: clamp(0.8rem, 0.98vw, 0.96rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background-color 220ms var(--ease),
    border-color 220ms var(--ease),
    color 220ms var(--ease),
    transform 220ms var(--ease);
}

.hero-button-primary {
  min-width: clamp(205px, 15vw, 234px);
  color: #fffdf8;
  background: #bd8d32;
  border-color: #bd8d32;
}

.hero-button-secondary {
  min-width: clamp(284px, 20.6vw, 324px);
  color: #fffdf8;
  background: rgba(9, 87, 123, 0.1);
  border-color: rgba(255, 255, 255, 0.9);
}

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

.hero-button-primary:hover {
  background: #a97b29;
  border-color: #a97b29;
}

.hero-button-secondary:hover {
  color: var(--ink);
  background: rgba(255, 253, 248, 0.94);
  border-color: #fffdf8;
}

.hero-button:active {
  transform: translateY(1px) scale(0.98);
}

.hero-button:focus-visible {
  outline: 3px solid #fffdf8;
  outline-offset: 4px;
}

.hero-stamp {
  position: absolute;
  top: 14.5%;
  right: 5.2%;
  z-index: 2;
  width: clamp(248px, 20.2vw, 326px);
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.94);
  transform: rotate(1.5deg);
}

.stamp-seal {
  position: relative;
  flex: 0 0 clamp(172px, 13.2vw, 212px);
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.stamp-seal::before {
  position: absolute;
  inset: 5px;
  content: "";
  border: 1.5px solid currentColor;
  border-radius: inherit;
}

.stamp-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  margin-top: 0;
  font-family: "Brush Script MT", "Segoe Print", cursive;
  font-size: clamp(1.34rem, 1.7vw, 1.82rem);
  font-style: italic;
  letter-spacing: 0;
  line-height: 0.95;
  text-align: center;
  text-shadow: 0 1px 5px rgba(5, 61, 91, 0.2);
}

.stamp-copy strong {
  margin-top: 0.12em;
  font-size: 1.12em;
  font-weight: 400;
}

.stamp-rule {
  width: 28%;
  height: 2px;
  margin-top: 10%;
  background: currentColor;
}

.stamp-waves {
  width: 36%;
  height: auto;
  margin-left: -2px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.values-section {
  position: relative;
  min-height: clamp(390px, 25vw, 500px);
  padding: clamp(32px, 3vw, 54px) clamp(24px, 4vw, 72px) 42px;
  overflow: hidden;
  isolation: isolate;
  background-color: #f8f2e8;
  background-image:
    radial-gradient(circle at 17% 22%, rgba(159, 123, 73, 0.055) 0 1px, transparent 1.4px),
    radial-gradient(circle at 73% 68%, rgba(105, 80, 47, 0.035) 0 1px, transparent 1.3px),
    linear-gradient(100deg, rgba(255, 255, 255, 0.42), rgba(241, 232, 216, 0.22));
  background-size: 23px 21px, 31px 29px, 100% 100%;
}

.values-watercolor {
  position: absolute;
  left: -2%;
  bottom: -20px;
  z-index: -1;
  width: 27%;
  height: 90px;
  background: rgba(210, 226, 235, 0.78);
  clip-path: polygon(0 26%, 9% 20%, 18% 27%, 27% 18%, 38% 25%, 49% 17%, 60% 24%, 72% 18%, 83% 27%, 92% 21%, 100% 29%, 100% 100%, 0 100%);
}

.values-grid {
  position: relative;
  z-index: 2;
  width: min(100%, 1480px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
}

.value-item {
  min-width: 0;
  min-height: clamp(182px, 12.8vw, 234px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 clamp(20px, 2.4vw, 44px);
  text-align: center;
}

.value-item + .value-item {
  border-left: 1px solid rgba(139, 111, 75, 0.22);
}

.value-illustration {
  position: relative;
  width: clamp(112px, 8.2vw, 150px);
  height: clamp(78px, 5.9vw, 108px);
  flex: 0 0 auto;
  overflow: hidden;
}

.value-illustration img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 215%;
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%);
}

.value-item:nth-child(2) .value-illustration img {
  top: 58%;
  width: 200%;
}

.value-item-local .value-illustration img {
  transform: translate(-50%, -50%) rotate(-24deg) scale(0.9);
}

.value-item h2 {
  margin: clamp(11px, 1vw, 17px) 0 0;
  color: var(--ink);
  font-size: clamp(0.83rem, 1.02vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.value-item p {
  max-width: 25em;
  margin: clamp(10px, 0.9vw, 15px) 0 0;
  color: #454440;
  font-size: clamp(0.86rem, 1vw, 1rem);
  line-height: 1.5;
}

.categories-heading {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  margin: clamp(42px, 4.25vw, 80px) auto 0;
  text-align: center;
}

.categories-heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 2.4vw, 2.65rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.15;
}

.categories-heading span {
  width: clamp(170px, 16vw, 260px);
  height: 4px;
  margin-top: 18px;
  background: #bd8d32;
  clip-path: polygon(0 45%, 46% 10%, 100% 45%, 98% 74%, 51% 58%, 2% 78%);
}

.values-olives,
.values-city {
  position: absolute;
  z-index: 1;
  max-width: none;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.values-olives {
  left: clamp(-95px, -4.5vw, -50px);
  bottom: -4px;
  width: clamp(280px, 20vw, 380px);
  transform: rotate(20deg) scaleX(-1);
  transform-origin: 50% 70%;
}

.values-city {
  right: clamp(-160px, -6vw, -70px);
  bottom: clamp(-180px, -9vw, -108px);
  width: clamp(520px, 39vw, 760px);
}

.producers-section {
  position: relative;
  scroll-margin-top: calc(var(--header-height) + 16px);
  padding: clamp(38px, 3.7vw, 66px) clamp(24px, 4.6vw, 82px) 0;
  overflow: hidden;
  overflow: clip;
  isolation: isolate;
  background-color: #fbf8f2;
  background-image:
    radial-gradient(circle at 14% 28%, rgba(122, 92, 54, 0.035) 0 1px, transparent 1.3px),
    radial-gradient(circle at 82% 70%, rgba(71, 106, 117, 0.025) 0 1px, transparent 1.2px),
    linear-gradient(104deg, rgba(255, 255, 255, 0.6), rgba(244, 238, 227, 0.14));
  background-size: 27px 25px, 33px 31px, 100% 100%;
}

.producers-section::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 36px;
  content: "";
  background: #e1ebf0;
  pointer-events: none;
}

.producers-layout {
  position: relative;
  z-index: 3;
  width: min(100%, 1480px);
  display: grid;
  grid-template-columns: minmax(260px, 310px) minmax(0, 1fr);
  gap: clamp(28px, 3vw, 52px);
  margin: 0 auto;
}

.producers-intro {
  padding-top: clamp(78px, 6.7vw, 104px);
}

.producers-intro h2 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 2.65vw, 2.85rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.08;
  white-space: nowrap;
}

.producers-intro h2 span {
  color: var(--gold);
}

.producers-intro > p {
  max-width: 24em;
  margin: clamp(26px, 2.3vw, 38px) 0 0;
  color: #4a4844;
  font-size: clamp(0.98rem, 1.05vw, 1.08rem);
  line-height: 1.72;
}

.producers-all-button {
  width: min(100%, 290px);
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: clamp(26px, 2.2vw, 36px);
  padding: 0 18px;
  color: #fffdf8;
  background: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    color 220ms var(--ease),
    background-color 220ms var(--ease),
    transform 220ms var(--ease);
}

.producers-all-button svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.producers-all-button:hover {
  color: var(--ink);
  background: #fffdf8;
  transform: translateY(-2px);
}

.producers-all-button:active {
  transform: translateY(1px) scale(0.99);
}

.producers-all-button:focus-visible,
.producer-link:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.producer-catalog {
  min-width: 0;
}

.producers-kicker {
  display: grid;
  justify-items: center;
  margin: 0 0 26px;
  color: var(--gold);
  text-align: center;
}

.producers-kicker p {
  margin: 0;
  font-size: clamp(0.82rem, 1vw, 0.98rem);
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.producers-kicker svg {
  width: 138px;
  height: 14px;
  margin-top: 14px;
  fill: none;
  stroke: var(--line-blue);
  stroke-linecap: round;
  stroke-width: 2.2;
}

.producers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 1.7vw, 28px) clamp(16px, 1.45vw, 24px);
}

.producer-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(139, 111, 75, 0.23);
  border-radius: 7px;
  box-shadow: 0 8px 22px rgba(70, 55, 35, 0.045);
  transition:
    border-color 220ms var(--ease),
    box-shadow 220ms var(--ease),
    transform 220ms var(--ease);
}

.producer-card:hover {
  border-color: rgba(184, 138, 59, 0.52);
  box-shadow: 0 14px 30px rgba(70, 55, 35, 0.1);
  transform: translateY(-4px);
}

.producer-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d9d1c2;
}

.producer-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease);
}

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

.producer-icon {
  position: relative;
  z-index: 2;
  width: clamp(58px, 4.6vw, 72px);
  aspect-ratio: 1;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  margin: clamp(-36px, -2.3vw, -29px) auto clamp(-36px, -2.3vw, -29px);
  color: #464039;
  background: #f8eed9;
  border-radius: 50%;
  box-shadow: 0 3px 9px rgba(84, 65, 38, 0.08);
}

.producer-icon svg {
  width: 54%;
  height: 54%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.producer-body {
  min-height: 258px;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: clamp(39px, 3.25vw, 51px) clamp(15px, 1.5vw, 23px) 22px;
  text-align: center;
}

.producer-body h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.92rem, 1.02vw, 1.08rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.producer-category {
  min-height: 2.5em;
  margin: 7px 0 0;
  color: #b17d27;
  font-size: clamp(0.82rem, 0.9vw, 0.95rem);
  font-weight: 600;
  line-height: 1.25;
}

.producer-rule {
  width: 28px;
  height: 2px;
  margin: 11px 0 12px;
  background: var(--gold);
}

.producer-description {
  margin: 0;
  color: #53514d;
  font-size: clamp(0.78rem, 0.84vw, 0.89rem);
  line-height: 1.55;
}

.producer-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}

.producer-link span {
  font-size: 1.12rem;
  line-height: 0.7;
  transition: transform 180ms var(--ease);
}

.producer-link:hover span {
  transform: translateX(4px);
}

.producers-grapes,
.producers-city {
  position: absolute;
  z-index: 1;
  max-width: none;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.producers-grapes {
  top: clamp(270px, 24vw, 390px);
  left: clamp(-178px, -9vw, -112px);
  width: clamp(300px, 22vw, 420px);
  opacity: 0.92;
  transform: rotate(15deg) scaleX(-1);
}

.producer-benefits {
  position: relative;
  z-index: 2;
  min-height: 158px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  margin: clamp(92px, 7vw, 124px) clamp(-82px, -4.6vw, -24px) 0;
  padding: 35px clamp(390px, 31vw, 520px) 23px max(clamp(26px, 5.8vw, 104px), calc((100vw - 1480px) / 2));
  color: var(--ink);
  background: #e1ebf0;
}

.producer-benefits::before {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  height: 30px;
  content: "";
  background: #e1ebf0;
  clip-path: polygon(0 64%, 5% 48%, 11% 62%, 17% 43%, 24% 58%, 31% 39%, 38% 55%, 45% 41%, 52% 61%, 59% 45%, 66% 58%, 73% 42%, 81% 61%, 88% 44%, 94% 58%, 100% 46%, 100% 100%, 0 100%);
}

.producer-benefit {
  position: relative;
  z-index: 3;
  min-width: 0;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.35vw, 22px);
  padding: 0 clamp(14px, 2vw, 31px);
}

.producer-benefit + .producer-benefit {
  border-left: 1px dashed rgba(22, 79, 99, 0.38);
}

.producer-benefit svg {
  width: clamp(45px, 4vw, 63px);
  height: clamp(45px, 4vw, 63px);
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.producer-benefit:nth-child(even) svg {
  color: var(--gold);
}

.producer-benefit p {
  margin: 0;
  font-size: clamp(0.82rem, 0.98vw, 1rem);
  font-weight: 700;
  line-height: 1.45;
}

.producers-city {
  right: clamp(-110px, -5vw, -64px);
  bottom: -26px;
  z-index: 2;
  width: clamp(480px, 36vw, 680px);
  opacity: 0.82;
}

.contact-page {
  min-height: calc(100dvh - var(--header-height));
  background:
    radial-gradient(circle at 20% 16%, rgba(184, 138, 59, 0.06) 0 1px, transparent 1.4px),
    var(--paper-warm);
  background-size: 27px 25px, auto;
}

.contact-hero {
  position: relative;
  min-height: clamp(350px, 30vw, 470px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(64px, 7vw, 105px) clamp(28px, 7.5vw, 120px);
  background: #f9f5ed;
  border-bottom: 1px solid rgba(184, 138, 59, 0.22);
}

.contact-hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  height: 38px;
  content: "";
  background: linear-gradient(176deg, transparent 0 49%, var(--paper-warm) 51% 100%);
}

.contact-hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 650px);
}

.contact-kicker,
.contact-section-label,
.form-heading p {
  margin: 0;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-hero h1 {
  margin: 12px 0 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 5.6vw, 5.6rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
}

.contact-hero h1 span {
  color: var(--gold);
}

.contact-hero-copy > p:last-child {
  max-width: 34em;
  margin: 26px 0 0;
  color: #4b4a47;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.72;
}

.contact-hero-art {
  position: absolute;
  right: clamp(-110px, -3vw, -30px);
  bottom: -86px;
  z-index: 0;
  width: min(57vw, 900px);
  height: auto;
  opacity: 0.56;
  pointer-events: none;
}

.contact-section {
  width: min(100%, 1280px);
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(480px, 1.18fr);
  gap: clamp(54px, 7vw, 108px);
  margin: 0 auto;
  padding: clamp(72px, 7vw, 110px) clamp(28px, 5vw, 72px) clamp(88px, 8vw, 130px);
}

.contact-details {
  padding-top: 12px;
}

.contact-details h2 {
  max-width: 9em;
  margin: 14px 0 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 3.2vw, 3.35rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.06;
}

.contact-details > p:not(.contact-section-label) {
  max-width: 32em;
  margin: 24px 0 0;
  color: #565450;
  font-size: 1rem;
  line-height: 1.72;
}

.contact-list {
  display: grid;
  gap: 0;
  margin-top: 38px;
  font-style: normal;
  border-top: 1px solid rgba(22, 79, 99, 0.18);
}

.contact-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 17px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(22, 79, 99, 0.18);
}

a.contact-item {
  transition:
    color 180ms var(--ease),
    transform 180ms var(--ease);
}

a.contact-item:hover {
  color: var(--gold);
  transform: translateX(3px);
}

.contact-item svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.contact-item span {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.contact-item small {
  color: #77716a;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-item strong {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 24px;
  padding: clamp(28px, 3.2vw, 48px);
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid rgba(135, 112, 74, 0.2);
  border-radius: 6px;
  box-shadow: 0 18px 52px rgba(73, 57, 33, 0.08);
}

.form-heading {
  display: grid;
  gap: 13px;
  margin-bottom: 4px;
}

.form-heading span {
  width: 42px;
  height: 2px;
  background: var(--gold);
}

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

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

.form-field > span {
  color: #314d56;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-width: 0;
  padding: 13px 14px;
  color: #31312f;
  background: #fffdfa;
  border: 1px solid rgba(22, 79, 99, 0.24);
  border-radius: 4px;
  font: inherit;
  outline: 0;
  transition:
    border-color 180ms var(--ease),
    box-shadow 180ms var(--ease);
}

.form-field select {
  cursor: pointer;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184, 138, 59, 0.13);
}

.contact-submit {
  width: fit-content;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 23px;
  color: #fffdf8;
  background: var(--ink);
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    background-color 180ms var(--ease),
    transform 180ms var(--ease);
}

.contact-submit:hover {
  background: #0d6078;
}

.contact-submit:active {
  transform: translateY(1px) scale(0.99);
}

.contact-submit:focus-visible,
.contact-item:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.contact-submit svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

@media (max-width: 900px) {
  .contact-hero-art {
    right: -190px;
    width: 820px;
    opacity: 0.28;
  }

  .contact-section {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .contact-details {
    max-width: 650px;
  }
}

@media (max-width: 560px) {
  .contact-hero {
    min-height: 410px;
    align-items: start;
    padding: 58px 22px 150px;
  }

  .contact-hero h1 {
    font-size: 3.25rem;
  }

  .contact-hero-copy > p:last-child {
    margin-top: 20px;
    font-size: 0.98rem;
  }

  .contact-hero-art {
    right: -105px;
    bottom: -58px;
    width: 560px;
    opacity: 0.46;
  }

  .contact-section {
    gap: 42px;
    padding: 58px 20px 76px;
  }

  .contact-details h2 {
    font-size: 2.35rem;
  }

  .contact-form {
    gap: 21px;
    padding: 25px 20px 28px;
  }

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

  .contact-submit {
    width: 100%;
  }
}

.privacy-page {
  min-height: calc(100dvh - var(--header-height));
  background:
    radial-gradient(circle at 20% 16%, rgba(184, 138, 59, 0.055) 0 1px, transparent 1.4px),
    var(--paper-warm);
  background-size: 27px 25px, auto;
}

.privacy-hero {
  min-height: clamp(390px, 34vw, 530px);
  padding: clamp(70px, 8vw, 118px) clamp(28px, 7.5vw, 120px);
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(184, 138, 59, 0.22);
  background: #f9f5ed;
}

.privacy-hero-copy {
  width: min(100%, 790px);
  position: relative;
  z-index: 2;
}

.privacy-kicker,
.privacy-section-label,
.privacy-index > p {
  margin: 0;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.privacy-hero h1 {
  max-width: 11em;
  margin: 14px 0 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.15rem, 5.3vw, 5.25rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.privacy-hero h1 span {
  color: var(--gold);
}

.privacy-hero-copy > p:not(.privacy-kicker):not(.privacy-updated) {
  max-width: 43em;
  margin: 25px 0 0;
  color: #4d4b47;
  font-size: clamp(1rem, 1.18vw, 1.14rem);
  line-height: 1.7;
}

.privacy-updated {
  margin: 20px 0 0;
  color: #756f67;
  font-size: 0.8rem;
  font-weight: 650;
}

.privacy-hero-art {
  width: min(54vw, 850px);
  height: auto;
  position: absolute;
  right: clamp(-170px, -5vw, -60px);
  bottom: -95px;
  opacity: 0.34;
  pointer-events: none;
}

.privacy-layout {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: clamp(70px, 8vw, 122px) clamp(22px, 5vw, 72px) clamp(88px, 10vw, 150px);
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
  gap: clamp(52px, 7vw, 112px);
}

.privacy-index {
  padding: 4px 0 22px;
  position: sticky;
  top: calc(var(--header-height) + 30px);
  display: grid;
  gap: 4px;
  border-bottom: 1px solid rgba(22, 79, 99, 0.18);
}

.privacy-index > p {
  margin-bottom: 12px;
}

.privacy-index a {
  padding: 8px 0;
  color: #5f625f;
  font-size: 0.86rem;
  line-height: 1.35;
  transition: color 160ms var(--ease), transform 160ms var(--ease);
}

.privacy-index a:hover,
.privacy-index a:focus-visible {
  color: var(--ink);
  transform: translateX(3px);
}

.privacy-content {
  min-width: 0;
}

.privacy-content > section {
  scroll-margin-top: calc(var(--header-height) + 28px);
}

.privacy-content > section + section {
  margin-top: clamp(64px, 7vw, 98px);
  padding-top: clamp(54px, 6vw, 78px);
  border-top: 1px solid rgba(22, 79, 99, 0.17);
}

.privacy-content h2 {
  max-width: 17em;
  margin: 12px 0 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
}

.privacy-content h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.35;
}

.privacy-content section > p:not(.privacy-section-label):not(.privacy-policy-links),
.privacy-important p {
  max-width: 75ch;
  margin: 23px 0 0;
  color: #54534f;
  font-size: 0.98rem;
  line-height: 1.78;
}

.privacy-content a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(184, 138, 59, 0.55);
  text-underline-offset: 3px;
}

.privacy-content code {
  padding: 0.12em 0.34em;
  border: 1px solid rgba(22, 79, 99, 0.15);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.48);
  color: #254e59;
  font-size: 0.86em;
}

.privacy-highlights {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(22, 79, 99, 0.18);
  border-bottom: 1px solid rgba(22, 79, 99, 0.18);
}

.privacy-highlights div {
  min-width: 0;
  padding: 27px clamp(18px, 2.3vw, 31px);
}

.privacy-highlights div + div {
  border-left: 1px solid rgba(22, 79, 99, 0.18);
}

.privacy-highlights strong,
.privacy-highlights span {
  display: block;
}

.privacy-highlights strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.privacy-highlights span {
  margin-top: 8px;
  color: #63615c;
  font-size: 0.84rem;
  line-height: 1.55;
}

.privacy-data-list {
  margin-top: 40px;
  border-top: 1px solid rgba(22, 79, 99, 0.18);
}

.privacy-data-list > section {
  padding: 34px 0;
  display: grid;
  grid-template-columns: minmax(170px, 0.42fr) minmax(320px, 1fr);
  column-gap: clamp(30px, 5vw, 72px);
  border-bottom: 1px solid rgba(22, 79, 99, 0.18);
}

.privacy-data-list > section > p {
  margin: 0;
  color: #54534f;
  font-size: 0.94rem;
  line-height: 1.7;
}

.privacy-data-list dl {
  grid-column: 2;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.privacy-data-list dl div {
  min-width: 0;
  padding-top: 13px;
  border-top: 2px solid rgba(184, 138, 59, 0.5);
}

.privacy-data-list dt {
  color: #866226;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.privacy-data-list dd {
  margin: 7px 0 0;
  color: #65615a;
  font-size: 0.82rem;
  line-height: 1.55;
}

.privacy-important {
  margin-top: 34px;
  padding: 24px 28px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.48);
}

.privacy-important > strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.45;
}

.privacy-important p {
  margin-top: 10px;
  font-size: 0.91rem;
}

.privacy-third-parties {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 70px);
}

.privacy-third-parties > section {
  padding-top: 22px;
  border-top: 2px solid rgba(22, 79, 99, 0.35);
}

.privacy-third-parties p {
  margin: 14px 0 0;
  color: #565450;
  font-size: 0.91rem;
  line-height: 1.72;
}

.privacy-policy-links {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.privacy-policy-links a {
  font-size: 0.8rem;
}

.contact-privacy-note {
  margin: 14px 0 0;
  color: #6c6963;
  font-size: 0.76rem;
  line-height: 1.55;
}

.contact-privacy-note a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 900px) {
  .privacy-hero-art {
    right: -230px;
    width: 850px;
    opacity: 0.2;
  }

  .privacy-layout {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .privacy-index {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
  }

  .privacy-index > p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .privacy-hero {
    min-height: 500px;
    align-items: start;
    padding: 62px 21px 160px;
  }

  .privacy-hero h1 {
    font-size: 3.1rem;
  }

  .privacy-hero-art {
    right: -150px;
    bottom: -62px;
    width: 610px;
    opacity: 0.32;
  }

  .privacy-layout {
    padding: 60px 20px 86px;
  }

  .privacy-index {
    grid-template-columns: 1fr 1fr;
  }

  .privacy-highlights,
  .privacy-third-parties {
    grid-template-columns: 1fr;
  }

  .privacy-highlights div + div {
    border-top: 1px solid rgba(22, 79, 99, 0.18);
    border-left: 0;
  }

  .privacy-data-list > section {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .privacy-data-list dl {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 8px;
  }
}

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #f8f4eb;
  background: #07566b;
  border-top: 2px solid rgba(184, 138, 59, 0.72);
}

.site-footer::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(2, 57, 76, 0.78) 0%, rgba(3, 72, 91, 0.7) 46%, rgba(3, 78, 97, 0.28) 76%, rgba(3, 78, 97, 0.48) 100%),
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.055) 0 1px, transparent 1.4px);
  background-size: 100% 100%, 26px 24px;
}

.footer-coast {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  width: 58%;
  background-image: url("assets/bol-footer-coast.png");
  background-position: 68% 52%;
  background-size: cover;
  opacity: 0.5;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(20, 24, 26, 0.72) 34%, rgb(20, 24, 26) 66%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(20, 24, 26, 0.72) 34%, rgb(20, 24, 26) 66%);
}

.footer-content {
  position: relative;
  z-index: 1;
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: clamp(40px, 4.4vw, 68px) clamp(28px, 4.8vw, 82px) 18px;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(300px, 410px) minmax(190px, 245px) minmax(0, 1fr);
  gap: clamp(34px, 4vw, 66px);
}

.footer-brand {
  min-width: 0;
}

.footer-brand-lockup {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.footer-brand-lockup img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background: #f8f3ea;
  border-radius: 50%;
}

.footer-brand-lockup > span {
  display: grid;
  align-content: center;
  line-height: 1;
}

.footer-brand-lockup strong {
  color: #fffdf8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}

.footer-brand-lockup small {
  margin-top: 8px;
  color: #d1a451;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-brand-lockup small i,
.footer-location i {
  margin: 0 0.2em;
  font-style: normal;
}

.footer-brand > p {
  max-width: 34em;
  margin: 20px 0 0;
  color: rgba(255, 253, 248, 0.86);
  font-size: 0.94rem;
  line-height: 1.62;
}

.footer-location {
  display: inline-block;
  margin-top: 18px;
  color: #d1a451;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-navigation {
  min-width: 0;
  padding-left: clamp(28px, 3vw, 48px);
  border-left: 1px solid rgba(255, 253, 248, 0.28);
}

.footer-navigation h2 {
  margin: 0;
  color: #fffdf8;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-heading-rule {
  width: 32px;
  height: 2px;
  display: block;
  margin-top: 12px;
  background: var(--gold);
}

.footer-links {
  display: grid;
  justify-items: start;
  gap: 8px;
  margin-top: 16px;
}

.footer-links a {
  position: relative;
  color: rgba(255, 253, 248, 0.88);
  font-size: 0.9rem;
  line-height: 1.35;
  transition:
    color 180ms var(--ease),
    transform 180ms var(--ease);
}

.footer-links a:hover {
  color: #e0b461;
  transform: translateX(3px);
}

.footer-links a:active {
  transform: translateX(2px) translateY(1px);
}

.footer-links a:focus-visible,
.footer-brand-lockup:focus-visible {
  outline: 2px solid #e0b461;
  outline-offset: 4px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(32px, 3.5vw, 52px);
  padding-top: 17px;
  border-top: 1px solid rgba(255, 253, 248, 0.26);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 253, 248, 0.74);
  font-size: 0.73rem;
  line-height: 1.4;
}

@media (max-width: 860px) {
  .footer-coast {
    width: 72%;
    opacity: 0.28;
  }

  .footer-main {
    grid-template-columns: minmax(0, 1.45fr) minmax(180px, 0.75fr);
    gap: 38px;
  }
}

@media (max-width: 560px) {
  .footer-content {
    padding: 38px 22px 18px;
  }

  .footer-coast {
    top: 42%;
    width: 100%;
    opacity: 0.22;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgb(20, 24, 26) 55%);
    mask-image: linear-gradient(180deg, transparent 0%, rgb(20, 24, 26) 55%);
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-navigation {
    padding: 27px 0 0;
    border-top: 1px solid rgba(255, 253, 248, 0.25);
    border-left: 0;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 34px;
  }
}

@media (max-width: 1120px) {
  .producers-layout {
    grid-template-columns: 1fr;
  }

  .producers-intro {
    max-width: 720px;
    padding-top: 0;
  }

  .producers-intro > p {
    max-width: 34em;
  }

  .producer-catalog {
    margin-top: 10px;
  }

  .producers-grapes {
    top: 170px;
    right: -150px;
    left: auto;
    opacity: 0.36;
  }

  .producer-benefits {
    padding-right: 310px;
    padding-left: 70px;
  }

  .producers-city {
    right: -190px;
    width: 520px;
    opacity: 0.58;
  }
}

@media (max-width: 860px) {
  .producers-section {
    padding: 46px 20px 0;
  }

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

  .producer-body {
    min-height: 242px;
  }

  .producer-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 0;
    margin-right: -20px;
    margin-left: -20px;
    padding: 38px 44px 32px;
  }

  .producer-benefit:nth-child(3) {
    border-left: 0;
  }

  .producers-city {
    right: -165px;
    bottom: -16px;
    width: 420px;
    opacity: 0.46;
  }
}

@media (max-width: 560px) {
  .producers-section {
    padding: 38px 18px 0;
  }

  .producers-intro h2 {
    font-size: 2.35rem;
  }

  .producers-intro > p {
    margin-top: 22px;
    font-size: 0.96rem;
  }

  .producers-all-button {
    width: 100%;
  }

  .producer-catalog {
    margin-top: 18px;
  }

  .producers-kicker {
    margin-bottom: 22px;
  }

  .producers-kicker p {
    font-size: 0.76rem;
  }

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

  .producer-body {
    min-height: 238px;
  }

  .producer-body h3 {
    font-size: 1rem;
  }

  .producer-category {
    font-size: 0.9rem;
  }

  .producer-description {
    font-size: 0.86rem;
  }

  .producers-grapes {
    display: none;
  }

  .producer-benefits {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 64px -18px 0;
    padding: 35px 28px 182px;
  }

  .producer-benefit {
    justify-content: flex-start;
    padding: 17px 24px;
  }

  .producer-benefit + .producer-benefit {
    border-top: 1px dashed rgba(22, 79, 99, 0.3);
    border-left: 0;
  }

  .producer-benefit p {
    font-size: 0.92rem;
  }

  .producers-city {
    right: -70px;
    bottom: -18px;
    width: 430px;
    opacity: 0.7;
  }
}

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

  .brand {
    width: clamp(216px, 28vw, 270px);
  }

  .primary-nav {
    gap: 24px;
  }
}

@media (max-width: 860px) {
  .hero-section {
    min-height: 600px;
  }

  .hero-art {
    object-position: 52% center;
  }

  .hero-section::after {
    background:
      linear-gradient(90deg, rgba(5, 61, 91, 0.55), rgba(5, 61, 91, 0.14)),
      linear-gradient(0deg, rgba(5, 61, 91, 0.18), transparent 48%);
  }

  .hero-content {
    left: 24px;
    top: 14%;
    width: calc(100% - 48px);
  }

  .hero-content h1 {
    max-width: 7.8em;
    font-size: clamp(2.55rem, 12vw, 3.5rem);
  }

  .hero-content p {
    max-width: 25em;
    margin-top: 22px;
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }

  .hero-button {
    width: min(100%, 310px);
    min-width: 0;
  }

  .hero-stamp {
    top: auto;
    right: -20px;
    bottom: 18px;
    width: 190px;
    opacity: 0.86;
  }

  .stamp-seal {
    flex-basis: 132px;
  }

  .stamp-copy {
    font-size: 1.1rem;
  }

  .values-section {
    min-height: 0;
    padding: 42px 20px 64px;
  }

  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 32px;
  }

  .value-item {
    min-height: 210px;
    padding: 0 22px;
  }

  .value-item:nth-child(3) {
    border-left: 0;
  }

  .categories-heading {
    margin-top: 56px;
  }

  .values-watercolor {
    bottom: -18px;
    width: 36%;
    height: 74px;
  }

  .values-olives {
    left: -80px;
    bottom: -6px;
    width: 280px;
    opacity: 0.76;
  }

  .values-city {
    right: -135px;
    bottom: -110px;
    width: 520px;
    opacity: 0.76;
  }
}

@media (max-width: 860px) {
  .site-header {
    min-height: 82px;
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 0 18px;
  }

  .brand {
    width: min(232px, 66vw);
  }

  .nav-toggle {
    display: grid;
    order: 2;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    display: grid;
    justify-items: start;
    gap: 0;
    padding: 10px 18px 16px;
    background: rgba(251, 248, 241, 0.98);
    border-bottom: 1px solid rgba(184, 138, 59, 0.22);
    box-shadow: 0 14px 28px rgba(59, 47, 30, 0.08);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition:
      opacity 180ms var(--ease),
      transform 180ms var(--ease);
  }

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

  .primary-nav a {
    width: 100%;
    padding: 13px 0;
    font-size: 0.86rem;
  }

  .primary-nav a::after {
    bottom: 7px;
    right: auto;
    width: 76px;
  }
}

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

  .brand {
    width: min(210px, 58vw);
  }

  .values-section {
    padding: 38px 18px 72px;
  }

  .values-grid {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .value-item {
    min-height: 0;
    padding: 22px 12px 28px;
  }

  .value-item:first-child {
    padding-top: 0;
  }

  .value-item + .value-item {
    border-top: 1px solid rgba(139, 111, 75, 0.22);
    border-left: 0;
  }

  .categories-heading {
    margin-top: 42px;
  }

  .categories-heading h2 {
    max-width: 12em;
    font-size: 1.8rem;
  }

  .values-olives {
    left: -100px;
    bottom: -4px;
    width: 245px;
    opacity: 0.54;
  }

  .values-watercolor {
    bottom: -16px;
    width: 50%;
    height: 60px;
  }

  .values-city {
    right: -152px;
    bottom: -68px;
    width: 430px;
    opacity: 0.56;
  }

}

.opg-profile-page {
  background: #fbf8f2;
}

.opg-profile-hero {
  position: relative;
  min-height: clamp(650px, 45vw, 1100px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fffdf8;
  background: #224e56;
}

.opg-profile-hero-image,
.opg-profile-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.opg-profile-hero-image {
  object-fit: cover;
  object-position: center 48%;
}

.opg-profile-hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 42, 50, 0.9) 0%, rgba(5, 49, 60, 0.7) 37%, rgba(6, 54, 63, 0.2) 68%, transparent 84%),
    linear-gradient(0deg, rgba(3, 34, 42, 0.56), transparent 52%);
}

.opg-profile-hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 74px clamp(28px, 6vw, 94px) 82px;
}

.opg-profile-hero-content.is-center {
  text-align: center;
}

.opg-profile-hero-content.is-center h1,
.opg-profile-hero-content.is-center .opg-profile-lead {
  margin-right: auto;
  margin-left: auto;
}

.opg-profile-hero-content.is-center .opg-profile-actions,
.opg-profile-hero-content.is-center .opg-breadcrumb {
  justify-content: center;
}

.opg-profile-hero-content.is-right {
  text-align: right;
}

.opg-profile-hero-content.is-right h1,
.opg-profile-hero-content.is-right .opg-profile-lead {
  margin-left: auto;
}

.opg-profile-hero-content.is-right .opg-profile-actions,
.opg-profile-hero-content.is-right .opg-breadcrumb {
  justify-content: flex-end;
}

.opg-profile-hero-content .opg-profile-kicker {
  color: var(--opg-accent-color, #e1b45e);
}

.opg-profile-hero-content .opg-profile-hero h1,
.opg-profile-hero-content h1 {
  color: var(--opg-title-color, #fffdf8);
}

.opg-profile-hero-content .opg-profile-lead,
.opg-profile-hero-content .opg-profile-location,
.opg-profile-hero-content .opg-breadcrumb {
  color: var(--opg-body-color, #fffdf8);
}

.opg-profile-hero-content .opg-profile-location svg {
  stroke: var(--opg-accent-color, #e1b45e);
}

.opg-profile-hero-content .opg-profile-button {
  border-color: var(--opg-accent-color, #d4a54d);
  background: var(--opg-accent-color, #d4a54d);
}

.opg-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  color: rgba(255, 253, 248, 0.74);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.opg-breadcrumb a {
  transition: color 180ms var(--ease);
}

.opg-breadcrumb a:hover {
  color: #e1b45e;
}

.opg-profile-kicker,
.opg-section-kicker {
  margin: 0;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.opg-profile-kicker {
  color: #e1b45e;
}

.opg-profile-hero h1 {
  max-width: 8em;
  margin: 12px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
}

.opg-profile-lead {
  max-width: 38em;
  margin: 25px 0 0;
  color: rgba(255, 253, 248, 0.92);
  font-size: 1.15rem;
  line-height: 1.7;
}

.opg-profile-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 34px;
}

.opg-profile-location {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 253, 248, 0.9);
  font-size: 0.9rem;
  font-weight: 700;
}

.opg-profile-location svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #e1b45e;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.opg-profile-button,
.opg-add-product-button,
.opg-form-save,
.opg-form-cancel {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    color 180ms var(--ease),
    background-color 180ms var(--ease),
    border-color 180ms var(--ease),
    transform 180ms var(--ease);
}

.opg-profile-button {
  color: #153f4b;
  background: #d4a54d;
  border: 1px solid #d4a54d;
}

.opg-profile-button:hover {
  background: #e0b45f;
}

.opg-profile-button:active,
.opg-add-product-button:active,
.opg-form-save:active,
.opg-form-cancel:active {
  transform: translateY(1px) scale(0.99);
}

.opg-about {
  width: min(100%, 1280px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(58px, 8vw, 120px);
  margin: 0 auto;
  padding: 112px clamp(28px, 5vw, 68px) 126px;
}

.opg-about-copy h2,
.opg-section-heading h2,
.opg-products-heading h2 {
  margin: 14px 0 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.35rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
}

.opg-about-copy h2 {
  max-width: 10em;
}

.opg-about-copy h2 span,
.opg-section-heading h2 span,
.opg-products-heading h2 span {
  color: var(--gold);
}

.opg-about-copy > p:not(.opg-section-kicker) {
  max-width: 41em;
  margin: 25px 0 0;
  color: #53514d;
  font-size: 1rem;
  line-height: 1.78;
}

.opg-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 42px 0 0;
  padding: 22px 0;
  border-top: 1px solid rgba(22, 79, 99, 0.2);
  border-bottom: 1px solid rgba(22, 79, 99, 0.2);
}

.opg-facts div {
  min-width: 0;
  padding: 0 20px;
}

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

.opg-facts div + div {
  border-left: 1px solid rgba(22, 79, 99, 0.18);
}

.opg-facts dt {
  color: #81766a;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.opg-facts dd {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}

.opg-about-figure {
  position: relative;
  margin: 0;
}

.opg-about-figure::before {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 0;
  width: 42%;
  height: 48%;
  content: "";
  border-top: 2px solid rgba(184, 138, 59, 0.58);
  border-right: 2px solid rgba(184, 138, 59, 0.58);
}

.opg-about-figure img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.opg-about-figure figcaption {
  position: relative;
  z-index: 2;
  width: min(86%, 430px);
  margin: -28px 0 0 auto;
  padding: 17px 22px;
  color: var(--ink);
  background: #f8eed9;
  border-left: 3px solid var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  line-height: 1.45;
}

.opg-gallery {
  padding: 96px clamp(24px, 5vw, 76px) 104px;
  background: #e1ebf0;
}

.opg-section-heading,
.opg-gallery-grid,
.opg-products-heading,
.opg-product-grid {
  width: min(100%, 1380px);
  margin-right: auto;
  margin-left: auto;
}

.opg-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 44px;
}

.opg-section-heading > p {
  max-width: 34em;
  margin: 0 0 5px;
  color: #536870;
  font-size: 0.98rem;
  line-height: 1.7;
}

.opg-gallery-grid {
  min-height: 490px;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr 0.65fr;
  grid-template-rows: repeat(2, 238px);
  gap: 12px;
}

.opg-gallery-grid.is-dynamic {
  grid-auto-rows: 238px;
  grid-template-rows: none;
}

.opg-gallery-grid.is-dynamic .opg-gallery-item-large {
  grid-row: span 2;
}

.opg-gallery-grid.is-dynamic .opg-gallery-item-wide {
  grid-column: span 2;
}

.opg-gallery-item {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  background: #cdd9dd;
  border: 0;
  border-radius: 5px;
  cursor: zoom-in;
}

.opg-gallery-item-large {
  grid-row: 1 / span 2;
}

.opg-gallery-item-wide {
  grid-column: 2 / span 2;
}

.opg-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease);
}

.opg-gallery-item:nth-child(2) img {
  object-position: 65% 48%;
}

.opg-gallery-item:nth-child(3) img {
  object-position: 62% 58%;
}

.opg-gallery-item:hover img {
  transform: scale(1.035);
}

.opg-gallery-item > span {
  position: absolute;
  right: 14px;
  bottom: 13px;
  left: 14px;
  padding: 30px 14px 11px;
  color: #fffdf8;
  background: linear-gradient(0deg, rgba(7, 51, 61, 0.76), transparent);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.opg-gallery-item:focus-visible,
.opg-add-product-button:focus-visible,
.opg-form-save:focus-visible,
.opg-form-cancel:focus-visible,
.opg-dialog-close:focus-visible,
.opg-product-delete:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.opg-products {
  padding: 108px clamp(24px, 5vw, 76px) 126px;
  background:
    radial-gradient(circle at 16% 24%, rgba(122, 92, 54, 0.04) 0 1px, transparent 1.4px),
    #fbf8f2;
  background-size: 28px 26px, auto;
}

.opg-contact {
  padding: 94px clamp(24px, 5vw, 76px) 104px;
  background: #e1ebf0;
}

.opg-contact-inner {
  width: min(100%, 1380px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  align-items: start;
  gap: clamp(54px, 8vw, 120px);
}

.opg-contact-heading h2 {
  margin: 14px 0 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.35rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
}

.opg-contact-heading h2 span {
  color: var(--gold);
}

.opg-contact-heading > p:last-child {
  max-width: 35em;
  margin: 20px 0 0;
  color: #536870;
  font-size: 0.96rem;
  line-height: 1.7;
}

.opg-contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(22, 79, 99, 0.22);
}

.opg-contact-list[data-count="1"] {
  grid-template-columns: 1fr;
}

.opg-contact-list[data-count="1"] .opg-contact-item,
.opg-contact-list[data-count="3"] .opg-contact-item:last-child,
.opg-contact-list[data-count="5"] .opg-contact-item:last-child {
  border-right: 0;
}

.opg-contact-list[data-count="3"] .opg-contact-item:last-child,
.opg-contact-list[data-count="5"] .opg-contact-item:last-child {
  grid-column: 1 / -1;
}

.opg-contact-item {
  min-width: 0;
  min-height: 104px;
  padding: 21px 18px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(22, 79, 99, 0.22);
  color: var(--ink);
  transition: background-color 180ms var(--ease), transform 180ms var(--ease);
}

.opg-contact-item:nth-child(odd) {
  border-right: 1px solid rgba(22, 79, 99, 0.22);
}

.opg-contact-item:hover,
.opg-contact-item:focus-visible {
  background: rgba(255, 253, 249, 0.45);
  outline: none;
}

.opg-contact-item:active {
  transform: translateY(1px);
}

.opg-contact-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #b9852e;
}

.opg-contact-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.opg-contact-copy {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.opg-contact-copy strong {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.opg-contact-copy > span {
  overflow-wrap: anywhere;
  color: #536870;
  font-size: 0.9rem;
  line-height: 1.4;
}

.opg-contact-arrow {
  color: #b9852e;
  font-size: 1.25rem;
  transition: transform 180ms var(--ease);
}

.opg-contact-item:hover .opg-contact-arrow {
  transform: translateX(3px);
}

.opg-products-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 42px;
  margin-bottom: 46px;
}

.opg-products-heading > div > p:last-child {
  margin: 18px 0 0;
  color: #5a5752;
  font-size: 0.98rem;
}

.opg-add-product-button {
  flex: 0 0 auto;
  gap: 10px;
  color: #fffdf8;
  background: var(--ink);
  border: 1px solid var(--ink);
}

.opg-add-product-button:hover {
  background: #0d6078;
}

.opg-add-product-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

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

.producer-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.opg-public-state {
  min-height: 55dvh;
  padding: 90px 24px;
  display: grid;
  place-content: center;
  justify-items: center;
  color: #55666b;
  background: #fbf8f2;
  text-align: center;
}

.opg-public-state h1,
.opg-public-empty h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

.opg-public-state p,
.opg-public-empty p {
  max-width: 48ch;
  margin: 10px 0 0;
  line-height: 1.6;
}

.opg-public-state a,
.opg-public-empty a {
  margin-top: 20px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.opg-public-empty {
  min-height: 280px;
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(22, 79, 99, 0.3);
  border-radius: 6px;
  text-align: center;
}

.opg-about-copy h2 i {
  color: var(--gold);
  font-style: normal;
}

.opg-product-card {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(250px, 1.04fr) minmax(0, 0.96fr);
  overflow: hidden;
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(139, 111, 75, 0.23);
  border-radius: 7px;
  box-shadow: 0 10px 26px rgba(70, 55, 35, 0.05);
}

.opg-product-image {
  min-height: 300px;
  aspect-ratio: 4 / 5;
  align-self: start;
  overflow: hidden;
  position: relative;
  background: #d8d0c2;
}

.opg-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
  transition: transform 320ms var(--ease);
}

.opg-product-image-trigger {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.opg-product-image-trigger:hover img {
  transform: scale(1.018);
}

.opg-product-image-trigger:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: -5px;
}

.opg-product-image-expand {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  background: rgba(5, 56, 69, 0.86);
  color: #fff;
  box-shadow: 0 7px 18px rgba(4, 36, 44, 0.18);
  pointer-events: none;
}

.opg-product-image-expand svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.opg-product-gallery-controls {
  padding: 5px;
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 5px;
  background: rgba(5, 56, 69, 0.88);
  color: #fff;
  box-shadow: 0 7px 18px rgba(4, 36, 44, 0.22);
  transform: translateX(-50%);
  backdrop-filter: blur(6px);
}

.opg-product-gallery-controls button {
  width: 31px;
  height: 31px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.opg-product-gallery-controls button:hover,
.opg-product-gallery-controls button:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  outline: none;
}

.opg-product-gallery-controls svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.opg-product-gallery-controls span {
  min-width: 34px;
  font-size: 0.68rem;
  font-weight: 750;
  text-align: center;
}

.opg-product-image-olives img {
  object-position: 22% 69%;
  transform: scale(1.25);
}

.opg-product-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 31px 30px 28px;
}

.opg-product-category {
  margin: 0;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.opg-product-body h3 {
  margin: 10px 0 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.18;
}

.opg-product-description {
  margin: 17px 0 0;
  color: #5a5752;
  font-size: 0.9rem;
  line-height: 1.62;
  overflow-wrap: anywhere;
  white-space: break-spaces;
}

.opg-product-description.is-collapsed {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.opg-product-description-toggle {
  width: fit-content;
  margin-top: 10px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(22, 79, 99, 0.35);
  background: transparent;
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 750;
  cursor: pointer;
}

.opg-product-description-toggle:hover,
.opg-product-description-toggle:focus-visible {
  border-bottom-color: currentColor;
  outline: none;
}

.opg-product-footer {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 18px;
  margin-top: auto;
  padding-top: 28px;
}

.opg-product-footer p {
  display: grid;
  gap: 2px;
  margin: 0;
}

.opg-product-footer strong {
  color: var(--ink);
  font-size: 1.15rem;
}

.opg-product-footer p span {
  color: #7b756d;
  font-size: 0.75rem;
}

.opg-product-delete {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fffdf8;
  background: rgba(7, 65, 79, 0.88);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.opg-product-delete svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.opg-gallery-dialog,
.opg-product-dialog {
  width: min(calc(100% - 32px), 960px);
  max-height: calc(100dvh - 32px);
  padding: 0;
  overflow: auto;
  color: var(--text);
  background: #fffdf8;
  border: 1px solid rgba(139, 111, 75, 0.24);
  border-radius: 7px;
  box-shadow: 0 26px 70px rgba(24, 35, 38, 0.26);
}

.opg-product-lightbox {
  width: min(calc(100% - 32px), 1320px);
  max-height: calc(100dvh - 32px);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: #102d35;
  color: #fffdf8;
  box-shadow: 0 30px 90px rgba(5, 24, 29, 0.5);
}

.opg-product-lightbox::backdrop {
  background: rgba(5, 25, 31, 0.88);
  backdrop-filter: blur(5px);
}

.opg-product-lightbox-content {
  min-height: min(780px, calc(100dvh - 34px));
  padding: 64px 88px 28px;
  position: relative;
  display: grid;
  place-items: center;
}

.opg-product-lightbox figure {
  width: 100%;
  height: 100%;
  min-width: 0;
  margin: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
}

.opg-product-lightbox figure img {
  width: 100%;
  height: 100%;
  max-height: calc(100dvh - 150px);
  display: block;
  object-fit: contain;
}

.opg-product-lightbox figcaption {
  min-width: 0;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.opg-product-lightbox figcaption strong {
  overflow: hidden;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.opg-product-lightbox figcaption span {
  flex: 0 0 auto;
  color: #e1b45e;
  font-size: 0.78rem;
  font-weight: 800;
}

.opg-product-lightbox-close,
.opg-product-lightbox-nav {
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
}

.opg-product-lightbox-close {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  border-radius: 4px;
}

.opg-product-lightbox-nav {
  width: 54px;
  height: 64px;
  position: absolute;
  top: 50%;
  z-index: 2;
  border-radius: 4px;
  transform: translateY(-50%);
}

.opg-product-lightbox-nav.is-previous {
  left: 18px;
}

.opg-product-lightbox-nav.is-next {
  right: 18px;
}

.opg-product-lightbox-close:hover,
.opg-product-lightbox-close:focus-visible,
.opg-product-lightbox-nav:hover,
.opg-product-lightbox-nav:focus-visible {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.16);
  outline: none;
}

.opg-product-lightbox-close svg,
.opg-product-lightbox-nav svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.opg-gallery-dialog::backdrop,
.opg-product-dialog::backdrop {
  background: rgba(8, 31, 38, 0.78);
  backdrop-filter: blur(4px);
}

.opg-gallery-dialog-content {
  position: relative;
  padding: 16px;
}

.opg-gallery-dialog-content > img {
  width: 100%;
  max-height: calc(100dvh - 150px);
  object-fit: contain;
  background: #e1ebf0;
  border-radius: 4px;
}

.opg-gallery-dialog-content > p {
  margin: 13px 4px 2px;
  color: #53514d;
  font-size: 0.88rem;
}

.opg-dialog-close {
  width: 38px;
  height: 38px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  color: var(--ink);
  background: #f8eed9;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.opg-gallery-dialog .opg-dialog-close {
  position: absolute;
  top: 27px;
  right: 27px;
  z-index: 2;
  color: #fffdf8;
  background: rgba(7, 65, 79, 0.88);
}

.opg-dialog-close svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.opg-product-dialog {
  width: min(calc(100% - 32px), 720px);
}

.opg-product-form {
  padding: 34px;
}

.opg-product-form > header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(22, 79, 99, 0.16);
}

.opg-product-form h2 {
  margin: 9px 0 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
}

.opg-product-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.opg-product-form-wide {
  grid-column: 1 / -1;
}

.opg-product-form-status {
  min-height: 1.4em;
  margin: 14px 0 0;
  color: #9a532f;
  font-size: 0.8rem;
}

.opg-product-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 8px;
}

.opg-form-cancel {
  color: var(--ink);
  background: transparent;
  border: 1px solid rgba(22, 79, 99, 0.32);
}

.opg-form-cancel:hover {
  background: #edf3f4;
}

.opg-form-save {
  color: #fffdf8;
  background: var(--ink);
  border: 1px solid var(--ink);
}

.opg-form-save:hover {
  background: #0d6078;
}

@media (max-width: 980px) {
  .opg-profile-hero {
    min-height: 610px;
  }

  .opg-profile-hero-image {
    object-position: 58% 48%;
  }

  .opg-profile-hero h1 {
    font-size: 4.1rem;
  }

  .opg-about {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .opg-about-copy {
    max-width: 760px;
  }

  .opg-about-figure {
    width: min(100%, 760px);
  }

  .opg-gallery-grid {
    min-height: 680px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 330px 170px 170px;
  }

  .opg-gallery-item-large {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .opg-gallery-item-wide {
    grid-column: 1 / -1;
  }

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

@media (max-width: 680px) {
  .opg-profile-hero {
    min-height: 620px;
  }

  .opg-profile-hero-image {
    object-position: 64% center;
  }

  .opg-profile-hero-shade {
    background:
      linear-gradient(90deg, rgba(4, 42, 50, 0.88), rgba(5, 49, 60, 0.42)),
      linear-gradient(0deg, rgba(3, 34, 42, 0.72), transparent 68%);
  }

  .opg-profile-hero-content {
    padding: 56px 22px 54px;
  }

  .opg-breadcrumb {
    margin-bottom: 23px;
    font-size: 0.68rem;
  }

  .opg-profile-hero h1 {
    font-size: 3.25rem;
  }

  .opg-profile-lead {
    margin-top: 20px;
    font-size: 1rem;
  }

  .opg-profile-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
    margin-top: 28px;
  }

  .opg-profile-button {
    width: 100%;
  }

  .opg-about {
    gap: 48px;
    padding: 74px 20px 82px;
  }

  .opg-about-copy h2,
  .opg-section-heading h2,
  .opg-products-heading h2 {
    font-size: 2.45rem;
  }

  .opg-about-copy > p:not(.opg-section-kicker) {
    font-size: 0.95rem;
  }

  .opg-facts {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .opg-facts div {
    padding: 16px 0;
  }

  .opg-facts div + div {
    border-top: 1px solid rgba(22, 79, 99, 0.18);
    border-left: 0;
  }

  .opg-about-figure::before {
    top: -10px;
    right: -8px;
  }

  .opg-about-figure figcaption {
    width: 92%;
    margin-top: -16px;
  }

  .opg-gallery,
  .opg-products,
  .opg-contact {
    padding: 72px 18px 78px;
  }

  .opg-contact-inner,
  .opg-contact-list {
    grid-template-columns: 1fr;
  }

  .opg-contact-inner {
    gap: 38px;
  }

  .opg-contact-heading h2 {
    font-size: 2.45rem;
  }

  .opg-contact-item:nth-child(odd) {
    border-right: 0;
  }

  .opg-section-heading,
  .opg-products-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .opg-section-heading {
    margin-bottom: 32px;
  }

  .opg-gallery-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .opg-gallery-item,
  .opg-gallery-item-large,
  .opg-gallery-item-wide {
    min-height: 230px;
    grid-column: auto;
    grid-row: auto;
  }

  .opg-gallery-item-large {
    min-height: 310px;
  }

  .opg-products-heading {
    margin-bottom: 34px;
  }

  .opg-add-product-button {
    width: 100%;
  }

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

  .opg-product-image {
    min-height: 240px;
    aspect-ratio: 4 / 3;
  }

  .opg-product-body {
    min-height: 280px;
    padding: 26px 23px 24px;
  }

  .opg-product-lightbox-content {
    min-height: calc(100dvh - 34px);
    padding: 62px 48px 22px;
  }

  .opg-product-lightbox-nav {
    width: 42px;
    height: 54px;
  }

  .opg-product-lightbox-nav.is-previous {
    left: 5px;
  }

  .opg-product-lightbox-nav.is-next {
    right: 5px;
  }

  .opg-product-lightbox figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .opg-product-form {
    padding: 24px 20px;
  }

  .opg-product-form-grid {
    grid-template-columns: 1fr;
  }

  .opg-product-form-wide {
    grid-column: auto;
  }

  .opg-product-form-actions {
    flex-direction: column-reverse;
  }

  .opg-form-save,
  .opg-form-cancel {
    width: 100%;
  }
}
