:root {
  --cream: #f9f6f0;
  --cream-2: #f1ebe0;
  --ink: #1a1a1a;
  --muted: #5c5c5c;
  --green: #1e3a27;
  --green-2: #2c5638;
  --gold: #e3b93a;
  --gold-2: #c49a22;
  --white: #ffffff;
  --line: rgba(30, 58, 39, 0.12);
  --shadow: 0 18px 40px rgba(30, 58, 39, 0.08);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Outfit", system-ui, sans-serif;
  --script: "Great Vibes", cursive;
  --max: 1280px;
  --radius: 8px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.65;
}

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

a {
  color: var(--green);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--gold-2);
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.15;
  color: var(--green);
  letter-spacing: 0.01em;
}

h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  margin: 0 0 0.6rem;
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin: 0 0 0.8rem;
}

h3 {
  font-size: 1.35rem;
  margin: 0 0 0.4rem;
}

p {
  margin: 0 0 1rem;
}

.muted {
  color: var(--muted);
}

.container {
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--green);
  color: var(--cream);
  padding: 0.6rem 1rem;
  z-index: 100;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

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

.crumb {
  background: #fff;
  border-bottom: 1px solid var(--line);
  font-size: 0.82rem;
}

.crumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0.55rem 0;
}

.crumb li:not(:last-child)::after {
  content: "/";
  margin-left: 0.45rem;
  color: var(--muted);
}

.crumb a {
  text-decoration: none;
}

.crumb [aria-current="page"] {
  color: var(--muted);
}

.topbar {
  background: var(--green);
  color: var(--cream);
  font-size: 0.85rem;
}

.topbar a {
  color: var(--cream);
  text-decoration: none;
}

.topbar a:hover {
  color: var(--gold);
}

.topbar__inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  min-height: 2.4rem;
  flex-wrap: wrap;
}

.topbar p {
  margin: 0.35rem 0;
}

.topbar__links,
.topbar__meta {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.topbar__portal {
  border: 1px solid rgba(197, 155, 39, 0.55);
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--line);
  overflow: visible;
}

.site-header.is-solid {
  box-shadow: 0 10px 30px rgba(20, 30, 20, 0.06);
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  min-height: 5.4rem;
  position: relative;
}

.brand {
  display: flex;
  align-items: center;
  align-self: stretch;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 0.2rem 0.1rem 0.2rem 0;
  flex-shrink: 0;
}

.inner .brand {
  width: auto;
  height: auto;
  margin-bottom: 0;
  box-shadow: none;
  background: transparent;
}

.brand img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  background: transparent;
}

.inner .brand img {
  width: 72px;
  height: 72px;
}

.nav {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.nav__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.15rem;
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__links li {
  margin: 0;
}

.nav__links a {
  text-decoration: none;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0;
}

.nav__links a:hover,
.nav__links a.is-active {
  color: var(--gold-2);
}

.nav__links a.is-active {
  box-shadow: inset 0 -2px 0 var(--gold);
}

.header-aside {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-left: auto;
}

.header-phone {
  text-align: right;
  margin-right: 0.4rem;
  line-height: 1.2;
}

.header-phone small {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.header-phone a {
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--green);
  text-decoration: none;
}

.nav__cta {
  background: var(--gold);
  color: #1a1406 !important;
  padding: 0.72rem 1.1rem;
  border-radius: 2px;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--gold);
  white-space: nowrap;
}

.nav__cta:hover {
  background: #edc64a;
  color: #1a1406 !important;
}

.nav__cta--alt {
  background: transparent;
  color: var(--green) !important;
  border-color: var(--gold);
}

.nav__cta--alt:hover {
  background: var(--gold);
  color: #1a1406 !important;
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--green);
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  font: inherit;
  cursor: pointer;
}

.nav-toggle__bars {
  width: 16px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  background: currentColor;
  background-clip: content-box;
  padding: 4px 0 0;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0 4rem;
  background:
    radial-gradient(circle at 80% 10%, rgba(197, 155, 39, 0.14), transparent 36%),
    linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  top: 8%;
  width: 70px;
  height: 58%;
  background: url("../img/wheat.svg") no-repeat center / contain;
  opacity: 0.22;
  pointer-events: none;
}

