:root {
  --cream: #fffbe9;
  --butter: #fff0aa;
  --pink: #f8c6d0;
  --cherry: #c91634;
  --cherry-dark: #980f29;
  --cocoa: #351b18;
  --green: #25d366;
  --paper: #fffdf6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--cocoa); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.admin-bar .site-header { top: 32px; }
.basic-page { max-width: 900px; min-height: 70vh; margin: auto; padding: 80px 24px; }
.basic-page h1, .basic-page h2 { font-family: Georgia, serif; }

.announcement {
  min-height: 34px; display: grid; place-items: center; padding: 7px 16px;
  background: var(--pink); color: #4b2221; font-size: 12px; letter-spacing: .03em;
}
.site-header {
  height: 78px; display: flex; align-items: center; gap: 34px; padding: 0 clamp(20px, 5vw, 72px);
  background: rgba(255,253,246,.96); border-bottom: 1px solid rgba(53,27,24,.08); position: relative; z-index: 5;
}
.brand { color: var(--cherry); font-weight: 900; font-size: clamp(19px, 2vw, 25px); letter-spacing: -.04em; }
nav { display: flex; gap: 22px; margin-left: auto; font-size: 13px; }
nav a { padding: 10px 2px; border-bottom: 2px solid transparent; }
nav a:hover, nav a:focus-visible { border-color: var(--cherry); }
.header-cta { background: var(--cherry); color: white; border-radius: 999px; padding: 11px 18px; font-size: 13px; font-weight: 800; }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { width: 38px; height: 38px; display: grid; place-content: center; gap: 4px; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; width: 22px; height: 2px; background: var(--cocoa); }
.mobile-menu > div { position: absolute; top: 48px; right: 0; min-width: 160px; padding: 8px; background: var(--paper); border: 1px solid #ecdfca; border-radius: 14px; box-shadow: 0 16px 35px rgba(53,27,24,.14); }
.mobile-menu > div a { display: block; padding: 12px; border-radius: 9px; font-weight: 700; }
.mobile-menu > div a:hover { background: var(--butter); }

.hero {
  min-height: clamp(560px, 54vw, 720px); display: flex; align-items: center; overflow: hidden;
  background: #2c180f;
  border-bottom: 18px solid var(--pink); position: relative;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(90deg, rgba(255,253,246,.97) 0%, rgba(255,253,246,.88) 28%, rgba(255,253,246,.46) 51%, rgba(255,253,246,.08) 76%);
}
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 26px; z-index: 3;
  background: radial-gradient(circle at 13px -2px, transparent 14px, var(--pink) 15px) 0 0 / 26px 26px repeat-x;
}
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.hero-copy { width: min(54%, 760px); padding: clamp(54px, 7vw, 100px); padding-right: 20px; position: relative; z-index: 2; }
.hero-copy .eyebrow { color: var(--cherry); text-shadow: 0 2px 12px rgba(255,255,255,.7); }
.hero-copy h1 { color: var(--cocoa); text-shadow: 0 3px 22px rgba(255,253,246,.88); }
.eyebrow { margin: 0 0 16px; color: var(--cherry); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1 { margin: 0; font: 500 clamp(56px, 8vw, 118px)/.84 Georgia, serif; letter-spacing: -.07em; }
.hero-link { display: inline-flex; gap: 11px; align-items: center; margin-top: 30px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.52); border-radius: 999px; background: rgba(201,22,52,.9); color: #fff; font-weight: 900; box-shadow: 0 12px 28px rgba(0,0,0,.2); }
.hero-link:hover, .hero-link:focus-visible { background: var(--cherry-dark); transform: translateY(-1px); }

.brand-directory { padding: 78px clamp(18px, 6vw, 90px) 88px; background: var(--pink); position: relative; overflow: hidden; }
.brand-directory::before, .brand-directory::after { content: "✦"; position: absolute; color: rgba(201,22,52,.22); font-size: 72px; }
.brand-directory::before { top: 70px; left: 3vw; transform: rotate(12deg); }
.brand-directory::after { right: 3vw; bottom: 50px; transform: rotate(-10deg); }
.brand-directory .section-heading { margin-bottom: 12px; }
.brand-intro { margin: 0 auto 34px; text-align: center; color: #704b48; font-size: 14px; }
.brand-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; max-width: 1180px; margin: auto; position: relative; z-index: 1; }
.brand-card { min-height: 168px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 25px; padding: 25px 16px 18px; border: 1px solid rgba(152,15,41,.14); border-radius: 22px; color: var(--cocoa); box-shadow: 0 12px 28px rgba(92,29,34,.08); position: relative; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.brand-card::before { content: ""; position: absolute; width: 54px; height: 54px; top: -17px; right: -17px; border-radius: 50%; border: 10px solid rgba(201,22,52,.09); }
.brand-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 7px; background: repeating-linear-gradient(90deg, var(--cherry) 0 7px, transparent 7px 14px); opacity: .45; }
.brand-card-1 { background: #fff9de; }
.brand-card-2 { background: #fffdf6; }
.brand-card-3 { background: #ffe6c7; }
.brand-card-4 { background: #ffd8df; }
.brand-card:hover, .brand-card:focus-visible { transform: translateY(-5px) rotate(-.35deg); box-shadow: 0 18px 35px rgba(92,29,34,.15); outline: 2px solid var(--cherry); outline-offset: 2px; }
.brand-wordmark { max-width: 100%; color: var(--cherry-dark); font-size: clamp(19px, 2vw, 29px); line-height: 1; text-align: center; }
.wordmark-serif { font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -.06em; }
.wordmark-modern { font-family: Arial, Helvetica, sans-serif; font-weight: 900; letter-spacing: -.04em; }
.wordmark-spaced { font-family: Arial, Helvetica, sans-serif; font-weight: 600; letter-spacing: .13em; }
.wordmark-soft { font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -.1em; text-transform: lowercase; }
.brand-card-link { color: #885a56; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brand-card-link span { color: var(--cherry); }

.brand-hero { min-height: 510px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 72px 20px 92px; text-align: center; background: radial-gradient(circle at 50% 45%, #fffdf2 0 18%, transparent 48%), linear-gradient(135deg, var(--butter), #ffd9bf 54%, var(--pink)); border-bottom: 18px solid var(--pink); position: relative; overflow: hidden; }
.brand-hero::before, .brand-hero::after { content: "✦"; position: absolute; color: var(--cherry); opacity: .42; }
.brand-hero::before { left: 12%; top: 30%; font-size: 34px; }
.brand-hero::after { right: 12%; bottom: 26%; font-size: 22px; }
.brand-back { position: absolute; top: 28px; left: clamp(20px, 5vw, 72px); color: var(--cherry); font-size: 13px; font-weight: 900; }
.brand-hero .eyebrow { margin-bottom: 34px; }
.brand-hero-mark { margin: 0; max-width: min(1000px, 92vw); color: var(--cherry-dark); font-size: clamp(52px, 8vw, 120px); line-height: .9; }
.brand-hero > p:not(.eyebrow) { margin: 28px 0 0; color: #704b48; font: 18px/1.4 Georgia, serif; }
.brand-hero-cta { display: inline-flex; align-items: center; gap: 10px; margin-top: 30px; padding: 13px 20px; border-radius: 999px; background: var(--cherry); color: #fff; font-size: 13px; font-weight: 900; }
.brand-collection { padding-top: 72px; }

.collection { padding: 64px clamp(18px, 6vw, 90px) 86px; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr); align-items: center; gap: 28px; max-width: 1140px; margin: 0 auto 34px; text-align: center; position: relative; }
.section-heading p { margin: 0 0 6px; color: var(--cherry); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h2 { margin: 0; font: 600 clamp(34px, 4.5vw, 58px)/1 Georgia, serif; letter-spacing: -.04em; }
.checks { height: 14px; background: conic-gradient(from 90deg at 50% 50%, var(--cherry) 0 25%, transparent 0 50%, var(--cherry) 0 75%, transparent 0) 0 0/14px 14px; }
.view-all { position: absolute; top: -28px; right: 0; color: var(--cherry); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.view-all:hover, .view-all:focus-visible { color: var(--cherry-dark); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 1140px; margin: auto; }
.product-card { background: #fff; border: 1px solid #f0e9dc; border-radius: 22px; padding: 12px; box-shadow: 0 10px 25px rgba(73,38,26,.06); }
.product-card[hidden] { display: none; }
.product-image { width: 100%; aspect-ratio: 1; display: block; object-fit: cover; border-radius: 14px; background: #f8f3eb; }
.product-name { min-height: 40px; display: flex; align-items: center; justify-content: center; margin: 7px 2px 0; padding: 4px 6px; color: var(--cocoa); font: 600 15px/1.2 Georgia, serif; text-align: center; }
.whatsapp { margin-top: 6px; min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 999px; background: var(--green); color: #fff; font-size: 12px; font-weight: 900; box-shadow: 0 7px 15px rgba(37,211,102,.22); }
.whatsapp:hover, .whatsapp:focus-visible { background: #16b954; transform: translateY(-1px); }
.wa-icon { width: 22px; height: 22px; display: grid; place-items: center; flex: 0 0 22px; }
.wa-icon img { display: block; width: 21px; height: 21px; filter: brightness(0) invert(1); }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 28px; }
.carousel-controls > button { width: 42px; height: 42px; border: 1px solid #e3d4bf; border-radius: 50%; background: #fff; color: var(--cherry); font-size: 20px; font-weight: 900; cursor: pointer; box-shadow: 0 7px 18px rgba(53,27,24,.07); }
.carousel-controls > button:hover, .carousel-controls > button:focus-visible { background: var(--butter); border-color: var(--cherry); }
.carousel-controls > button:disabled { opacity: .35; cursor: default; }
.carousel-pages { display: flex; align-items: center; gap: 8px; }
.carousel-dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: #e4b9b5; cursor: pointer; }
.carousel-dot[aria-current="true"] { width: 26px; border-radius: 999px; background: var(--cherry); }
.carousel-status { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.all-products-grid .product-card { display: block; }
.all-products-section { padding-top: 76px; }
.service-strip { display: flex; justify-content: center; flex-wrap: wrap; gap: clamp(22px, 7vw, 90px); padding: 24px 20px; background: var(--cherry); color: #fff7da; font-size: 13px; font-weight: 900; letter-spacing: .04em; }
.about { padding: clamp(72px, 9vw, 130px) 20px; text-align: center; background: var(--pink); color: var(--cherry-dark); }
.about .eyebrow { color: var(--cherry-dark); }
.about h2 { max-width: 780px; margin: 0 auto; font-size: clamp(48px, 6vw, 78px); }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; max-width: 1180px; margin: 45px auto 0; text-align: left; }
.how-grid article { padding: 28px; background: rgba(255,253,246,.72); border: 1px solid rgba(152,15,41,.14); border-radius: 20px; }
.how-grid article > span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 25px; background: var(--cherry); color: white; border-radius: 50%; font-size: 12px; font-weight: 900; }
.how-grid h3 { margin: 0 0 10px; color: var(--cocoa); font: 600 25px/1.08 Georgia, serif; }
.how-grid p { margin: 0; color: #704b48; font: 14px/1.6 Arial, sans-serif; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 50; display: grid; place-items: center; width: 62px; height: 62px; border: 2px solid rgba(255,255,255,.92); border-radius: 50%; background: var(--green); box-shadow: 0 12px 30px rgba(37,211,102,.35); transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
.floating-whatsapp img { width: 31px; height: 31px; display: block; }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { background: #16b954; transform: translateY(-3px) scale(1.04); box-shadow: 0 16px 34px rgba(37,211,102,.42); }
.content-hero { min-height: 430px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 20px 92px; text-align: center; position: relative; overflow: hidden; border-bottom: 18px solid var(--pink); background: radial-gradient(circle at 50% 42%, #fffdf2 0 16%, transparent 46%), linear-gradient(135deg, var(--butter), #ffe1bd 55%, var(--pink)); }
.content-hero::before, .content-hero::after { content: "✦"; position: absolute; color: var(--cherry); opacity: .36; }
.content-hero::before { left: 12%; top: 28%; font-size: 34px; }
.content-hero::after { right: 12%; bottom: 24%; font-size: 22px; }
.content-hero h1 { max-width: 1050px; font-size: clamp(64px, 10vw, 132px); color: var(--cherry-dark); }
.content-hero > p:not(.eyebrow) { max-width: 620px; margin: 28px 0 0; color: #704b48; font: 18px/1.5 Georgia, serif; }
.about-simple { padding: clamp(32px, 5vw, 64px) clamp(16px, 5vw, 68px) clamp(64px, 8vw, 104px); background: var(--paper); }
.about-simple-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; max-width: 1180px; margin: 0 auto; }
.about-simple-gallery img { width: 100%; aspect-ratio: 3 / 4; display: block; object-fit: cover; background: #ead9ca; }
.about-simple-gallery img:first-child { object-position: center 38%; }
.about-simple-copy { max-width: 780px; margin: clamp(34px, 5vw, 58px) auto 0; color: #573b38; font: 16px/1.75 Arial, sans-serif; }
.about-simple-copy p { margin: 0 0 18px; }
.about-simple-copy p:last-child { margin-bottom: 0; }
.about-simple-note { padding-top: 20px; border-top: 1px solid rgba(53,27,24,.15); color: #806663; font-size: 12px; line-height: 1.65; }
.detail-cta { display: inline-flex; align-items: center; gap: 10px; margin-top: 12px; padding: 13px 20px; border-radius: 999px; background: var(--cherry); color: #fff; font-size: 13px; font-weight: 900; }
.detail-cta:hover, .detail-cta:focus-visible { background: var(--cherry-dark); transform: translateY(-1px); }
.order-section { padding: clamp(76px, 9vw, 128px) 20px; text-align: center; background: var(--pink); color: var(--cherry-dark); }
.order-section .eyebrow { color: var(--cherry-dark); }
.order-section > h2 { font-size: clamp(48px, 6vw, 78px); }
.order-section .detail-cta { margin-top: 36px; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 42px clamp(20px, 5vw, 72px); background: var(--cocoa); color: #fff8e7; }
footer .brand { color: #ffcad3; }
footer p { margin: 0; font-size: 13px; }
.footer-note { justify-self: end; opacity: .7; }

@media (max-width: 760px) {
  .admin-bar .site-header { top: 46px; }
  .announcement { font-size: 10px; }
  .site-header { height: 66px; padding: 0 18px; }
  nav { display: none; }
  .header-cta { display: none; }
  .mobile-menu { display: block; }
  .hero { min-height: 650px; align-items: flex-end; }
  .hero::before { background: linear-gradient(180deg, rgba(255,253,246,.06) 10%, rgba(255,253,246,.34) 46%, rgba(255,253,246,.97) 82%); }
  .hero-photo { object-position: 59% center; }
  .hero-copy { width: 100%; padding: 300px 24px 66px; text-align: left; }
  h1 { font-size: clamp(55px, 18vw, 82px); }
  .hero-link { margin-top: 20px; }
  .brand-directory { padding: 52px 12px 62px; }
  .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .brand-card { min-height: 126px; gap: 18px; padding: 18px 8px 14px; border-radius: 15px; }
  .brand-wordmark { font-size: clamp(15px, 4.5vw, 21px); }
  .wordmark-spaced { letter-spacing: .07em; }
  .brand-card-link { font-size: 9px; }
  .brand-hero { min-height: 430px; padding: 80px 18px 72px; }
  .brand-hero-mark { font-size: clamp(43px, 14vw, 72px); }
  .brand-hero .eyebrow { margin-bottom: 26px; }
  .brand-hero > p:not(.eyebrow) { font-size: 16px; }
  .collection { padding: 48px 14px 62px; }
  .section-heading { grid-template-columns: 32px 1fr 32px; gap: 10px; }
  .view-all { top: -23px; right: 2px; font-size: 9px; }
  h2 { font-size: clamp(30px, 9vw, 42px); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-card { border-radius: 15px; padding: 7px; }
  .product-name { min-height: 34px; margin-top: 5px; padding: 2px 3px; font-size: 12px; }
  .whatsapp { min-height: 39px; font-size: 11px; gap: 5px; }
  .wa-icon { width: 18px; height: 18px; flex-basis: 18px; }
  .wa-icon img { width: 18px; height: 18px; }
  .carousel-controls { margin-top: 20px; }
  .carousel-controls > button { width: 38px; height: 38px; }
  .service-strip { gap: 10px 22px; font-size: 10px; }
  .how-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .how-grid article { padding: 22px; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 56px; height: 56px; }
  .floating-whatsapp img { width: 28px; height: 28px; }
  .content-hero { min-height: 370px; padding: 76px 18px 70px; }
  .content-hero h1 { font-size: clamp(58px, 18vw, 88px); }
  .content-hero > p:not(.eyebrow) { font-size: 16px; }
	.about-simple { padding: 18px 12px 64px; }
	.about-simple-gallery { gap: 5px; }
	.about-simple-copy { margin-top: 30px; padding: 0 8px; font-size: 15px; line-height: 1.7; }
  .order-section { padding: 64px 14px 76px; }
  footer { grid-template-columns: 1fr; text-align: center; gap: 10px; }
  .footer-note { justify-self: center; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
