/* ============================================================
   Gamrik Mutfak . gamrik.com
   Turkish Anatolian editorial stylesheet
   Palette: Iznik turquoise, pomegranate red, hammered copper, warm ivory
   Type: Newsreader (display serif) + Karla (body)
   Signature: Iznik tile band + Ottoman arch photo frames
   ============================================================ */

:root {
  --ink: #21262a;
  --ink-soft: #4b545b;
  --ink-faint: #7a838b;
  --paper: #fdfaf3;
  --cream: #f6efe1;
  --cream-deep: #ebe0c9;
  --teal: #1c6f6b;
  --teal-deep: #124f4d;
  --teal-night: #0b2e2f;
  --pom: #a02b33;
  --pom-deep: #7b1d24;
  --copper: #b0762f;
  --copper-bright: #d9a15a;
  --copper-pale: #f2e0c3;
  --line: rgba(18, 79, 77, 0.2);
  --line-soft: rgba(18, 79, 77, 0.1);
  --shadow-soft: 0 1px 2px rgba(11, 46, 47, 0.05), 0 10px 30px rgba(11, 46, 47, 0.09);
  --shadow-lift: 0 2px 6px rgba(11, 46, 47, 0.08), 0 24px 50px rgba(11, 46, 47, 0.17);
  --heading-font: 'Newsreader', 'Iowan Old Style', Georgia, serif;
  --body-font: 'Karla', 'Avenir Next', 'Segoe UI', sans-serif;
  --radius-card: 12px;
  --radius-btn: 999px;
  --arch: 210px 210px 12px 12px;
  --iznik-band: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='16' viewBox='0 0 60 16'%3E%3Crect width='60' height='16' fill='%230b2e2f'/%3E%3Crect width='60' height='1.6' fill='%23b0762f' fill-opacity='0.65'/%3E%3Crect y='14.4' width='60' height='1.6' fill='%23b0762f' fill-opacity='0.65'/%3E%3Cpath d='M10 3.4 L12.6 8 L10 12.6 L7.4 8 Z' fill='%23d9a15a'/%3E%3Cpath d='M50 3.4 L52.6 8 L50 12.6 L47.4 8 Z' fill='%23d9a15a'/%3E%3Cpath d='M30 3 L33 8 L30 13 L27 8 Z' fill='%232a8f8a'/%3E%3Cpath d='M30 5.6 L31.4 8 L30 10.4 L28.6 8 Z' fill='%23f2e0c3' fill-opacity='0.85'/%3E%3Ccircle cx='20' cy='8' r='1.5' fill='%23f2e0c3' fill-opacity='0.7'/%3E%3Ccircle cx='40' cy='8' r='1.5' fill='%23f2e0c3' fill-opacity='0.7'/%3E%3Ccircle cx='0' cy='8' r='1.5' fill='%232a8f8a'/%3E%3Ccircle cx='60' cy='8' r='1.5' fill='%232a8f8a'/%3E%3C/svg%3E");
  --tile-texture: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23d9a15a' stroke-opacity='0.055'%3E%3Ccircle cx='0' cy='0' r='23'/%3E%3Ccircle cx='64' cy='0' r='23'/%3E%3Ccircle cx='0' cy='64' r='23'/%3E%3Ccircle cx='64' cy='64' r='23'/%3E%3Ccircle cx='32' cy='32' r='23'/%3E%3Ccircle cx='32' cy='32' r='7'/%3E%3C/g%3E%3C/svg%3E");
}

/* ===== RESET / BASE ===== */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal-deep); text-decoration: none; transition: color 0.25s ease; }
a:hover { color: var(--pom); }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--copper);
  outline-offset: 3px;
  border-radius: 4px;
}
h1, h2, h3, h4 {
  font-family: var(--heading-font);
  font-weight: 600;
  line-height: 1.14;
  color: var(--ink);
}
::selection { background: var(--copper-pale); color: var(--ink); }
.container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }

/* ===== SIGNATURE IZNIK BAND ===== */
.iznik-band {
  height: 16px;
  background-image: var(--iznik-band);
  background-repeat: repeat-x;
  background-size: 60px 16px;
}

