@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

:root {
  --bg: #f6f0e7;
  --surface: rgba(255, 251, 245, 0.88);
  --text: #3f3127;
  --muted: #765d4d;
  --line: rgba(120, 85, 58, 0.16);
  --terracotta: #bb6d4a;
  --terracotta-deep: #8f5238;
  --olive: #7d8363;
  --gold: #bf9156;
  --shadow: 0 22px 45px rgba(87, 56, 34, 0.12);
  --radius-lg: 28px;
  --radius-md: 20px;
  --body-font: 'Montserrat', 'Segoe UI', sans-serif;
  --ui-font: 'Montserrat', 'Segoe UI', sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(
      circle at top left,
      rgba(191, 145, 86, 0.26),
      transparent 30%
    ),
    radial-gradient(
      circle at right 20%,
      rgba(125, 131, 99, 0.18),
      transparent 26%
    ),
    linear-gradient(180deg, #f9f4ed 0%, #f1e7d9 100%);
  font-family: var(--ui-font);
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(
      120deg,
      transparent 0 48%,
      rgba(255, 255, 255, 0.22) 48% 52%,
      transparent 52%
    ),
    radial-gradient(
      circle at 20% 20%,
      rgba(255, 255, 255, 0.26),
      transparent 18%
    );
  z-index: 0;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.08;
  background-image: url('../img/carcara.webp');
  background-repeat: no-repeat;
  background-position: calc(100% + 8rem) 16vh;
  background-size: min(72vw, 920px);
  mix-blend-mode: multiply;
  filter: saturate(0.88) contrast(0.94);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 48px;
  position: relative;
  z-index: 1;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 249, 241, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.brand strong,
h1,
h2,
h3 {
  font-family: var(--body-font);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.brand strong {
  font-size: 1.45rem;
  line-height: 1;
}

.brand small {
  display: block;
  color: var(--muted);
  margin-bottom: 4px;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  overflow: hidden;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--terracotta), var(--gold));
  color: #fff7ef;
  font-family: var(--body-font);
  font-size: 1.1rem;
}

.brand-mark-image {
  width: 200%;
  height: 200%;
  object-fit: cover;
}

.site-nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav a:hover {
  color: var(--terracotta-deep);
}

.hero-section {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 26px;
  margin-bottom: 28px;
}

.hero-copy,
.hero-portrait,
.story-section,
.priority-section,
.pix-section,
.gallery-section,
.page-intro,
.category-section,
.reservation-summary,
.reservation-form-card,
.site-footer {
  padding: 30px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.eyebrow {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  color: var(--olive);
}

.hero-copy h1,
.page-intro h1,
.reservation-summary h1 {
  margin: 0;
  font-size: clamp(2.3rem, 4vw, 4.5rem);
  line-height: 0.96;
}

.reservation-hero h1 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0;
}

.reservation-hero .hero-subtitle {
  margin-top: 1rem;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.4;
  color: var(--muted);
}

.page-intro .hero-description {
  margin-top: 0.75rem;
  max-width: 760px;
  font-size: 1rem;
  line-height: 1.6;
}

.hero-text,
.story-section p,
.page-intro p,
.reservation-summary p,
.gallery-copy p,
.gift-card p,
.pix-section p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-actions,
.gift-meta,
.pix-box,
.reservation-layout {
  display: flex;
  gap: 14px;
}

.hero-copy,
.page-intro,
.story-section,
.reservation-summary,
.confirmation-card,
.category-panel-copy,
.gift-text {
  min-width: 0;
}

.hero-actions {
  margin: 28px 0;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(
    135deg,
    var(--terracotta),
    var(--terracotta-deep)
  );
  color: #fff7ef;
  box-shadow: 0 12px 24px rgba(143, 82, 56, 0.22);
}

.button-secondary {
  border-color: rgba(125, 131, 99, 0.35);
  background: rgba(255, 250, 244, 0.9);
  color: var(--text);
}

.button-disabled {
  background: rgba(118, 93, 77, 0.12);
  color: var(--muted);
  cursor: default;
}

.button-full {
  width: 100%;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-stats div {
  padding: 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(191, 145, 86, 0.14);
}

.hero-stats strong {
  display: block;
  font-size: 1.9rem;
  font-family: var(--body-font);
}

.hero-stats span,
.pix-label,
.category-count,
.footer-note,
.status {
  color: var(--muted);
}

.portrait-card,
.qr-placeholder,
.gallery-image-placeholder {
  width: 100%;
  min-height: 100%;
  border-radius: 20px;
  border: 1px dashed rgba(143, 82, 56, 0.35);
  background:
    radial-gradient(
      circle at 30% 20%,
      rgba(191, 145, 86, 0.24),
      transparent 22%
    ),
    radial-gradient(
      circle at 70% 80%,
      rgba(125, 131, 99, 0.26),
      transparent 18%
    ),
    linear-gradient(
      145deg,
      rgba(255, 248, 239, 0.95),
      rgba(241, 227, 211, 0.95)
    );
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
  color: var(--terracotta-deep);
  min-height: 420px;
}

.portrait-card {
  overflow: hidden;
  padding: 0;
  border-style: solid;
  border-color: rgba(143, 82, 56, 0.16);
  background: rgba(255, 248, 239, 0.92);
}

.portrait-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 18px;
}

.section-heading h2,
.gift-card h3,
.gallery-copy h3 {
  margin: 0;
  font-size: clamp(1.6rem, 2vw, 2.3rem);
}

.category-selector-section,
.category-panels-section {
  margin-bottom: 28px;
}

.category-selector-section {
  margin-top: 30px;
}

.category-selector-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.category-selector-card {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 18px 20px;
  border: 1px solid rgba(120, 85, 58, 0.16);
  border-radius: 22px;
  background: rgba(255, 251, 246, 0.78);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
  appearance: none;
}

.category-selector-card:hover,
.category-selector-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(187, 109, 74, 0.34);
  background: linear-gradient(
    145deg,
    rgba(255, 247, 238, 0.96),
    rgba(250, 241, 230, 0.96)
  );
}

