/* Static pages: about, contact, terms. Mobile-first. Heritage "High Street" skin. */

.lead { font-size: 18px; font-weight: 500; line-height: 1.55; max-width: 560px; }
.accent-red { color: var(--red); }

/* ---------- About ---------- */

.about-hero { display: grid; gap: clamp(28px, 4vw, 48px); align-items: center; }
.about-hero__copy { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.about-hero__copy .kicker { margin: 0; }
.about-hero__copy h1 { margin: 0; }
.about-hero__copy p { margin: 0; }
.about-hero__media { position: relative; padding: 20px 20px 0 0; }
.about-hero__media img { width: 100%; height: auto; }
.about-hero__sticker {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 108px;
  height: 108px;
  font-size: 13px;
  padding: 10px;
}

/* timeline */
.about-timeline-band { padding-top: 0; }
.about-timeline-band .kicker { margin: 0 0 8px 0; }
.about-timeline-band h2 { margin: 0 0 36px 0; }
/* Centre garland ribbon; milestones alternate sides on desktop; each hangs from a
   hand-drawn SVG bauble (red / gold / green rotation). Single column on mobile. */
.timeline {
  list-style: none;
  margin: 0 auto;
  padding: 12px 0 4px 52px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(34px, 4.6vw, 56px);
  max-width: 880px;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 2px;
  background: linear-gradient(var(--green), var(--green)) center / 2px 100% no-repeat;
  opacity: 0.5;
}
.timeline__item { position: relative; }
.timeline__item::before {
  content: "";
  position: absolute;
  left: -52px;
  top: -4px;
  width: 38px;
  height: 54px;
  background: center / contain no-repeat;
}
.timeline__item:nth-child(3n+1)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 56'%3E%3Cpath d='M20 0 V7' stroke='%2314442B' stroke-width='1.6'/%3E%3Ccircle cx='20' cy='9.5' r='2.6' fill='none' stroke='%23C89B3C' stroke-width='1.6'/%3E%3Crect x='16' y='12.5' width='8' height='5.5' rx='1.2' fill='%23C89B3C'/%3E%3Ccircle cx='20' cy='36' r='18' fill='%23B3282D'/%3E%3Cellipse cx='13.5' cy='28.5' rx='5.4' ry='7.6' fill='%23ffffff' opacity='0.28' transform='rotate(-24 13.5 28.5)'/%3E%3Cpath d='M6 40 Q20 46 34 40' stroke='%23C89B3C' stroke-width='1.5' fill='none' opacity='0.7'/%3E%3C/svg%3E"); }
.timeline__item:nth-child(3n+2)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 56'%3E%3Cpath d='M20 0 V7' stroke='%2314442B' stroke-width='1.6'/%3E%3Ccircle cx='20' cy='9.5' r='2.6' fill='none' stroke='%2314442B' stroke-width='1.6'/%3E%3Crect x='16' y='12.5' width='8' height='5.5' rx='1.2' fill='%2314442B'/%3E%3Ccircle cx='20' cy='36' r='18' fill='%23C89B3C'/%3E%3Cellipse cx='13.5' cy='28.5' rx='5.4' ry='7.6' fill='%23ffffff' opacity='0.34' transform='rotate(-24 13.5 28.5)'/%3E%3Cpath d='M6 40 Q20 46 34 40' stroke='%23B3282D' stroke-width='1.5' fill='none' opacity='0.6'/%3E%3C/svg%3E"); }
.timeline__item:nth-child(3n)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 56'%3E%3Cpath d='M20 0 V7' stroke='%2314442B' stroke-width='1.6'/%3E%3Ccircle cx='20' cy='9.5' r='2.6' fill='none' stroke='%23C89B3C' stroke-width='1.6'/%3E%3Crect x='16' y='12.5' width='8' height='5.5' rx='1.2' fill='%23C89B3C'/%3E%3Ccircle cx='20' cy='36' r='18' fill='%2314442B'/%3E%3Cellipse cx='13.5' cy='28.5' rx='5.4' ry='7.6' fill='%23ffffff' opacity='0.24' transform='rotate(-24 13.5 28.5)'/%3E%3Cpath d='M6 40 Q20 46 34 40' stroke='%23C89B3C' stroke-width='1.5' fill='none' opacity='0.8'/%3E%3C/svg%3E"); }

@media (min-width: 860px) {
  .timeline { padding-left: 0; }
  .timeline::before { left: 50%; margin-left: -1px; }
  .timeline__item { width: calc(50% - 58px); }
  .timeline__item:nth-child(odd) { align-self: flex-start; text-align: right; }
  .timeline__item:nth-child(even) { align-self: flex-end; text-align: left; }
  .timeline__item:nth-child(odd)::before { left: auto; right: -77px; }
  .timeline__item:nth-child(even)::before { left: -77px; right: auto; }
  .timeline__item:nth-child(odd) p:last-child { margin-left: auto; }
}
.timeline__label {
  margin: 0 0 4px 0;
  font-family: var(--display);
  font-size: clamp(20px, 2.6vw, 27px);
  color: var(--red);
  line-height: 1.1;
}
.timeline__title { margin: 0 0 8px 0; font-size: 17px; font-weight: 800; }
.timeline__item p:last-child { margin: 0; max-width: 60ch; }

/* who we serve */
.about-serve-band { background: var(--green); color: var(--cream); }
.about-serve-band h2 { margin: 0 0 24px 0; }
.serve-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.serve-list li {
  border: 2px solid rgba(250, 245, 236, 0.6);
  border-radius: 999px;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 15px;
}
.serve-note { margin: 26px 0 0 0; font-weight: 700; color: var(--gold); }

/* best sellers */
.about-best-band .kicker { margin: 0 0 8px 0; }
.about-best-band h2 { margin: 0 0 24px 0; }
.best-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 14px; }
.best-list li a {
  display: inline-block;
  background: var(--paper);
  border: 2px solid var(--green);
  border-radius: 999px;
  padding: 12px 22px;
  font-family: var(--body);
  font-weight: 800;
  font-size: 15px;
  color: var(--green);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.best-list li a:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(20, 68, 43, 0.18); color: var(--red); }