.hero::before {
  left: 3%;
}

.hero::after {
  right: 3%;
  transform: scaleX(-1);
}

.hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--gold-2);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--gold);
}

.hero p.lead {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-style: italic;
  color: var(--muted);
  margin-bottom: 1.8rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.95rem 1.7rem;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  border: 1px solid transparent;
  transition: 0.2s ease;
}

.btn--primary {
  background: var(--green);
  color: var(--cream);
}

.btn--primary:hover {
  background: var(--green-2);
  color: var(--cream);
}

.btn--ghost {
  border-color: rgba(30, 58, 39, 0.28);
  color: var(--green);
  background: transparent;
}

.btn--ghost:hover {
  background: var(--green);
  color: var(--cream);
}

.section {
  padding: 4.2rem 0;
}

.section--alt {
  background: var(--white);
  border-block: 1px solid var(--line);
}

.section-head {
  max-width: 640px;
  margin-bottom: 2rem;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
}

.stat {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem 1rem;
  text-align: center;
  box-shadow: var(--shadow);
}

.stat strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.8rem;
  color: var(--green);
}

.stat span {
  color: var(--muted);
  font-size: 0.9rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}

.panel {
  background: var(--green);
  color: var(--cream);
  border-radius: var(--radius);
  padding: 2rem;
  min-height: 280px;
  position: relative;
  overflow: hidden;
}

.panel h3,
.panel p {
  color: var(--cream);
  position: relative;
  z-index: 1;
}

.panel::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -30px;
  width: 180px;
  height: 240px;
  background: url("../img/basak.png") no-repeat right bottom / contain;
  opacity: 0.35;
  mix-blend-mode: screen;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem;
  box-shadow: var(--shadow);
}

.card a {
  text-decoration: none;
}

.card small,
.card-kicker {
  color: var(--gold-2);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
  margin: 0 0 0.35rem;
}

.timeline {
  border-left: 2px solid var(--gold);
  padding-left: 1.4rem;
  margin: 0;
  display: grid;
  gap: 1.2rem;
  list-style: none;
}

.timeline li {
  position: relative;
}

.timeline li::before {
  content: "";
  position: absolute;
  left: -1.72rem;
  top: 0.45rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px var(--cream);
}

.timeline time {
  display: block;
  color: var(--gold-2);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.timeline strong {
  color: var(--gold-2);
  font-size: 0.9rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
}

.contact-form,
.info-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  position: relative;
}

label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0.85rem 0 0.35rem;
}

input,
textarea,
select {
  width: 100%;
  font: inherit;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
  color: var(--ink);
}

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

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

.alert {
  padding: 0.85rem 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.alert--ok {
  background: #e8f4ea;
  color: var(--green);
}

.alert--err {
  background: #f8e8e6;
  color: #7a2e24;
}

.checkbox {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  margin: 1rem 0;
  font-size: 0.9rem;
}

.checkbox input {
  width: auto;
  margin-top: 0.25rem;
}

.site-footer {
  background: var(--green);
  color: #dce7de;
  padding: 3rem 0 1.4rem;
  margin-top: 2rem;
}

.site-footer a {
  color: #f3ead2;
  text-decoration: none;
}

.site-footer__logo {
  display: inline-block;
  margin-bottom: 0.6rem;
}

.site-footer__logo img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  background: var(--cream);
  border-radius: 10px;
  padding: 0.2rem;
}

