:root {
  --ink: #334423;
  --ink-deep: #253218;
  --pink: #d47179;
  --pink-soft: #f6e7e8;
  --ivory: #fbfaf5;
  --paper: #fffefa;
  --line: #dadfd4;
  --muted: #6c7566;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink-deep); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.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; }
.ui-arrow { width: 1em; height: 1em; display: block; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button .ui-arrow, .text-link .ui-arrow { width: 15px; height: 15px; }

.topbar { min-height: 38px; padding: 0 max(36px, calc((100% - 1440px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--ink); color: rgba(255,255,255,.82); }
.topbar p { margin: 0; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.topbar nav { display: flex; align-items: center; gap: 0; }
.topbar nav a { padding: 0 18px; display: inline-flex; align-items: center; gap: 7px; border-left: 1px solid rgba(255,255,255,.18); font-size: 10px; font-weight: 650; letter-spacing: .02em; transition: color .2s ease; }
.topbar-icon-link svg { width: 14px; height: 14px; flex: 0 0 auto; fill: none; stroke: var(--pink); stroke-width: 2.15; stroke-linecap: round; stroke-linejoin: round; }
.topbar nav a:hover { color: #f1b2b6; }
.topbar nav a:last-child { padding-right: 0; }

.site-header { position: relative; z-index: 20; width: min(1440px, calc(100% - 72px)); height: 108px; margin: 0 auto; display: grid; grid-template-columns: 300px 1fr auto; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); }
.brand { width: 280px; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(18px, 2.2vw, 38px); }
.desktop-nav a { position: relative; padding: 42px 0 39px; color: #44513d; font-size: 15px; font-weight: 600; letter-spacing: .01em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--pink); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.button { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--ink-deep); }
.button-ghost { border-color: #b8bbae; background: rgba(255,255,255,.55); color: var(--ink); }
.button-ghost:hover { border-color: var(--ink); }
.header-cta { min-height: 46px; padding-inline: 20px; }
.mobile-menu { display: none; }

.hero { width: min(1440px, calc(100% - 72px)); min-height: 680px; margin: 0 auto; display: grid; grid-template-columns: .92fr 1.08fr; align-items: stretch; }
.hero-copy { position: relative; padding: 118px clamp(44px, 5vw, 86px) 70px 0; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 23px; display: flex; align-items: center; gap: 12px; color: var(--pink); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: var(--pink); }
.hero-slogan { max-width: 680px; margin: 0; color: var(--ink-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 5.1vw, 82px); font-weight: 400; line-height: .98; letter-spacing: -.048em; }
.hero-slogan em { color: var(--pink); font-weight: 400; }
.hero h1 { max-width: 610px; margin: 30px 0 0; color: var(--ink); font-size: 18px; font-weight: 800; line-height: 1.4; letter-spacing: .005em; }
.hero-description { max-width: 590px; margin: 30px 0 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
.hero-answer { margin-top: 12px; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin-top: 48px; display: flex; align-items: center; gap: 14px; color: #737a6d; font-size: 15px; line-height: 1.7; }
.hero-note p { margin: 0; }
.hero-note strong { color: var(--ink); }
.note-mark { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 auto; overflow: hidden; border-radius: 50%; background: var(--pink-soft); }
.note-mark img { width: 64px; height: 64px; max-width: none; object-fit: cover; object-position: 50% 46%; }
.hero-visual { position: relative; min-height: 680px; overflow: hidden; background: #e8e3db; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,38,16,.08), transparent 38%), linear-gradient(0deg, rgba(23,38,16,.18), transparent 48%); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; }
.hero-stamp { position: absolute; z-index: 2; left: 36px; bottom: 36px; width: 138px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(28,45,20,.78); color: white; backdrop-filter: blur(8px); text-align: center; text-transform: uppercase; font-size: 8px; letter-spacing: .16em; line-height: 1.6; }
.hero-stamp strong { color: #f3b5b7; font-family: Georgia, serif; font-size: 25px; font-style: italic; font-weight: 400; letter-spacing: -.03em; text-transform: none; }
.vertical-caption { position: absolute; z-index: 2; top: 34px; right: 25px; margin: 0; color: white; font-size: 9px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; writing-mode: vertical-rl; }
.trust-strip { width: min(1440px, calc(100% - 72px)); min-height: 98px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.trust-strip p { margin: 0; padding: 32px; display: flex; align-items: center; gap: 16px; border-left: 1px solid var(--line); color: #48533f; font-family: Georgia, serif; font-size: 15px; }
.trust-strip p:first-child { border-left: 0; }
.trust-strip span { width: 24px; color: var(--pink); font: 400 18px Georgia, serif; text-align: center; }

.section { width: min(1320px, calc(100% - 72px)); margin: 0 auto; padding: 124px 0; scroll-margin-top: 40px; }
.section-heading h2, .special-copy h2, .about-copy h2, .contact-copy h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 4.2vw, 64px); font-weight: 400; line-height: 1.05; letter-spacing: -.045em; }
.section-heading h2 em, .special-copy h2 em, .about-copy h2 em, .contact-copy h2 em { color: var(--pink); font-weight: 400; }
.heading-row { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.heading-row > p, .centered > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.heading-row > p { padding-bottom: 5px; }
.centered { max-width: 720px; margin: 0 auto 58px; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p { max-width: 570px; margin: 18px auto 0; }
.section-display-line { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1.35; }
.section-display-line em { color: var(--pink); font-weight: 400; }

.seo-topic-grid { margin: -8px 0 46px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.seo-topic-grid article { min-height: 166px; padding: 28px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(251,250,245,.52); }
.seo-topic-grid h3 { margin: 0 0 12px; color: var(--ink); font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.seo-topic-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.design-topic-grid { max-width: 880px; margin: -22px auto 52px; grid-template-columns: repeat(2, 1fr); }

.categories-section { padding-bottom: 80px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.category-card { position: relative; min-height: 510px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #e9e8df; color: white; }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,29,11,.8), rgba(15,29,11,0) 64%); transition: background .35s ease; }
.category-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.category-card:hover > img { transform: scale(1.035); }
.category-card:hover::after { background: linear-gradient(0deg, rgba(15,29,11,.88), rgba(15,29,11,.05) 70%); }
.category-card > div { position: absolute; z-index: 2; left: 30px; bottom: 28px; }
.category-card h3 { margin: 6px 0 0; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.category-card p { margin: 0; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.category-index { position: absolute; z-index: 2; top: 24px; left: 28px; font-family: Georgia, serif; font-size: 19px; }
.circle-arrow { position: absolute; z-index: 2; right: 26px; bottom: 27px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-size: 17px; transition: background .2s ease, color .2s ease; }
.circle-arrow .ui-arrow { width: 18px; height: 18px; }
.category-card:hover .circle-arrow { background: white; color: var(--ink); }

.products-section { padding-top: 100px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px 22px; }
.product-card { min-width: 0; }
.product-image { position: relative; height: 520px; display: block; overflow: hidden; background: #eeeae4; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.product-image:hover img { transform: scale(1.025); }
.product-image > span { position: absolute; left: 18px; top: 18px; padding: 8px 11px; background: rgba(255,254,250,.92); color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.product-info { padding: 24px 4px 0; }
.product-info h3 { margin: 0; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.product-info > p { min-height: 48px; margin: 11px 0 20px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.product-actions { padding-top: 18px; border-top: 1px solid var(--line); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-size: 12px; font-weight: 800; }
.text-link span { color: var(--pink); }
.text-link.large { padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 13px; }
.whatsapp-link { min-height: 64px; padding: 0 18px; display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; align-items: center; gap: 13px; background: #f4f3ed; color: var(--ink); transition: background .25s ease, color .25s ease, transform .25s ease; }
.whatsapp-link:hover { background: var(--ink); color: white; transform: translateY(-2px); }
.whatsapp-link-icon { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--pink); border-radius: 50%; color: var(--pink); }
.whatsapp-link-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-link-copy { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.whatsapp-link-copy small { color: #8a9183; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: color .25s ease; }
.whatsapp-link-copy strong { overflow: hidden; font-size: 11px; font-weight: 800; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.whatsapp-link b { display: grid; place-items: center; color: var(--pink); font-size: 16px; font-weight: 400; }
.whatsapp-link b .ui-arrow { width: 17px; height: 17px; }
.whatsapp-link:hover .whatsapp-link-copy small { color: rgba(255,255,255,.58); }

.special-section { min-height: 820px; margin-top: 80px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--ink-deep); color: white; scroll-margin-top: 20px; }
.special-image { min-height: 820px; overflow: hidden; }
.special-image img { width: 100%; height: 100%; object-fit: cover; }
.special-copy { padding: clamp(70px, 8vw, 130px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow.light { color: #f0a0a5; }
.eyebrow.light span { background: #f0a0a5; }
.special-copy h2 { max-width: 580px; color: white; }
.special-display-title, .about-display-title, .contact-display-title { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 4.2vw, 64px); font-weight: 400; line-height: 1.05; letter-spacing: -.045em; }
.special-display-title { max-width: 580px; color: white; }
.special-display-title em, .about-display-title em, .contact-display-title em { color: var(--pink); font-weight: 400; }
.special-copy > p:not(.eyebrow):not(.special-display-title) { max-width: 590px; margin: 26px 0 34px; color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.85; }
.occasion-list { border-top: 1px solid rgba(255,255,255,.16); }
.occasion-list a { min-height: 56px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); font-family: Georgia, serif; font-size: 17px; transition: color .2s ease, padding .2s ease; }
.occasion-list a:hover { padding-left: 8px; color: #f1a0a5; }
.occasion-list a span { color: #f1a0a5; font: 400 16px Georgia, serif; }
.occasion-list a b { display: grid; place-items: center; font-family: Inter, sans-serif; font-size: 14px; font-weight: 400; }
.occasion-list a b .ui-arrow, .occasion-list a > span .ui-arrow { width: 17px; height: 17px; }

.about-section { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(54px, 7vw, 100px); align-items: center; }
.store-photo { position: relative; min-height: 0; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; background: #e6e5dc; }
.store-photo::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(0deg, rgba(25,37,16,.58), transparent); pointer-events: none; }
.store-photo > img { width: 100%; height: 100%; object-fit: cover; }
.store-photo figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; display: flex; align-items: center; justify-content: space-between; color: white; }
.store-photo figcaption span { font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.store-photo figcaption strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.about-copy h2 { max-width: 650px; }
.about-display-title { max-width: 650px; margin-top: 18px; font-size: clamp(31px, 3.2vw, 47px); }
.about-copy .lead { max-width: 630px; margin: 24px 0 32px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.about-features { margin: 0 0 34px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.about-features p { margin: 0; padding: 18px 0; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); }
.about-features p:nth-child(odd) { border-right: 1px solid var(--line); }
.about-features p:nth-child(even) { padding-left: 22px; }
.about-features span { width: 22px; color: var(--pink); font-family: Georgia, serif; font-size: 16px; text-align: center; }
.about-features strong { color: var(--ink); font-family: Georgia, serif; font-size: 16px; font-weight: 400; }

.why-section { padding: 115px max(36px, calc((100% - 1320px)/2)); background: var(--ivory); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.why-grid article { min-height: 300px; padding: 42px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.line-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--pink); border-radius: 50%; color: var(--pink); font-family: Georgia, serif; font-size: 21px; }
.why-grid h3 { max-width: 220px; margin: 55px 0 13px; font-family: Georgia, serif; font-size: 21px; font-weight: 400; line-height: 1.25; }
.why-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }

.gallery-section { padding-bottom: 140px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 110px; gap: 14px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; background: #ece9e1; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.gallery-grid figcaption { position: absolute; left: 18px; bottom: 18px; padding: 8px 11px; background: rgba(255,254,250,.9); color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.gallery-one { grid-column: span 5; grid-row: span 5; }
.gallery-two { grid-column: span 7; grid-row: span 3; }
.gallery-three { grid-column: span 3; grid-row: span 4; }
.gallery-four { grid-column: span 4; grid-row: span 4; }
.gallery-five { grid-column: span 5; grid-row: span 2; }

.testimonials-section { padding: 120px max(36px, calc((100% - 1320px)/2)); background: #f5eeea; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d9cfc9; border-left: 1px solid #d9cfc9; }
.testimonial-grid blockquote { min-height: 330px; margin: 0; padding: 40px; display: flex; flex-direction: column; border-right: 1px solid #d9cfc9; border-bottom: 1px solid #d9cfc9; }
.quote { color: var(--pink); font-family: Georgia, serif; font-size: 58px; line-height: .8; }
.testimonial-grid blockquote > p { margin: 24px 0 38px; color: #4f5948; font-family: Georgia, serif; font-size: 20px; line-height: 1.55; }
.testimonial-grid footer { margin-top: auto; display: flex; align-items: center; gap: 16px; }
.testimonial-grid footer > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--pink); border-radius: 50%; color: var(--pink); font-family: Georgia, serif; font-size: 15px; }
.testimonial-grid footer div { display: flex; flex-direction: column; gap: 4px; }
.testimonial-grid footer strong { font-size: 12px; }
.testimonial-grid footer small { color: #8a8f85; font-size: 10px; }

.faq-section { padding: 120px max(36px, calc((100% - 1120px)/2)); background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.faq-grid article { min-height: 210px; padding: 36px 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.faq-grid h3 { margin: 0 0 16px; color: var(--ink); font-family: Georgia, serif; font-size: 22px; font-weight: 400; line-height: 1.35; }
.faq-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

.contact-section { min-height: 790px; display: grid; grid-template-columns: .92fr 1.08fr; background: var(--ink-deep); color: white; scroll-margin-top: 20px; }
.contact-copy { padding: clamp(70px, 8vw, 130px); }
.contact-copy h2 { max-width: 620px; color: white; }
.contact-display-title { max-width: 620px; margin-top: 18px; color: white; font-size: clamp(31px, 3.2vw, 47px); }
.contact-copy > p:not(.eyebrow):not(.contact-display-title) { max-width: 580px; margin: 25px 0 30px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.85; }
.button-pink { background: var(--pink); color: white; }
.button-pink:hover { background: #cb606c; }
.contact-list { margin: 45px 0 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.15); }
.contact-list div { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-list div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.15); }
.contact-list div:nth-child(even) { padding-left: 24px; }
.contact-list dt { color: #f1a0a5; line-height: 1; }
.contact-list dt svg { width: 20px; height: 20px; display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-list dd { margin: 7px 0 0; color: rgba(255,255,255,.78); font-size: 12px; }
.map-placeholder { position: relative; min-height: 790px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; background-color: #eee9df; background-image: linear-gradient(rgba(38,59,25,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(38,59,25,.08) 1px, transparent 1px); background-size: 50px 50px; color: var(--ink); text-align: center; }
.map-placeholder::before, .map-placeholder::after { content: ""; position: absolute; width: 130%; height: 1px; background: rgba(38,59,25,.14); transform: rotate(-28deg); }
.map-placeholder::after { transform: rotate(28deg); }
.map-pin { position: relative; z-index: 2; width: 84px; height: 94px; display: grid; place-items: center; margin-bottom: 8px; color: var(--pink); }
.map-pin svg { width: 100%; height: 100%; overflow: visible; filter: drop-shadow(0 15px 18px rgba(63,58,48,.16)); }
.map-pin path { fill: currentColor; stroke: currentColor; stroke-width: 1.5; }
.map-pin circle { fill: #fffefa; stroke: none; }
.map-placeholder strong, .map-placeholder p { position: relative; z-index: 2; }
.map-placeholder strong { font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.map-placeholder p { max-width: 390px; margin: 9px 28px 0; color: #6d7667; font-size: 11px; line-height: 1.6; letter-spacing: .04em; }
.map-action { position: relative; z-index: 2; margin-top: 24px; padding: 11px 16px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(51,68,35,.35); background: rgba(255,255,255,.5); color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.map-action .ui-arrow { width: 13px; height: 13px; }
.map-placeholder:hover .map-action { background: var(--ink); color: white; }
.map-embed { position: relative; min-height: 790px; overflow: hidden; background: #eee9df; }
.map-embed iframe { width: 100%; height: 100%; min-height: 790px; display: block; border: 0; filter: saturate(.82) contrast(.96); }
.map-embed-card { position: absolute; z-index: 2; left: 50%; bottom: 34px; width: min(430px, calc(100% - 48px)); padding: 22px 24px; transform: translateX(-50%); background: rgba(255,254,250,.96); border: 1px solid rgba(51,68,35,.18); box-shadow: 0 18px 48px rgba(28,42,20,.14); text-align: center; }
.map-embed-card strong { display: block; color: var(--ink); font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.map-embed-card p { margin: 7px 0 0; color: #6d7667; font-size: 11px; line-height: 1.55; }
.map-embed-card .map-action { margin-top: 16px; }
.map-embed-card .map-action:hover { background: var(--ink); color: white; }

.footer { padding: 80px max(36px, calc((100% - 1320px)/2)) 28px; background: #fffefa; }
.footer-main { padding-bottom: 62px; display: grid; grid-template-columns: 1.5fr .75fr 1fr 1fr; gap: 70px; }
.footer-brand img { width: 285px; }
.footer-brand p { max-width: 340px; margin: 38px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.footer-main h3 { margin: 0 0 22px; color: var(--pink); font-size: 15px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-main a, .footer-main p { margin: 0; color: #66705e; font-size: 16px; line-height: 1.65; }
.footer-main .footer-brand p { margin-top: 30px; }
.footer-contact-link, .footer-instagram-link { display: inline-flex; align-items: flex-start; gap: 11px; }
.footer-contact-link svg, .footer-instagram-link svg { width: 18px; height: 18px; margin-top: 4px; flex: 0 0 auto; fill: none; stroke: var(--pink); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.footer-contact-link span, .footer-instagram-link span { min-width: 0; }
.footer-contact-link:hover span, .footer-instagram-link:hover span { color: var(--ink); }
.footer-instagram-link b { color: var(--pink); font-weight: 700; }
.footer-instagram-link b .ui-arrow { width: 14px; height: 14px; }
.footer-bottom { padding-top: 24px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; border-top: 1px solid var(--line); color: #858b80; font-size: 10px; }
.footer-bottom p { margin: 0; }
.footer-credit { justify-self: center; letter-spacing: .02em; }
.footer-credit span { margin: 0 4px; color: var(--pink); }
.footer-credit a { color: var(--ink); font-weight: 800; transition: color .2s ease; }
.footer-credit a:hover { color: var(--pink); }
.footer-top-link { justify-self: end; display: inline-flex; align-items: center; gap: 6px; }
.footer-top-link .ui-arrow { width: 12px; height: 12px; }
.mobile-whatsapp { display: none; }

@media (max-width: 1120px) {
  .topbar p { display: none; }
  .topbar { justify-content: flex-end; }
  .site-header { width: calc(100% - 40px); grid-template-columns: 240px 1fr auto; gap: 18px; }
  .brand { width: 220px; }
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 12px; }
  .header-cta { display: none; }
  .hero { width: calc(100% - 40px); grid-template-columns: .95fr 1.05fr; }
  .hero-copy { padding-right: 42px; }
  .trust-strip { width: calc(100% - 40px); }
  .section { width: calc(100% - 40px); }
  .category-card { min-height: 450px; }
  .product-image { height: 440px; }
  .special-copy, .contact-copy { padding: 70px 52px; }
  .why-section, .testimonials-section, .faq-section, .footer { padding-left: 20px; padding-right: 20px; }
  .why-grid article { padding: 34px 25px; }
  .footer-main { gap: 34px; }
}

@media (max-width: 820px) {
  .topbar { min-height: 36px; padding: 0 20px; justify-content: center; }
  .topbar nav { width: 100%; justify-content: space-between; gap: 0; }
  .topbar nav a { border-left: 0; padding: 0; }
  .topbar-address-link { display: none !important; }
  .topbar-icon-link svg { width: 15px; height: 15px; stroke: var(--pink); }
  .site-header { height: 82px; grid-template-columns: 1fr auto; }
  .brand { width: min(220px, calc(100vw - 92px)); }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { width: 44px; height: 44px; display: grid; align-content: center; gap: 7px; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { display: block; width: 25px; height: 1px; background: var(--ink); justify-self: end; }
  .mobile-menu nav { position: absolute; right: 0; top: 54px; width: min(300px, calc(100vw - 40px)); padding: 20px; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(25,42,17,.12); }
  .mobile-menu nav a { padding: 12px; border-bottom: 1px solid #eef0e8; font-size: 14px; }
  .hero { width: 100%; min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 74px 24px 50px; }
  .hero-slogan { font-size: clamp(48px, 13vw, 66px); }
  .hero h1 { font-size: 17px; }
  .hero-description { font-size: 15px; }
  .hero-visual { min-height: 66vh; }
  .trust-strip { width: 100%; grid-template-columns: 1fr 1fr; }
  .trust-strip p { padding: 25px 20px; border-bottom: 1px solid var(--line); }
  .trust-strip p:nth-child(odd) { border-left: 0; }
  .section { width: calc(100% - 40px); padding: 86px 0; }
  .heading-row { grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; }
  .heading-row > p { max-width: 580px; }
  .seo-topic-grid { grid-template-columns: 1fr; }
  .seo-topic-grid article { min-height: 0; }
  .design-topic-grid { grid-template-columns: 1fr 1fr; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-card { min-height: 440px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 44px 18px; }
  .product-image { height: 460px; }
  .special-section, .contact-section { grid-template-columns: 1fr; }
  .special-image { min-height: 620px; max-height: 720px; }
  .special-copy, .contact-copy { padding: 80px 24px; }
  .about-section { grid-template-columns: 1fr; gap: 58px; }
  .store-photo { min-height: 0; }
  .why-section, .testimonials-section, .faq-section { padding-top: 86px; padding-bottom: 86px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .why-grid article { min-height: 260px; }
  .gallery-grid { grid-auto-rows: 86px; }
  .gallery-one { grid-column: span 7; grid-row: span 5; }
  .gallery-two { grid-column: span 5; grid-row: span 3; }
  .gallery-three { grid-column: span 5; grid-row: span 4; }
  .gallery-four { grid-column: span 7; grid-row: span 4; }
  .gallery-five { grid-column: span 12; grid-row: span 2; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid blockquote { min-height: 270px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-grid article { min-height: 0; }
  .map-placeholder, .map-embed, .map-embed iframe { min-height: 600px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 46px; }
  .mobile-whatsapp { position: fixed; z-index: 30; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 10px; padding: 8px 15px 8px 8px; border-radius: 30px; background: var(--ink); color: white; box-shadow: 0 12px 34px rgba(23,38,16,.24); font-size: 11px; }
  .mobile-whatsapp > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--pink); font-size: 16px; }
  .mobile-whatsapp > span .ui-arrow { width: 18px; height: 18px; }
}

@media (max-width: 480px) {
  .topbar { padding: 0 16px; }
  .topbar nav { gap: 0; }
  .topbar nav a { font-size: 9px; }
  .site-header { width: calc(100% - 32px); }
  .brand { width: min(220px, calc(100vw - 92px)); }
  .hero-copy { padding-top: 58px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-note { margin-top: 34px; }
  .hero-visual { min-height: 520px; }
  .hero-stamp { left: 22px; bottom: 22px; width: 120px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip p, .trust-strip p:nth-child(odd) { border-left: 0; }
  .section { width: calc(100% - 32px); padding: 72px 0; }
  .section-heading h2, .special-copy h2, .about-copy h2, .contact-copy h2 { font-size: 43px; }
  .special-display-title { font-size: 43px; }
  .about-display-title, .contact-display-title { font-size: 34px; }
  .centered { margin-bottom: 40px; }
  .design-topic-grid { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 500px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { height: 480px; }
  .whatsapp-link { min-height: 62px; padding: 0 15px; }
  .special-image { min-height: 520px; }
  .special-copy, .contact-copy { padding: 68px 20px; }
  .store-photo { min-height: 0; }
  .store-photo figcaption { left: 18px; right: 18px; bottom: 17px; }
  .store-photo figcaption strong { font-size: 14px; }
  .about-features { grid-template-columns: 1fr; }
  .about-features p:nth-child(odd) { border-right: 0; }
  .about-features p:nth-child(even) { padding-left: 0; }
  .why-section, .testimonials-section, .faq-section, .footer { padding-left: 16px; padding-right: 16px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { min-height: 250px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 250px; }
  .gallery-grid figure { grid-column: auto; grid-row: auto; }
  .gallery-one { grid-column: span 2 !important; }
  .gallery-five { grid-column: span 2 !important; }
  .contact-list { grid-template-columns: 1fr; }
  .contact-list div:nth-child(odd) { border-right: 0; }
  .contact-list div:nth-child(even) { padding-left: 0; }
  .map-placeholder, .map-embed, .map-embed iframe { min-height: 480px; }
  .map-embed-card { bottom: 18px; width: calc(100% - 32px); padding: 18px; }
  .footer { padding-top: 65px; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .footer-main .footer-brand p { margin-top: 24px; }
  .footer-bottom { grid-template-columns: 1fr; justify-items: center; gap: 12px; text-align: center; }
  .footer-credit, .footer-top-link { justify-self: center; }
}
