:root {
  --canvas: #d8d5ce;
  --paper: #f7f1e8;
  --ink: #18201c;
  --green: #143745;
  --yellow: #f2cf55;
  --line: rgba(24, 32, 28, .16);
}

* { box-sizing: border-box; }

html { background: var(--canvas); scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

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

.phone-site {
  position: relative;
  width: 100%;
  max-width: 520px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 0 70px rgba(30, 31, 28, .22);
}

.topbar {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 24px;
  background: transparent;
}

.topbar-logo {
  display: block;
  width: min(292px, 78vw);
  height: auto;
  padding: 16px 20px;
  border: 1px solid rgba(24,32,28,.06);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 24px rgba(24,32,28,.12);
}

.hero {
  min-height: 496px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 126px 28px 36px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(247,241,232,.02) 0%, rgba(247,241,232,.05) 70%, rgba(247,241,232,.45) 90%, var(--paper) 100%),
    url("../images/hero-street.jpg") var(--hero-x, 50%) bottom / auto 138% no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 25%, rgba(255,255,255,.25), transparent 45%);
}

.hero-glow {
  position: absolute;
  z-index: 1;
  top: 232px;
  width: calc(100% - 56px);
  height: 190px;
  border: 1px solid rgba(255,255,255,.72);
  border-bottom: 4px solid var(--bowl-red);
  border-radius: 28px 10px 28px 10px;
  background: linear-gradient(135deg, rgba(255,255,255,.90), rgba(247,241,232,.82));
  box-shadow: 0 20px 45px rgba(24,32,28,.18);
  backdrop-filter: blur(7px);
}

.bowl {
  position: relative;
  z-index: 2;
  width: 185px;
  height: 185px;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(24,32,28,.20));
  animation: float 5s ease-in-out infinite;
}

.hero-phone {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .04em;
}

.hero-phone-icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.location {
  position: relative;
  z-index: 2;
  margin: 20px 0 0;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.location span { display: block; }

.site-notice {
  margin: 18px 24px 8px;
  padding: 20px 22px;
  border: 1px solid rgba(24,32,28,.08);
  border-radius: 16px;
  background: var(--yellow);
  box-shadow: 0 7px 18px rgba(24,32,28,.10);
  color: var(--ink);
}

.site-notice[hidden] { display: none; }
.site-notice p { margin: 0; font-size: 15px; line-height: 1.55; }
.site-notice p:first-child { font-weight: 800; }

.intro { padding: 26px 28px 42px; }

.intro-block {
  padding-left: 22px;
  border-left: 4px solid var(--bowl-red);
}

.intro h1 {
  margin: 0 0 26px;
  font-size: clamp(29px, 8vw, 38px);
  line-height: 1.15;
  letter-spacing: -.025em;
  font-weight: 700;
}

.intro-block p {
  margin: 0 0 12px;
  color: #555d59;
  font-size: 16px;
  line-height: 1.5;
}

.actions { padding: 0 24px 48px; }

.action {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  min-height: 78px;
  padding: 13px 15px 13px 22px;
  overflow: hidden;
  border: 1px solid rgba(24,32,28,.06);
  border-radius: 16px;
  box-shadow: 0 5px 14px rgba(24,32,28,.08);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -.025em;
  transition: transform .2s ease, box-shadow .2s ease;
}

.action + .action { margin-top: 14px; }
.action-gallery { color: white; background: #365761; }
.action-menu { color: white; background: var(--bowl-red); }
.action:hover { transform: translateY(-1px); box-shadow: 0 7px 18px rgba(24,32,28,.10); }
.action:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.action:active { transform: translateY(0); }

.story-panel {
  margin: 0 28px 56px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.story-panel summary {
  position: relative;
  padding: 26px 0;
  cursor: pointer;
  list-style: none;
}

.story-panel summary::-webkit-details-marker { display: none; }

.story-label {
  display: block;
  margin-bottom: 12px;
  color: var(--bowl-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.story-preview {
  display: block;
  max-height: 3.1em;
  overflow: hidden;
  color: var(--green);
  font-size: 17px;
  line-height: 1.55;
}

.story-panel:not([open]) summary::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 42px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(247,241,232,0), var(--paper));
}

.story-panel[open] .story-preview { max-height: none; }
.story-full { padding: 0 0 24px; color: var(--green); }
.story-full p { margin: 0 0 15px; font-size: 17px; line-height: 1.55; }
.story-full p:last-child { margin-bottom: 0; color: var(--green); font-weight: 700; }

footer { padding: 52px 26px 30px; color: white; background: #143745; }

.footer-grid section { padding: 26px 0; border-top: 1px solid rgba(255,255,255,.18); }
.footer-grid h2 { margin: 0 0 18px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.footer-grid a, .footer-grid p { display: block; margin: 0 0 8px; color: rgba(255,255,255,.76); font-size: 15px; }
.footer-grid a { color: white; font-weight: 700; }
.footer-grid .footer-service {
  display: inline-block;
  margin-top: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 7px;
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}
.footer-grid dl { margin: 0; }
.footer-grid dl div { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 9px; color: rgba(255,255,255,.76); font-size: 14px; }
.footer-grid dt { font-weight: 400; }
.footer-grid dd { margin: 0; color: white; text-align: right; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.18);
  font-size: 11px;
  line-height: 2;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-bottom a { display: block; color: rgba(255,255,255,.62); }
.legal { text-align: right; }

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}

@media (max-width: 370px) {
  .hero { min-height: 464px; padding: 118px 20px 36px; }
  .hero-glow { top: 214px; }
  .bowl { width: 165px; height: 165px; }
  .intro { padding-inline: 22px; }
  .actions { padding-inline: 18px; }
  .action { min-height: 74px; font-size: 26px; }
  .footer-bottom { flex-direction: column; }
  .legal { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
