
:root {
  --brand-dark: #615a55;
  --brand-gold: #c1a981;
  --brand-cream: #f5f3ef;
  --brand-white: #ffffff;
  --text-main: #615a55;
  --text-soft: #7b736d;
  --border-soft: rgba(97, 90, 85, 0.12);
  --shadow-soft: 0 16px 40px rgba(97, 90, 85, 0.08);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --container: 1180px;
  --tracking-title: 0.1em;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 300;
  color: var(--text-main);
  background: var(--brand-white);
  line-height: 1.7;
}


.cookie-banner{
position:fixed;
bottom:20px;
left:20px;
right:20px;
background:#f5f2ec;
border:1px solid #d8c9b0;
padding:16px;
border-radius:12px;
box-shadow:0 4px 12px rgba(0,0,0,0.15);
display:none;
z-index:9999;
font-family:Arial,sans-serif;
}
.cookie-banner p{
margin:0 0 10px 0;
font-size:14px;
color:#444;
}
.cookie-banner button{
background:#8b6f47;
color:white;
border:none;
padding:10px 18px;
border-radius:8px;
cursor:pointer;
font-size:14px;
}
.cookie-banner a{
color:#8b6f47;
text-decoration:none;
}












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

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

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: var(--brand-dark);
  color: var(--brand-white);
  padding: 0.75rem 1rem;
  z-index: 1000;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
  align-items: start;
  display: grid;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 243, 239, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-soft);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 86px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.brand-text strong,
.footer-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: var(--tracking-title);
  text-transform: uppercase;
}

.brand-text span {
  font-size: 0.84rem;
  color: var(--text-soft);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.95rem;
}

.site-nav a {
  padding: 0.4rem 0;
}

.nav-cta {
  color: var(--brand-gold);
  font-weight: 600;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--border-soft);
  border-radius: 50%;
  background: var(--brand-white);
  padding: 0;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--brand-dark);
}

.hero {
  background: linear-gradient(180deg, var(--brand-cream) 0%, #ffffff 100%);
  padding: 4.5rem 0 4rem;
}

.hero-grid,
.two-columns,
.contact-layout,
.menu-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: center;
}

.hero-content h1,
.section h2 {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--brand-dark);
}

.hero-content h1 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.5rem, 4vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0.04em;
}

.hero-text,
.section-head p,
.section p,
.contact-list p,
.menu-group span,
.menu-block li span,
.note,
.step-card p,
.footer-inner p {
  font-size: 1.02rem;
  color: var(--text-soft);
}

.eyebrow,
.section-label {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-gold);
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 2rem 0 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  border: 1px solid var(--brand-dark);
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-style: italic;
  transition: 0.25s ease;
}

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

.button-primary {
  background: var(--brand-dark);
  color: var(--brand-white);
}

.button-primary:hover {
  background: var(--brand-gold);
  color: var(--brand-dark);
  border-color: var(--brand-gold);
}

.button-secondary {
  background: transparent;
  color: var(--brand-dark);
}

.button-secondary:hover {
  background: var(--brand-cream);
}

.button-full {
  width: 100%;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}

.hero-points li,
.card,
.quote-card,
.step-card,
.menu-highlight,
.contact-form {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: var(--brand-white);
  box-shadow: var(--shadow-soft);
}

.hero-points li {
  padding: 1rem;
  font-size: 0.95rem;
}

.hero-visual {
  position: relative;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: radial-gradient(circle at top, rgba(193, 169, 129, 0.16), transparent 55%), var(--brand-white);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}

.hero-logo {
  width: min(100%, 520px);
  margin: 0 auto;
}

.hero-quote,
.quote-text {
  margin: 1.5rem 0 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 1.3rem;
  color: var(--brand-dark);
}

.section {
  padding: 5.5rem 0;
}

.section-light {
  background: var(--brand-white);
}

.section-cream {
  background: var(--brand-cream);
}

.section-dark {
  background: var(--brand-dark);
  color: var(--brand-white);
}

.section-dark h2,
.section-dark h3,
.section-dark .step-number {
  color: var(--brand-white);
}

.section-head {
  max-width: 760px;
  margin-bottom: 2.5rem;
}

.section-head h2,
.section h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.15;
}

.section-head-dark p,
.section-dark p {
  color: rgba(255, 255, 255, 0.78);
}

.quote-card {
  padding: 2rem;
  background: var(--brand-cream);
}