.site-footer__address {
  font-style: normal;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr 1fr;
  gap: 1.5rem;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer li {
  margin: 0.35rem 0;
}

.site-footer__brand {
  font-family: var(--serif);
  font-size: 1.8rem;
  color: var(--cream);
  margin: 0 0 0.4rem;
}

.site-footer__title {
  color: var(--gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

.site-footer .muted {
  color: #b7c4b8;
}

.social {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.site-footer__copy {
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1rem;
  font-size: 0.88rem;
}

.page-hero {
  padding: 3rem 0 1.5rem;
}

.rich p {
  max-width: 70ch;
}

.legal h2 {
  margin-top: 1.8rem;
  font-size: 1.35rem;
}

.legal h3 {
  font-size: 1.05rem;
  margin: 1rem 0 0.4rem;
}

.legal ul {
  max-width: 70ch;
  padding-left: 1.2rem;
}

.legal li {
  margin: 0.35rem 0;
}

.map {
  width: 100%;
  min-height: 220px;
  border: 0;
  border-radius: 12px;
  margin-top: 0.6rem;
}

.split-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.split-cta article {
  border-radius: var(--radius);
  padding: 1.6rem;
  border: 1px solid var(--line);
}

.split-cta article:first-child {
  background: var(--white);
}

.split-cta article:last-child {
  background: var(--green);
  color: var(--cream);
  border-color: transparent;
}

.split-cta article:last-child h2,
.split-cta article:last-child p {
  color: var(--cream);
}

body.home .site-header {
  overflow: visible;
  background: #fff;
  border-bottom-color: transparent;
}

body.home .brand {
  margin-bottom: -2.4rem;
}

.hero-video {
  position: relative;
  min-height: calc(100vh - 8.2rem);
  display: grid;
  align-items: center;
  justify-items: center;
  color: #fff;
  overflow: hidden;
  padding: 7rem 0 8rem;
  text-align: center;
}

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

.hero-video__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 22, 14, 0.18) 0%, rgba(10, 22, 14, 0.28) 45%, rgba(10, 22, 14, 0.55) 100%);
}

.hero-video__tear {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 32px;
  z-index: 2;
  background: #fff;
  clip-path: polygon(
    0 0, 100% 0, 100% 8px,
    94% 100%, 88% 18px, 82% 92%, 74% 12px, 66% 100%,
    58% 22px, 50% 88%, 42% 10px, 34% 100%, 26% 20px,
    18% 90%, 10% 16px, 0 100%
  );
}

.hero-video__content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.hero-script {
  font-family: var(--script);
  font-size: clamp(5.4rem, 14vw, 9.5rem);
  line-height: 0.85;
  color: #fff;
  margin: 0 0 0.35rem;
  font-weight: 400;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}

.hero-script--sm {
  font-size: clamp(3.2rem, 6vw, 4.8rem);
  margin-bottom: 0.2rem;
}

.hero-video h1 {
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(1.85rem, 4.2vw, 3.15rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.18;
  max-width: 18ch;
  margin: 0 auto 1.1rem;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.hero-video .lead {
  font-family: var(--sans);
  font-size: 1.02rem;
  font-style: normal;
  color: rgba(255, 255, 255, 0.9);
  max-width: 38rem;
  margin: 0 auto 1.6rem;
  line-height: 1.55;
}

.hero-video .actions {
  justify-content: center;
}

.hero-watch {
  position: absolute;
  left: 6%;
  bottom: 1.6rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #1c1c1c;
  color: #fff;
  text-decoration: none;
  padding: 0.7rem 1.15rem 0.7rem 0.7rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.hero-watch__play {
  width: 42px;
  height: 42px;
  background: var(--gold);
  display: grid;
  place-items: center;
}

.hero-watch__play::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #1a1406;
  margin-left: 2px;
}

.hero-dots {
  position: absolute;
  left: calc(6% + 220px);
  bottom: 2.4rem;
  z-index: 3;
  display: flex;
  gap: 0.45rem;
}

.hero-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  display: block;
}

.hero-dots i.is-on {
  background: var(--gold);
}

.hero-down {
  position: absolute;
  right: 6%;
  bottom: 1.6rem;
  z-index: 3;
  width: 52px;
  height: 52px;
  background: var(--gold);
  display: grid;
  place-items: center;
}

.hero-down::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #1a1406;
  border-bottom: 2px solid #1a1406;
  transform: rotate(45deg) translateY(-2px);
}

.eyebrow--light {
  color: var(--gold);
}

.eyebrow--light::before,
.eyebrow--light::after {
  background: var(--gold);
}

.btn--gold {
  background: var(--gold);
  color: #1a1406;
}

.btn--gold:hover {
  background: #d4ae3a;
  color: #1a1406;
}

.btn--light {
  background: #fff;
  color: var(--green);
}

.btn--light:hover {
  background: var(--cream);
  color: var(--green);
}

.btn--ghost-light {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.btn--ghost-light:hover {
  background: #fff;
  color: var(--green);
}

.scroll-hint {
  position: absolute;
  right: 8%;
  bottom: 1.6rem;
  z-index: 2;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
}

.stats-band {
  position: relative;
  z-index: 3;
  margin-top: -2.6rem;
}

.stats--overlay {
  margin-top: 0;
}

.section-head--center {
  text-align: center;
  margin-inline: auto;
}

.process__grid,
.process {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.1rem;
  counter-reset: step;
}

.process li {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem 1.15rem 1.2rem;
  box-shadow: var(--shadow);
  text-align: center;
}

.process li::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  display: block;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--gold-2);
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
}

