/* ============================================================
   NAV
============================================================ */
.nav {
  position: sticky; top: 0; z-index: 1000;
  background: var(--cream);
  border-bottom: 3px solid var(--ink);
  transition: box-shadow 0.2s ease, padding 0.2s ease, background 0.2s ease;
  /* Promote to its own compositing layer + isolated stacking context so
     reveal-animated (transformed) content can never paint above it on iOS. */
  transform: translateZ(0);
  isolation: isolate;
}
.nav.scrolled { box-shadow: 0 6px 0 rgba(27,27,27,0.12), 0 10px 24px var(--shadow); }
.nav-inner { display: flex; align-items: center; gap: 22px; height: 120px; transition: height 0.2s ease; }
.nav.scrolled .nav-inner { height: 96px; }
.nav-logo { flex: none; display: flex; align-items: center; }
.nav-logo img { height: 104px; transition: height 0.2s ease; }
.nav.scrolled .nav-logo img { height: 82px; }

.nav-links {
  display: flex; align-items: center; gap: 16px;
  margin: 0 auto;
  font-family: var(--display); text-transform: uppercase;
  font-size: 18px; letter-spacing: 0.04em;
}
.nav-links a { padding: 4px 2px; position: relative; transition: color 0.15s ease; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 3px; background: var(--red); transition: right 0.2s ease; }
.nav-links a:hover { color: var(--red); }
.nav-links a:hover::after { right: 0; }
.nav-cta { flex: none; }

.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; margin-left: auto; }
.hamburger span { width: 28px; height: 3px; background: var(--ink); border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease; }
.hamburger.on span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.hamburger.on span:nth-child(2) { opacity: 0; }
.hamburger.on span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.mobile-menu {
  display: none; flex-direction: column; gap: 6px;
  background: var(--cream); border-top: 2px dashed var(--ink);
  padding: 0 28px; max-height: 0; overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.mobile-menu.open { max-height: 420px; padding: 18px 28px 26px; }
.mobile-menu a { font-family: var(--display); text-transform: uppercase; font-size: 22px; padding: 10px 0; border-bottom: 1.5px solid rgba(27,27,27,0.12); }
.mobile-menu a.pill { border-bottom: 3px solid var(--ink); justify-content: center; }

/* ============================================================
   HERO
============================================================ */
.hero { position: relative; overflow: hidden; background: var(--cream); border-bottom: 4px solid var(--ink); }
.hero-sun {
  position: absolute; left: 50%; top: 50%; width: 0; height: 0;
  transform: translate(-50%, -50%); pointer-events: none; display: none;
}
.hero-inner { position: relative; display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: 40px; padding-top: 72px; padding-bottom: 84px; }

.stamp {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--display); text-transform: uppercase; letter-spacing: 0.05em;
  font-size: 14px; color: var(--cream); background: var(--red);
  padding: 9px 20px; border: 2.5px solid var(--ink); border-radius: 999px;
  box-shadow: 0 4px 0 var(--ink); transform: rotate(-1.5deg); margin-bottom: 26px;
}
.hero-h1 { margin: 0; }
.hero-h1 .ink { display: block; font-size: clamp(30px, 4.6vw, 58px); color: var(--ink); }
.hero-h1 .big { display: block; font-size: clamp(64px, 11vw, 150px); color: var(--red); line-height: 0.82; margin-top: 6px; text-shadow: 5px 5px 0 var(--ink); }
.hero-underline { width: 280px; max-width: 70%; height: 7px; background: var(--ink); margin: 22px 0 18px; border-radius: 4px; position: relative; }
.hero-underline::after { content: ""; position: absolute; left: 0; top: 13px; width: 70%; height: 4px; background: var(--ink); opacity: 0.5; border-radius: 4px; }

.hero-sub { font-family: var(--display); text-transform: uppercase; font-size: clamp(18px, 2.2vw, 26px); letter-spacing: 0.03em; color: var(--ink); margin: 28px 0 30px; }
.hero-sub .dot { color: var(--red); margin: 0 6px; }
.hero-cta { margin-bottom: 22px; }

.hero-phone { display: inline-flex; flex-direction: column; font-family: var(--display); font-size: 26px; color: var(--ink); letter-spacing: 0.02em; transition: color 0.15s ease; }
.hero-phone:hover { color: var(--red); }
.hero-phone .ph-ico { color: var(--red); }
.hero-phone .ph-note { font-family: var(--body); font-weight: 700; text-transform: none; font-size: 14px; letter-spacing: 0; color: var(--ink); opacity: 0.7; margin-top: 4px; }