.cards-grid,
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.card,
.step-card,
.menu-highlight,
.contact-form {
  padding: 1.6rem;
}

.card h3,
.menu-block h3,
.contact-list h3,
.step-card h3 {
  margin: 0 0 0.9rem;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.45rem;
}

.tag,
.step-number {
  display: inline-block;
  margin-top: 1rem;
  color: var(--brand-gold);
  font-weight: 600;
}

.menu-layout {
  align-items: start;
}

.menu-block {
  padding-right: 1rem;
}

.menu-group {
  margin-top: 1.5rem;
}

.menu-group h4 {
  margin: 0 0 0.9rem;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.15rem;
}

.menu-block ul,
.menu-highlight ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-block li,
.menu-highlight li {
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--border-soft);
}

.menu-block li strong,
.menu-highlight li strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--brand-dark);
  font-weight: 600;
}

.note {
  margin: 1rem 0 0;
}

.step-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.contact-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
  background: var(--brand-cream);
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  font-size: 0.95rem;
  font-weight: 500;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(97, 90, 85, 0.16);
  border-radius: 16px;
  background: var(--brand-white);
  color: var(--brand-dark);
  font: inherit;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(193, 169, 129, 0.35);
  border-color: var(--brand-gold);
}

.product-list label {
  display: flex;
  align-items: center;
}

.product-list input[type="checkbox"] {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 6px;
  flex-shrink: 0;
}

.site-footer {
  padding: 2rem 0 3rem;
  background: var(--brand-cream);
  border-top: 1px solid var(--border-soft);
}

.footer-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-logo {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 0.75rem;
}

.footer-links a {
  color: var(--brand-dark);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus {
  text-decoration: underline;
}

.legal-page {
  padding: 5rem 0;
  background: var(--brand-white);
}

.legal-content {
  max-width: 900px;
  margin: 0 auto;
}

.legal-content h1 {
  margin: 0 0 1rem;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  color: var(--brand-dark);
}

.legal-content h2 {
  margin-top: 2rem;
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--brand-dark);
}

.legal-content p,
.legal-content li {
  color: var(--text-soft);
  line-height: 1.75;
}

.legal-content a {
  color: var(--brand-dark);
  font-weight: 600;
}

@media (max-width: 900px) {
  .hero-grid,
  .two-columns,
  .contact-layout,
  .menu-layout,
  .cards-grid,
  .steps-grid,
  .hero-points {
    grid-template-columns: 1fr;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: var(--brand-cream);
    border-bottom: 1px solid var(--border-soft);
    padding: 1rem;
  }

  .site-nav a {
    width: 100%;
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--border-soft);
  }

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

  .nav-toggle {
    display: inline-block;
  }
}

@media (max-width: 640px) {
  .header-inner {
    min-height: 78px;
  }

  .brand-logo {
    width: 54px;
    height: 54px;
  }

  .brand-text strong,
  .footer-title {
    font-size: 1.05rem;
  }

  .hero {
    padding-top: 2.5rem;
  }

  .hero-content h1 {
    letter-spacing: 0.02em;
  }

  .section {
    padding: 4rem 0;
  }
}


.contact-layout {
  align-items: start;
}

.form-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(97, 90, 85, 0.45);
}

.form-popup-overlay.is-visible {
  display: flex;
}

.form-popup-box {
  position: relative;
  width: min(100%, 420px);
  padding: 2rem;
  border-radius: var(--radius-md);
  background: var(--brand-white);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
  color: var(--brand-dark);
}

.form-popup-box h3 {
  margin: 0 0 0.75rem;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.6rem;
}

.form-popup-box p {
  margin: 0;
  color: var(--text-soft);
}

.form-popup-success {
  border-top: 5px solid var(--brand-gold);
}

.form-popup-error {
  border-top: 5px solid #b44a4a;
}

.form-popup-close {
  position: absolute;
  top: 0.75rem;
  right: 0.9rem;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--brand-cream);
  color: var(--brand-dark);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}


.contact-tabs-wrap {
  align-self: start;
}

.form-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
  padding: 0.35rem;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  background: var(--brand-white);
}

.form-tab {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--brand-dark);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.form-tab.is-active {
  background: var(--brand-dark);
  color: var(--brand-white);
}

.tab-form {
  display: none;
  gap: 1rem;
}

.tab-form.is-active {
  display: grid;
}

.product-list input[type="radio"] {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 6px;
  flex-shrink: 0;
}