.process h3 {
  margin-top: 0.35rem;
}

.process p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
}

.icon-mark {
  width: 4.4rem;
  height: 4.4rem;
  margin: 0 auto 0.85rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(227, 185, 58, 0.5);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 22%, rgba(227, 185, 58, 0.2), transparent 58%),
    #fff;
}

.icon-mark img {
  width: 2.15rem;
  height: 2.15rem;
}

.process__thumb {
  width: 100%;
  height: 88px;
  object-fit: cover;
  border-radius: 10px;
}

.split-photo {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  padding: 0;
  min-height: 520px;
}

.split-photo__img {
  background-size: cover;
  background-position: center;
  min-height: 360px;
  margin: 0;
}

.split-photo__copy {
  padding: 4rem 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: var(--cream);
}

.media-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1rem;
}

.media-card {
  position: relative;
  display: block;
  min-height: 280px;
  border-radius: var(--radius);
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.media-card div {
  position: absolute;
  inset: auto 0 0;
  padding: 1.4rem;
  background: linear-gradient(transparent, rgba(10, 22, 14, 0.88));
  z-index: 1;
}

.media-card small {
  color: var(--gold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.media-card h3 {
  color: #fff;
  margin: 0.2rem 0 0.4rem;
}

.media-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  margin: 0 0 0.45rem;
  line-height: 1.4;
}

.media-card--wide {
  grid-row: span 2;
  min-height: 580px;
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.quality-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 0.8rem;
}

.center-actions {
  text-align: center;
  margin-top: 2rem;
}

.cta-photo {
  background-size: cover;
  background-position: center;
  padding: 6rem 1rem;
  position: relative;
}

.cta-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 28, 18, 0.62);
}

.cta-photo__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.cta-photo h2 {
  color: #fff;
}

.cta-photo p {
  color: rgba(255, 255, 255, 0.88);
}

.markets {
  background: var(--white);
  padding: 3.5rem 0;
  border-top: 1px solid var(--line);
}

.markets h2 {
  margin-bottom: 0.4rem;
}

.markets__lead {
  max-width: 46rem;
  margin-bottom: 1.6rem;
}

.markets__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.8rem;
}

.market {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid var(--line);
  background: #fff;
}

.market span {
  font-size: 0.92rem;
}

.market--own {
  background: var(--green);
  color: #fff;
  border-color: transparent;
}

.market--trendyol {
  color: #f27a1a;
}

.market--hb {
  color: #ff6000;
}

.market--amazon {
  color: #232f3e;
}

.market--pazarama {
  color: #e31e24;
}

.market--ptt {
  color: #e3b505;
}