/* about CTA */
.about-cta-band { background: var(--gold); }
.about-cta { display: flex; flex-direction: column; gap: 22px; align-items: center; text-align: center; }
.about-cta h2 { margin: 0; }
.about-cta__actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: center; }
.about-cta__phone {
  display: inline-flex;
  align-items: center;
  min-height: 44px; /* touch target */
  padding: 0 4px;
  font-size: 19px;
  font-weight: 800;
  color: var(--ink);
  white-space: nowrap;
}
.about-cta__phone:hover { color: var(--red-dark); }

@media (min-width: 900px) {
  .about-hero { grid-template-columns: minmax(0, 1fr) minmax(0, 560px); }
  .about-hero__sticker { width: 120px; height: 120px; font-size: 14px; }
}

/* superwide: the photo column grows so the hero doesn't feel copy-heavy at 2560px */
@media (min-width: 1800px) {
  .about-hero { grid-template-columns: minmax(0, 1fr) minmax(0, 660px); }
}

/* ---------- Contact ---------- */

.contact-hero-band { padding-bottom: clamp(24px, 3vw, 40px); }
.contact-hero-band .kicker { margin: 0 0 8px 0; }
.contact-hero-band h1 { margin: 0 0 16px 0; }
.contact-hero-band .lead { margin: 0; }

.contact-layout { display: grid; gap: clamp(26px, 3vw, 44px); padding-bottom: clamp(44px, 6vw, 80px); align-items: start; }

.contact-side { display: flex; flex-direction: column; gap: 26px; }
.contact-tile {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: var(--paper);
  color: var(--ink);
  padding: 22px 24px;
  transition: transform 0.12s ease;
}
.contact-tile:hover { transform: translateY(-2px); color: var(--ink); }
.contact-tile__label { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-soft); }
.contact-tile__value { font-family: var(--display); font-size: clamp(23px, 4.4vw, 31px); line-height: 1.1; color: var(--red); overflow-wrap: anywhere; }
.contact-tile__value--email { font-family: var(--body); font-weight: 800; font-size: clamp(15px, 3.4vw, 20px); color: var(--green); }
.contact-tile__value--fb { display: flex; align-items: center; gap: 10px; font-family: var(--body); font-weight: 800; font-size: 17px; color: var(--ink); }

