/* My Sweet Boutique — responsive one-page site */
:root {
  --cream: #f7f0e6;
  --paper: #fffaf3;
  --honey: #d59c59;
  --blush: #d7a49a;
  --sage: #89917a;
  --espresso: #332620;
  --brown: #5b4439;
  --white: #fff;
  --shadow: 0 18px 60px rgba(65, 40, 23, .13);
  --radius: 28px;
  --shell: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--espresso); background: var(--cream); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
.shell { width: min(calc(100% - 44px), var(--shell)); margin-inline: auto; }
.section { padding: clamp(82px, 10vw, 132px) 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-150%); background: #fff; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 18px clamp(20px,4vw,58px); color: #fff; transition: .3s ease; }
.site-header.scrolled { background: rgba(247,240,230,.9); color: var(--espresso); backdrop-filter: blur(14px); box-shadow: 0 8px 35px rgba(55,36,24,.09); padding-block: 10px; }
.brand-mini { display: flex; align-items: center; gap: 10px; font-weight: 750; letter-spacing: -.02em; }
.brand-mini img { width: 42px; height: 42px; object-fit: contain; filter: brightness(0) invert(1); transition: .3s ease; }
.site-header.scrolled .brand-mini img { filter: none; }
.site-header nav { display: flex; align-items: center; gap: 8px; }
.site-header nav a { padding: 9px 13px; font-size: 14px; font-weight: 700; }
.site-header .nav-contact { border: 1px solid currentColor; border-radius: 999px; padding-inline: 17px; }