.category-selector-icon,
.gift-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--terracotta-deep);
}

.category-selector-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(187, 109, 74, 0.1);
}

.category-selector-icon svg,
.gift-icon svg,
.category-selector-icon .material-symbols-outlined,
.gift-icon .material-symbols-outlined {
  width: 22px;
  height: 22px;
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 500,
    'GRAD' 0,
    'opsz' 24;
  font-size: 22px;
  line-height: 1;
}

.category-selector-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.category-selector-copy strong {
  font-family: var(--body-font);
  font-size: 1.04rem;
}

.category-selector-copy small {
  color: var(--muted);
}

.category-panel {
  padding: 30px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 251, 245, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
  scroll-margin-top: 18px;
}

.category-panel-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(120, 85, 58, 0.12);
}

.category-panel-copy {
  max-width: 720px;
}

.category-panel-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.category-panel-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.category-panel-stats span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(120, 85, 58, 0.12);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.gift-list-shell {
  display: grid;
  gap: 12px;
}

.gift-list-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(120, 85, 58, 0.14);
  background: rgba(255, 254, 251, 0.9);
}

.gift-list-row.is-reserved {
  background: rgba(249, 244, 239, 0.9);
}

.gift-info {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  flex: 1;
}

.gift-list-row.is-compact .gift-info,
.gift-list-row.is-compact .gift-actions {
  align-items: center;
}

.gift-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 14px;
  background: rgba(125, 131, 99, 0.1);
  color: var(--olive);
}

.gift-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gift-list-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.gift-list-row.is-compact .gift-list-heading {
  margin-bottom: 0;
}

.gift-list-heading h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

.gift-text p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.gift-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-shrink: 0;
}

.confirmation-layout {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.lookup-layout {
  display: grid;
  gap: 24px;
}

.lookup-card {
  padding: 30px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 251, 245, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.lookup-results {
  display: grid;
  gap: 12px;
}

.lookup-result-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(120, 85, 58, 0.14);
  background: rgba(255, 254, 251, 0.9);
}

.lookup-result-main h3 {
  margin: 0 0 4px;
  font-size: 1.15rem;
}

.lookup-result-main p {
  margin: 0;
  color: var(--muted);
}

.lookup-result-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.confirmation-card {
  width: min(760px, 100%);
  padding: 32px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 251, 245, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.confirmation-card h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.confirmation-card p {
  color: var(--muted);
  line-height: 1.7;
}

.confirmation-badges,
.confirmation-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.confirmation-badges {
  margin: 18px 0 22px;
}

.confirmation-actions {
  margin-top: 24px;
}

.card-grid,
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gift-card,
.gallery-card,
.empty-card,
.info-panel {
  padding: 22px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.92);
}

.gift-card-top,
.inline-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.gift-card h3 {
  font-size: 1.4rem;
  margin: 16px 0 6px;
}

.gift-meta {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 18px;
}

.tag,
.status,
.category-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
}

