/* PF Barbershop — Paulo Freitas Barbearia
   Look per mockups: cream header, dark hero/footer, bordeaux buttons, gold accents. Mobile-first. */

@font-face { font-family: "Playfair Display"; src: url("assets/fonts/playfair.woff2") format("woff2"); font-weight: 400 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Playfair Display"; src: url("assets/fonts/playfair-italic.woff2") format("woff2"); font-weight: 400 900; font-style: italic; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("assets/fonts/barlow-500.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("assets/fonts/barlow-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("assets/fonts/sourcesans.woff2") format("woff2"); font-weight: 200 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("assets/fonts/sourcesans-italic.woff2") format("woff2"); font-weight: 200 900; font-style: italic; font-display: swap; }

:root {
  --ink: #1a1410;
  --ink-2: #221a14;
  --ink-3: #2d231b;
  --cream: #f3ead8;
  --cream-2: #ece2cd;
  --gold: #c4a574;
  --gold-lt: #dcc39a;
  --gold-line: rgba(196, 165, 116, .55);
  --gold-soft: rgba(196, 165, 116, .3);
  --red: #8f2f24;
  --red-dk: #74241b;
  --green: #1f4d35;
  --green-dk: #173d2a;
  --muted: #6b5a48;
  --muted-dk: #b9a98f;
  --muted-dk2: #dbd0ba;
  --rule: rgba(26, 20, 16, .14);

  --f-display: "Playfair Display", "Times New Roman", Georgia, serif;
  --f-label: "Barlow", "Helvetica Neue", Arial, sans-serif;
  --f-body: "Source Sans 3", "Segoe UI", "Helvetica Neue", Arial, sans-serif;

  --header-h: 68px;
  --dark-grad: radial-gradient(120% 70% at 50% 0%, #2b2018 0%, #1a1410 60%);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 8px); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--f-body); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { margin: 0; }
hr { border: 0; border-top: 1px solid var(--gold-line); margin: 0; }
h1, h2, h3, h4 { margin: 0; font-family: var(--f-display); font-weight: 600; line-height: 1.08; text-wrap: balance; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.wrap { max-width: 1200px; margin-inline: auto; padding-inline: 18px; }
.dark { background: var(--ink); background-image: var(--dark-grad); color: var(--cream); }
.ico { width: 20px; height: 20px; flex-shrink: 0; }

/* labels, rules, ornaments */
.lbl, .eyebrow, .sub-rule, .tab, .btn, .nav, .lang, .utoggle button, .media .cap, .fest, .illus, .mobile-nav a:not(.btn) {
  font-family: var(--f-label); font-weight: 500; text-transform: uppercase;
}
.eyebrow { display: inline-flex; align-items: center; gap: 14px; font-size: 13px; letter-spacing: .26em; color: var(--gold); }
.eyebrow::before { content: ""; width: 44px; height: 1px; background: var(--gold); }
.eyebrow.under { color: var(--ink); gap: 0; flex-direction: column; align-items: flex-start; font-weight: 600; font-size: 14px; }
.eyebrow.under::before { display: none; }
.eyebrow.under::after { content: ""; width: 60px; height: 2px; background: var(--gold); margin-top: 8px; }
.rule { display: block; width: 76px; height: 2px; background: var(--gold); }
.rule.center { margin-inline: auto; }
.orn { display: block; width: 110px; height: 1px; background: var(--gold); position: relative; margin-inline: auto; }
.orn::after { content: ""; position: absolute; left: 50%; top: 50%; width: 7px; height: 7px; background: var(--gold); transform: translate(-50%, -50%) rotate(45deg); }
.sec-head { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.sec-head h2 { font-size: clamp(34px, 5vw, 50px); letter-spacing: .1em; text-transform: uppercase; }
.sub-rule { display: flex; align-items: center; gap: 16px; font-size: 15px; letter-spacing: .2em; color: var(--gold); }
.sub-rule i { width: 56px; height: 1px; background: var(--gold); flex-shrink: 0; }
.sub-rule.dark-on-cream { font-size: 14px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 26px; border: 1.5px solid transparent; border-radius: 5px;
  font-size: 15px; letter-spacing: .14em; cursor: pointer;
  transition: background .2s, color .2s, border-color .2s, transform .15s, box-shadow .2s;
}
.btn:active { transform: translateY(1px); }
.btn-red { background: linear-gradient(180deg, #9a3628, var(--red)); color: var(--cream); border-color: rgba(196,165,116,.5); box-shadow: 0 6px 18px rgba(0,0,0,.25); }
.btn-red:hover { background: var(--red-dk); }
.btn-gold { border-color: var(--gold); color: var(--gold); background: transparent; }
.btn-gold:hover { background: var(--gold); color: var(--ink); }
.btn-goldfill { background: linear-gradient(180deg, var(--gold-lt), var(--gold)); color: var(--ink); border-color: var(--gold); }
.btn-goldfill:hover { background: var(--gold-lt); }
.btn-green { background: linear-gradient(180deg, #245a3e, var(--green)); color: var(--cream); border-color: var(--gold); }
.btn-green:hover { background: var(--green-dk); }
.btn-s { min-height: 42px; padding: 0 18px; font-size: 14px; }

/* ---------- Header ---------- */
.header { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 40; background: var(--cream); border-bottom: 1px solid var(--gold-soft); transition: box-shadow .25s; }
.header.scrolled { box-shadow: 0 6px 24px rgba(26, 20, 16, .14); }
.header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 46px; height: 46px; flex-shrink: 0; }
.brand-t { display: flex; flex-direction: column; line-height: 1.05; }
.brand-t b { font-family: var(--f-display); font-weight: 700; font-size: 18px; letter-spacing: .02em; white-space: nowrap; }
.brand-t i { font-family: var(--f-display); font-style: italic; font-weight: 400; font-size: 13px; color: var(--muted); display: none; }
.nav { display: none; }
.hdr-tools { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.pill { border: 1px solid var(--gold-soft); border-radius: 6px; padding: 0 6px; background: rgba(255,255,255,.35); }
.pill.dark { background: transparent; border-color: var(--gold-line); }
.lang { display: flex; align-items: center; font-size: 14px; letter-spacing: .12em; }
.lang button { min-width: 38px; min-height: 40px; padding: 0 4px; background: none; border: 0; font: inherit; letter-spacing: inherit; text-transform: inherit; color: var(--muted); cursor: pointer; }
.lang button[aria-pressed="true"] { color: var(--ink); font-weight: 600; }
.pill.dark .lang button { color: var(--muted-dk); }
.pill.dark .lang button[aria-pressed="true"] { color: var(--gold); }
.lang .sep { color: var(--gold); }
.hide-m { display: none; }
.burger { width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0; background: none; border: 1px solid var(--gold-soft); border-radius: 6px; color: var(--ink); cursor: pointer; }
.burger .ico { width: 24px; height: 24px; }
.mobile-nav { border-top: 1px solid var(--gold-soft); background: var(--cream); max-height: calc(100vh - var(--header-h)); overflow-y: auto; }
.mobile-nav .wrap { display: flex; flex-direction: column; padding-block: 6px 22px; text-align: center; }
.mobile-nav a:not(.btn) { font-size: 17px; letter-spacing: .2em; padding: 14px 0; border-bottom: 1px solid var(--rule); }
.mobile-nav .btn { margin-top: 18px; }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--ink); color: var(--cream); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 45%; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(26,20,16,.55) 0%, rgba(26,20,16,.05) 30%, rgba(26,20,16,.35) 78%, rgba(26,20,16,.7) 100%),
    linear-gradient(90deg, rgba(26,20,16,.85) 0%, rgba(26,20,16,.55) 38%, rgba(26,20,16,.1) 62%, rgba(26,20,16,.25) 100%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); gap: 30px; padding-block: 44px 40px; }
.hero-text h1 { font-weight: 700; font-size: clamp(58px, 12.5vw, 122px); line-height: .96; letter-spacing: .01em; text-transform: uppercase; text-shadow: 0 6px 30px rgba(0,0,0,.45); }
.hero-text .rule { margin: 24px 0 18px; }
.hero-text .tagline { font-family: var(--f-display); font-size: clamp(23px, 2.4vw, 31px); font-weight: 400; }
.hero-text .sub { margin-top: 8px; font-size: 18px; color: var(--muted-dk2); }
.hero-text .ctas { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.seal { position: relative; width: min(64vw, 310px); aspect-ratio: 1; margin-inline: auto; border-radius: 50%; background: radial-gradient(circle, rgba(20,14,10,.62) 0%, rgba(20,14,10,.55) 60%, rgba(20,14,10,0) 61%); filter: drop-shadow(0 14px 34px rgba(0,0,0,.55)); }
.seal svg { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 110s linear infinite; }
.seal img { position: absolute; inset: 21%; width: 58%; height: 58%; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-bar { position: relative; border-top: 1px solid var(--gold-line); background: rgba(22, 16, 12, .72); backdrop-filter: blur(6px); }
.hero-bar .wrap { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 18px; min-height: 58px; padding-block: 8px; font-size: 16px; }
.hero-bar a { display: inline-flex; align-items: center; gap: 8px; color: var(--cream); min-height: 32px; }
.hero-bar .ico { color: var(--gold); }
.hero-bar .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

/* ---------- Serviços ---------- */
.services { padding-block: 64px 36px; }
.cards { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; margin-top: 40px; }
.card { position: relative; border: 1px solid var(--gold-line); border-radius: 8px; background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01)); padding: 30px 22px 26px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; transition: border-color .25s, transform .25s, box-shadow .25s; }
.card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,.35); }
.card h3 { font-size: 24px; letter-spacing: .1em; text-transform: uppercase; }
.card .orn { width: 110px; }
.card .sico { width: 54px; height: 54px; color: var(--gold); margin-block: 4px; }
.card p { font-size: 16px; color: var(--muted-dk2); max-width: 30em; }
.card .from { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--gold-soft); width: 100%; display: flex; flex-direction: column; align-items: center; gap: 2px; }
.card .from span { font-size: 14px; color: var(--muted-dk); }
.card .from b { font-family: var(--f-display); font-weight: 600; font-size: 30px; color: var(--gold); }

/* ---------- Preçário (menu card) ---------- */
.prices { padding-block: 36px 72px; }
.menu-card { background: linear-gradient(180deg, #f6eedd, var(--cream)); color: var(--ink); border-radius: 12px; padding: 34px 18px 26px; box-shadow: 0 24px 70px rgba(0,0,0,.45), 0 0 0 1px var(--gold-soft); }
.menu-head { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.menu-head h2 { font-size: clamp(32px, 4vw, 42px); letter-spacing: .12em; text-transform: uppercase; }
.unit-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 16px; margin-top: 24px; }
.lbl { font-size: 13px; letter-spacing: .24em; color: var(--gold); }
.utoggle { display: inline-grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.utoggle button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 18px;
  border: 1.5px solid var(--gold); border-radius: 5px; background: transparent; color: var(--ink);
  font-size: 15px; letter-spacing: .16em; cursor: pointer;
}
.utoggle button .ico { width: 18px; height: 18px; display: none; }
.utoggle button[aria-selected="true"] { background: linear-gradient(180deg, #9a3628, var(--red)); border-color: var(--gold); color: var(--cream); }
.utoggle button[aria-selected="true"] .ico { display: block; color: var(--gold); }
.tabs { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 4px 16px; margin-top: 24px; border-bottom: 1px solid var(--gold-line); padding-bottom: 6px; }
.tab { min-height: 42px; padding: 0 8px; background: none; border: 0; border-bottom: 2px solid transparent; color: var(--muted); font-size: 15px; letter-spacing: .2em; cursor: pointer; }
.tab[aria-selected="true"] { color: var(--ink); font-weight: 600; border-bottom-color: var(--red); }
.tsep { display: none; width: 1px; height: 18px; background: var(--gold-line); }
.panel { padding-top: 18px; }
.cols { display: grid; grid-template-columns: minmax(0, 1fr); gap: 26px 56px; }
.group h4 { font-family: var(--f-label); font-weight: 600; font-size: 13px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.group .note { font-family: var(--f-display); font-style: italic; font-weight: 400; font-size: 15px; color: var(--muted); margin-bottom: 6px; }
.rows { list-style: none; margin: 0; padding: 0; }
.row { padding: 11px 0; border-bottom: 1px solid var(--rule); break-inside: avoid; }
.row:last-child { border-bottom: 0; }
.row .top { display: flex; align-items: baseline; gap: 12px; }
.dia { width: 8px; height: 8px; background: var(--red); transform: rotate(45deg); flex-shrink: 0; align-self: center; }
.row .nm { font-family: var(--f-display); font-style: italic; font-weight: 400; font-size: 20px; }
.row .lead { flex: 1; min-width: 14px; border-bottom: 1px dotted var(--gold); transform: translateY(-6px); }
.row .pr { font-family: var(--f-display); font-weight: 600; font-size: 19px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.row .d { font-size: 14.5px; color: var(--muted); padding-left: 20px; margin-top: 1px; }
.only-note { text-align: center; font-family: var(--f-display); font-style: italic; font-weight: 400; font-size: 19px; color: var(--muted); padding: 22px 0 10px; }
.menu-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--gold-line); font-size: 15.5px; }
.menu-foot .badge-ico { width: 46px; height: 46px; border-radius: 50%; background: var(--red); color: var(--gold); display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 4px 12px rgba(143,47,36,.35); }
.menu-foot .badge-ico .ico { width: 24px; height: 24px; }
.menu-foot p { flex: 1 1 260px; }
.menu-foot p b { font-weight: 600; }
.menu-foot em { font-family: var(--f-display); font-size: 16px; color: var(--muted); }

/* ---------- Galeria (página própria) ---------- */
.page-band { padding-block: 40px 30px; border-bottom: 1px solid var(--gold-soft); }
.page-band .sec-head h1 { font-size: clamp(38px, 6vw, 60px); letter-spacing: .1em; text-transform: uppercase; font-weight: 600; }
.back { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; margin-bottom: 18px; color: var(--gold); font-family: var(--f-label); font-weight: 500; font-size: 13px; letter-spacing: .2em; text-transform: uppercase; }
.back .ico { transform: scaleX(-1); }
.gallery { padding-block: 44px 64px; }
.gal-group + .gal-group { margin-top: 44px; }
.gal-h { font-family: var(--f-label); font-weight: 600; font-size: 13px; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 14px; }
.gal-h::after { content: ""; flex: 1; height: 1px; background: var(--gold-soft); }
.gal.videos { grid-template-columns: minmax(0, 1fr); }
.gal.videos .media.g-video { grid-column: auto; aspect-ratio: 16 / 9; }
.cta-band { background: var(--cream); color: var(--ink); border-top: 1px solid var(--gold-soft); padding-block: 48px; }
.cta-band .wrap { display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; }
.cta-band h2 { font-size: clamp(30px, 4vw, 44px); font-weight: 400; }
.cta-band .ctas { display: flex; flex-direction: column; gap: 12px; width: 100%; max-width: 420px; }
.cta-band .btn-gold { color: var(--ink); border-color: var(--gold); }
.cta-band .btn-gold:hover { color: var(--ink); }
.sec-intro { max-width: 36em; color: var(--muted-dk2); font-size: 16.5px; }
.gal { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.media { position: relative; overflow: hidden; background: var(--ink-2); border: 1px solid var(--gold-line); border-radius: 8px; }
.media > .ph { position: absolute; inset: 0; }
.media > img, .media > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.media .cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; min-height: 32px; padding: 6px 10px; display: flex; align-items: center; justify-content: center; background: rgba(26,20,16,.85); color: var(--gold); text-align: center; font-size: 12px; letter-spacing: .2em; border-top: 1px solid var(--gold-line); }
.ph.frame { display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg, #241c16, #1c1611); box-shadow: inset 0 0 0 1px var(--gold-soft), inset 0 0 0 9px var(--ink-2), inset 0 0 0 10px var(--gold-soft); color: var(--gold); opacity: .9; }
.ph.frame .fico { width: 34px; height: 34px; opacity: .8; transform: translateY(-10px); }
.gal .media { aspect-ratio: 1; }
.gal .media.g-video { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
.gal .media > img { transition: transform .5s; }
.gal .media:hover > img { transform: scale(1.04); }
.insta { display: flex; justify-content: center; margin-top: 30px; }
.insta a { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-family: var(--f-label); font-weight: 500; font-size: 14px; letter-spacing: .16em; text-transform: uppercase; border-bottom: 1px solid var(--gold); color: var(--cream); text-align: center; }
.insta .ico { color: var(--gold); }

/* ---------- Unidades ---------- */
.units { padding-block: 64px; }
.unit-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; margin-top: 36px; }
.unit { display: flex; flex-direction: column; border: 1.5px solid var(--gold); border-radius: 10px; padding: 9px; background: var(--cream); box-shadow: 0 16px 44px rgba(26,20,16,.14); }
.uphoto { position: relative; aspect-ratio: 16 / 8; overflow: hidden; border-radius: 5px 5px 0 0; background: var(--ink); box-shadow: inset 0 0 0 1px var(--gold-soft); }
.uphoto img { width: 100%; height: 100%; object-fit: cover; }
.illus { position: absolute; right: 8px; bottom: 8px; padding: 3px 8px; background: rgba(26,20,16,.72); color: var(--muted-dk); font-size: 10.5px; letter-spacing: .14em; border-radius: 3px; }
.ubody { flex: 1; background: var(--ink); background-image: linear-gradient(180deg, #221a14, #1a1410); color: var(--cream); padding: 22px 20px 22px; border-radius: 0 0 5px 5px; display: flex; flex-direction: column; gap: 10px; }
.ubody h3 { display: flex; align-items: center; gap: 10px; font-size: 27px; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); }
.ubody .addr { font-size: 16px; color: var(--muted-dk2); }
.ubody .addr.tbc { font-style: italic; }
.ubody .meta { display: flex; align-items: flex-start; gap: 8px; font-size: 14.5px; color: var(--muted-dk); }
.ubody .meta .ico { width: 16px; height: 16px; margin-top: 3px; color: var(--gold); }
.ubody hr { margin: 4px 0; }
.ubody .tel { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: 18px; color: var(--gold-lt); min-height: 32px; }
.ubody .tel .ico { color: var(--gold); width: 18px; height: 18px; }
.ubody .actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; padding-top: 6px; }
.ubody .actions .btn { min-height: 48px; padding: 0 12px; font-size: 14px; }

/* ---------- Sobre ---------- */
.about { padding-block: 60px 72px; border-top: 1px solid var(--gold-soft); }
.about-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; }
.about-l { display: flex; flex-direction: column; gap: 16px; }
.about-l h2 { font-size: clamp(32px, 4vw, 46px); font-weight: 400; }
.about-r { display: flex; flex-direction: column; gap: 14px; font-size: 17px; color: var(--muted); max-width: 40em; }
.about-r .strong { color: var(--red); font-weight: 600; }
.laurel { display: none; position: absolute; right: 0; bottom: -10px; width: 120px; height: 160px; opacity: .85; pointer-events: none; }

/* ---------- Contacto ---------- */
.contact { padding-block: 64px; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 34px; }
.contact-l { display: flex; flex-direction: column; gap: 16px; }
.contact-l h2 { font-size: clamp(36px, 4.8vw, 56px); font-weight: 400; }
.contact-l .lead { font-size: 18px; color: var(--muted-dk2); max-width: 26em; }
.phones { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 8px; }
.phones > div { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.phones > div + div { border-left: 1px solid var(--gold-line); padding-left: 16px; }
.phones .lbl { display: inline-flex; align-items: center; gap: 6px; }
.phones .lbl .ico { width: 15px; height: 15px; }
.phones .num { font-family: var(--f-display); font-weight: 600; font-size: clamp(22px, 5.4vw, 38px); color: var(--cream); white-space: nowrap; font-variant-numeric: tabular-nums; }
.phones .where { display: inline-flex; align-items: center; gap: 6px; font-size: 15px; color: var(--muted-dk2); }
.phones .where .ico { width: 15px; height: 15px; color: var(--gold); }
.contact-l .ctas { display: flex; flex-direction: column; gap: 12px; margin-top: 8px; }
.contact-l .or { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-size: 15px; }
.contact-l .or::before { content: "→"; }
.book-panel { border: 1px solid var(--gold); border-radius: 12px; padding: 26px 20px; display: flex; flex-direction: column; gap: 12px; background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01)); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.book-panel h3 { text-align: center; font-size: 30px; font-weight: 400; }
.book-panel .orn { width: 60px; margin-bottom: 8px; }
.book-panel .utoggle { width: 100%; }
.book-panel .utoggle button { color: var(--cream); }
.book-panel label.lbl { margin-top: 6px; }
.date-wrap { position: relative; display: flex; align-items: center; }
.date-wrap .ico { position: absolute; right: 14px; color: var(--gold); pointer-events: none; }
.date-wrap input { width: 100%; min-height: 50px; padding: 0 44px 0 14px; border: 1.5px solid var(--gold); border-radius: 5px; background: rgba(0,0,0,.25); color: var(--cream); font: inherit; font-size: 16px; color-scheme: dark; }
.date-wrap input::-webkit-calendar-picker-indicator { opacity: 0; cursor: pointer; position: absolute; right: 0; width: 48px; height: 100%; }
.book-panel .btn { width: 100%; }
.book-panel .bp-note { font-size: 14.5px; color: var(--muted-dk); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); background-image: linear-gradient(180deg, #1e1712, #1a1410); color: var(--cream); border-top: 1px solid var(--gold-line); padding-block: 44px calc(90px + env(safe-area-inset-bottom, 0px)); }
.fgrid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; align-items: center; text-align: center; }
.fbrand { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.fseal { width: 120px; height: 120px; border-radius: 50%; border: 1.5px solid var(--gold); display: flex; align-items: center; justify-content: center; position: relative; background: radial-gradient(circle, rgba(196,165,116,.08), transparent 70%); }
.fseal::before { content: ""; position: absolute; inset: 5px; border-radius: 50%; border: 1px solid var(--gold-soft); }
.fname { font-family: var(--f-display); font-size: 26px; letter-spacing: .12em; text-transform: uppercase; }
.fest { display: flex; align-items: center; gap: 10px; font-size: 13px; letter-spacing: .3em; color: var(--gold); }
.fest i { width: 30px; height: 1px; background: var(--gold); }
.fcol { display: flex; flex-direction: column; gap: 14px; align-items: center; }
.fcol.social a, .fcol.social .fbk { display: inline-flex; align-items: center; gap: 12px; text-align: left; }
.fcol.social .ico { width: 32px; height: 32px; color: var(--gold); }
.fcol.social span > b { display: block; font-weight: 600; font-size: 16px; }
.fcol.social span > i { display: block; font-style: normal; font-size: 14px; color: var(--gold); }
.fmap { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; color: var(--muted-dk2); }
.fmap .ico { color: var(--gold); }
.fbottom { margin-top: 32px; padding-top: 18px; border-top: 1px solid var(--gold-line); text-align: center; font-size: 14px; color: var(--muted-dk); }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; z-index: 60; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.wa-btn { width: 60px; height: 60px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #2a6446, var(--green) 70%); color: var(--gold); border: 2px solid var(--gold); box-shadow: 0 8px 24px rgba(0,0,0,.45); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; }
.wa-btn .ico { width: 30px; height: 30px; }
.wa-menu { background: var(--ink-2); color: var(--cream); border: 1px solid var(--gold); border-radius: 8px; min-width: 240px; overflow: hidden; box-shadow: 0 12px 30px rgba(0,0,0,.45); }
.wa-menu p { padding: 12px 16px 8px; font-family: var(--f-label); font-weight: 500; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
.wa-menu a { display: flex; flex-direction: column; gap: 2px; padding: 12px 16px; min-height: 56px; border-top: 1px solid var(--gold-line); }
.wa-menu a:hover { background: var(--ink-3); }
.wa-menu a b { font-family: var(--f-label); font-weight: 500; font-size: 16px; letter-spacing: .12em; text-transform: uppercase; }
.wa-menu a span { font-size: 15px; color: var(--muted-dk); }

/* ---------- Breakpoints ---------- */
@media (min-width: 560px) {
  .wrap { padding-inline: clamp(20px, 4vw, 40px); }
  .brand-t i { display: block; }
  .hide-m { display: inline-flex; }
  .hero-text .ctas, .contact-l .ctas { flex-direction: row; flex-wrap: wrap; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rows.two { columns: 2; column-gap: 48px; }
  .menu-card { padding: 42px 40px 30px; }
  .tsep { display: block; }
  .unit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gal.photos { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .gal.videos { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .cta-band .ctas { flex-direction: row; justify-content: center; max-width: none; }
  .fgrid { grid-template-columns: 1fr auto 1fr; text-align: left; }
  .fcol { align-items: flex-start; }
  .fcol.right { align-items: flex-end; }
}
@media (min-width: 900px) {
  :root { --header-h: 84px; }
  .services { padding-block: 90px 40px; }
  .prices { padding-block: 40px 96px; }
  .gallery, .units, .contact { padding-block: 96px; }
  .about { padding-block: 72px 90px; }
  .hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; gap: 40px; padding-block: 76px 70px; min-height: 600px; }
  .seal { width: min(36vw, 420px); margin-inline: auto 0; }
  .hero-bar .wrap { justify-content: flex-start; gap: 12px 28px; }
  .cards { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
  .gal.photos { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .page-band { padding-block: 56px 40px; }
  .about-grid { grid-template-columns: minmax(0, .85fr) minmax(0, 1.4fr); gap: 60px; }
  .about-r { padding-right: 150px; }
  .laurel { display: block; }
  .contact-grid { grid-template-columns: minmax(0, 1.25fr) minmax(0, .9fr); gap: 56px; align-items: start; }
  .book-panel { padding: 32px 30px; }
  .brand img { width: 56px; height: 56px; }
  .brand-t b { font-size: 22px; }
  .brand-t i { font-size: 14px; }
}
@media (min-width: 1280px) {
  .nav { display: flex; align-items: center; flex-shrink: 0; gap: clamp(14px, 1.5vw, 26px); font-size: 14px; letter-spacing: .14em; white-space: nowrap; }
  .nav a { position: relative; padding-block: 6px; }
  .nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
  .nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); }
  .burger, .mobile-nav { display: none !important; }
  .header .wrap { gap: 28px; }
  .brand { flex-shrink: 1; overflow: hidden; }
  .brand-t b, .brand-t i { overflow: hidden; text-overflow: ellipsis; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .seal svg { animation: none; }
  .card, .card:hover { transform: none; transition: none; }
}