.hero { min-height: 820px; height: 96svh; max-height: 980px; position: relative; display: grid; place-items: center; overflow: hidden; color: #fff; background: #6c5140; }
.hero-media, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(43,27,20,.72) 0%, rgba(43,27,20,.50) 39%, rgba(43,27,20,.18) 72%, rgba(43,27,20,.10) 100%), linear-gradient(0deg, rgba(27,16,10,.42) 0%, transparent 42%); }
.hero-content { position: relative; z-index: 2; padding-top: 72px; }
.hero-logo { width: clamp(92px, 9vw, 132px); height: auto; margin-bottom: 18px; filter: brightness(0) invert(1); }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .22em; font-weight: 800; font-size: 12px; }
.eyebrow { opacity: .9; margin: 0 0 18px; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: .98; margin: 0; }
h1 { font-size: clamp(58px, 7vw, 104px); max-width: 820px; }
h1 em, h2 em { font-weight: 400; font-style: italic; color: #f4c99c; }
.hero-copy { max-width: 590px; font-size: clamp(18px,2vw,23px); margin: 28px 0 30px; color: rgba(255,255,255,.91); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--espresso); background: #fff5e8; box-shadow: 0 12px 30px rgba(0,0,0,.15); }
.btn-glass { color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.45); backdrop-filter: blur(10px); }
.btn-dark { background: var(--espresso); color: #fff; margin-top: 26px; }
.whatsapp-inline { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-weight: 750; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 3px; }
.hero-scroll { position: absolute; z-index: 3; left: 50%; bottom: 24px; transform: translateX(-50%); width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 20px; }

.about { position: relative; }
.section-kicker { color: var(--honey); margin-bottom: 22px; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,8vw,120px); align-items: start; }
h2 { font-size: clamp(48px,6vw,82px); }
.about h2 em, .gallery-section h2 em { color: var(--honey); }
.about-copy { font-size: 18px; max-width: 680px; }
.about-copy p { margin: 0 0 18px; color: #644f43; }
.about-copy strong { color: var(--espresso); }
.values { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 28px; }
.values span { border: 1px solid #decdbb; background: rgba(255,255,255,.45); border-radius: 999px; padding: 9px 13px; font-size: 13px; font-weight: 750; }

.gallery-section { background: var(--paper); overflow: hidden; }
.gallery-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 46px; }
.gallery-heading p { max-width: 410px; margin: 0 0 8px; color: #7b665a; }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 90px; gap: 14px; }
.gallery-card { border: 0; padding: 0; margin: 0; background: #eadccc; border-radius: 22px; overflow: hidden; cursor: zoom-in; grid-column: span 3; grid-row: span 4; position: relative; box-shadow: 0 6px 24px rgba(70,46,29,.08); }
.gallery-card.wide { grid-column: span 6; }
.gallery-card.tall { grid-row: span 6; }
.gallery-card:nth-child(4n+2) { transform: translateY(15px); }
.gallery-card:nth-child(6n+5) { transform: translateY(-12px); }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1), filter .3s ease; }
.gallery-card:hover img { transform: scale(1.045); filter: saturate(1.06); }
.gallery-card::after { content: "↗"; position: absolute; right: 12px; top: 12px; width: 35px; height: 35px; border-radius: 50%; background: rgba(255,255,255,.84); display: grid; place-items: center; opacity: 0; transform: scale(.85); transition: .2s ease; }
.gallery-card:hover::after { opacity: 1; transform: scale(1); }

.contact-section { position: relative; overflow: hidden; background: #31231e; color: #fff; }
.contact-backdrop { position: absolute; inset: 0; opacity: .16; background: radial-gradient(circle at 15% 5%, #f2c99f, transparent 30%), radial-gradient(circle at 90% 90%, #b88776, transparent 32%); }
.contact-grid { position: relative; display: grid; grid-template-columns: 1fr .78fr; gap: clamp(50px,8vw,110px); align-items: center; }
.section-kicker.light { color: #f0c9a7; }
.contact-intro h2 em { color: #f3caa5; }
.contact-intro p { max-width: 560px; font-size: 18px; color: rgba(255,255,255,.72); }
.contact-card { background: #fff9f2; color: var(--espresso); border-radius: 32px; padding: 28px; box-shadow: 0 35px 80px rgba(0,0,0,.22); }
.contact-person { display: flex; align-items: center; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid #ead9ca; }
.contact-person img { width: 72px; height: 72px; object-fit: contain; }
.contact-person div { display: grid; }
.contact-person span { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: #9c745b; font-weight: 800; }
.contact-person strong { font-family: Georgia, serif; font-size: 28px; line-height: 1.2; }
.contact-person small { color: #806a5c; }
.contact-links { display: grid; padding: 10px 0; }
.contact-links a { display: flex; justify-content: space-between; gap: 20px; padding: 15px 4px; border-bottom: 1px solid #ead9ca; }
.contact-links span { color: #9a7e6d; font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.contact-links b { text-align: right; word-break: break-word; }
.save-contact { display: flex; justify-content: center; margin-top: 18px; border: 1px solid #cdb6a6; border-radius: 999px; padding: 13px; font-weight: 800; }

.closing { text-align: center; display: grid; justify-items: center; }
.closing img { width: 88px; height: 88px; object-fit: contain; margin-bottom: 18px; }
.closing p { text-transform: uppercase; letter-spacing: .16em; font-weight: 800; color: #8a6d5b; font-size: 12px; margin: 0 0 12px; }
.closing h2 em { color: var(--honey); }
footer { background: #eadfce; padding: 24px 0 82px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; color: #725e52; font-size: 13px; font-weight: 700; }
.mobile-whatsapp { display: none; }

.lightbox { width: min(94vw, 1060px); max-height: 92vh; padding: 0; border: 0; border-radius: 22px; overflow: hidden; background: #17110e; box-shadow: 0 40px 100px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(19,12,9,.82); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; }
.lightbox-close { position: absolute; z-index: 2; top: 12px; right: 12px; border: 0; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.88); font-size: 27px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .hero { min-height: 760px; height: 92svh; }
  .hero-shade { background: linear-gradient(0deg, rgba(38,24,17,.76) 0%, rgba(38,24,17,.36) 53%, rgba(38,24,17,.12) 100%); }
  .hero-content { align-self: end; padding-bottom: 86px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 34px; }
  .gallery-heading { display: block; }
  .gallery-heading p { margin-top: 20px; }
  .gallery { grid-auto-rows: 72px; }
  .gallery-card { grid-column: span 4; }
  .gallery-card.wide { grid-column: span 8; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 78px 0; }
  .site-header { padding: 12px 15px; }
  .site-header nav a:not(.nav-contact) { display: none; }
  .site-header .nav-contact { background: rgba(255,255,255,.14); }
  .site-header.scrolled .nav-contact { background: transparent; }
  .brand-mini img { width: 40px; height: 40px; }
  .brand-mini { gap: 8px; min-width: 0; }
  .brand-mini span { display: inline; font-size: 13px; white-space: nowrap; }
  .hero { height: 94svh; min-height: 690px; max-height: 900px; }
  .hero-media img { object-position: center center; }
  .hero-content { padding-top: 72px; padding-bottom: 76px; }
  .hero-logo { width: 78px; margin-bottom: 12px; }
  h1 { font-size: clamp(50px, 15vw, 72px); }
  .hero-copy { font-size: 17px; margin: 19px 0 24px; max-width: 390px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .btn { min-height: 48px; padding: 0 14px; font-size: 14px; }
  .whatsapp-inline { margin-top: 17px; }
  h2 { font-size: clamp(42px, 12vw, 62px); }
  .about-copy { font-size: 16px; }
  .values span { font-size: 12px; }
  .gallery-heading { margin-bottom: 28px; }
  .gallery-heading p { font-size: 15px; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 86px; gap: 10px; }
  .gallery-card, .gallery-card.wide { grid-column: span 1; grid-row: span 3; border-radius: 17px; transform: none !important; }
  .gallery-card.tall { grid-row: span 5; }
  .gallery-card.wide:nth-child(1), .gallery-card.wide:nth-child(7), .gallery-card.wide:nth-child(15) { grid-column: span 2; grid-row: span 3; }
  .gallery-card:nth-child(3), .gallery-card:nth-child(14) { grid-row: span 2; }
  .gallery-card.mobile-fill { grid-row: span 5; }
  .gallery-card::after { display: none; }
  .contact-card { padding: 21px; border-radius: 24px; }
  .contact-links a { display: grid; gap: 3px; }
  .contact-links b { text-align: left; font-size: 15px; }
  .footer-inner { display: grid; gap: 8px; text-align: center; justify-content: center; }
  footer { padding-bottom: 92px; }
  .mobile-whatsapp { position: fixed; z-index: 90; right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); display: inline-flex; align-items: center; justify-content: center; background: #2f7d4b; color: #fff; box-shadow: 0 10px 30px rgba(26,74,43,.28); border-radius: 999px; min-height: 48px; padding: 0 18px; font-size: 13px; font-weight: 850; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
