:root {
  --pink: #eb5278;
  --pink-dark: #d93f67;
  --pink-soft: #f69bb1;
  --blush: #fff0ee;
  --blush-2: #fff8f6;
  --peach: #f4b9a9;
  --brown: #40251f;
  --brown-soft: #6a5049;
  --gold: #ffb51b;
  --white: #fff;
  --line: #f2dcd7;
  --shadow: 0 18px 46px rgba(94, 47, 43, .10);
  --container: 1180px;
  --serif: Georgia, Cambria, "Times New Roman", serif;
  --sans: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; color: var(--brown); background: #fffefd; font-family: var(--sans); line-height: 1.55; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: .18; background-image: radial-gradient(rgba(111, 72, 63, .18) .45px, transparent .45px); background-size: 5px 5px; mix-blend-mode: multiply; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
svg { display: block; width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 82px 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 10000; background: var(--brown); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 100; height: 132px; transition: background .25s, box-shadow .25s, height .25s; }
.site-header.is-scrolled { position: fixed; height: 84px; background: rgba(255, 254, 253, .96); backdrop-filter: blur(14px); box-shadow: 0 8px 30px rgba(83, 40, 35, .08); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand { width: 142px; flex: 0 0 auto; align-self: flex-start; transition: width .25s; }
.brand img { width: 100%; }
.is-scrolled .brand { width: 80px; align-self: center; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.7vw, 42px); margin-left: auto; }
.site-nav a { position: relative; padding: 10px 0; font-size: .91rem; font-weight: 600; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 50%; bottom: 1px; width: 0; height: 2px; background: var(--pink); transform: translateX(-50%); transition: width .25s; }
.site-nav a:hover, .site-nav a.is-active { color: var(--pink); }
.site-nav a.is-active::after, .site-nav a:hover::after { width: 34px; }
.menu-toggle { display: none; border: 0; background: none; cursor: pointer; padding: 9px; }
.nav-contact { margin-left: 16px; }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--pink); border-radius: 14px; padding: 12px 25px; font-weight: 700; font-size: .92rem; cursor: pointer; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, #ef6283, #df436d); color: #fff; box-shadow: 0 10px 24px rgba(224, 67, 108, .22); }
.btn-primary:hover { box-shadow: 0 14px 28px rgba(224, 67, 108, .3); }
.btn-outline { background: rgba(255,255,255,.72); color: var(--pink); }
.btn-outline:hover { background: var(--pink); color: #fff; }

.hero { min-height: 770px; padding-top: 155px; padding-bottom: 105px; position: relative; display: flex; align-items: center; background: radial-gradient(circle at 81% 43%, #ffebe8 0, rgba(255,241,238,.72) 23%, transparent 48%), #fffefd; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 380px; height: 540px; right: -120px; top: 180px; border-radius: 50% 0 0 50%; background: rgba(252, 216, 212, .35); transform: rotate(-8deg); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 28px; }
.hero-copy { padding-left: 35px; }
.eyebrow { margin: 0 0 18px; color: var(--pink); text-transform: uppercase; letter-spacing: .08em; font-size: .9375rem; font-weight: 800; }
.hero h1, .craft h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.12; letter-spacing: -.025em; }
.hero h1 { font-size: clamp(2.7rem, 4.2vw, 4.5rem); }
.hero h1 em, .craft h2 em { color: var(--pink); font-weight: 400; }
.hero h1 em { font-family: "Segoe Script", "Brush Script MT", cursive; font-size: .92em; white-space: nowrap; }
.hero-text { max-width: 430px; margin: 25px 0 28px; color: var(--brown-soft); font-size: 1.02rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 15px; }
.hero-visual { position: relative; min-height: 530px; }
.hero-image-wrap { position: absolute; inset: -20px -60px -30px -20px; display: grid; place-items: center; }
.hero-image { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 18px 30px rgba(82, 43, 38, .08)); }
.polaroid { position: absolute; width: 180px; padding: 9px; margin: 0; border-radius: 13px; background: #fff; box-shadow: 0 15px 30px rgba(73, 45, 39, .18); z-index: 3; }
.polaroid img { width: 100%; height: 125px; object-fit: cover; border-radius: 8px; }
.polaroid-top { right: -22px; top: 8px; transform: rotate(5deg); }
.polaroid-bottom { right: 5px; bottom: 23px; transform: rotate(-7deg); }
.hero-decor-string { position: absolute; z-index: 2; left: 15px; top: 225px; width: 58px; height: 410px; object-fit: contain; opacity: .78; pointer-events: none; }
.hero-wave { position: absolute; z-index: 1; left: -2%; right: -2%; bottom: -60px; height: 175px; border-top: 2px solid var(--peach); border-radius: 52% 48% 0 0 / 48% 48% 0 0; background: #fffdfa; transform: rotate(.8deg); }

.benefits { position: relative; z-index: 3; padding: 18px 0 34px; margin-top: -28px; background: #fffdfa; border-bottom: 1px solid var(--line); }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefits article { display: flex; justify-content: center; align-items: center; gap: 15px; padding: 12px 28px; min-height: 84px; }
.benefits article + article { border-left: 1px dashed var(--peach); }
.benefits svg { width: 34px; height: 34px; color: var(--pink); flex: 0 0 auto; }
.benefits strong, .benefits span { display: block; text-align: center; }
.benefits strong { font-family: var(--serif); font-size: 1rem; }
.benefits span { color: var(--brown-soft); font-size: .9375rem; }

.section-heading { text-align: center; margin-bottom: 37px; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.1rem, 3.5vw, 3.25rem); font-weight: 400; line-height: 1.15; }
.heading-decor { width: 70px; height: auto; display: inline-block; margin-left: 3px; vertical-align: .12em; }
.section-heading p { margin: 7px 0 0; color: var(--brown-soft); }
.categories { background: linear-gradient(#fff, #fffdfb); }
.category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; }
.category-card { position: relative; min-width: 0; padding-bottom: 18px; background: #fff; border: 1px solid #eee3df; border-radius: 92px 92px 13px 13px; box-shadow: 0 10px 23px rgba(67, 41, 35, .07); text-align: center; overflow: visible; transition: transform .25s, box-shadow .25s; }
.category-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.category-card > img { width: 100%; aspect-ratio: .86; object-fit: cover; border-radius: 88px 88px 0 0; }
.category-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: -26px auto 8px; position: relative; border-radius: 50%; background: #fff; color: var(--pink); box-shadow: 0 5px 14px rgba(76, 47, 41, .15); }
.category-icon svg { width: 26px; height: 26px; }
.category-card h3 { margin: 0 8px; font-size: .9375rem; }
.section-action { display: flex; justify-content: center; margin-top: 34px; }

.models { background: linear-gradient(90deg, #fff9f7, #fff, #fff7f5); border-block: 1px solid #f9ebe7; }
.carousel { position: relative; padding-inline: 42px; }
.carousel-viewport { overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; }
.carousel-viewport::-webkit-scrollbar { display: none; }
.carousel-track { display: flex; gap: 18px; }
.models .carousel-track figure { flex: 0 0 calc((100% - 90px) / 6); min-width: 0; margin: 0; scroll-snap-align: start; }
.models .carousel-track img { width: 100%; aspect-ratio: 1; border-radius: 14px; object-fit: cover; box-shadow: 0 9px 18px rgba(86, 53, 46, .10); }
.carousel-arrow { position: absolute; z-index: 3; top: 50%; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--pink); color: #fff; cursor: pointer; transform: translateY(-60%); box-shadow: 0 6px 16px rgba(222, 61, 102, .25); }
.carousel-arrow:hover { background: var(--pink-dark); }
.carousel-arrow.prev { left: 0; }
.carousel-arrow.next { right: 0; }
.carousel-arrow.prev svg { transform: rotate(180deg); }
.carousel-dots { min-height: 15px; display: flex; justify-content: center; gap: 8px; margin-top: 25px; }
.carousel-dots button { width: 9px; height: 9px; padding: 0; border: 1px solid #cdb5af; border-radius: 50%; background: transparent; cursor: pointer; }
.carousel-dots button.is-active { width: 10px; background: var(--pink); border-color: var(--pink); }

.craft { background: linear-gradient(105deg, #fff1ef, #fff9f7 52%, #fff4f1); }
.craft-grid { display: grid; grid-template-columns: .88fr 1.15fr .65fr; align-items: center; gap: 35px; }
.craft h2 { font-size: clamp(2.35rem, 3.4vw, 3.6rem); }
.craft-copy > p:not(.eyebrow) { margin: 20px 0; color: var(--brown-soft); font-size: .92rem; }
.check-list { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 10px; font-size: .9375rem; font-weight: 600; }
.check-list li { display: flex; align-items: center; gap: 9px; }
.check-list svg { width: 18px; height: 18px; color: var(--pink); fill: var(--pink); stroke: #fff; }
.craft-main { position: relative; margin: 0; padding: 14px; background: #fff; border-radius: 6px; box-shadow: var(--shadow); transform: rotate(-1.2deg); }
.craft-main::before { content: ""; position: absolute; top: -14px; left: 37%; width: 105px; height: 33px; background: rgba(244, 194, 186, .78); transform: rotate(2deg); z-index: 2; }
.craft-main img { width: 100%; aspect-ratio: 1.25; object-fit: cover; border-radius: 3px; }
.craft-side { display: grid; gap: 16px; }
.craft-side img { width: 100%; aspect-ratio: 1.45; object-fit: cover; padding: 7px; border-radius: 12px; background: #fff; box-shadow: 0 7px 20px rgba(81, 50, 43, .14); }

.testimonials { padding-bottom: 68px; background: #fff; }
.testimonial-carousel .carousel-track blockquote { flex: 0 0 calc((100% - 36px) / 3); position: relative; min-height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; scroll-snap-align: start; margin: 0; padding: 30px 32px 22px; background: #fff; border: 1px solid #f0e4e0; border-radius: 15px; box-shadow: 0 10px 25px rgba(84, 53, 46, .07); text-align: center; }
.testimonial-carousel .quote { position: absolute; left: 19px; top: 12px; color: #f291a7; font-family: var(--serif); font-size: 4rem; line-height: 1; }
.stars { color: var(--gold); letter-spacing: .1em; font-size: 1.05rem; }
.testimonial-carousel blockquote p { max-width: 285px; margin: 15px auto; color: var(--brown-soft); font-size: .9375rem; }
.testimonial-carousel footer { display: flex; align-items: center; gap: 9px; }
.avatar { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, #b8796e, #3e2824); color: #fff; font-size: .8125rem; }
.testimonial-carousel footer strong { font-size: .9375rem; }

.gallery-cta { padding: 30px 0 58px; }
.gallery-shell { min-height: 155px; position: relative; display: grid; grid-template-columns: .92fr 1.6fr; align-items: center; gap: 30px; padding: 20px 155px 20px 35px; border: 1px solid #f4b7b4; border-radius: 35px; background: linear-gradient(90deg, #fff0ef, #fff7f5); overflow: visible; }
.gallery-title { display: flex; align-items: center; gap: 12px; padding-right: 30px; border-right: 1px dashed var(--peach); }
.gallery-title h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(1.65rem, 2.6vw, 2.45rem); line-height: 1.12; }
.cta-decor { width: 72px; height: auto; flex: 0 0 auto; }
.mini-gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.mini-gallery img { width: 100%; aspect-ratio: 1.05; object-fit: cover; border-radius: 10px; }
.basket { position: absolute; width: 190px; right: -25px; bottom: -10px; clip-path: ellipse(48% 45% at 50% 51%); filter: drop-shadow(0 9px 12px rgba(93, 56, 48, .17)); }

.site-footer { position: relative; background: #fff; border-top: 1px solid #f3e3df; overflow: hidden; }
.footer-decor { position: absolute; z-index: 0; bottom: -65px; width: 118px; height: auto; opacity: .68; pointer-events: none; }
.footer-decor-left { left: -15px; transform: rotate(14deg); }
.footer-decor-right { right: -8px; transform: rotate(-10deg); }
.footer-grid, .footer-bottom { position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.25fr 1.25fr; gap: 60px; padding-block: 45px; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand > img { width: 115px; flex: 0 0 auto; }
.footer-brand p { color: var(--brown-soft); font-size: .9375rem; }
.footer-grid h3 { margin: 0 0 12px; color: var(--pink); text-transform: uppercase; font-size: .9375rem; letter-spacing: .05em; }
.footer-grid > div:not(.footer-brand) > a { display: block; width: max-content; margin: 4px 0; color: var(--brown-soft); font-size: .9375rem; }
.footer-grid a:hover { color: var(--pink); }
.socials { display: flex; gap: 8px; }
.socials button { width: 29px; height: 29px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--pink); color: #fff; cursor: pointer; }
.socials svg { width: 14px; height: 14px; }
.footer-contact button, .footer-contact p { display: flex; align-items: center; gap: 8px; margin: 7px 0; padding: 0; border: 0; background: none; color: var(--brown-soft); font-size: .9375rem; cursor: pointer; }
.footer-contact svg { width: 16px; height: 16px; color: var(--pink); }
.footer-bottom { border-top: 1px solid #f5e5e1; background: #fff8f6; color: #9a837d; font-size: .9375rem; }
.footer-bottom .container { min-height: 46px; display: flex; align-items: center; justify-content: space-between; }

.contact-modal { width: min(92vw, 560px); max-height: 92vh; padding: 0; border: 0; border-radius: 25px; background: transparent; box-shadow: 0 30px 90px rgba(54, 26, 22, .32); }
.contact-modal::backdrop { background: rgba(62, 37, 31, .55); backdrop-filter: blur(4px); }
.modal-panel { position: relative; padding: 30px 38px 35px; background: #fffdfb; text-align: center; overflow-y: auto; max-height: 92vh; }
.modal-panel > img { margin: -8px auto 0; }
.modal-panel h2 { margin: 2px 0 8px; font: 400 2rem/1.2 var(--serif); }
.modal-panel > p { max-width: 410px; margin: 0 auto 20px; color: var(--brown-soft); font-size: .9375rem; }
.modal-close { position: absolute; right: 18px; top: 18px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--blush); color: var(--pink); cursor: pointer; }
.contact-form { display: grid; gap: 13px; text-align: left; }
.contact-form label { display: grid; gap: 5px; color: var(--brown); font-size: .9375rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #eadad5; border-radius: 10px; padding: 11px 13px; background: #fff; color: var(--brown); outline: none; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(235,82,120,.1); }
.contact-form .btn { margin-top: 3px; }
.form-status { min-height: 1.4em; margin: 0; color: #24814b; text-align: center; font-size: .9375rem; }

@media (max-width: 1080px) {
  .site-header { height: 105px; }
  .brand { width: 106px; }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: .9375rem; }
  .nav-contact { padding-inline: 17px; }
  .hero { min-height: 690px; padding-top: 120px; }
  .hero-copy { padding-left: 0; }
  .hero-image-wrap { inset: 0 -20px; }
  .hero-visual { min-height: 450px; }
  .polaroid { width: 140px; }
  .polaroid img { height: 95px; }
  .category-grid { gap: 12px; }
  .craft-grid { grid-template-columns: .9fr 1.1fr; }
  .craft-side { display: none; }
  .footer-grid { gap: 30px; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 78px; }
  .site-header, .site-header.is-scrolled { position: fixed; height: 76px; background: rgba(255,254,253,.97); box-shadow: 0 5px 22px rgba(83,40,35,.08); }
  .nav-wrap { gap: 10px; }
  .brand, .is-scrolled .brand { width: 71px; align-self: center; }
  .menu-toggle { display: grid; place-items: center; order: 3; margin-left: auto; }
  .menu-toggle svg { width: 27px; height: 27px; }
  .nav-contact { min-height: 40px; padding: 8px 14px; margin: 0 0 0 auto; font-size: .9375rem; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: 70px; display: grid; gap: 0; padding: 12px; border: 1px solid #f1dfda; border-radius: 18px; background: #fff; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 11px 13px; border-radius: 8px; }
  .site-nav a:hover, .site-nav a.is-active { background: var(--blush); }
  .site-nav a::after, .site-nav a::before { display: none; }
  .hero { padding-top: 115px; padding-bottom: 82px; min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { max-width: 640px; margin: auto; }
  .hero-text { margin-inline: auto; }
  .button-row { justify-content: center; }
  .hero-visual { min-height: 490px; }
  .hero-image-wrap { inset: 0 2%; }
  .polaroid-top { right: 5%; }
  .polaroid-bottom { right: 7%; }
  .hero-wave { bottom: -90px; }
  .benefits { margin-top: -15px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits article:nth-child(3) { border-left: 0; border-top: 1px dashed var(--peach); }
  .benefits article:nth-child(4) { border-top: 1px dashed var(--peach); }
  .category-grid { grid-template-columns: repeat(3, 1fr); gap: 25px; }
  .models .carousel-track figure { flex-basis: calc((100% - 36px) / 3); }
  .craft-grid { grid-template-columns: 1fr; text-align: center; }
  .craft-copy { max-width: 620px; margin: auto; }
  .check-list { width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }
  .craft-main { width: min(100%, 660px); margin: 5px auto 0; }
  .testimonial-carousel .carousel-track blockquote { flex-basis: calc((100% - 18px) / 2); }
  .gallery-shell { grid-template-columns: 1fr; padding: 26px 130px 26px 28px; }
  .gallery-title { border: 0; padding: 0; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: 1 / -1; max-width: 570px; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 62px 0; }
  .nav-contact { font-size: 0; width: 42px; padding: 8px; border-radius: 50%; }
  .nav-contact svg { width: 18px; height: 18px; }
  .hero { padding-top: 104px; padding-bottom: 45px; }
  .hero h1 { font-size: clamp(2.25rem, 10.8vw, 3.25rem); }
  .hero h1 em { white-space: normal; }
  .hero .eyebrow { display: none; }
  .hero-text { font-size: .9375rem; }
  .button-row .btn { flex: 1 1 150px; padding-inline: 15px; }
  .hero-visual { min-height: 350px; margin-top: 12px; }
  .hero-image-wrap { inset: 0 -8%; }
  .polaroid { display: none; }
  .hero-decor-string { display: none; }
  .hero-wave { height: 110px; bottom: -85px; }
  .benefits { padding-top: 30px; }
  .benefits article { min-height: 90px; padding: 10px 8px; gap: 8px; flex-direction: column; }
  .benefits svg { width: 25px; height: 25px; }
  .benefits strong { font-size: .9375rem; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2 { font-size: 2.05rem; }
  .section-heading p { font-size: .9375rem; }
  .category-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 14px; }
  .category-card { border-radius: 80px 80px 12px 12px; }
  .category-card > img { border-radius: 78px 78px 0 0; }
  .category-card h3 { font-size: .9375rem; }
  .models { padding-block: 58px; }
  .carousel { padding-inline: 34px; }
  .models .carousel-track figure { flex-basis: calc((100% - 14px) / 2); }
  .carousel-track { gap: 14px; }
  .carousel-arrow { width: 32px; height: 32px; }
  .craft h2 { font-size: 2.5rem; }
  .craft-main { padding: 10px; }
  .testimonial-carousel .carousel-track blockquote { flex-basis: 100%; min-height: 230px; padding-inline: 24px; }
  .gallery-cta { padding-top: 15px; }
  .gallery-shell { display: block; padding: 25px 20px 95px; border-radius: 25px; overflow: hidden; }
  .gallery-title { justify-content: center; text-align: center; margin-bottom: 18px; }
  .mini-gallery { grid-template-columns: repeat(5, 90px); overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
  .mini-gallery::-webkit-scrollbar { display: none; }
  .basket { width: 145px; right: -15px; bottom: -12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; padding-block: 34px; }
  .footer-brand { grid-column: 1 / -1; align-items: flex-start; }
  .footer-brand > img { width: 90px; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-decor { width: 92px; bottom: -38px; opacity: .52; }
  .footer-bottom .container { min-height: 64px; flex-direction: column; justify-content: center; gap: 4px; text-align: center; }
  .modal-panel { padding: 25px 20px 30px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Ajustes finais de identidade, legibilidade e interação */
.brand { width: 188px; align-self: center; }
.is-scrolled .brand { width: 132px; }
.site-nav a,
.btn,
.eyebrow,
.benefits span,
.category-card h3,
.craft-copy > p:not(.eyebrow),
.check-list,
.testimonial-carousel blockquote p,
.testimonial-carousel footer strong,
.footer-brand p,
.footer-grid h3,
.footer-grid > div:not(.footer-brand) > a,
.footer-contact button,
.footer-contact p,
.footer-bottom,
.modal-panel > p,
.contact-form label,
.form-status { font-size: .9375rem; }
.avatar { font-size: .9375rem; }

.hero { min-height: 790px; padding-top: 148px; padding-bottom: 130px; }
.hero-grid { grid-template-columns: .75fr 1.25fr; gap: 16px; }
.hero-copy { padding-left: 18px; }
.hero h1 { font-size: clamp(2.45rem, 3.55vw, 3.75rem); }
.hero-visual { min-height: 570px; }
.hero-image-wrap { inset: -42px -92px -48px -48px; }
.hero-decor-string { z-index: 1; }
.hero-wave { bottom: -102px; }
.nav-contact svg { width: 21px; height: 21px; }

.model-card { width: 100%; display: block; padding: 0; border: 0; border-radius: 14px; background: transparent; cursor: zoom-in; overflow: hidden; }
.models .model-card img { transition: transform .35s ease, filter .35s ease; }
.models .model-card:hover img { transform: scale(1.045); filter: saturate(1.06); }
.model-card:focus-visible { outline: 3px solid rgba(235, 82, 120, .4); outline-offset: 4px; }
.carousel-arrow:disabled { opacity: .34; cursor: default; box-shadow: none; }
.carousel-arrow:disabled:hover { background: var(--pink); }
.carousel-dots button { transition: width .2s ease, background .2s ease; }
.carousel-dots button.is-active { width: 22px; border-radius: 99px; }

.model-lightbox { width: min(94vw, 980px); max-width: none; max-height: 94vh; padding: 0; border: 0; border-radius: 24px; background: transparent; box-shadow: 0 28px 90px rgba(54, 26, 22, .42); overflow: visible; }
.model-lightbox::backdrop { background: rgba(49, 27, 24, .78); backdrop-filter: blur(8px); }
.lightbox-panel { position: relative; display: grid; grid-template-columns: 54px minmax(0, 1fr) 54px; align-items: center; gap: 16px; padding: 26px; border: 1px solid rgba(255,255,255,.5); border-radius: 24px; background: rgba(255, 253, 251, .98); }
.lightbox-panel figure { min-width: 0; margin: 0; text-align: center; }
.lightbox-panel figure img { width: 100%; max-height: 76vh; object-fit: contain; border-radius: 16px; background: var(--blush-2); }
.lightbox-panel figcaption { margin-top: 12px; color: var(--brown-soft); font-size: .9375rem; }
.lightbox-close,
.lightbox-arrow { display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--pink); color: #fff; cursor: pointer; box-shadow: 0 8px 20px rgba(222,61,102,.24); }
.lightbox-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 42px; height: 42px; }
.lightbox-arrow { width: 46px; height: 46px; }
.lightbox-prev svg { transform: rotate(180deg); }
.lightbox-close:hover,
.lightbox-arrow:hover { background: var(--pink-dark); }

.gallery-cta { padding: 44px 0 70px; }
.gallery-shell { min-height: 225px; grid-template-columns: 1.05fr 1.45fr; gap: 34px; padding: 28px 190px 28px 38px; }
.gallery-title { display: grid; justify-items: start; gap: 8px; padding-right: 28px; border-right: 1px dashed var(--peach); }
.gallery-title h2 { margin: 0; }
.gallery-title p { margin: 2px 0 4px; color: var(--brown-soft); font-size: .9375rem; }
.cta-separator { width: min(100%, 210px); height: 30px; object-fit: contain; object-position: left center; }
.purchase-options { display: flex; flex-wrap: wrap; gap: 8px; }
.purchase-channel { min-height: 38px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid var(--pink); border-radius: 999px; background: #fff; color: var(--pink); font-size: .9375rem; font-weight: 700; transition: transform .2s, color .2s, background .2s; }
.purchase-channel svg { width: 18px; height: 18px; }
.purchase-channel:hover { transform: translateY(-2px); background: var(--pink); color: #fff; }
.purchase-channel.shopee { border-color: #ee4d2d; color: #ee4d2d; }
.purchase-channel.shopee:hover { background: #ee4d2d; color: #fff; }
.basket { width: 245px; right: -44px; bottom: -33px; clip-path: none; }

@media (max-width: 1280px) {
  .hero-decor-string { display: none; }
}

@media (max-width: 1080px) {
  .brand { width: 144px; }
  .is-scrolled .brand { width: 116px; }
  .site-nav a { font-size: .9375rem; }
  .hero { min-height: 720px; padding-top: 126px; padding-bottom: 120px; }
  .hero-grid { grid-template-columns: .82fr 1.18fr; }
  .hero h1 { font-size: clamp(2.25rem, 3.9vw, 3rem); }
  .hero-visual { min-height: 485px; }
  .hero-image-wrap { inset: -18px -42px -30px -30px; }
  .gallery-shell { padding-right: 170px; }
  .basket { width: 220px; right: -40px; }
}

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .brand,
  .is-scrolled .brand { width: 108px; }
  .nav-contact { font-size: .9375rem; }
  .hero { padding-top: 114px; padding-bottom: 115px; }
  .hero h1 { font-size: clamp(2.4rem, 7.2vw, 3.35rem); }
  .hero-visual { min-height: 520px; }
  .hero-image-wrap { inset: -18px -2% -20px; }
  .hero-wave { bottom: -108px; }
  .gallery-shell { grid-template-columns: 1fr; padding: 30px 155px 32px 30px; }
  .gallery-title { justify-items: start; padding: 0; border: 0; }
  .basket { width: 215px; right: -48px; bottom: -28px; }
}

@media (max-width: 580px) {
  .nav-contact { width: 42px; min-height: 42px; padding: 8px; border-radius: 50%; font-size: 0; }
  .nav-contact svg { width: 20px; height: 20px; }
  .brand,
  .is-scrolled .brand { width: 96px; }
  .hero { padding-top: 100px; padding-bottom: 100px; }
  .hero h1 { font-size: clamp(2.05rem, 9.8vw, 2.75rem); }
  .hero-text,
  .section-heading p,
  .category-card h3,
  .benefits strong { font-size: .9375rem; }
  .hero-visual { min-height: 385px; }
  .hero-image-wrap { inset: -10px -13% -18px; }
  .hero-wave { bottom: -92px; }
  .gallery-shell { display: block; padding: 27px 20px 160px; overflow: hidden; }
  .gallery-title { justify-items: center; text-align: center; }
  .cta-separator { width: 185px; object-position: center; }
  .purchase-options { justify-content: center; }
  .purchase-channel { font-size: .9375rem; }
  .basket { width: 185px; right: -25px; bottom: -25px; }
  .lightbox-panel { grid-template-columns: 38px minmax(0, 1fr) 38px; gap: 7px; padding: 16px 10px; }
  .lightbox-arrow { width: 36px; height: 36px; }
  .lightbox-close { top: 8px; right: 8px; }
  .lightbox-panel figure img { max-height: 68vh; }
}
html { overflow-x: clip; }
.craft-grid > * { min-width: 0; }
@media (max-width: 580px) {
  .check-list { width: 100%; }
  .check-list li { align-items: flex-start; }
}