/* ----- Emblem ----- */
.hero-art { display: flex; justify-content: center; }
.emblem { position: relative; width: min(440px, 84vw); }
.emblem::before {
  content: ""; position: absolute; left: 50%; top: 50%; z-index: 0;
  width: 170%; aspect-ratio: 1; transform: translate(-50%, -50%); pointer-events: none;
  background: repeating-conic-gradient(from 6deg, var(--cream-deep) 0deg 5deg, transparent 5deg 10deg);
  -webkit-mask-image: radial-gradient(closest-side, #000 28%, transparent 80%);
  mask-image: radial-gradient(closest-side, #000 28%, transparent 80%);
}
.emblem-mascot {
  position: relative; z-index: 1;
  display: block; width: 100%; height: auto;
  filter: drop-shadow(0 12px 22px rgba(27,27,27,0.26));
}

/* ============================================================
   SECTION TITLES
============================================================ */
.sec-title { font-family: var(--display); font-size: clamp(34px, 5vw, 60px); text-align: center; margin: 14px 0 44px; line-height: 0.92; }
.sec-title.left { text-align: left; }
.cream-title { color: var(--cream); text-shadow: 4px 4px 0 var(--red-deep); }

/* ============================================================
   SERVICES
============================================================ */
.svc-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 26px; }
.svc { grid-column: span 2; padding: 34px 26px 26px; text-align: center; color: var(--ink); display: flex; flex-direction: column; transition: transform 0.15s ease, box-shadow 0.15s ease; }
.svc:hover { transform: translateY(-5px) rotate(-0.6deg); box-shadow: 0 12px 0 rgba(27,27,27,0.25); }
.svc-stamp {
  position: relative; z-index: 2;
  width: 58px; height: 58px; margin: -52px auto 16px; border-radius: 50%;
  background: var(--red); color: var(--cream); border: 3px solid var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 26px; box-shadow: 0 4px 0 var(--ink);
}
.svc-name { font-size: 30px; margin: 0 0 14px; line-height: 0.92; }
.svc-name span { display: block; }
.svc-name .red { color: var(--red); }
.svc-desc { font-size: 15.5px; line-height: 1.5; color: var(--ink); opacity: 0.85; margin: 0 0 20px; }
.svc-tag {
  font-family: var(--display); text-transform: uppercase; letter-spacing: 0.06em;
  font-size: 13px; color: var(--red); border-top: 2px dashed rgba(27,27,27,0.35);
  padding-top: 14px; margin-top: auto;
}
/* center the wrapped cards: 7 cards = rows of 3/3/1, center the lone last */
.svc-grid .svc:nth-child(7):last-child { grid-column: 3 / span 2; }

/* ============================================================
   WHY + REVIEWS
============================================================ */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.why-col .sec-title { margin: 14px 0 30px; }
.reasons { list-style: none; margin: 0 0 32px; padding: 0; display: flex; flex-direction: column; gap: 20px; }
.reasons li { display: flex; align-items: flex-start; gap: 16px; }
.reason-ic { position: relative; flex: none; width: 52px; height: 52px; border-radius: 50%; background: var(--red); border: 3px solid var(--ink); box-shadow: 0 4px 0 var(--ink); }
.reason-ic svg { display: block; width: 26px; height: 26px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.reasons strong { display: block; font-family: var(--display); font-size: 23px; text-transform: uppercase; letter-spacing: 0.01em; }
.reasons span { display: block; font-size: 15px; color: var(--ink); opacity: 0.78; margin-top: 3px; line-height: 1.45; }
.why-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.free-note { font-size: 28px; color: var(--red); transform: rotate(-4deg); }

.rev-col { background: var(--red); color: var(--cream); border: 3px solid var(--ink); box-shadow: 0 8px 0 rgba(27,27,27,0.3); padding: 34px 30px; }
.rev-head { font-family: var(--display); font-size: 38px; text-align: center; margin: 0 0 22px; color: var(--cream); }
.rev-stack { display: flex; flex-direction: column; gap: 18px; }
.rev-card { padding: 22px 22px 20px; color: var(--ink); }
.rev-top { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.quote-mark { font-family: var(--display); font-size: 44px; line-height: 0.6; color: var(--red); }
.rev-card blockquote { margin: 0 0 12px; font-size: 17px; font-style: italic; line-height: 1.45; }
.rev-card figcaption { font-family: var(--display); text-transform: uppercase; font-size: 15px; color: var(--red); }
.rev-card figcaption span { color: var(--ink); opacity: 0.7; }
.rev-badge { text-align: center; margin-top: 20px; font-size: 14px; letter-spacing: 0.02em; }
.rev-badge strong { font-family: var(--display); font-size: 18px; }

/* ============================================================
   QUOTE
============================================================ */
.quote-sec { text-align: center; }
.quote-sec .ph-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 34px; }
.quote-inner { max-width: 920px; }
.quote-title { font-size: clamp(30px, 5vw, 56px); color: var(--cream); margin: 0; }
.quote-sub { font-size: clamp(26px, 3.4vw, 40px); color: var(--cream); margin: 6px 0 34px; opacity: 0.95; }
.quote-form { }
.fields { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 14px; align-items: end; }
.field { display: flex; flex-direction: column; text-align: left; position: relative; }
.field-label { font-family: var(--display); text-transform: uppercase; font-size: 13px; letter-spacing: 0.06em; color: var(--cream); margin-bottom: 6px; }
.field input {
  font-family: var(--body); font-size: 16px; padding: 15px 16px;
  background: var(--cream); color: var(--ink);
  border: 3px solid var(--ink); border-radius: 10px; outline: none;
  box-shadow: inset 0 2px 4px rgba(27,27,27,0.12); transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.field input:focus { box-shadow: 0 0 0 4px rgba(250,237,210,0.4), inset 0 2px 4px rgba(27,27,27,0.12); }
.field input::placeholder { color: rgba(27,27,27,0.4); }
.field.err input { border-color: var(--ink); box-shadow: 0 0 0 4px rgba(154,58,31,0.55); }
.field-err { position: absolute; bottom: -19px; left: 2px; font-size: 12px; font-weight: 700; color: var(--cream); background: var(--ink); padding: 1px 8px; border-radius: 4px; }
.submit-btn { height: 54px; }
.form-foot { margin: 26px 0 0; color: var(--cream); font-size: 15px; opacity: 0.92; }
.form-foot .script { font-size: 22px; }

.sent-card { max-width: 560px; margin: 0 auto; padding: 40px 34px; color: var(--ink); text-align: center; }
.sent-card .check { width: 70px; height: 70px; margin: 0 auto 16px; border-radius: 50%; background: var(--red); color: var(--cream); border: 3px solid var(--ink); display: flex; align-items: center; justify-content: center; font-size: 38px; box-shadow: 0 5px 0 var(--ink); animation: pop 0.45s ease both; }
@keyframes pop { 0% { transform: scale(0.5); } 60% { transform: scale(1.12); } 100% { transform: scale(1); } }
.sent-card h3 { font-family: var(--display); font-size: 34px; margin: 0 0 10px; }
.sent-card p { font-size: 16px; line-height: 1.5; margin: 0 0 22px; opacity: 0.85; }
.sent-actions { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.link-btn { font-family: var(--display); text-transform: uppercase; font-size: 14px; color: var(--red); text-decoration: underline; letter-spacing: 0.04em; }

/* ============================================================
   FOOTER
============================================================ */
.footer { background: var(--ink); color: var(--cream); padding-top: 56px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
.foot-brand img { height: 76px; margin-bottom: 16px; filter: drop-shadow(0 2px 0 rgba(0,0,0,0.4)); }
.foot-brand .foot-logo { height: auto; width: 150px; max-width: 100%; margin-bottom: -14px; filter: none; }
.foot-social { display: flex; gap: 12px; }
.foot-ic { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: rgba(250,237,210,0.07); border: 1.5px solid rgba(250,237,210,0.18); color: var(--cream); transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease; }
.foot-ic svg { width: 20px; height: 20px; }
.foot-ic:hover { background: var(--red); border-color: var(--red); color: var(--cream); transform: translateY(-2px); }
.foot-brand p { font-size: 14px; line-height: 1.6; opacity: 0.8; margin: 0 0 16px; }
.foot-phone { font-family: var(--display); font-size: 24px; color: var(--cream); transition: color 0.15s ease; }
.foot-phone:hover { color: var(--red-bright); }
.foot-col h4 { font-family: var(--display); text-transform: uppercase; font-size: 18px; letter-spacing: 0.05em; margin: 6px 0 16px; color: var(--cream); }
.foot-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.foot-col a { font-size: 14px; opacity: 0.72; transition: opacity 0.15s ease, color 0.15s ease; }
.foot-col a:hover { opacity: 1; color: var(--red-bright); }
.foot-bar { margin-top: 44px; border-top: 2px solid rgba(250,237,210,0.16); padding: 28px 0; }
.foot-bar .wrap { display: flex; align-items: center; justify-content: center; font-family: var(--body); font-size: 14px; letter-spacing: 0.01em; opacity: 0.72; }
.foot-bar .sep { opacity: 0.4; }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1000px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .nav-cta { display: none; }
  .mobile-menu { display: flex; }
  .hero-inner { grid-template-columns: 1fr; gap: 10px; padding-top: 48px; padding-bottom: 60px; }
  .hero-text { text-align: center; position: relative; z-index: 2; }
  .hero-text .stamp { transform: rotate(-1.5deg); }
  .hero-underline { margin-left: auto; margin-right: auto; }
  .hero-phone { align-items: center; }
  .hero-art { margin-top: 22px; position: relative; }
  .emblem { position: relative; z-index: 1; width: min(330px, 70vw); }
  .why-grid { grid-template-columns: 1fr; gap: 40px; }
  .fields { grid-template-columns: 1fr 1fr; gap: 16px; }
  .fields .submit-btn { grid-column: 1 / -1; justify-content: center; height: 56px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 760px) {
  .section { padding: 56px 0; }
  .svc-grid { grid-template-columns: 1fr; gap: 44px; }
  .svc, .svc-grid .svc:nth-child(7):last-child { grid-column: 1 / -1; }
  .svc:hover { transform: translateY(-3px); }
  .fields { grid-template-columns: 1fr; gap: 22px; }
  .submit-btn { height: auto; justify-content: center; }
  .hero-h1 .big { text-shadow: 3px 3px 0 var(--ink); }
  .foot-grid { grid-template-columns: 1fr; gap: 30px; }
  .nav-logo img { height: 78px; }
  .nav-inner { height: 96px; gap: 14px; }
  .nav.scrolled .nav-inner { height: 82px; }
  .rev-col { padding: 28px 22px; }
  .rev-head { font-size: 32px; }
  .why-cta { gap: 12px; }
}
@media (max-width: 540px) {
  .wrap { padding: 0 20px; }
  .section { padding: 48px 0; }
  .hero-inner { padding-top: 36px; padding-bottom: 48px; }
  .stamp { font-size: 11.5px; gap: 8px; padding: 7px 14px; margin-bottom: 20px; transform: rotate(-1deg); }
  .hero-h1 .ink { font-size: 25px; }
  .hero-h1 .big { font-size: 64px; line-height: 0.84; }
  .hero-underline { margin: 16px auto 14px; }
  .hero-sub { font-size: 18px; margin-bottom: 24px; }
  .hero-sub .dot { margin: 0 3px; }
  .pill.lg { font-size: 20px; padding: 16px 28px; }
  .hero-phone { font-size: 22px; }
  .hero-art { margin-top: 8px; }
  .emblem { width: min(290px, 74vw); }
  .sec-title { font-size: 34px; margin: 12px 0 34px; }
  .cream-title { text-shadow: 3px 3px 0 var(--red-deep); }
  .ornament-row .rule { flex-basis: 40px; }
  .svc-name { font-size: 28px; }
  .reasons strong { font-size: 21px; }
  .free-note { font-size: 24px; }
  .rev-card blockquote { font-size: 16px; }
  .quote-title { font-size: 30px; }
  .quote-sub { font-size: 26px; }
  .why-cta { flex-direction: column; align-items: flex-start; }
  .foot-bar .wrap { gap: 8px 12px; font-size: 12px; }
}
@media (max-width: 380px) {
  .hero-h1 .big { font-size: 56px; }
  .hero-h1 .ink { font-size: 22px; }
  .stamp { font-size: 10.5px; padding: 6px 12px; }
  .sec-title { font-size: 30px; }
  .pill { font-size: 17px; padding: 14px 22px; }
}
