/* ========== GLOBAL ========== */
:root{
  --bg:#fbf7f2;
  --surface:#ffffff;
  --surface-alt:#f4ebe3;
  --text:#2c1a17;
  --muted:#725c56;
  --line:rgba(108,61,47,.16);
  --accent:#6d1f1f;
  --accent-2:#b88e52;
  --accent-3:#efe3d5;
  --success:#17633d;
  --danger:#8c2f2f;

  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --font-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;

  --container: 1180px;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 34px;
  --shadow-sm: 0 12px 28px rgba(69,34,26,.08);
  --shadow: 0 22px 56px rgba(69,34,26,.14);
  --ease:cubic-bezier(.2,.8,.2,1);
  --gutter: clamp(18px, 3vw, 28px);
  --section-y: clamp(54px, 7vw, 98px);
  --header-h: 92px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 18px);-webkit-text-size-adjust:100%}
body{margin:0;background:linear-gradient(180deg,#fffdfb 0%, var(--bg) 100%);color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{max-width:100%;display:block;height:auto}
a{text-decoration:none;color:inherit}
a:hover{text-decoration:none}
p{margin:0 0 14px;color:color-mix(in srgb, var(--text) 90%, #fff 10%)}
h1,h2,h3,h4{margin:0 0 14px;font-family:var(--font-serif);font-weight:700;line-height:1.08;letter-spacing:-.02em;color:var(--text)}
h1{font-size:clamp(42px, 6vw, 74px)}
h2{font-size:clamp(32px, 4vw, 54px)}
h3{font-size:clamp(22px, 2vw, 28px)}
ul,ol{margin:0;padding-left:18px}
button,input,textarea{font:inherit}
textarea{resize:vertical}
:focus-visible{outline:2px solid color-mix(in srgb, var(--accent) 75%, #fff 25%);outline-offset:3px}

.container{width:min(var(--container), calc(100% - var(--gutter) * 2));margin-inline:auto}
.site-main{min-height:60vh}
.section{padding:var(--section-y) 0}
.section-head{max-width:820px;margin:0 auto 34px;text-align:center}
.section-kicker{margin:0 0 10px;font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);font-weight:700}
.section-kicker--light{color:#f7e7d3}
.section-lead{max-width:760px;margin:0 auto;color:var(--muted)}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 24px;border-radius:18px;border:1px solid transparent;font-weight:700;transition:transform .2s var(--ease), box-shadow .2s var(--ease), background-color .2s var(--ease), border-color .2s var(--ease)}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg, #8b2722 0%, #6d1f1f 100%);color:#fff;box-shadow:0 18px 32px rgba(109,31,31,.24)}
.btn-primary:hover{box-shadow:0 22px 36px rgba(109,31,31,.28)}
.btn-secondary{background:rgba(255,255,255,.72);border-color:rgba(109,31,31,.18);color:var(--text);backdrop-filter:blur(10px)}
.btn-secondary:hover{background:#fff}

.form-alert{padding:14px 16px;border-radius:18px;margin-bottom:16px;font-weight:600}
.form-alert--success{background:rgba(23,99,61,.08);color:var(--success);border:1px solid rgba(23,99,61,.18)}
.form-alert--error{background:rgba(140,47,47,.08);color:var(--danger);border:1px solid rgba(140,47,47,.18)}
.hp-field{position:absolute;left:-9999px;opacity:0;pointer-events:none}

.back-to-top{position:fixed;right:20px;bottom:20px;width:46px;height:46px;border:0;border-radius:999px;background:linear-gradient(135deg, #8b2722 0%, #6d1f1f 100%);color:#fff;box-shadow:0 16px 28px rgba(109,31,31,.25);display:grid;place-items:center;opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .2s var(--ease), transform .2s var(--ease);z-index:1200}
.back-to-top.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}
.no-scroll{overflow:hidden}

@media (max-width: 860px){
  :root{--header-h:82px}
  .btn{width:100%}
}/* ========== COOKIES ========== */
.cookie-banner{
  position:fixed;
  left:20px;
  right:20px;
  bottom:20px;
  z-index:1400;
}

.cookie-banner.is-hidden{
  display:none;
}

.cookie-banner__inner{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  padding:18px 20px;
  background:rgba(255,248,242,.96);
  border:1px solid rgba(109,31,31,.14);
  border-radius:24px;
  box-shadow:0 24px 60px rgba(69,34,26,.16);
  backdrop-filter:blur(12px);
}

.cookie-banner__copy strong{
  display:block;
  margin-bottom:6px;
  color:var(--text);
}

.cookie-banner__copy p{
  margin:0;
  max-width:72ch;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
}

.cookie-banner__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  flex:0 0 auto;
}

.cookie-panel-backdrop{
  position:fixed;
  inset:0;
  z-index:1500;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(36,18,16,.42);
  backdrop-filter:blur(4px);
}
.cookie-panel-backdrop[hidden]{
  display:none !important;
}

.cookie-panel{
  width:min(760px, 100%);
  max-height:min(88vh, 920px);
  overflow:auto;
  background:#fffaf6;
  border:1px solid rgba(109,31,31,.12);
  border-radius:30px;
  box-shadow:0 30px 70px rgba(36,18,16,.22);
}

.cookie-panel__header,
.cookie-panel__footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:22px 24px;
}

.cookie-panel__header{
  border-bottom:1px solid rgba(109,31,31,.10);
}

.cookie-panel__footer{
  border-top:1px solid rgba(109,31,31,.10);
  flex-wrap:wrap;
}

.cookie-panel__body{
  padding:24px;
  display:grid;
  gap:18px;
}

.cookie-panel__eyebrow{
  margin:0 0 6px;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--accent);
  font-weight:700;
}

.cookie-panel__header h3{
  margin:0;
  font-size:30px;
}

.cookie-panel__close{
  width:44px;
  height:44px;
  border:1px solid rgba(109,31,31,.12);
  border-radius:14px;
  background:#fff;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}

.cookie-panel-section{
  padding:20px;
  border:1px solid rgba(109,31,31,.10);
  border-radius:22px;
  background:#fff;
}

.cookie-panel-section h4{
  margin:0 0 8px;
  font-family:var(--font-sans);
  font-size:18px;
  font-weight:700;
}

.cookie-panel-section p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

.cookie-row{
  margin-top:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.cookie-row--locked{
  align-items:center;
}

.cookie-badge{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(109,31,31,.08);
  color:var(--accent);
  font-size:13px;
  font-weight:700;
}

.cookie-toggle{
  display:inline-flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
}

.cookie-toggle input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.cookie-toggle__slider{
  position:relative;
  width:52px;
  height:30px;
  border-radius:999px;
  background:#d7d0c7;
  transition:background-color .2s ease;
  flex:0 0 auto;
}

.cookie-toggle__slider::after{
  content:'';
  position:absolute;
  top:4px;
  left:4px;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 4px 10px rgba(0,0,0,.12);
  transition:transform .2s ease;
}

.cookie-toggle input:checked + .cookie-toggle__slider{
  background:var(--accent);
}

.cookie-toggle input:checked + .cookie-toggle__slider::after{
  transform:translateX(22px);
}

.cookie-toggle__label{
  font-size:14px;
  font-weight:700;
  color:var(--text);
}

.cookie-list{
  list-style:none;
  margin:16px 0 0;
  padding:0;
  display:grid;
  gap:12px;
}

.cookie-list li{
  padding:14px 16px;
  border-radius:16px;
  background:#faf5ef;
  border:1px solid rgba(109,31,31,.08);
}

.cookie-list__name{
  font-weight:700;
  color:var(--text);
  margin-bottom:6px;
}

.cookie-list__meta,
.cookie-list__value{
  font-size:13px;
  color:var(--muted);
  line-height:1.5;
}

body.cookie-panel-open{
  overflow:hidden;
}

@media (max-width: 860px){
  .cookie-banner{
    left:14px;
    right:14px;
    bottom:14px;
  }

  .cookie-banner__inner{
    flex-direction:column;
    align-items:stretch;
  }

  .cookie-banner__actions{
    width:100%;
  }

  .cookie-panel-backdrop{
    padding:14px;
  }

  .cookie-panel__header,
  .cookie-panel__body,
  .cookie-panel__footer{
    padding:18px;
  }

  .cookie-row{
    flex-direction:column;
    align-items:flex-start;
  }
}

/* =========================
   LEGAL PAGES — TEREFENKO
========================= */

.page-hero--suboffer{
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(104, 69, 52, 0.14);
  background:
    radial-gradient(circle at top left, rgba(154, 108, 75, 0.10), transparent 38%),
    radial-gradient(circle at right center, rgba(166, 120, 79, 0.08), transparent 30%),
    linear-gradient(180deg, #f8f2ec 0%, #f6efe8 100%);
}

.page-hero--suboffer::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.34) 0%,
      rgba(255,255,255,0.10) 38%,
      rgba(255,255,255,0.00) 100%
    );
}

.page-hero--suboffer .page-hero-layer{
  position: relative;
  z-index: 1;
  padding: clamp(78px, 9vw, 124px) 0 clamp(42px, 6vw, 74px);
}

.page-hero--suboffer .page-hero-inner{
  max-width: 860px;
}

.page-hero--suboffer .page-hero-eyebrow{
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #8a6a57;
}

.page-hero--suboffer .page-hero-title{
  margin: 0 0 16px;
  font-family: var(--font-serif);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #2f211d;
  text-wrap: balance;
}

.page-hero--suboffer .page-hero-lead{
  max-width: 62ch;
  margin: 0;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.7;
  color: #5a4840;
}

/* główna sekcja legal */
.legal-section{
  padding: clamp(46px, 6vw, 82px) 0;
  background: #fffdfb;
}

.legal-section .container{
  width: min(920px, calc(100% - (var(--gutter) * 2)));
}

.legal-section h2{
  position: relative;
  margin: 34px 0 14px;
  padding-top: 18px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.2;
  font-weight: 700;
  color: #2f211d;
}

.legal-section h2:first-child{
  margin-top: 0;
  padding-top: 0;
}

.legal-section h2::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d9bc83 0%, rgba(217, 188, 131, 0.18) 100%);
}

.legal-section h2:first-child::before{
  display: none;
}

.legal-section p,
.legal-section li{
  max-width: none;
  font-size: 17px;
  line-height: 1.78;
  color: #40332d;
}

.legal-section p{
  margin: 0 0 16px;
}

.legal-section ul,
.legal-section ol{
  margin: 0 0 18px;
  padding-left: 24px;
}

.legal-section li{
  margin: 0 0 10px;
}

.legal-section strong{
  color: #241713;
  font-weight: 700;
}

.legal-section a{
  color: #8f2421;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(143, 36, 33, 0.28);
  transition: color .18s ease, border-color .18s ease;
}

.legal-section a:hover{
  color: #6f1f1f;
  border-bottom-color: rgba(111, 31, 31, 0.52);
  text-decoration: none;
}

.legal-section p + ul,
.legal-section p + ol{
  margin-top: -4px;
}

.legal-section ul li::marker,
.legal-section ol li::marker{
  color: #b2875c;
}

/* delikatne wyróżnienie danych kontaktowych */
.legal-section a[href^="mailto:"],
.legal-section a[href^="tel:"]{
  font-weight: 700;
}

/* mobile */
@media (max-width: 900px){
  .page-hero--suboffer .page-hero-layer{
    padding: 72px 0 38px;
  }

  .page-hero--suboffer .page-hero-title{
    font-size: clamp(30px, 8vw, 42px);
  }

  .page-hero--suboffer .page-hero-lead{
    font-size: 16px;
    line-height: 1.65;
  }

  .legal-section{
    padding: 38px 0 56px;
  }

  .legal-section h2{
    margin: 28px 0 12px;
    font-size: 24px;
  }

  .legal-section p,
  .legal-section li{
    font-size: 16px;
    line-height: 1.72;
  }
}

@media (max-width: 640px){
  .page-hero--suboffer .page-hero-layer{
    padding: 64px 0 30px;
  }

  .page-hero--suboffer .page-hero-title{
    font-size: 28px;
    line-height: 1.12;
  }

  .legal-section h2{
    font-size: 22px;
  }

  .legal-section ul,
  .legal-section ol{
    padding-left: 20px;
  }
}
/* =========================
   HERO
========================= */

.hero{
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: #f6efe8;
  border-bottom: 2px solid #d9bc83;
}

.hero__media{
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero__image{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
}

.hero__fade{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(246, 239, 232, 0.95) 0%,
      rgba(246, 239, 232, 0.91) 18%,
      rgba(246, 239, 232, 0.84) 34%,
      rgba(246, 239, 232, 0.70) 48%,
      rgba(246, 239, 232, 0.46) 62%,
      rgba(246, 239, 232, 0.20) 76%,
      rgba(246, 239, 232, 0.00) 100%
    );
}

.hero__container{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 610px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.hero__content{
  max-width: 520px;
  padding-left: 12px;
}

.hero__title{
  margin: 0 0 18px;
  font-family: var(--font-serif);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #2f211d;
}

.hero__lead{
  max-width: 440px;
  margin: 0 0 28px;
  font-size: clamp(17px, 1.45vw, 25px);
  line-height: 1.5;
  color: #4f4039;
}

.hero__cta{
  min-height: 52px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(109, 31, 31, 0.14);
}

.hero__cta:hover{
  box-shadow: 0 14px 28px rgba(109, 31, 31, 0.20);
}

/* =========================
   <= 1200px
========================= */

@media (max-width: 1200px){
  .hero{
    min-height: 560px;
  }

  .hero__container{
    min-height: 560px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero__content{
    max-width: 470px;
  }

  .hero__title{
    font-size: clamp(32px, 4.2vw, 50px);
  }

  .hero__lead{
    max-width: 410px;
    font-size: clamp(16px, 1.5vw, 22px);
  }
}

/* =========================
   <= 900px
========================= */

@media (max-width: 900px){
  .hero{
    min-height: 520px;
  }

  .hero__fade{
    background:
      linear-gradient(
        to top,
        rgba(246, 239, 232, 0.96) 0%,
        rgba(246, 239, 232, 0.88) 24%,
        rgba(246, 239, 232, 0.68) 48%,
        rgba(246, 239, 232, 0.34) 72%,
        rgba(246, 239, 232, 0.10) 100%
      );
  }

  .hero__container{
    align-items: flex-end;
    min-height: 520px;
    padding-top: 110px;
    padding-bottom: 48px;
  }

  .hero__content{
    max-width: 100%;
    padding-left: 0;
  }

  .hero__title{
    font-size: clamp(30px, 7vw, 44px);
    margin-bottom: 14px;
  }

  .hero__lead{
    max-width: 100%;
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 22px;
  }

  .hero__cta{
    min-height: 50px;
    padding: 0 22px;
    font-size: 16px;
  }
}

/* =========================
   <= 640px
========================= */

@media (max-width: 640px){
  .hero{
    min-height: 470px;
  }

.hero__image{
  object-position: center center;
}

  .hero__container{
    min-height: 470px;
    padding-top: 96px;
    padding-bottom: 34px;
  }

  .hero__title{
    font-size: 32px;
    line-height: 1.1;
  }

  .hero__lead{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .hero__cta{
    width: 100%;
    justify-content: center;
    min-height: 48px;
    font-size: 16px;
  }
}

/* =========================
   <= 420px
========================= */

@media (max-width: 420px){
  .hero{
    min-height: 430px;
  }

  .hero__container{
    min-height: 430px;
    padding-top: 88px;
    padding-bottom: 28px;
  }

  .hero__title{
    font-size: 28px;
  }

  .hero__lead{
    font-size: 15px;
  }

  .hero__cta{
    min-height: 46px;
    font-size: 15px;
  }
}
/* =========================
   OFERTA / 3 KOLUMNY
========================= */

.home-offer{
  padding: 66px 0 84px;
  background: linear-gradient(180deg, #f8f4f1 0%, #f6f1ed 100%);
}

.home-offer__head{
  margin-bottom: 34px;
}

.home-offer__title-row{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.home-offer__line{
  flex: 1 1 140px;
  max-width: 320px;
  height: 1px;
  background: rgba(211, 179, 122, 0.65);
}

.home-offer__title{
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(34px, 3vw, 56px);
  line-height: 1.1;
  font-weight: 700;
  color: #34231e;
  text-align: center;
}

.home-offer__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  max-width: 1160px;
  margin: 0 auto;
}

.offer-card{
  min-height: 280px;
  padding: 34px 26px 28px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(130, 101, 81, 0.08);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(57, 30, 21, 0.06);
  text-align: center;
}

.offer-card__icon{
  width: 88px;
  height: 88px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-card__icon img{
  max-width: 88px;
  max-height: 88px;
  width: auto;
  height: auto;
  display: block;
}

.offer-card__title{
  margin: 0 0 12px;
  font-family: var(--font-serif);
  font-size: clamp(22px, 1.9vw, 34px);
  line-height: 1.2;
  font-weight: 700;
  color: #47302a;
}

.offer-card__text{
  max-width: 270px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.55;
  color: #655650;
}

/* =========================
   <= 1100px
========================= */

@media (max-width: 1100px){
  .home-offer{
    padding: 58px 0 72px;
  }

  .home-offer__grid{
    gap: 20px;
  }

  .offer-card{
    min-height: 260px;
    padding: 30px 22px 24px;
  }

  .offer-card__icon{
    width: 78px;
    height: 78px;
    margin-bottom: 16px;
  }

  .offer-card__icon img{
    max-width: 78px;
    max-height: 78px;
  }

  .offer-card__text{
    font-size: 15px;
  }
}

/* =========================
   <= 860px
========================= */

@media (max-width: 860px){
  .home-offer{
    padding: 52px 0 64px;
  }

  .home-offer__title-row{
    gap: 14px;
  }

  .home-offer__line{
    flex-basis: 70px;
  }

  .home-offer__grid{
    grid-template-columns: 1fr;
    max-width: 520px;
  }

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

  .offer-card__text{
    max-width: 100%;
  }
}

/* =========================
   <= 560px
========================= */

@media (max-width: 560px){
  .home-offer{
    padding: 46px 0 56px;
  }

  .home-offer__title{
    font-size: 30px;
  }

  .home-offer__title-row{
    gap: 10px;
  }

  .home-offer__line{
    flex-basis: 36px;
  }

  .offer-card{
    padding: 26px 18px 22px;
    border-radius: 12px;
  }

  .offer-card__icon{
    width: 70px;
    height: 70px;
  }

  .offer-card__icon img{
    max-width: 70px;
    max-height: 70px;
  }

  .offer-card__title{
    font-size: 28px;
  }

  .offer-card__text{
    font-size: 15px;
  }
}
/* =========================
   O MNIE
========================= */

.home-about{
  padding: 0;
  background: linear-gradient(180deg, #f7f2ee 0%, #f6f1ed 100%);
  border-top: 2px solid #d9bc83;
  border-bottom: 1px solid rgba(211, 179, 122, 0.72);
}

.home-about__inner{
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  gap: 56px;
  align-items: end;
}

.home-about__photo-col{
  display: flex;
  align-items: end;
  justify-content: flex-start;
}

.home-about__photo-wrap{
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
}

.home-about__photo{
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  object-fit: contain;
  object-position: bottom center;
}

.home-about__content{
  padding-top: 68px;
  padding-bottom: 56px;
}

.home-about__title{
  margin: 0 0 8px;
  font-family: var(--font-serif);
  font-size: clamp(40px, 3.7vw, 72px);
  line-height: 1.05;
  font-weight: 700;
  color: #4a2a27;
}

.home-about__subtitle{
  margin: 0 0 28px;
  font-family: var(--font-serif);
  font-size: clamp(24px, 2vw, 42px);
  line-height: 1.15;
  color: #4f332c;
}

.home-about__text{
  max-width: 760px;
}

.home-about__text p{
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.72;
  color: #5f534d;
}

.home-about__text p:last-child{
  margin-bottom: 0;
}

.home-about__features{
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 26px;
  max-width: 760px;
}

.home-about__features li{
  position: relative;
  padding-left: 30px;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
  color: #654d45;
}

.home-about__features li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #9d1f22;
}

/* =========================
   <= 1200px
========================= */

@media (max-width: 1200px){
  .home-about__inner{
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
    gap: 42px;
  }

  .home-about__content{
    padding-top: 58px;
    padding-bottom: 46px;
  }

  .home-about__text p{
    font-size: 16px;
  }

  .home-about__features li{
    font-size: 16px;
  }
}

/* =========================
   <= 900px
========================= */

@media (max-width: 900px){
  .home-about{
    padding: 50px 0 56px;
  }

  .home-about__inner{
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .home-about__photo-col{
    justify-content: center;
  }

  .home-about__photo{
    max-width: 320px;
  }

  .home-about__content{
    padding: 0;
    text-align: left;
  }

  .home-about__title{
    margin-bottom: 6px;
  }

  .home-about__subtitle{
    margin-bottom: 20px;
  }
}

/* =========================
   <= 640px
========================= */

@media (max-width: 640px){
  .home-about{
    padding: 42px 0 48px;
  }

  .home-about__photo{
    max-width: 270px;
  }

  .home-about__title{
    font-size: 34px;
  }

  .home-about__subtitle{
    font-size: 22px;
  }

  .home-about__text p{
    font-size: 15px;
    line-height: 1.65;
  }

  .home-about__features{
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  .home-about__features li{
    font-size: 15px;
    padding-left: 26px;
  }

  .home-about__features li::before{
    font-size: 18px;
  }
}
/* =========================
   KONTAKT
========================= */

.home-contact{
  padding: 58px 0 72px;
  background: linear-gradient(180deg, #f7f2ee 0%, #f6f1ed 100%);
}

.home-contact__grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.contact-info-card,
.contact-form-card{
  min-height: 100%;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(210, 180, 126, 0.78);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(57, 30, 21, 0.05);
}

/* lewa karta */

.contact-info-card{
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

.contact-info-card__top{
  padding: 28px 28px 24px;
  background: linear-gradient(135deg, rgba(141, 30, 33, 0.98) 0%, rgba(119, 24, 27, 0.94) 100%);
  color: #fff7f2;
}

.contact-info-card__title{
  margin: 0 0 12px;
  font-family: var(--font-serif);
  font-size: clamp(28px, 2.5vw, 46px);
  line-height: 1.08;
  color: #fff7f2;
}

.contact-info-card__lead{
  margin: 0 0 20px;
  max-width: 38ch;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,247,242,0.88);
}

.contact-info-card__list{
  display: grid;
  gap: 16px;
}

.contact-info-card__item{
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  color: #fff7f2;
  text-decoration: none;
}

.contact-info-card__item--link:hover{
  opacity: .92;
}

.contact-info-card__icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 18px;
  line-height: 1;
}

.contact-info-card__text strong{
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  color: #fff7f2;
}

.contact-info-card__map{
  min-height: 255px;
  background: #efe8e1;
}

.contact-info-card__map iframe{
  display: block;
  width: 100%;
  height: 100%;
  min-height: 255px;
  border: 0;
}

/* prawa karta */

.contact-form-card{
  padding: 28px 28px 24px;
}

.contact-form-card__title{
  margin: 0 0 12px;
  font-family: var(--font-serif);
  font-size: clamp(28px, 2.5vw, 46px);
  line-height: 1.08;
  color: #50312b;
}

.contact-form-card__lead{
  margin: 0 0 20px;
  max-width: 40ch;
  font-size: 15px;
  line-height: 1.55;
  color: #7d6e67;
}

.contact-form__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form__field{
  display: grid;
  gap: 8px;
}

.contact-form__field--full{
  grid-column: 1 / -1;
}

.contact-form__field span{
  display: none;
}

.contact-form input,
.contact-form textarea{
  width: 100%;
  border: 1px solid rgba(196, 175, 150, 0.72);
  background: #fff;
  border-radius: 8px;
  padding: 14px 16px;
  color: #43342f;
  font-size: 15px;
  line-height: 1.4;
}

.contact-form textarea{
  min-height: 118px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder{
  color: #9a8d86;
}

.contact-form input:focus,
.contact-form textarea:focus{
  outline: 0;
  border-color: rgba(141, 30, 33, 0.45);
  box-shadow: 0 0 0 4px rgba(141, 30, 33, 0.06);
}

.contact-form__bottom{
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(196, 175, 150, 0.42);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.contact-form__disclaimer{
  margin: 0;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.75;
  color: #7d6e67;
}

.contact-form__disclaimer a{
  color: #8f2421;
  font-weight: 700;
  text-decoration: none;
}

.contact-form__disclaimer a:hover{
  text-decoration: underline;
}

.contact-form__submit{
  min-width: 228px;
  min-height: 52px;
  padding: 0 30px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: none;
}

@media (max-width: 1100px){
  .home-contact{
    padding: 52px 0 64px;
  }

  .contact-info-card__top,
  .contact-form-card{
    padding: 24px 24px 22px;
  }

  .contact-info-card__map,
  .contact-info-card__map iframe{
    min-height: 220px;
  }
}

@media (max-width: 900px){
  .home-contact__grid{
    grid-template-columns: 1fr;
  }

  .contact-info-card__map,
  .contact-info-card__map iframe{
    min-height: 240px;
  }
}

@media (max-width: 640px){
  .home-contact{
    padding: 44px 0 54px;
  }

  .contact-info-card__top,
  .contact-form-card{
    padding: 20px 20px 18px;
  }

  .contact-info-card__title,
  .contact-form-card__title{
    font-size: 34px;
    margin-bottom: 10px;
  }

  .contact-info-card__lead,
  .contact-form-card__lead{
    font-size: 14px;
    margin-bottom: 18px;
  }

  .contact-info-card__text strong{
    font-size: 16px;
  }

  .contact-form__grid{
    grid-template-columns: 1fr;
  }

  .contact-form__bottom{
    margin-top: 20px;
    padding-top: 18px;
    gap: 16px;
    align-items: stretch;
  }

  .contact-form__disclaimer{
    max-width: none;
    font-size: 14px;
    line-height: 1.65;
  }

  .contact-form__submit{
    width: 100%;
    min-width: 0;
    min-height: 50px;
    font-size: 17px;
  }

  .contact-info-card__map,
  .contact-info-card__map iframe{
    min-height: 200px;
  }
}

/* =========================
   TOAST NOTIFICATIONS
========================= */

.site-toast{
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: min(420px, calc(100vw - 32px));
  padding: 16px 18px 18px;
  border-radius: 18px;
  border: 1px solid rgba(70, 42, 34, 0.10);
  background: rgba(255, 250, 245, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 20px 48px rgba(44, 22, 18, 0.18);
  transform: translateY(-12px);
  opacity: 0;
  pointer-events: none;
  animation: toastIn .28s ease forwards;
}

.site-toast--success{
  border-color: rgba(56, 123, 84, 0.18);
}

.site-toast--error{
  border-color: rgba(143, 36, 33, 0.18);
}

.site-toast.is-hiding{
  animation: toastOut .22s ease forwards;
}

.site-toast__icon{
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.site-toast--success .site-toast__icon{
  background: rgba(56, 123, 84, 0.12);
  color: #2e6d4a;
}

.site-toast--error .site-toast__icon{
  background: rgba(143, 36, 33, 0.12);
  color: #8f2421;
}

.site-toast__content{
  flex: 1 1 auto;
  min-width: 0;
}

.site-toast__title{
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  color: #241713;
}

.site-toast__text{
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #5a4840;
}

.site-toast__close{
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin: -4px -4px 0 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #7b655b;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background .18s ease, color .18s ease;
}

.site-toast__close:hover{
  background: rgba(70, 42, 34, 0.06);
  color: #241713;
}

.site-toast__progress{
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 8px;
  height: 3px;
  border-radius: 999px;
  background: rgba(70, 42, 34, 0.08);
  overflow: hidden;
}

.site-toast__progress::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transform-origin: left center;
  animation: toastProgress 5s linear forwards;
}

.site-toast--success .site-toast__progress::after{
  background: linear-gradient(90deg, #4c9b6c 0%, #7cc094 100%);
}

.site-toast--error .site-toast__progress::after{
  background: linear-gradient(90deg, #b23a36 0%, #d46a66 100%);
}

@keyframes toastIn{
  from{
    opacity: 0;
    transform: translateY(-12px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

@keyframes toastOut{
  from{
    opacity: 1;
    transform: translateY(0);
  }
  to{
    opacity: 0;
    transform: translateY(-10px);
  }
}

@keyframes toastProgress{
  from{
    transform: scaleX(1);
  }
  to{
    transform: scaleX(0);
  }
}

@media (max-width: 640px){
  .site-toast{
    top: 14px;
    right: 14px;
    left: 14px;
    width: auto;
    padding: 15px 16px 17px;
    border-radius: 16px;
  }

  .site-toast__title{
    font-size: 14px;
  }

  .site-toast__text{
    font-size: 13px;
  }
}

/* =========================
   OPINIE KLIENTOW
========================= */

.reviews-section{
  padding: 96px 0 84px;
  background: #f4efea;
  overflow: hidden;
}

.reviews-heading{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-bottom: 18px;
}

.reviews-heading-line{
  width: 210px;
  max-width: 18vw;
  height: 1px;
  background: rgba(168, 133, 96, 0.45);
}

.reviews-heading h2{
  margin: 0;
  color: #3a241e;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.reviews-lead{
  max-width: 760px;
  margin: 0 auto 42px;
  color: #7a655d;
  font-size: 1.02rem;
  line-height: 1.75;
  text-align: center;
}

.reviews-slider{
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
}

.reviews-viewport{
  overflow: hidden;
  padding: 6px 0 10px;
}

.reviews-track{
  display: flex;
  gap: 22px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.review-card{
  position: relative;
  flex: 0 0 calc((100% - 44px) / 3);
  min-width: 0;
  min-height: 300px;
  padding: 22px 22px 20px;
  border-radius: 24px;
  background: #f6f1ec;
  border: 1px solid rgba(201, 176, 154, 0.38);
  box-shadow: 0 4px 12px rgba(74, 45, 34, 0.025);
  display: flex;
  flex-direction: column;
}

.review-card-top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding-right: 34px;
}

.review-meta{
  min-width: 0;
}

.review-meta h3{
  margin: 0 0 4px;
  color: #4b332b;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
}

.review-stars{
  display: flex;
  gap: 3px;
  color: #d28d2d;
  font-size: 0.95rem;
  line-height: 1;
}

.review-quote{
  position: absolute;
  top: 18px;
  right: 18px;
  color: #d9bba1;
  font-family: Georgia, serif;
  font-size: 3.2rem;
  line-height: 1;
  opacity: 0.95;
  pointer-events: none;
}

.review-text{
  margin: 0 0 18px;
  color: #5c4941;
  font-size: 1rem;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-source{
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9a7f70;
  font-size: 0.94rem;
  line-height: 1.2;
}

.review-source::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d7a15b;
  display: inline-block;
}

.reviews-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid rgba(194, 167, 145, 0.38);
  border-radius: 50%;
  background: #fbf8f5;
  color: #9f2b23;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 8px 18px rgba(66, 37, 28, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.reviews-arrow span{
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-1px);
}

.reviews-arrow:hover{
  background: #fffdfb;
  box-shadow: 0 12px 24px rgba(66, 37, 28, 0.10);
}

.reviews-arrow-prev{
  left: -54px;
}

.reviews-arrow-next{
  right: -54px;
}

.reviews-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.reviews-dot{
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: #e3cab2;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.reviews-dot.is-active{
  background: #9f2b23;
  transform: scale(1.05);
}

@media (max-width: 1200px){
  .reviews-arrow-prev{
    left: -24px;
  }

  .reviews-arrow-next{
    right: -24px;
  }
}

@media (max-width: 991px){
  .reviews-section{
    padding: 82px 0 74px;
  }

  .reviews-heading{
    gap: 18px;
  }

  .reviews-heading-line{
    width: 120px;
  }

  .review-card{
    flex: 0 0 calc((100% - 22px) / 2);
  }

  .reviews-arrow-prev{
    left: -16px;
  }

  .reviews-arrow-next{
    right: -16px;
  }
}

@media (max-width: 767px){
  .reviews-section{
    padding: 68px 0 62px;
  }

  .reviews-heading{
    gap: 12px;
    margin-bottom: 14px;
  }

  .reviews-heading-line{
    width: 54px;
    max-width: none;
  }

  .reviews-lead{
    margin-bottom: 28px;
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .reviews-viewport{
    padding: 0 2px 10px;
  }

  .reviews-track{
    gap: 16px;
  }

  .review-card{
    flex: 0 0 100%;
    min-height: auto;
    padding: 20px 18px 18px;
    border-radius: 20px;
  }

  .review-card-top{
    gap: 12px;
    margin-bottom: 16px;
    padding-right: 24px;
  }

  .review-meta h3{
    font-size: 1rem;
  }

  .review-text{
    font-size: 0.97rem;
    line-height: 1.7;
  }

  .review-quote{
    top: 16px;
    right: 14px;
    font-size: 2.5rem;
  }

  .reviews-arrow{
    width: 40px;
    height: 40px;
  }

  .reviews-arrow-prev{
    left: -6px;
  }

  .reviews-arrow-next{
    right: -6px;
  }
}
/* ========== HEADER ========== */

.site-header{
  position:sticky;
  top:0;
  z-index:300;
  background:rgba(255,252,249,.96);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(184,142,82,.28);
  transition:
    transform .22s var(--ease),
    background-color .22s var(--ease),
    border-color .22s var(--ease),
    box-shadow .22s var(--ease);
}

.site-header--hidden{
  transform:translateY(-110%);
}

.site-header--transparent{
  background:rgba(255,252,249,.94);
  border-bottom:1px solid rgba(184,142,82,.24);
  box-shadow:none;
}

.site-header--solid{
  background:rgba(255,252,249,.98);
  border-bottom:1px solid rgba(184,142,82,.30);
  box-shadow:0 10px 28px rgba(69,34,26,.06);
}

.site-header-inner{
  min-height:92px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:28px;
}

.site-brand{
  display:inline-flex;
  align-items:center;
  min-width:0;
  justify-self:end;
}

.site-brand-logo{
  display:block;
  width:auto;
  height:64px;
  object-fit:contain;
}

.main-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:42px;
}

.nav-link{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 0;
  font-family:var(--font-serif);
  font-size:17px;
  font-weight:600;
  line-height:1;
  color:#5f4b45;
  transition:color .2s var(--ease);
}

.nav-link:hover{
  color:var(--accent);
}

.nav-link::after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:-10px;
  height:1px;
  background:rgba(184,142,82,.9);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .2s var(--ease);
}

.nav-link:hover::after{
  transform:scaleX(1);
}

.header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
}

.header-cta{
  min-height:46px;
  padding:0 22px;
  border-radius:10px;
  font-size:15px;
  font-weight:700;
  box-shadow:none;
}

.header-cta:hover{
  box-shadow:0 14px 24px rgba(109,31,31,.18);
}

.nav-toggle{
  display:none;
  width:46px;
  height:46px;
  border-radius:12px;
  border:1px solid rgba(184,142,82,.26);
  background:#fff;
  place-items:center;
  box-shadow:none;
}

.nav-toggle__bars{
  position:relative;
  display:block;
  width:20px;
  height:14px;
}

.nav-toggle__bar{
  position:absolute;
  left:0;
  right:0;
  height:2px;
  background:var(--text);
  border-radius:999px;
  transition:
    transform .2s var(--ease),
    opacity .2s var(--ease),
    top .2s var(--ease),
    bottom .2s var(--ease);
}

.nav-toggle__bar--top{ top:0; }
.nav-toggle__bar--middle{ top:6px; }
.nav-toggle__bar--bottom{ bottom:0; }

body.is-nav-open .nav-toggle__bar--top{
  top:6px;
  transform:rotate(45deg);
}

body.is-nav-open .nav-toggle__bar--middle{
  opacity:0;
}

body.is-nav-open .nav-toggle__bar--bottom{
  bottom:6px;
  transform:rotate(-45deg);
}

.header-overlay{
  position:fixed;
  inset:0;
  background:rgba(35,16,13,.28);
  backdrop-filter:blur(3px);
  opacity:0;
  pointer-events:none;
  transition:opacity .2s var(--ease);
  z-index:900;
}

body.is-nav-open .header-overlay{
  opacity:1;
  pointer-events:auto;
}

.header-drawer{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  width:min(92vw, 380px);
  background:#fffaf6;
  border-left:1px solid rgba(184,142,82,.22);
  box-shadow:0 30px 70px rgba(69,34,26,.18);
  transform:translateX(18px);
  opacity:0;
  pointer-events:none;
  transition:transform .22s var(--ease), opacity .22s var(--ease);
  z-index:910;
}

body.is-nav-open .header-drawer,
.header-drawer.is-open{
  transform:translateX(0);
  opacity:1;
  pointer-events:auto;
}

.header-drawer-inner{
  padding:18px 0 24px;
  display:flex;
  flex-direction:column;
  gap:18px;
  height:100%;
  overflow:auto;
}

.header-drawer-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.drawer-brand{
  display:inline-flex;
  align-items:center;
}

.drawer-brand-logo{
  height:42px;
  width:auto;
  object-fit:contain;
}

.drawer-close{
  width:44px;
  height:44px;
  border-radius:12px;
  border:1px solid rgba(184,142,82,.24);
  background:#fff;
  display:grid;
  place-items:center;
  font-size:24px;
  line-height:1;
}

.drawer-nav{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.drawer-link{
  display:block;
  padding:14px 16px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(109,31,31,.08);
  font-family:var(--font-serif);
  font-size:20px;
  font-weight:600;
  color:var(--text);
}

.drawer-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  border-radius:14px;
  background:linear-gradient(135deg, #8b2722 0%, #6d1f1f 100%);
  color:#fff;
  font-weight:700;
}

.drawer-contact{
  display:grid;
  gap:8px;
  padding-top:4px;
}

.drawer-meta{
  color:var(--muted);
  font-weight:600;
}

.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;
}

@media (max-width: 1040px){
  .main-nav{
    gap:28px;
  }

  .nav-link{
    font-size:16px;
  }

  .header-cta{
    padding:0 18px;
    font-size:14px;
  }
}

@media (max-width: 980px){
  .site-header-inner{
    grid-template-columns:auto 1fr auto;
    min-height:84px;
  }

  .main-nav{
    display:none;
  }

  .header-actions{
    grid-column:1;
  }

  .site-brand{
    grid-column:3;
    justify-self:end;
  }

  .nav-toggle{
    display:grid;
  }
}

@media (min-width: 981px){
  .header-overlay,
  .header-drawer{
    display:none !important;
  }
}

@media (max-width: 760px){
  .site-brand-logo{
    height:50px;
  }

  .header-cta{
    display:none;
  }

  .site-header-inner{
    gap:16px;
    min-height:78px;
  }
}
.nav-link--button{
  border:0;
  background:transparent;
  cursor:pointer;
  font-family:inherit;
}

.nav-link--dropdown{
  gap:8px;
}

.nav-link__caret{
  width:8px;
  height:8px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg) translateY(-1px);
  transition:transform .2s var(--ease);
}

.nav-dropdown{
  position:relative;
}

.nav-dropdown__menu{
  position:absolute;
  top:calc(100% + 14px);
  left:50%;
  min-width:260px;
  padding:10px;
  border-radius:18px;
  background:#fffaf6;
  border:1px solid rgba(184,142,82,.22);
  box-shadow:0 22px 44px rgba(69,34,26,.12);
  transform:translateX(-50%) translateY(10px);
  opacity:0;
  pointer-events:none;
  transition:
    opacity .2s var(--ease),
    transform .2s var(--ease);
}

.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu{
  opacity:1;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}

.nav-dropdown:hover .nav-link__caret,
.nav-dropdown:focus-within .nav-link__caret{
  transform:rotate(225deg) translateY(1px);
}

.nav-dropdown__link{
  display:block;
  padding:12px 14px;
  border-radius:12px;
  color:var(--text);
  font-size:15px;
  font-weight:600;
  line-height:1.35;
  text-decoration:none;
  transition:
    background-color .2s var(--ease),
    color .2s var(--ease);
}

.nav-dropdown__link:hover{
  background:rgba(109,31,31,.06);
  color:var(--accent);
}.nav-link--button{
  border:0;
  background:transparent;
  cursor:pointer;
}

.nav-dropdown{
  position:relative;
}

.nav-link--dropdown{
  gap:10px;
}

.nav-link__caret{
  width:9px;
  height:9px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  transition:transform .2s var(--ease);
}

.nav-dropdown:hover .nav-link__caret,
.nav-dropdown.is-open .nav-link__caret,
.nav-link--dropdown[aria-expanded="true"] .nav-link__caret{
  transform:rotate(-135deg) translateY(-1px);
}

.nav-dropdown__menu{
  position:absolute;
  top:calc(100% + 10px);
  left:50%;
  min-width:320px;
  max-width:420px;
  padding:12px;
  display:grid;
  gap:6px;
  background:rgba(255,250,246,.99);
  border:1px solid rgba(184,142,82,.22);
  border-radius:20px;
  box-shadow:0 26px 60px rgba(69,34,26,.18);
  transform:translate(-50%, 8px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .2s var(--ease), transform .2s var(--ease), visibility .2s var(--ease);
}

.nav-dropdown__menu::before{
  content:'';
  position:absolute;
  left:0;
  right:0;
  top:-16px;
  height:16px;
}

.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu,
.nav-dropdown.is-open .nav-dropdown__menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translate(-50%, 0);
}

.nav-dropdown__link{
  display:block;
  padding:12px 14px;
  border-radius:14px;
  color:var(--text);
  background:transparent;
  font-size:15px;
  line-height:1.45;
  transition:background-color .2s var(--ease), color .2s var(--ease);
}

.nav-dropdown__link:hover{
  background:rgba(109,31,31,.06);
  color:var(--accent);
}

.drawer-accordion{
  border:1px solid rgba(109,31,31,.08);
  border-radius:16px;
  background:#fff;
  overflow:hidden;
}

.drawer-accordion__summary{
  list-style:none;
  cursor:pointer;
  padding:14px 16px;
  font-family:var(--font-serif);
  font-size:20px;
  font-weight:600;
  color:var(--text);
  position:relative;
}

.drawer-accordion__summary::-webkit-details-marker{
  display:none;
}

.drawer-accordion__summary::after{
  content:'+';
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  font-size:22px;
  color:var(--accent);
}

.drawer-accordion[open] .drawer-accordion__summary::after{
  content:'−';
}

.drawer-accordion__body{
  display:grid;
  gap:8px;
  padding:0 12px 12px;
}

.drawer-sublink{
  display:block;
  padding:12px 14px;
  border-radius:14px;
  background:#fbf6f1;
  color:var(--muted);
  font-weight:600;
  line-height:1.45;
}

@media (max-width: 980px){
  .nav-dropdown__menu{
    display:none;
  }
}
.site-footer{
  background:#efede4;
  color:#4f4a43;
  margin-top:0;
  padding-top:0;
  border-top:1px solid rgba(79,74,67,.08);
}

.site-footer-top{
  display:grid;
  grid-template-columns:1.2fr .9fr 1fr;
  gap:48px;
  padding:56px 0 40px;
}

.site-footer-col{
  min-width:0;
}

.site-footer-brand{
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin-bottom:24px;
  color:#4f4a43;
}

.site-footer-logo{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}

.site-footer-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.site-footer-brand-name{
  font-size:18px;
  font-weight:700;
  line-height:1.2;
}

.site-footer-title{
  font-family:var(--font-sans);
  font-size:20px;
  line-height:1.35;
  font-weight:700;
  margin:0 0 10px;
  color:#3f3a35;
}

.site-footer-desc{
  margin:0;
  font-size:15px;
  line-height:1.7;
  color:#6f685f;
  max-width:34ch;
}

.site-footer-heading{
  font-size:16px;
  font-weight:700;
  line-height:1.2;
  margin:0 0 22px;
  color:#44403a;
}

.site-footer-list,
.site-footer-contact-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:14px;
}

.site-footer-list li,
.site-footer-contact-list li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  color:#5b554e;
}

.site-footer-list li::before{
  content:'';
  width:10px;
  height:10px;
  border-radius:50%;
  background:#8f8a82;
  margin-top:8px;
  flex:0 0 auto;
}

.site-footer-list a{
  color:#5b554e;
  transition:color .2s ease;
}

.site-footer-list a:hover{
  color:#2f2a26;
}

.site-footer-link-btn{
  padding:0;
  border:0;
  background:none;
  color:#5b554e;
  cursor:pointer;
  text-align:left;
  font:inherit;
  transition:color .2s ease;
}

.site-footer-link-btn:hover{
  color:#2f2a26;
}

.site-footer-contact-label{
  min-width:84px;
  font-weight:700;
  color:#403b36;
}

.site-footer-contact-list a{
  color:#5b554e;
}

.site-footer-contact-list a:hover{
  color:#2f2a26;
}

.site-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:20px;
  flex-wrap:wrap;
  padding:20px 0 28px;
  border-top:1px solid rgba(79,74,67,0.12);
}

.site-footer-credit{
  display:inline-block;
  text-decoration:none;
  margin:0;
  font-size:17px;
  line-height:1.5;
  font-weight:500;
  color:#7a736a;
  transition:color .2s ease, opacity .2s ease;
}

.site-footer-credit:hover{
  color:#4f4a43;
  opacity:1;
}

@media (max-width: 640px){
  .site-footer-bottom{
    justify-content:center;
    text-align:center;
  }

  .site-footer-credit{
    font-size:15px;
  }
}

@media (max-width: 980px){
  .site-footer-top{
    grid-template-columns:1fr;
    gap:34px;
    padding:42px 0 30px;
  }

  .site-footer-contact-label{
    min-width:74px;
  }
}

@media (max-width: 640px){
  .site-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}