/* ===== SHARED EDITORIAL PIECES ===== */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--teal);
}
.kicker::before, .kicker::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}
.kicker--left::before { display: none; }
.section-head { text-align: center; max-width: 780px; margin: 0 auto 64px; }
.section-head h2 {
  font-size: clamp(38px, 4.6vw, 58px);
  letter-spacing: -0.005em;
  margin: 18px 0;
  color: var(--teal-night);
}
.section-head h2 em { font-style: italic; font-weight: 500; color: var(--pom); }
.section-head p {
  font-size: 19px;
  line-height: 1.75;
  color: var(--ink-soft);
  max-width: 660px;
  margin: 0 auto;
}
.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--copper);
  margin: 0 auto;
}
.ornament::before, .ornament::after {
  content: "";
  height: 1px;
  width: 64px;
  background: linear-gradient(90deg, transparent, var(--copper));
}
.ornament::after { background: linear-gradient(90deg, var(--copper), transparent); }
.ornament span { font-size: 15px; line-height: 1; transform: translateY(-1px); }

/* Scroll reveal (class added by JS only, so no JS means fully visible) */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}

/* ===== NAVBAR ===== */
.navbar {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(246, 239, 225, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.navbar.scrolled {
  background: rgba(253, 250, 243, 0.97);
  box-shadow: 0 6px 24px rgba(11, 46, 47, 0.1);
}
.nav-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav-logo {
  font-family: var(--heading-font);
  font-size: 26px;
  font-weight: 600;
  color: var(--teal-deep);
  letter-spacing: 0.01em;
  display: flex;
  align-items: baseline;
  gap: 10px;
  white-space: nowrap;
}
.nav-logo:hover { color: var(--pom); }
.nav-logo .logo-mark { font-size: 21px; transform: translateY(1px); }
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav-links a {
  position: relative;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding: 6px 0;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: var(--copper);
  transition: right 0.3s ease;
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { right: 0; }
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 22px;
  line-height: 1;
  color: var(--teal-deep);
  padding: 8px 12px;
  cursor: pointer;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 28px 100px;
  background:
    radial-gradient(940px 560px at -8% -18%, rgba(176, 118, 47, 0.17), transparent 58%),
    radial-gradient(840px 660px at 104% 108%, rgba(28, 111, 107, 0.15), transparent 55%),
    radial-gradient(600px 420px at 84% -12%, rgba(160, 43, 51, 0.08), transparent 60%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 78px;
  align-items: center;
}
.hero-copy { animation: heroRise 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) both; }
.hero-copy .kicker { margin-bottom: 26px; }
.hero h1 {
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.02;
  letter-spacing: -0.012em;
  color: var(--teal-night);
  margin-bottom: 26px;
}
.hero h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--pom);
  display: block;
}
.hero-lede {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
  color: var(--ink-soft);
  max-width: 540px;
  margin-bottom: 38px;
}
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-bottom: 40px; }
.btn-primary {
  display: inline-block;
  background: var(--teal);
  color: #fff;
  font-weight: 700;
  font-size: 15.5px;
  letter-spacing: 0.06em;
  padding: 17px 38px;
  border-radius: var(--radius-btn);
  box-shadow: 0 14px 30px rgba(18, 79, 77, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.btn-primary:hover {
  background: var(--teal-deep);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(18, 79, 77, 0.38);
}
.hero-fats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.hero-fats span.dot { color: var(--copper); letter-spacing: 0; }

/* Ottoman arch figure */
.hero-figure { position: relative; animation: heroRise 0.9s 0.15s cubic-bezier(0.22, 0.61, 0.36, 1) both; }
.hero-tile {
  position: relative;
  border-radius: var(--arch);
  overflow: hidden;
  box-shadow: var(--shadow-lift);
  border: 1px solid rgba(176, 118, 47, 0.45);
}
.hero-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(11, 46, 47, 0) 58%, rgba(11, 46, 47, 0.44) 100%);
  pointer-events: none;
}
.hero-tile img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 6s ease;
}
.hero-figure:hover .hero-tile img { transform: scale(1.06); }
.hero-tile-base {
  height: 16px;
  margin-top: 12px;
  background-image: var(--iznik-band);
  background-repeat: repeat-x;
  background-size: 60px 16px;
  border-radius: 3px;
  box-shadow: var(--shadow-soft);
}
.hero-frame {
  position: absolute;
  inset: -16px -16px 28px;
  border: 1.5px solid rgba(176, 118, 47, 0.55);
  border-radius: 226px 226px 14px 14px;
  pointer-events: none;
}
.hero-frame::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px dotted rgba(28, 111, 107, 0.5);
  border-radius: 218px 218px 10px 10px;
}
.hero-caption {
  position: absolute;
  left: -30px;
  bottom: 56px;
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
  padding: 14px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero-caption .cap-mark {
  font-family: var(--heading-font);
  font-size: 23px;
  color: var(--copper);
  line-height: 1;
}
.hero-caption .cap-title {
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 600;
  color: var(--teal-deep);
  line-height: 1.2;
}
.hero-caption .cap-sub {
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
@keyframes heroRise {
  from { opacity: 0; transform: translateY(34px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== PRINCIPLES STRIP ===== */
.principles {
  background: var(--paper);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding: 54px 28px;
}
.principles-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.principle {
  padding: 8px 44px;
  border-left: 1px solid var(--line-soft);
}
.principle:first-child { border-left: none; padding-left: 0; }
.principle .p-word {
  font-family: var(--heading-font);
  font-style: italic;
  font-size: 19px;
  color: var(--pom);
  display: block;
  margin-bottom: 6px;
}
.principle h3 { font-size: 25px; margin-bottom: 8px; color: var(--teal-deep); }
.principle p { font-size: 15.5px; line-height: 1.65; color: var(--ink-soft); }

/* ===== RECIPES ===== */
.recipes-section { padding: 110px 28px 100px; }
.recipes-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  align-items: start;
}
.recipe-card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.35s ease;
}
.recipe-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.recipe-media { position: relative; overflow: hidden; }
.recipe-img { width: 100%; height: 248px; object-fit: cover; transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); }
.recipe-card:hover .recipe-img { transform: scale(1.06); }
.recipe-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 46, 47, 0) 62%, rgba(11, 46, 47, 0.34) 100%);
  pointer-events: none;
}
.recipe-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: rgba(253, 250, 243, 0.94);
  color: var(--teal-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: var(--radius-btn);
  box-shadow: 0 4px 12px rgba(11, 46, 47, 0.22);
}
.recipe-info { display: flex; flex-direction: column; flex: 1; padding: 28px 28px 26px; }
.recipe-info h3 {
  font-size: 28px;
  color: var(--teal-deep);
  letter-spacing: -0.005em;
  margin-bottom: 4px;
}
.recipe-sub {
  font-family: var(--heading-font);
  font-style: italic;
  font-size: 18px;
  color: var(--pom);
  margin-bottom: 10px;
}
.recipe-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 14px;
}
.recipe-meta .sep { color: var(--copper); }
.recipe-desc { font-size: 15.5px; line-height: 1.7; color: var(--ink-soft); margin-bottom: 22px; flex-grow: 1; }
.btn-expand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: transparent;
  border: 1.5px solid rgba(160, 43, 51, 0.45);
  border-radius: var(--radius-btn);
  color: var(--pom-deep);
  font-family: var(--body-font);
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 13px 20px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.btn-expand::after { content: "\25BE"; font-size: 12px; transition: transform 0.3s ease; }
.btn-expand:hover { background: var(--pom-deep); border-color: var(--pom-deep); color: var(--copper-pale); }
.recipe-card:has(.recipe-details.active) .btn-expand::after { transform: rotate(180deg); }
.recipe-details {
  display: none;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dashed rgba(176, 118, 47, 0.55);
  animation: detailsIn 0.35s ease;
}
.recipe-details.active { display: block; }
@keyframes detailsIn {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
.recipe-details h4 {
  font-size: 22px;
  color: var(--teal-deep);
  margin: 20px 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.recipe-details h4::after { content: ""; flex: 1; height: 1px; background: var(--line-soft); }
.recipe-details h4:first-child { margin-top: 0; }
.recipe-details ul, .recipe-details ol {
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--ink-soft);
}
.recipe-details li { margin-bottom: 6px; }
.recipe-details li::marker { color: var(--pom); font-weight: 700; }

/* ===== ABOUT / OUR KITCHEN ===== */
.about-section {
  background: var(--cream-deep);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding: 104px 28px;
}
.about-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 76px;
  align-items: center;
}
.about-figure { position: relative; }
.about-tile {
  border-radius: 160px 160px 10px 10px;
  overflow: hidden;
  box-shadow: var(--shadow-lift);
  border: 1px solid rgba(176, 118, 47, 0.45);
}
.about-tile img { width: 100%; height: 480px; object-fit: cover; transition: transform 5s ease; }
.about-figure:hover .about-tile img { transform: scale(1.05); }
.about-tile-base {
  height: 16px;
  margin-top: 12px;
  background-image: var(--iznik-band);
  background-repeat: repeat-x;
  background-size: 60px 16px;
  border-radius: 3px;
}
.about-frame {
  position: absolute;
  inset: -14px -14px 26px;
  border: 1.5px solid rgba(28, 111, 107, 0.45);
  border-radius: 174px 174px 14px 14px;
  pointer-events: none;
}
.about-frame::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px dotted rgba(28, 111, 107, 0.35);
  border-radius: 168px 168px 10px 10px;
}
.about-copy .kicker { margin-bottom: 20px; }
.about-copy h2 {
  font-size: clamp(36px, 4.2vw, 52px);
  color: var(--teal-night);
  letter-spacing: -0.005em;
  margin-bottom: 22px;
}
.about-copy h2 em { font-style: italic; font-weight: 500; color: var(--pom); }
.about-copy p { font-size: 17.5px; line-height: 1.8; color: var(--ink-soft); margin-bottom: 18px; }
.about-sign {
  font-family: var(--heading-font);
  font-style: italic;
  font-size: 26px;
  color: var(--teal);
  margin-top: 10px;
}
.about-sign .afiyet { color: var(--pom); }

