:root {
  color-scheme: light dark;

  --color-background: #f2e8db;
  --color-surface: rgba(255, 252, 247, .9);
  --color-surface-solid: #fffaf4;
  --color-text: #342119;
  --color-muted: #7b675b;
  --color-chocolate: #533022;
  --color-chocolate-deep: #2c1711;
  --color-caramel: #c77a3f;
  --color-line: rgba(83, 48, 34, .14);
  --color-whatsapp: #2f775c;
  --color-whatsapp-light: #438a6c;
  --color-ifood: #a94f43;
  --color-location-icon: #68412f;
  --color-hours-surface: rgba(255, 255, 255, .35);
  --color-hours-icon: #9c6438;
  --color-status-open: #246548;
  --color-status-open-surface: rgba(45, 124, 87, .12);
  --color-status-open-border: rgba(45, 124, 87, .2);
  --color-status-closed: #765846;
  --color-status-closed-surface: rgba(151, 103, 66, .1);
  --color-status-closed-border: rgba(151, 103, 66, .17);

  --background-base:
    radial-gradient(circle at 18% 14%, rgba(181, 112, 70, .11), transparent 34%),
    radial-gradient(circle at 84% 82%, rgba(111, 68, 46, .09), transparent 38%),
    linear-gradient(145deg, #f8f1e8 0%, #eddfd0 52%, #f4e9dc 100%);
  --background-blob-one: #bd7a4e;
  --background-blob-two: #71432f;
  --background-blob-three: #e6bb82;
  --background-glow: rgba(255, 250, 240, .62);
  --background-noise-opacity: .016;
  --blob-one-opacity: .1;
  --blob-two-opacity: .075;
  --blob-three-opacity: .07;
  --background-glow-opacity: .74;

  --radius-small: 14px;
  --radius-medium: 20px;
  --radius-large: 32px;

  --shadow-soft: 0 9px 22px rgba(65, 33, 20, .09);
  --shadow-card: 0 24px 65px rgba(58, 28, 17, .15);
  --shadow-whatsapp: 0 13px 27px rgba(35, 101, 75, .2);

  --page-width: 520px;
  --transition-fast: 180ms;
  --transition-normal: 280ms;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html {
  background: var(--color-background);
}

body {
  min-height: 100dvh;
  min-width: 320px;
  margin: 0;
  color: var(--color-text);
  background: var(--background-base);
  font-family: "Avenir Next", Avenir, "Segoe UI Variable", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.page-shell {
  position: fixed;
  isolation: isolate;
  inset: 0;
  display: grid;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  place-items: center;
  padding:
    max(10px, env(safe-area-inset-top))
    max(8px, env(safe-area-inset-right))
    max(10px, env(safe-area-inset-bottom))
    max(8px, env(safe-area-inset-left));
  background: transparent;
}

.background-effects {
  position: fixed;
  z-index: 0;
  inset: 0;
  contain: strict;
  overflow: hidden;
  pointer-events: none;
}

.background-blob {
  position: absolute;
  border-radius: 999px;
  filter: blur(104px);
  transform: translate3d(0, 0, 0);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  will-change: transform;
}

.background-blob--one {
  top: -20%;
  left: -15%;
  width: min(58vw, 760px);
  aspect-ratio: 1.08;
  background: var(--background-blob-one);
  opacity: var(--blob-one-opacity);
  animation-name: blob-drift-one;
  animation-duration: 24s;
}

.background-blob--two {
  right: -16%;
  bottom: -24%;
  width: min(54vw, 700px);
  aspect-ratio: .95;
  background: var(--background-blob-two);
  opacity: var(--blob-two-opacity);
  animation-name: blob-drift-two;
  animation-duration: 30s;
}

.background-blob--three {
  right: 8%;
  bottom: 18%;
  width: min(29vw, 390px);
  aspect-ratio: 1.15;
  background: var(--background-blob-three);
  opacity: var(--blob-three-opacity);
  filter: blur(88px);
  animation-name: blob-drift-three;
  animation-duration: 27s;
}

.background-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(620px, 88vw);
  height: min(680px, 86vh);
  border-radius: 50%;
  background: var(--background-glow);
  filter: blur(110px);
  opacity: var(--background-glow-opacity);
  transform: translate(-50%, -50%);
}

.background-noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.48'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 180px 180px;
  opacity: var(--background-noise-opacity);
}

.page-shell {
  z-index: 1;
}

.profile-card {
  position: relative;
  z-index: 1;
}

.profile-card {
  position: relative;
  width: min(calc(100% - 8px), var(--page-width));
  max-height: calc(100dvh - max(20px, env(safe-area-inset-top) + env(safe-area-inset-bottom)));
  padding: clamp(14px, 2.5vh, 20px) clamp(14px, 4vw, 25px) clamp(13px, 2.2vh, 18px);
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-large);
  background: var(--color-surface);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(18px) saturate(1.04);
  -webkit-backdrop-filter: blur(18px) saturate(1.04);
  animation: card-enter 480ms var(--ease) both;
}