.tag-category {
  background: rgba(125, 131, 99, 0.12);
  color: var(--olive);
}

.tag-priority {
  background: rgba(187, 109, 74, 0.14);
  color: var(--terracotta-deep);
}

.status-available {
  background: rgba(125, 131, 99, 0.12);
  color: #556041;
}

.status-reserved {
  background: rgba(118, 93, 77, 0.12);
  color: #6d5748;
}

.pix-section {
  margin: 28px 0;
}

.pix-box {
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid var(--line);
  flex-wrap: wrap;
}

.pix-box strong {
  display: block;
  font-size: 1.25rem;
  margin: 4px 0;
  font-family: var(--body-font);
}

.qr-placeholder {
  min-height: 200px;
  margin-top: 18px;
  overflow: hidden;
  padding: 18px;
  border-style: solid;
  border-color: rgba(143, 82, 56, 0.16);
  background: rgba(255, 250, 244, 0.92);
}

.qr-image {
  display: block;
  width: min(100%, 320px);
  height: auto;
  margin: 0 auto;
  border-radius: 18px;
}

.gallery-card {
  overflow: hidden;
  padding: 0;
}

.gallery-image {
  min-height: 220px;
  background-size: cover;
  background-position: center;
}

.gallery-copy {
  padding: 20px;
}