.stats-band--plain {
  margin-top: 0;
  padding: 0 0 3rem;
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.benefits__grid article {
  background: #fff;
  border: 1px solid var(--line);
  padding: 2rem 1.5rem 1.6rem;
  text-align: center;
  box-shadow: var(--shadow);
  height: 100%;
}

.benefits__grid img {
  margin: 0;
}

.benefits__thumb {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
}

.about-years {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0.4rem 0 1.2rem;
  background: var(--green);
  color: #fff;
  padding: 0.55rem 1rem;
}

.about-years strong {
  font-family: var(--serif);
  font-size: 1.8rem;
  line-height: 1;
}

.about-years span {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-tiles .media-card {
  min-height: 420px;
}

.touch {
  background: var(--green);
  color: #dce7de;
  padding: 4.2rem 0;
}

.touch h2,
.touch h3 {
  color: #fff;
}

.touch .eyebrow {
  color: var(--gold);
}

.touch .eyebrow::before,
.touch .eyebrow::after {
  background: var(--gold);
}

.touch__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.touch address {
  font-style: normal;
  margin: 0;
}

.touch__grid article {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.6rem;
}

.touch small {
  color: var(--gold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
}

.touch a {
  color: #f3ead2;
}

.home .markets {
  padding: 2.4rem 0 2.8rem;
  text-align: center;
}

.home .markets .section-head,
.home .markets h2 {
  margin-left: auto;
  margin-right: auto;
}

.home .markets__lead {
  margin-inline: auto;
}

.page-hero--photo {
  min-height: 48vh;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding: 7rem 0 2.8rem;
}

.page-hero--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, rgba(10, 22, 14, 0.78));
}

.page-hero--photo .container {
  position: relative;
  z-index: 1;
}

.page-hero--photo h1,
.page-hero--photo .muted,
.page-hero--photo p {
  color: #fff;
}

.page-hero--photo a {
  color: var(--gold);
}

.page-hero--photo .eyebrow {
  color: var(--gold);
}

.site-footer {
  margin-top: 0;
}

.card--photo img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 0.8rem;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-family: var(--serif);
  font-size: 1.35rem;
  color: var(--green);
  margin-bottom: 0.4rem;
  padding: 0;
}

.figure-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  list-style: none;
  margin: 1.8rem 0 0;
  padding: 0;
  max-width: none;
}

.figure-row figure {
  margin: 0;
}

.figure-row img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
}

.figure-row figcaption {
  font-size: 0.86rem;
  color: var(--muted);
  margin-top: 0.45rem;
  line-height: 1.4;
}

address {
  font-style: normal;
}

.media-card span {
  color: var(--gold);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}

@media (max-width: 1280px) {
  .header-phone {
    display: none;
  }
}

@media (max-width: 900px) {
  .stats,
  .cards,
  .grid-2,
  .contact-grid,
  .site-footer__grid,
  .split-cta,
  .process__grid,
  .process,
  .split-photo,
  .media-grid,
  .quality-grid,
  .markets__list,
  .benefits__grid,
  .product-tiles,
  .touch__grid,
  .figure-row {
    grid-template-columns: 1fr;
  }

  .media-card--wide {
    grid-row: auto;
    min-height: 320px;
  }

  .site-header__inner {
    min-height: 4.6rem;
  }

  .brand,
  .inner .brand {
    width: auto;
    height: auto;
    min-height: 0;
    margin-bottom: 0;
    box-shadow: none;
    background: transparent;
  }

  .brand img,
  .inner .brand img {
    width: 58px;
    height: 58px;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    padding: 0.9rem 1rem 1.3rem;
    gap: 1rem;
    flex: none;
  }

  .nav.is-open {
    display: flex;
  }

  .nav__links {
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem;
    position: static;
    transform: none;
  }

  .header-aside {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    gap: 0.5rem;
  }

  .header-phone {
    display: block;
    text-align: left;
  }

  .nav__cta {
    text-align: center;
  }

  .hero-watch,
  .hero-dots {
    left: 1rem;
  }

  .hero-dots {
    display: none;
  }

  .hero-down {
    right: 1rem;
  }

  .hero::before,
  .hero::after {
    display: none;
  }
}

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

  .hero-video__media {
    display: none;
  }

  .hero-video {
    background: #14301c url("../img/photos/hero-celtik.jpg") center / cover;
  }
}