/* ===== FOOTER ===== */
.footer {
  background-color: var(--teal-night);
  background-image: var(--tile-texture);
  background-size: 64px 64px;
  color: rgba(242, 236, 220, 0.78);
  padding: 80px 28px 36px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1.2fr;
  gap: 56px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(242, 224, 195, 0.14);
}
.footer-logo {
  font-family: var(--heading-font);
  font-size: 28px;
  font-weight: 600;
  color: #faf5e6;
  margin-bottom: 14px;
}
.footer-brand p { font-size: 15.5px; line-height: 1.75; max-width: 360px; color: rgba(242, 236, 220, 0.7); }
.footer-tag {
  display: inline-block;
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--copper-bright);
}
.footer h4 {
  font-family: var(--body-font);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--copper-bright);
  margin-bottom: 20px;
}
.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  color: rgba(242, 236, 220, 0.72);
  font-size: 15.5px;
  transition: color 0.25s ease, padding-left 0.25s ease;
}
.footer-links a:hover { color: var(--copper-bright); padding-left: 5px; }
.footer-company p { font-size: 14.5px; line-height: 1.85; color: rgba(242, 236, 220, 0.68); }
.footer-company strong { color: #faf5e6; font-weight: 700; }
.footer-company a { color: rgba(242, 236, 220, 0.82); text-decoration: underline; text-underline-offset: 3px; }
.footer-company a:hover { color: var(--copper-bright); }
.footer-bottom { border-top: 1px solid rgba(242, 224, 195, 0.1); padding-top: 22px; margin-top: 30px; text-align: center; }
.footer-bottom p { font-size: 13px; color: rgba(242, 236, 220, 0.42); }

/* ===== LEGAL PAGES ===== */
.legal-main {
  max-width: 880px;
  margin: 0 auto;
  padding: 80px 28px 90px;
  line-height: 1.78;
  color: var(--ink);
}
.legal-main h1 {
  font-size: clamp(42px, 5.2vw, 62px);
  color: var(--teal-night);
  letter-spacing: -0.005em;
  margin-bottom: 10px;
}
.legal-meta {
  font-family: var(--heading-font);
  font-style: italic;
  color: var(--ink-faint);
  font-size: 18px;
}
.legal-main h2 {
  font-size: clamp(26px, 3.2vw, 32px);
  color: var(--teal-deep);
  margin: 44px 0 14px;
  padding-top: 26px;
  border-top: 1px solid var(--line-soft);
}
.legal-main h3 { font-size: 23px; color: var(--teal-deep); margin: 20px 0 10px; }
.legal-main p { margin-bottom: 15px; font-size: 16.5px; color: var(--ink-soft); }
.legal-main ul, .legal-main ol { margin: 15px 0 15px 26px; color: var(--ink-soft); }
.legal-main li { margin-bottom: 9px; font-size: 16.5px; }
.legal-main li::marker { color: var(--pom); }
.legal-main a { color: var(--teal-deep); text-decoration: underline; text-underline-offset: 3px; }
.legal-main a:hover { color: var(--pom); }
.legal-main strong { color: var(--ink); font-weight: 700; }
.company-contact-box {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-left: 4px solid var(--copper);
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
  padding: 28px 32px;
  margin-top: 26px;
}
.company-contact-box h3 { margin-top: 0; color: var(--teal-deep); }
.company-contact-box p { margin-bottom: 6px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-inner { gap: 48px; }
  .hero-tile img { height: 490px; }
  .recipes-grid { grid-template-columns: repeat(2, 1fr); }
  .about-inner { gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .principle { padding: 8px 28px; }
}
@media (max-width: 768px) {
  html { scroll-padding-top: 84px; }
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--paper);
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 4px;
    padding: 22px 28px 28px;
    border-bottom: 1px solid var(--line-soft);
    box-shadow: 0 24px 40px rgba(11, 46, 47, 0.14);
    transform: translateY(-130%);
    transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
    z-index: 150;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { display: block; padding: 12px 0; }
  .nav-links a::after { display: none; }
  .hero { padding: 56px 24px 72px; }
  .hero-inner { grid-template-columns: 1fr; gap: 52px; }
  .hero-lede { max-width: none; }
  .hero-tile img { height: 440px; }
  .hero-caption { left: 12px; bottom: 44px; }
  .principles { padding: 44px 24px; }
  .principles-grid { grid-template-columns: 1fr; gap: 30px; }
  .principle { border-left: none; padding: 26px 0 0; border-top: 1px solid var(--line-soft); }
  .principle:first-child { border-top: none; padding-top: 0; }
  .recipes-section { padding: 84px 24px 76px; }
  .recipes-grid { grid-template-columns: 1fr; }
  .section-head { margin-bottom: 48px; }
  .about-section { padding: 80px 24px; }
  .about-inner { grid-template-columns: 1fr; gap: 52px; }
  .about-tile img { height: 410px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 480px) {
  body { font-size: 18px; }
  .hero h1 { font-size: clamp(40px, 11.5vw, 50px); }
  .hero-lede { font-size: 18px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn-primary { text-align: center; }
  .hero-tile { border-radius: 150px 150px 12px 12px; }
  .hero-frame { border-radius: 166px 166px 14px 14px; }
  .hero-frame::after { border-radius: 158px 158px 10px 10px; }
  .hero-tile img { height: 360px; }
  .hero-caption { padding: 11px 16px; }
  .about-tile { border-radius: 120px 120px 10px 10px; }
  .about-frame { border-radius: 134px 134px 14px 14px; }
  .about-frame::after { border-radius: 128px 128px 10px 10px; }
  .section-head h2 { font-size: 34px; }
  .recipe-info { padding: 24px 22px 22px; }
  .legal-main { padding: 56px 22px 64px; }
  .company-contact-box { padding: 22px; }
}