.action-bar {
  position: absolute;
  z-index: 4;
  top: clamp(12px, 2vh, 17px);
  right: clamp(12px, 3.4vw, 19px);
  display: flex;
  gap: 7px;
}

.icon-button {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  color: var(--color-chocolate);
  border: 1px solid var(--color-line);
  border-radius: 50%;
  background: rgba(255, 255, 255, .46);
  cursor: pointer;
  transition:
    transform var(--transition-fast) var(--ease),
    background var(--transition-normal) var(--ease),
    border-color var(--transition-normal) var(--ease),
    box-shadow var(--transition-normal) var(--ease);
}

.icon-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.icon-moon {
  display: none;
}

.icon-button:hover {
  border-color: rgba(112, 62, 36, .28);
  background: var(--color-surface-solid);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.icon-button:active {
  transform: scale(.95);
}

.theme-toggle svg {
  transition: transform var(--transition-normal) var(--ease);
}

.theme-toggle:hover svg {
  transform: rotate(12deg);
}

.profile-header {
  padding: 0 92px 0;
  text-align: center;
}

.logo-wrap {
  position: relative;
  display: grid;
  width: clamp(62px, 9vh, 76px);
  height: clamp(62px, 9vh, 76px);
  margin: 0 auto 8px;
  overflow: hidden;
  place-items: center;
  color: #fff8ef;
  border: 3px solid rgba(255, 250, 242, .94);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, #71412e 0, #4b291f 58%, #351b15 100%);
  box-shadow: 0 0 0 3px rgba(201, 122, 61, .13), 0 9px 20px rgba(73, 38, 23, .18);
  transition: transform var(--transition-normal) var(--ease), box-shadow var(--transition-normal) var(--ease);
  animation: logo-enter 450ms var(--ease) both;
}

.logo-wrap:hover {
  box-shadow: 0 0 0 4px rgba(201, 122, 61, .18), 0 12px 23px rgba(73, 38, 23, .22);
  transform: translateY(-1px) rotate(.7deg);
}

.brand-logo {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: contain;
  object-position: center;
}

.brand-logo.is-hidden {
  display: none;
}

.logo-fallback {
  position: absolute;
  z-index: 1;
  display: none;
  font-family: Georgia, serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -.14em;
  transform: translateX(-.08em);
}

.logo-wrap.has-logo-error .logo-fallback {
  display: block;
}

.brand-line {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

h1 {
  margin: 0;
  color: var(--color-chocolate-deep);
  font-family: Georgia, "Iowan Old Style", serif;
  font-size: clamp(1.42rem, 4.8vw, 1.76rem);
  font-weight: 700;
  letter-spacing: -.052em;
  line-height: 1;
  white-space: nowrap;
}

h1 span {
  font-weight: 400;
}

.verified {
  display: grid;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  place-items: center;
  color: var(--color-caramel);
}

.verified svg {
  width: 16px;
  height: 16px;
  stroke: var(--color-surface-solid);
  stroke-width: 2.3;
}

.location {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 7px 0 0;
  color: var(--color-chocolate);
  font-size: .72rem;
  font-weight: 700;
}

.location-pin {
  display: block;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  object-fit: contain;
  opacity: .95;
  filter: brightness(0) saturate(100%) invert(24%) sepia(21%) saturate(1238%) hue-rotate(337deg) brightness(91%) contrast(88%);
}

.welcome {
  margin: clamp(11px, 2.1vh, 17px) 0 clamp(10px, 1.9vh, 15px);
  color: var(--color-muted);
  font-family: Georgia, "Iowan Old Style", serif;
  font-size: clamp(.82rem, 2.8vw, .95rem);
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.25;
  text-align: center;
}

.welcome p {
  margin: 0;
}

.business-hours {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  min-height: 46px;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(8px, 1.35vh, 11px);
  padding: 6px 9px;
  border: 1px solid var(--color-line);
  border-radius: 16px;
  background: var(--color-hours-surface);
  box-shadow: 0 4px 12px rgba(75, 39, 23, .025);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.business-hours__icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--color-hours-icon);
  border-radius: 10px;
  background: rgba(199, 122, 63, .1);
}

.business-hours__icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.business-hours__copy {
  display: grid;
  min-width: 0;
  gap: 2px;
  line-height: 1.12;
}

.business-hours__copy strong {
  overflow: hidden;
  font-size: .68rem;
  font-weight: 780;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.business-hours__copy small {
  overflow: hidden;
  color: var(--color-muted);
  font-size: .59rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.business-hours__status {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  color: var(--color-status-closed);
  border: 1px solid var(--color-status-closed-border);
  border-radius: 999px;
  background: var(--color-status-closed-surface);
  font-size: .57rem;
  font-weight: 780;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.business-hours__status[data-state="open"] {
  color: var(--color-status-open);
  border-color: var(--color-status-open-border);
  background: var(--color-status-open-surface);
}

.link-list {
  display: grid;
  gap: clamp(7px, 1.25vh, 10px);
}

.social-link {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 18px;
  align-items: center;
  min-height: 58px;
  gap: 9px;
  padding: 8px 12px;
  overflow: hidden;
  color: var(--color-text);
  text-decoration: none;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-medium);
  background: rgba(255, 255, 255, .48);
  box-shadow: 0 4px 12px rgba(75, 39, 23, .035);
  transition:
    transform var(--transition-normal) var(--ease),
    box-shadow var(--transition-normal) var(--ease),
    border-color var(--transition-normal) var(--ease),
    background var(--transition-normal) var(--ease);
}

.social-link:hover {
  border-color: rgba(110, 64, 39, .3);
  background: var(--color-surface-solid);
  box-shadow: 0 11px 21px rgba(73, 38, 23, .09);
  transform: translateY(-2px);
}

.social-link:active {
  box-shadow: 0 4px 10px rgba(73, 38, 23, .06);
  transform: scale(.985);
}

.social-link--whatsapp {
  min-height: 68px;
  color: #fffdf8;
  border-color: rgba(28, 91, 67, .78);
  background: linear-gradient(135deg, var(--color-whatsapp-light), var(--color-whatsapp));
  box-shadow: var(--shadow-whatsapp);
}

.social-link--whatsapp::after {
  position: absolute;
  top: 0;
  left: -120%;
  width: 42%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .18), transparent);
  content: "";
  transform: skewX(-18deg);
  animation: button-shine 760ms 680ms var(--ease) both;
}

.social-link--whatsapp:hover {
  border-color: rgba(30, 97, 72, .9);
  background: linear-gradient(135deg, #4b9273, #33795d);
  box-shadow: 0 16px 28px rgba(35, 101, 75, .25);
  transform: translateY(-3px);
}

.social-link--ifood {
  min-height: 58px;
  border-color: rgba(169, 79, 67, .23);
  background: linear-gradient(145deg, rgba(255, 251, 246, .76), rgba(248, 235, 226, .7));
  box-shadow: 0 7px 17px rgba(111, 48, 36, .07);
}

.social-link--ifood:hover {
  border-color: rgba(169, 79, 67, .4);
  background: linear-gradient(145deg, #fffdfa, #f8e9e1);
}

.social-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--color-chocolate);
  border-radius: var(--radius-small);
  background: #f2e5d8;
  transition: transform var(--transition-normal) var(--ease), filter var(--transition-normal) var(--ease);
}

.social-icon svg,
.social-icon img {
  width: 21px;
  height: 21px;
}

.social-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.social-icon img {
  object-fit: contain;
}

.social-link--whatsapp .social-icon {
  color: #fff;
  background: rgba(255, 255, 255, .15);
}

.social-link--whatsapp .social-icon img {
  filter: brightness(0) invert(1);
}

.social-icon--ifood {
  color: var(--color-ifood);
  border: 1px solid rgba(169, 79, 67, .1);
  background: rgba(169, 79, 67, .09);
}

.social-link:hover .social-icon {
  filter: brightness(1.04);
  transform: scale(1.05);
}

.link-copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  min-width: 0;
  column-gap: 6px;
  line-height: 1.16;
}

