:root {
  --wine: #7c1b32;
  --wine-deep: #571222;
  --ink: #392b2e;
  --muted: #6e6262;
  --cream: #fffaf7;
  --blush: #fbedeb;
  --peach: #f8ddc0;
  --white: #fff;
  --line: rgba(124, 27, 50, 0.15);
  --shadow: 0 18px 55px rgba(99, 56, 52, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Public Sans", Arial, sans-serif; }
body:has(dialog[open]) { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
a { color: inherit; }

.shell { width: min(100% - 48px, 1160px); margin: 0 auto; }
.skip-link { position: fixed; z-index: 99; top: 8px; left: 8px; padding: 10px 16px; color: #fff; background: var(--wine); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section { padding: clamp(72px, 10vw, 132px) 0; }
.section--blush { background: var(--blush); }
.section--cream { background: #fffdfb; }
.eyebrow { margin: 0 0 14px; color: var(--wine); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; }
.section-heading { max-width: 660px; margin-bottom: 48px; }
.section-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2, .contact h2 { margin: 0; color: var(--wine); font-family: Jost, sans-serif; font-size: clamp(2.15rem, 4.2vw, 4.2rem); font-weight: 700; letter-spacing: -0.045em; line-height: 1.02; }
.section-heading h2 strong { color: var(--wine); }
.section-heading p:not(.eyebrow) { margin: 19px 0 0; color: var(--muted); font-size: 1.06rem; line-height: 1.65; }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(45,22,23,.04); backdrop-filter: blur(14px); }
.site-header__inner { display: grid; grid-template-columns: 1fr minmax(260px, 1.8fr) 1fr; align-items: center; min-height: 96px; gap: 24px; }
.brand { width: fit-content; }
.brand img { width: 220px; max-height: 62px; object-fit: contain; object-position: left center; }
.site-header__location { margin: 0; text-align: center; font-family: Jost, sans-serif; font-size: clamp(.84rem, 1.1vw, .96rem); font-weight: 700; line-height: 1.4; }
.phone-button { justify-self: end; display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 23px; border-radius: 999px; color: #fff; background: var(--wine); font-family: Jost, sans-serif; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.phone-button:hover, .button:hover { background: var(--wine-deep); transform: translateY(-2px); }

.hero { position: relative; isolation: isolate; min-height: 694px; overflow: hidden; background: url("assets/index_header.jpg") center / cover no-repeat; }
.hero::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(255,251,248,.94) 0%, rgba(255,251,248,.82) 34%, rgba(255,251,248,.25) 67%, rgba(255,251,248,.04) 100%); }
.hero__inner { padding-top: 42px; padding-bottom: 60px; }
.review-badge { display: inline-flex; align-items: center; gap: 13px; min-height: 52px; padding: 9px 18px; border-radius: 999px; color: #453c3e; background: rgba(255,255,255,.82); box-shadow: 0 10px 26px rgba(95,56,52,.08); font-family: Jost, sans-serif; font-size: .9rem; backdrop-filter: blur(5px); }
.review-badge__label { color: var(--wine); font-size: .72rem; font-weight: 800; }
.review-badge img { width: 103px; height: auto; object-fit: contain; }
.review-badge img.review-badge__google { width: 65px; }
.hero__copy { width: min(100%, 620px); margin-top: 46px; }
.hero h1 { margin: 0; color: var(--wine); font-family: Jost, sans-serif; font-size: clamp(3.25rem, 6vw, 5.8rem); font-weight: 700; letter-spacing: -0.055em; line-height: .98; }
.hero__lead { margin: 38px 0 0; color: #676264; font-family: Jost, sans-serif; font-size: clamp(1.35rem, 2.3vw, 1.72rem); line-height: 1.25; }
.hero__copy > p:not(.hero__lead) { max-width: 550px; margin: 35px 0 0; color: #504749; font-family: Jost, sans-serif; font-size: 1.05rem; line-height: 1.52; }
.hero__copy .hero__location { margin-top: 21px; font-weight: 700; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-family: Jost, sans-serif; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.hero .button { margin-top: 33px; }
.button--wine { color: #fff; background: var(--wine); }
.button--light { color: var(--wine); background: #fff; }
.button--outline { color: var(--wine); border-color: var(--wine); background: transparent; }
.button--outline:hover { color: #fff; background: var(--wine); }

.proof__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }
.proof-card { position: relative; min-height: 256px; padding: 35px 30px 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 12px 35px rgba(110,65,61,.05); }
.proof-card::after { position: absolute; right: -20px; bottom: -52px; color: rgba(124,27,50,.05); content: "♡"; font-family: Arial, sans-serif; font-size: 190px; line-height: 1; }
.proof-card__number { display: block; margin-bottom: 37px; color: #dfbfb9; font-family: Jost, sans-serif; font-size: 1.05rem; font-weight: 700; }
.proof-card h3, .support-card h3, .comfort-card h3, .float-card h3 { position: relative; z-index: 1; margin: 0; color: var(--wine); font-family: Jost, sans-serif; font-size: 1.34rem; line-height: 1.14; }
.proof-card p { position: relative; z-index: 1; margin: 14px 0 0; color: var(--muted); font-size: .95rem; line-height: 1.55; }

.support__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.support-card { min-height: 303px; padding: 30px; border-radius: 18px; background: #fff; }
.support-card__icon { display: grid; width: 50px; height: 50px; margin-bottom: 42px; place-items: center; border-radius: 50%; color: #fff; background: var(--wine); font-size: 1.5rem; }
.support-card p { margin: 15px 0 0; color: var(--muted); font-size: .96rem; line-height: 1.58; }
.support__callout { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 52px; padding: 36px 45px; border-radius: 20px; color: #fff; background: var(--wine); }
.support__callout p { max-width: 700px; margin: 0 0 10px; font-family: Jost, sans-serif; font-size: 1.5rem; font-weight: 600; line-height: 1.2; }
.support__callout small { font-size: .9rem; }

.safety__grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(350px,.9fr); gap: clamp(45px, 8vw, 115px); align-items: center; }
.numbered-list { display: grid; gap: 26px; margin: 42px 0 0; padding: 0; list-style: none; }
.numbered-list li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; }
.numbered-list > li > span { color: #e7b5ae; font-family: Jost, sans-serif; font-size: 1.3rem; font-weight: 700; }
.numbered-list h3 { margin: 0; color: var(--wine); font-family: Jost, sans-serif; font-size: 1.12rem; }
.numbered-list p { margin: 8px 0 0; color: var(--muted); font-size: .95rem; line-height: 1.55; }
.safety__visual { position: relative; padding: 0 32px 45px 0; }
.safety__visual > img { width: 100%; min-height: 515px; border-radius: 20px; object-fit: cover; object-position: center; }
.float-card { position: absolute; right: 0; bottom: 0; width: min(88%, 290px); padding: 29px; border-radius: 20px; background: var(--peach); box-shadow: var(--shadow); }
.float-card h3 { color: var(--wine); font-size: 1.1rem; }
.float-card p { margin: 15px 0 0; color: #62544e; font-size: .94rem; line-height: 1.55; }

.comfort__top { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.comfort__top .section-heading { margin-bottom: 44px; }
.comfort__top .button { flex: none; margin-bottom: 45px; }
.comfort__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; }
.comfort-card { min-height: 350px; padding: 28px 24px; border-radius: 16px; background: #fce9e7; }
.comfort-card:nth-child(even) { background: #f9e2e1; }
.comfort-card img { width: 43px; height: 43px; margin-bottom: 47px; object-fit: contain; }
.comfort-card h3 { font-size: 1.3rem; }
.comfort-card p { margin: 17px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }

.gallery { background: #fff; }
.gallery__grid { display: grid; grid-auto-rows: 180px; grid-template-columns: repeat(4,1fr); gap: 14px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 12px; background: var(--blush); }
.gallery-item--wide { grid-column: span 2; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(66,20,31,.14), transparent 55%); opacity: 0; transition: opacity .2s ease; }
.gallery-item:hover::after { opacity: 1; }

.team__grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 24px; }
.team-card { display: flex; grid-column: span 4; flex-direction: column; overflow: hidden; border-radius: 14px; background: #fff; box-shadow: 0 10px 26px rgba(102,66,62,.07); }
.team-card img { width: 100%; aspect-ratio: .9; object-fit: cover; object-position: top center; }
.team-card__body { display: grid; flex: 1; align-content: start; padding: 20px 18px 22px; }
.team-card h3 { margin: 0; color: var(--wine); font-family: Jost, sans-serif; font-size: 1.1rem; line-height: 1.15; text-align: center; }
.team-card__role { min-height: 3.9em; margin: 11px 0 13px; color: var(--orange); font-family: Jost, sans-serif; font-size: .76rem; font-weight: 700; letter-spacing: .04em; line-height: 1.35; text-align: center; text-transform: uppercase; }
.team-card__body > p:last-child { margin: 0; color: #685d5b; font-size: .88rem; line-height: 1.58; text-align: center; }

.reviews { background: #fffaf7; }
.reviews__rating { display: inline-flex; align-items: center; gap: 10px; margin-top: 21px; color: #f8bd26; font-family: Jost, sans-serif; font-size: 1.38rem; }
.reviews__rating strong { color: var(--wine); }
.reviews__rating img { width: 63px; height: auto; }
.reviews__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 21px; }
.review-card { min-height: 219px; padding: 31px; border-radius: 16px; background: #fff; box-shadow: 0 12px 32px rgba(106,62,58,.07); }
.review-card > span { display: block; height: 30px; color: #e4bcba; font-family: Georgia,serif; font-size: 3.7rem; line-height: 1; }
.review-card p { margin: 16px 0 21px; color: #574c4e; font-family: Jost, sans-serif; font-size: 1.1rem; line-height: 1.43; }
.review-card strong { color: var(--wine); font-size: .79rem; letter-spacing: .04em; text-transform: uppercase; }

.contact { padding: clamp(72px,10vw,108px) 0 25px; color: #fff; background: #4b1524; }
.contact__grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(45px,8vw,110px); }
.contact .eyebrow { color: #fac9c3; }
.contact h2 { color: #fff; }
.contact__intro > p:not(.eyebrow) { max-width: 300px; margin: 22px 0 36px; color: #f5dbdb; font-size: 1.08rem; line-height: 1.5; }
.contact__details { display: grid; gap: 12px; font-family: Jost, sans-serif; }
.contact__details a { color: #fff; font-size: 1.1rem; font-weight: 600; text-decoration: none; }
.contact__details p { margin: 10px 0 0; color: #f1cdcd; line-height: 1.5; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-content: start; }
.contact-form label { display: grid; gap: 7px; color: #f8dddd; font-size: .79rem; font-weight: 700; }
.contact-form label:nth-of-type(3), .contact-form label:nth-of-type(4), .contact-form .consent, .contact-form button, .form-status { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea { width: 100%; padding: 15px 16px; border: 1px solid rgba(255,255,255,.23); border-radius: 9px; outline: 0; color: #fff; background: rgba(255,255,255,.07); resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.65); }
.contact-form input:focus, .contact-form textarea:focus { border-color: #f8c2bd; box-shadow: 0 0 0 3px rgba(248,194,189,.15); }
.contact-form .consent { display: flex; grid-template-columns: auto 1fr; align-items: start; margin: 4px 0 3px; font-weight: 400; }
.consent input { width: 17px; height: 17px; margin: 0; accent-color: #f6b4ad; }
.contact-form .button { justify-self: start; color: var(--wine); background: #fff; }
.contact-form .button:hover { color: #fff; background: #9a2942; }
.form-status { min-height: 20px; margin: 0; color: #ffd7ca; font-size: .88rem; }
.contact__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); color: #f2d3d2; font-size: .82rem; }
.contact__bottom a { color: #fff; text-decoration: none; }
.contact__links { display: flex; align-items: center; gap: 20px; }
.cookie-settings { padding: 0; border: 0; color: #f2d3d2; background: transparent; font: inherit; cursor: pointer; }
.cookie-settings:hover { color: #fff; text-decoration: underline; }

.cookie-banner { position: fixed; z-index: 30; right: 22px; bottom: 22px; width: min(430px, calc(100% - 44px)); padding: 24px; border-radius: 16px; background: #fff; box-shadow: 0 20px 70px rgba(49,18,27,.25); }
.cookie-banner h2 { margin: 0 0 10px; color: var(--ink); font-family: Jost,sans-serif; font-size: 1.15rem; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.5; }
.cookie-banner__actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.cookie-banner .button { min-height: 39px; padding: 0 15px; font-size: .84rem; }
.cookie-banner[hidden] { display: none; }

.cookie-modal { width: min(650px, calc(100% - 32px)); max-width: none; padding: 0; border: 0; border-radius: 20px; background: #fff; box-shadow: 0 30px 90px rgba(49,18,27,.35); }
.cookie-modal::backdrop { background: rgba(37,13,21,.62); }
.cookie-modal__content { position: relative; padding: clamp(26px, 5vw, 44px); }
.cookie-modal h2 { margin: 0; color: var(--wine); font-family: Jost,sans-serif; font-size: clamp(1.9rem,4vw,2.8rem); line-height: 1; }
.cookie-modal__content > p:not(.eyebrow) { max-width: 560px; margin: 17px 0 26px; color: var(--muted); font-size: .95rem; line-height: 1.55; }
.cookie-modal__close { position: absolute; top: 11px; right: 16px; border: 0; color: #877b7c; background: transparent; font-size: 1.8rem; cursor: pointer; }
.cookie-options { display: grid; gap: 11px; margin: 0; padding: 0; border: 0; }
.cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.cookie-option span { display: grid; gap: 5px; }
.cookie-option strong { color: var(--wine); font-family: Jost,sans-serif; font-size: 1.02rem; }
.cookie-option small { color: var(--muted); font-size: .81rem; line-height: 1.4; }
.cookie-option input { appearance: none; flex: 0 0 auto; width: 44px; height: 24px; margin: 0; border-radius: 999px; background: #d6ccca; cursor: pointer; transition: background .2s ease; }
.cookie-option input::after { display: block; width: 18px; height: 18px; margin: 3px; border-radius: 50%; content: ""; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.2); transition: transform .2s ease; }
.cookie-option input:checked { background: var(--wine); }
.cookie-option input:checked::after { transform: translateX(20px); }
.cookie-option input:disabled { opacity: .72; cursor: not-allowed; }
.cookie-modal__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin-top: 25px; }

.lightbox { width: min(1000px, calc(100% - 40px)); max-width: none; padding: 0; overflow: visible; border: 0; background: transparent; }
.lightbox::backdrop { background: rgba(37,13,21,.84); }
.lightbox img { max-height: min(82vh, 800px); margin: 0 auto; border-radius: 10px; object-fit: contain; }
.lightbox__close { position: fixed; top: 20px; right: 27px; border: 0; color: #fff; background: transparent; font-size: 3rem; cursor: pointer; }

@media (max-width: 930px) {
  .site-header__inner { grid-template-columns: minmax(0,1fr) minmax(175px,1.4fr) auto; min-height: 78px; gap: 16px; }
  .site-header__location { display: block; font-size: .84rem; }
  .brand img { width: 180px; max-height: 51px; }
  .hero { min-height: 650px; background-position: 60% center; }
  .hero::before { background: linear-gradient(90deg, rgba(255,251,248,.98) 0%, rgba(255,251,248,.95) 45%, rgba(255,251,248,.78) 68%, rgba(255,251,248,.28) 100%); }
  .hero__copy { width: min(100%, 570px); }
  .hero__lead { color: #4c4344; }
  .hero__copy > p:not(.hero__lead) { color: #3f3437; }
  .proof__grid, .support__grid { grid-template-columns: 1fr; }
  .proof-card, .support-card { min-height: 0; }
  .proof-card__number, .support-card__icon { margin-bottom: 25px; }
  .safety__grid, .contact__grid { grid-template-columns: 1fr; }
  .safety__visual { max-width: 600px; }
  .comfort__grid { grid-template-columns: repeat(2,1fr); }
  .team__grid { grid-template-columns: repeat(3,1fr); gap: 20px; }
  .team-card { grid-column: auto; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 32px, 1160px); }
  .site-header__inner { grid-template-areas: "brand phone" "location location"; grid-template-columns: minmax(0,1fr) auto; min-height: 0; padding: 9px 0 11px; column-gap: 12px; row-gap: 7px; }
  .brand { grid-area: brand; }
  .brand img { width: 148px; max-height: 41px; }
  .site-header__location { display: block; grid-area: location; font-size: .82rem; line-height: 1.3; }
  .phone-button { grid-area: phone; min-height: 37px; padding: 0 13px; font-size: .8rem; }
  .phone-button span { display: none; }
  .hero { min-height: calc(100svh - 112px); background-position: 60% center; }
  .hero::before { background: linear-gradient(180deg, rgba(255,251,248,.98) 0%, rgba(255,251,248,.95) 62%, rgba(255,251,248,.84) 100%); }
  .hero__inner { display: flex; min-height: calc(100svh - 112px); flex-direction: column; align-items: flex-start; justify-content: flex-end; padding-top: 150px; padding-bottom: 42px; }
  .review-badge { gap: 8px; width: 100%; padding: 8px 11px; font-size: .72rem; }
  .review-badge__label { font-size: .58rem; }
  .review-badge img { width: 74px; }
  .review-badge img.review-badge__google { width: 49px; }
  .hero__copy { margin-top: 30px; }
  .hero h1 { font-size: clamp(2.85rem, 14vw, 4.2rem); }
  .hero__lead { margin-top: 24px; font-size: 1.22rem; }
  .hero__copy > p:not(.hero__lead) { margin-top: 23px; font-size: .95rem; }
  .hero__location { display: none; }
  .hero .button { margin-top: 25px; }
  .section { padding: 68px 0; }
  .section-heading { margin-bottom: 34px; }
  .support__callout, .comfort__top { display: grid; gap: 22px; }
  .support__callout { padding: 28px; }
  .support__callout p { font-size: 1.25rem; }
  .comfort__top .button { width: fit-content; margin: -10px 0 30px; }
  .comfort__grid { grid-template-columns: 1fr; }
  .comfort-card { min-height: 0; }
  .comfort-card img { margin-bottom: 25px; }
  .gallery__grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 140px; gap: 9px; }
  .gallery-item--wide { grid-column: span 2; }
  .team__grid { grid-template-columns: 1fr; gap: 18px; }
  .team-card img { aspect-ratio: 1.15; }
  .reviews__grid { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label:nth-of-type(3), .contact-form label:nth-of-type(4), .contact-form .consent, .contact-form button, .form-status { grid-column: auto; }
  .contact__bottom { display: grid; gap: 12px; margin-top: 50px; }
  .contact__links { align-items: start; flex-direction: column; gap: 12px; }
  .cookie-banner { right: 12px; bottom: 12px; width: calc(100% - 24px); }
  .cookie-modal__actions { align-items: stretch; flex-direction: column-reverse; }
  .cookie-modal__actions .button { width: 100%; }
}