.flash-stack {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.flash {
  padding: 16px 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  line-height: 1.6;
}

.flash-success {
  background: rgba(125, 131, 99, 0.14);
}

.flash-warning {
  background: rgba(187, 109, 74, 0.12);
}

.reservation-layout {
  align-items: stretch;
  margin-top: 8px;
}

.reservation-layout > * {
  flex: 1;
}

.reservation-form {
  display: grid;
  gap: 16px;
}

.reservation-submit {
  width: 100%;
  max-width: 360px;
  min-height: 52px;
  margin: 1rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-field label {
  font-weight: 700;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(118, 93, 77, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  padding: 14px 16px;
  color: var(--text);
  font: inherit;
}

.form-field textarea {
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: 2px solid rgba(187, 109, 74, 0.24);
  border-color: var(--terracotta);
}

.form-error {
  color: #8f3f34;
  font-size: 0.92rem;
}

.info-panel {
  margin: 24px 0;
}

.site-footer {
  margin-top: 28px;
  text-align: center;
}

@media (max-width: 960px) {
  body::after {
    background-position: calc(100% + 5rem) 18vh;
    background-size: min(92vw, 620px);
    opacity: 0.07;
  }

  .hero-section,
  .card-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .category-selector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reservation-layout,
  .hero-actions,
  .gift-meta,
  .pix-box {
    flex-direction: column;
  }

  .category-panel-header,
  .gift-list-row,
  .lookup-result-row,
  .confirmation-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gift-actions,
  .category-panel-stats,
  .lookup-result-actions {
    justify-content: flex-start;
  }

  .gift-actions {
    width: 100%;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .portrait-card {
    min-height: 300px;
  }
}

@media (max-width: 720px) {
  body::after {
    background-position: calc(100% + 3rem) 22vh;
    background-size: min(112vw, 520px);
    opacity: 0.06;
  }

  .page-shell {
    width: min(100% - 20px, 1180px);
    padding: 14px 0 34px;
  }

  .site-header {
    flex-direction: column;
    align-items: stretch;
    border-radius: 28px;
    padding: 16px;
    gap: 14px;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 2px;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    flex: 0 0 auto;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.54);
    border: 1px solid rgba(120, 85, 58, 0.12);
  }

  .category-selector-grid {
    grid-template-columns: 1fr;
  }

  .category-selector-section {
    margin-top: 24px;
  }

  .hero-copy,
  .hero-portrait,
  .story-section,
  .priority-section,
  .pix-section,
  .gallery-section,
  .page-intro,
  .category-section,
  .category-panel,
  .lookup-card,
  .confirmation-card,
  .reservation-summary,
  .reservation-form-card,
  .site-footer {
    padding: 22px;
  }

  .hero-copy h1,
  .page-intro h1,
  .reservation-summary h1 {
    font-size: 2.4rem;
  }

  .hero-actions,
  .gift-actions,
  .lookup-result-actions,
  .confirmation-actions,
  .pix-box {
    width: 100%;
  }

  .hero-actions .button,
  .gift-actions .button,
  .lookup-result-actions .button,
  .confirmation-actions .button,
  .pix-box .button {
    width: 100%;
  }

  .reservation-submit {
    max-width: none;
    width: 100%;
    font-size: 0.95rem;
  }

  .gift-list-row {
    padding: 16px;
  }

  .gift-info {
    width: 100%;
  }

  .gift-icon,
  .category-selector-icon {
    width: 40px;
    height: 40px;
  }

  .category-selector-card {
    padding: 16px 18px;
  }

  .category-panel-header {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .category-panel {
    scroll-margin-top: 12px;
  }

  .category-panel-stats span,
  .status,
  .tag,
  .category-pill {
    min-height: 34px;
  }

  .pix-box {
    padding: 18px;
  }

  .qr-placeholder {
    min-height: auto;
    padding: 14px;
  }

  .qr-image {
    width: min(100%, 280px);
  }

  .portrait-image,
  .portrait-card {
    min-height: 280px;
  }

  .flash {
    padding: 14px 16px;
  }
}

@media (max-width: 720px) {
  .story-section p,
  .page-intro p,
  .reservation-hero .hero-subtitle,
  .page-intro .hero-description,
  .category-panel-copy p:last-child,
  .pix-section p,
  .confirmation-card p,
  .lookup-result-main p,
  .info-panel p {
    text-align: justify;
    text-justify: inter-word;
  }
}

@media (max-width: 520px) {
  .page-shell {
    width: calc(100% - 16px);
  }

  .brand-mark {
    width: 46px;
    height: 46px;
    font-size: 1rem;
  }

  .brand {
    gap: 12px;
  }

  .brand strong {
    font-size: 1.05rem;
  }

  .brand small {
    font-size: 0.92rem;
  }

  .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  .hero-copy,
  .hero-portrait,
  .story-section,
  .priority-section,
  .pix-section,
  .gallery-section,
  .page-intro,
  .category-panel,
  .confirmation-card,
  .reservation-summary,
  .reservation-form-card,
  .site-footer {
    padding: 18px;
    border-radius: 22px;
  }

  .hero-copy h1,
  .page-intro h1,
  .reservation-summary h1,
  .confirmation-card h1 {
    font-size: 2rem;
    line-height: 1.02;
  }

  .section-heading h2 {
    font-size: 1.55rem;
  }

  .category-selector-copy strong,
  .gift-list-heading h3 {
    font-size: 1rem;
  }

  .category-selector-copy small,
  .gift-text p,
  .confirmation-card p,
  .page-intro p,
  .story-section p,
  .pix-section p {
    font-size: 0.95rem;
  }

  .hero-stats div {
    padding: 14px;
  }

  .hero-stats strong {
    font-size: 1.55rem;
  }

  .gift-list-row {
    padding: 14px;
    border-radius: 18px;
  }

  .gift-info {
    gap: 12px;
  }

  .gift-icon,
  .category-selector-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .material-symbols-outlined {
    font-size: 20px;
  }

  .button {
    min-height: 46px;
    padding: 0 16px;
  }

  .form-field input,
  .form-field textarea {
    padding: 13px 14px;
  }
}

@media (max-width: 380px) {
  .site-header {
    padding: 14px;
  }

  .hero-copy h1,
  .page-intro h1,
  .reservation-summary h1,
  .confirmation-card h1 {
    font-size: 1.8rem;
  }

  .site-nav a {
    padding: 9px 12px;
    font-size: 0.9rem;
  }

  .category-panel-stats {
    gap: 8px;
  }

  .category-panel-stats span {
    padding: 0 12px;
    font-size: 0.86rem;
  }
}