.link-copy strong {
  min-width: 0;
  overflow: hidden;
  font-size: .86rem;
  font-weight: 740;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.link-copy small {
  grid-column: 1 / -1;
  margin-top: 3px;
  overflow: hidden;
  color: var(--color-muted);
  font-size: .67rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.social-link--whatsapp small {
  color: rgba(255, 255, 255, .78);
}

.deal-badge {
  display: inline-flex;
  min-height: 19px;
  align-items: center;
  padding: 2px 6px;
  color: #e9fff1;
  border: 1px solid rgba(225, 255, 235, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .025em;
  line-height: 1;
  white-space: nowrap;
  transition: background var(--transition-fast) ease, transform var(--transition-fast) ease;
}

.social-link--whatsapp:hover .deal-badge {
  background: rgba(255, 255, 255, .18);
  transform: translateY(-1px);
}

.arrow {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform var(--transition-normal) var(--ease);
}

.social-link:hover .arrow {
  transform: translateX(3px);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.social-compact {
  display: flex;
  min-width: 0;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 10px;
  color: var(--color-text);
  text-decoration: none;
  border: 1px solid var(--color-line);
  border-radius: 17px;
  background: rgba(255, 255, 255, .34);
  transition:
    transform var(--transition-normal) var(--ease),
    border-color var(--transition-normal) var(--ease),
    background var(--transition-normal) var(--ease),
    box-shadow var(--transition-normal) var(--ease);
}

.social-compact:hover {
  border-color: rgba(110, 64, 39, .28);
  background: rgba(255, 255, 255, .58);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.social-compact:active {
  transform: scale(.985);
}

.social-compact__icon {
  display: grid;
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  place-items: center;
  border-radius: 10px;
  transition: transform var(--transition-normal) var(--ease);
}

.social-compact__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.social-compact--instagram .social-compact__icon {
  color: #a35d42;
  background: rgba(163, 93, 66, .1);
}

.social-compact--tiktok .social-compact__icon {
  color: var(--color-chocolate-deep);
  background: rgba(74, 41, 29, .08);
}

.social-compact:hover .social-compact__icon {
  transform: scale(1.05);
}

.social-compact strong {
  overflow: hidden;
  font-size: .78rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-footer {
  margin-top: clamp(9px, 1.7vh, 14px);
  color: var(--color-muted);
  font-size: .64rem;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
}

.profile-footer p {
  margin: 0;
}

.toast {
  position: fixed;
  z-index: 10;
  right: 50%;
  bottom: max(12px, env(safe-area-inset-bottom));
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: calc(100vw - 24px);
  padding: 10px 14px;
  color: #fff9f1;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 15px;
  background: rgba(47, 27, 20, .94);
  box-shadow: 0 14px 30px rgba(35, 17, 11, .26);
  font-size: .78rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 12px);
  transition: opacity var(--transition-normal) var(--ease), transform var(--transition-normal) var(--ease);
}

.toast svg {
  width: 17px;
  height: 17px;
  color: #a9e0be;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(50%, 0);
}

.clipboard-helper,
.svg-sprite {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.svg-sprite {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reveal {
  animation: fade-up 430ms var(--ease) both;
}

.reveal--profile { animation-delay: 55ms; }
.reveal--welcome { animation-delay: 105ms; }
.reveal--hours { animation-delay: 150ms; }
.reveal--whatsapp { animation-delay: 195ms; }
.reveal--ifood { animation-delay: 240ms; }
.reveal--socials { animation-delay: 285ms; }
.reveal--footer { animation-delay: 330ms; }

:focus-visible {
  outline: 3px solid #d18a49;
  outline-offset: 3px;
}

@keyframes card-enter {
  from { opacity: 0; transform: translateY(12px) scale(.988); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes logo-enter {
  from { opacity: 0; transform: translateY(5px) scale(.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(9px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes button-shine {
  to { left: 140%; }
}

@media (max-width: 410px) {
  .profile-card {
    width: min(calc(100% - 4px), var(--page-width));
    padding-inline: 13px;
    border-radius: 28px;
  }

  .profile-header {
    padding-inline: 70px;
  }

  .action-bar {
    top: 12px;
    right: 12px;
  }

  .icon-button {
    width: 44px;
    height: 44px;
  }

  .logo-wrap {
    width: 62px;
    height: 62px;
  }

  h1 {
    font-size: 1.4rem;
  }

  .social-link {
    grid-template-columns: 38px minmax(0, 1fr) 16px;
    gap: 8px;
    padding-inline: 10px;
  }

  .social-icon {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .link-copy {
    grid-template-columns: max-content max-content;
    column-gap: 4px;
  }

  .link-copy strong {
    font-size: .8rem;
  }

  .link-copy small {
    font-size: .62rem;
  }

  .deal-badge {
    min-height: 18px;
    padding-inline: 5px;
    font-size: .51rem;
  }

  .business-hours {
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 7px;
    padding-inline: 8px;
  }

  .business-hours__icon {
    width: 28px;
    height: 28px;
  }

  .business-hours__status {
    padding-inline: 6px;
    font-size: .54rem;
  }
}

@media (max-width: 345px) {
  .profile-card {
    padding-inline: 11px;
  }

  .profile-header {
    padding-inline: 64px;
  }

  h1 {
    font-size: 1.3rem;
  }

  .link-copy strong {
    font-size: .76rem;
  }

  .link-copy small {
    font-size: .59rem;
  }

  .deal-badge {
    font-size: .48rem;
  }

  .business-hours {
    gap: 6px;
    padding-inline: 7px;
  }

  .business-hours__copy strong {
    font-size: .64rem;
  }

  .business-hours__copy small {
    font-size: .55rem;
  }

  .business-hours__status {
    max-width: 82px;
    padding-inline: 5px;
    white-space: normal;
  }

  .social-compact {
    gap: 6px;
    padding-inline: 7px;
  }

  .social-compact strong {
    font-size: .72rem;
  }
}

@media (max-height: 650px) {
  .profile-card {
    padding-block: 11px;
  }

  .action-bar {
    top: 10px;
  }

  .logo-wrap {
    width: 56px;
    height: 56px;
    margin-bottom: 6px;
  }

  .brand-logo {
    padding: 8px;
  }

  h1 {
    font-size: clamp(1.25rem, 4.5vw, 1.48rem);
  }

  .location {
    margin-top: 5px;
  }

  .welcome {
    margin-block: 8px;
    font-size: .8rem;
  }

  .business-hours {
    min-height: 41px;
    margin-bottom: 6px;
    padding-block: 4px;
  }

  .link-list {
    gap: 6px;
  }

  .social-link--whatsapp {
    min-height: 64px;
  }

  .social-link--ifood {
    min-height: 54px;
  }

  .social-grid {
    gap: 6px;
  }

  .social-compact {
    min-height: 45px;
  }

  .profile-footer {
    margin-top: 8px;
  }
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --color-background: #21120e;
    --color-surface: rgba(57, 33, 25, .91);
    --color-surface-solid: #462a20;
    --color-text: #fff3e6;
    --color-muted: #d2b9a8;
    --color-chocolate: #ffe0be;
    --color-chocolate-deep: #fff1df;
    --color-caramel: #e5a05b;
    --color-line: rgba(255, 222, 193, .14);
    --color-whatsapp: #2e6e56;
    --color-whatsapp-light: #3d8064;
    --color-ifood: #f08b77;
    --color-hours-surface: rgba(91, 53, 40, .42);
    --color-hours-icon: #efb476;
    --color-status-open: #bde8cc;
    --color-status-open-surface: rgba(85, 164, 120, .15);
    --color-status-open-border: rgba(150, 222, 181, .2);
    --color-status-closed: #e2c4b0;
    --color-status-closed-surface: rgba(227, 168, 112, .09);
    --color-status-closed-border: rgba(244, 201, 159, .14);
    --shadow-soft: 0 9px 22px rgba(9, 4, 3, .26);
    --shadow-card: 0 25px 68px rgba(8, 3, 2, .38);
    --shadow-whatsapp: 0 14px 27px rgba(8, 3, 2, .28);
  }

  :root:not([data-theme="light"]) .icon-button,
  :root:not([data-theme="light"]) .social-compact {
    background: rgba(79, 46, 34, .52);
  }

  :root:not([data-theme="light"]) .social-link--ifood {
    border-color: rgba(240, 139, 119, .22);
    background: linear-gradient(145deg, rgba(90, 51, 38, .78), rgba(70, 39, 30, .72));
  }

  :root:not([data-theme="light"]) .social-icon--ifood {
    color: var(--color-ifood);
    background: rgba(240, 139, 119, .1);
  }

  :root:not([data-theme="light"]) .social-compact--instagram .social-compact__icon {
    color: #ffb097;
    background: rgba(255, 176, 151, .1);
  }

  :root:not([data-theme="light"]) .social-compact--tiktok .social-compact__icon {
    color: #fff3e6;
    background: rgba(255, 243, 230, .08);
  }

  :root:not([data-theme="light"]) .location-pin {
    filter: brightness(0) saturate(100%) invert(98%) sepia(9%) saturate(251%) hue-rotate(42deg) brightness(104%) contrast(96%);
  }

  :root:not([data-theme="light"]) .icon-sun {
    display: none;
  }

  :root:not([data-theme="light"]) .icon-moon {
    display: block;
  }
}

:root[data-theme="dark"] {
  --color-background: #21120e;
  --color-surface: rgba(57, 33, 25, .91);
  --color-surface-solid: #462a20;
  --color-text: #fff3e6;
  --color-muted: #d2b9a8;
  --color-chocolate: #ffe0be;
  --color-chocolate-deep: #fff1df;
  --color-caramel: #e5a05b;
  --color-line: rgba(255, 222, 193, .14);
  --color-whatsapp: #2e6e56;
  --color-whatsapp-light: #3d8064;
  --color-ifood: #f08b77;
  --color-hours-surface: rgba(91, 53, 40, .42);
  --color-hours-icon: #efb476;
  --color-status-open: #bde8cc;
  --color-status-open-surface: rgba(85, 164, 120, .15);
  --color-status-open-border: rgba(150, 222, 181, .2);
  --color-status-closed: #e2c4b0;
  --color-status-closed-surface: rgba(227, 168, 112, .09);
  --color-status-closed-border: rgba(244, 201, 159, .14);
  --shadow-soft: 0 9px 22px rgba(9, 4, 3, .26);
  --shadow-card: 0 25px 68px rgba(8, 3, 2, .38);
  --shadow-whatsapp: 0 14px 27px rgba(8, 3, 2, .28);
}

:root[data-theme="dark"] .icon-button,
:root[data-theme="dark"] .social-compact {
  background: rgba(79, 46, 34, .52);
}

:root[data-theme="dark"] .social-link--ifood {
  border-color: rgba(240, 139, 119, .22);
  background: linear-gradient(145deg, rgba(90, 51, 38, .78), rgba(70, 39, 30, .72));
}

:root[data-theme="dark"] .social-icon--ifood {
  color: var(--color-ifood);
  background: rgba(240, 139, 119, .1);
}

:root[data-theme="dark"] .social-compact--instagram .social-compact__icon {
  color: #ffb097;
  background: rgba(255, 176, 151, .1);
}

:root[data-theme="dark"] .social-compact--tiktok .social-compact__icon {
  color: #fff3e6;
  background: rgba(255, 243, 230, .08);
}

:root[data-theme="dark"] .location-pin {
  filter: brightness(0) saturate(100%) invert(98%) sepia(9%) saturate(251%) hue-rotate(42deg) brightness(104%) contrast(96%);
}

:root[data-theme="dark"] .icon-sun {
  display: none;
}

:root[data-theme="dark"] .icon-moon {
  display: block;
}

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

@keyframes blob-drift-one {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(34px, -24px, 0) scale(1.05);
  }
}

@keyframes blob-drift-two {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-30px, 26px, 0) scale(1.04);
  }
}

@keyframes blob-drift-three {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(18px, 20px, 0) scale(1.03);
  }
}

/* Mantém a camada principal transparente em ambos os temas. */
.page-shell,
:root[data-theme="dark"] .page-shell,
:root[data-theme="light"] .page-shell {
  background: transparent;
}

:root[data-theme="dark"] {
  --background-base:
    radial-gradient(circle at 18% 14%, rgba(185, 104, 60, .13), transparent 34%),
    radial-gradient(circle at 84% 82%, rgba(119, 56, 34, .18), transparent 38%),
    linear-gradient(145deg, #1d0f0b 0%, #321a12 52%, #24110d 100%);
  --background-blob-one: #bd7446;
  --background-blob-two: #8d4932;
  --background-blob-three: #d6a36a;
  --background-glow: rgba(210, 143, 95, .09);
  --background-noise-opacity: .024;
  --blob-one-opacity: .14;
  --blob-two-opacity: .13;
  --blob-three-opacity: .085;
  --background-glow-opacity: .84;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --background-base:
      radial-gradient(circle at 18% 14%, rgba(185, 104, 60, .13), transparent 34%),
      radial-gradient(circle at 84% 82%, rgba(119, 56, 34, .18), transparent 38%),
      linear-gradient(145deg, #1d0f0b 0%, #321a12 52%, #24110d 100%);
    --background-blob-one: #bd7446;
    --background-blob-two: #8d4932;
    --background-blob-three: #d6a36a;
    --background-glow: rgba(210, 143, 95, .09);
    --background-noise-opacity: .024;
    --blob-one-opacity: .14;
    --blob-two-opacity: .13;
    --blob-three-opacity: .085;
    --background-glow-opacity: .84;
  }

  :root:not([data-theme="light"]) .page-shell {
    background: transparent;
  }
}

@media (max-width: 600px) {
  .background-blob {
    filter: blur(80px);
    opacity: calc(var(--blob-one-opacity) * .72);
  }

  .background-blob--one {
    top: -10%;
    left: -32%;
    width: min(92vw, 410px);
  }

  .background-blob--two {
    right: -38%;
    bottom: -12%;
    width: min(88vw, 390px);
    opacity: calc(var(--blob-two-opacity) * .7);
  }

  .background-blob--three {
    right: 4%;
    bottom: 30%;
    width: min(48vw, 210px);
    opacity: calc(var(--blob-three-opacity) * .66);
    filter: blur(72px);
  }

  .background-glow {
    width: 96vw;
    height: 70vh;
    filter: blur(88px);
    opacity: calc(var(--background-glow-opacity) * .76);
  }

  .background-noise {
    opacity: calc(var(--background-noise-opacity) * .78);
  }
}

@media (max-height: 700px) {
  .background-blob--one {
    opacity: calc(var(--blob-one-opacity) * .58);
  }

  .background-blob--two {
    opacity: calc(var(--blob-two-opacity) * .56);
  }

  .background-blob--three {
    opacity: calc(var(--blob-three-opacity) * .52);
  }

  .background-glow {
    opacity: calc(var(--background-glow-opacity) * .68);
  }
}

@media (prefers-reduced-motion: reduce) {
  .background-blob {
    animation: none !important;
    transform: none !important;
    will-change: auto;
  }
}