.booking-windows { background: var(--green); color: var(--cream); padding: 24px 26px; }
.booking-windows__title { margin: 0 0 14px 0; font-family: var(--display); font-size: 19px; line-height: 1.25; color: var(--gold); }
.booking-windows ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; font-size: 15px; }
.booking-windows li strong { color: var(--gold); font-weight: 800; }
.booking-windows__late { margin: 14px 0 0 0; font-size: 14px; font-weight: 700; color: var(--gold); }

.contact-form { background: var(--paper); padding: clamp(24px, 3.5vw, 40px); }
.contact-form__title { margin: 0 0 22px 0; font-family: var(--display); font-size: clamp(20px, 2.2vw, 24px); }
.contact-field { margin: 0 0 18px 0; display: flex; flex-direction: column; gap: 7px; }
.contact-field label { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; }
.contact-field .req { color: var(--red); }
.contact-field .optional { color: var(--ink-soft); font-weight: 600; text-transform: none; letter-spacing: 0; }
.contact-field input,
.contact-field textarea {
  font-family: var(--body);
  font-size: 16px;
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--green);
  border-radius: 8px;
  padding: 12px 14px;
  width: 100%;
}
.contact-field textarea { resize: vertical; min-height: 140px; }
.contact-form__actions { margin: 24px 0 0 0; }
.contact-status { margin: 16px 0 0 0; font-weight: 700; min-height: 1.4em; }
.contact-status--ok { color: var(--green); }
.contact-status--err { color: var(--red); }

/* honeypot: off-screen, not display:none (some bots skip hidden fields) */
.cph-hp { position: absolute !important; left: -9999px !important; top: auto !important; width: 1px; height: 1px; overflow: hidden; margin: 0; }

@media (min-width: 960px) {
  .contact-layout { grid-template-columns: minmax(0, 420px) minmax(0, 1fr); }
}

/* Wide screens: pair the short fields up so the form doesn't stretch into
   1200px-wide single inputs inside the 1720px wrap. The honeypot (absolute)
   and hidden input are out of flow, so they don't occupy grid cells. */
@media (min-width: 1280px) {
  .contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 22px;
    align-content: start;
  }
  .contact-form__title,
  .contact-field--full,
  .contact-form__actions,
  .contact-status { grid-column: 1 / -1; }
}

/* superwide: a wider contact rail keeps the two halves balanced at 2560px */
@media (min-width: 1800px) {
  .contact-layout { grid-template-columns: minmax(0, 500px) minmax(0, 1fr); }
}

/* ---------- Terms ---------- */

.terms-hero-band { background: var(--paper); border-bottom: 2px solid var(--green); padding-bottom: clamp(28px, 4vw, 48px); }
.terms-hero-band .kicker { margin: 0 0 8px 0; }
.terms-hero-band h1 { margin: 0; }

.terms-section { max-width: 900px; margin-left: auto; margin-right: auto; }
.terms-body { font-size: 16px; line-height: 1.7; }
.terms-body h2 {
  font-family: var(--display);
  font-size: clamp(22px, 2.4vw, 27px);
  line-height: 1.15;
  margin: 0 0 22px 0;
}
.terms-body h3 {
  font-family: var(--display);
  font-size: clamp(17px, 1.7vw, 19px);
  line-height: 1.25;
  margin: 36px 0 12px 0;
  padding-left: 14px;
  border-left: 3px solid var(--red);
}
.terms-body p { margin: 0 0 14px 0; }
.terms-body ul { margin: 0 0 18px 0; padding: 0 0 0 4px; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.terms-body ul li { position: relative; padding-left: 26px; }
.terms-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 12px;
  height: 12px;
  background: var(--gold);
  border: 2px solid var(--green);
  border-radius: 50%;
}
