/* ---------- root + resets (scoped) ---------- */
.s7h-root, .s7h-root *, .s7h-drawer-layer, .s7h-drawer-layer * { box-sizing: border-box; margin: 0; padding: 0; }
.s7h-root { position: sticky; top: -44px; z-index: 30; width: 100%;
  font-family: Barlow, system-ui, sans-serif; color: #2A2018; }
.s7h-root a { text-decoration: none; }
.s7h-root button { font: inherit; -webkit-appearance: none; appearance: none; }

@keyframes s7hPanelIn  { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes s7hDrawerIn { from { opacity: 0; transform: translateX(28px); }  to { opacity: 1; transform: translateX(0); } }
@keyframes s7hScrimIn  { from { opacity: 0; } to { opacity: 1; } }

/* ---------- utility bar ---------- */
.s7h-utility { background: #241C18; color: #F0E8CE; padding: 0 clamp(16px, 3vw, 40px);
  height: 44px; display: flex; align-items: center; justify-content: space-between;
  font-size: 13.5px; letter-spacing: 0.02em; }
.s7h-utility-left  { display: flex; align-items: center; gap: 28px; }
.s7h-utility-right { display: flex; align-items: center; gap: 20px; }
.s7h-ut-link { display: flex; align-items: baseline; gap: 8px; color: #F0E8CE; }
.s7h-ut-link:hover { color: #F0E8CE; }
.s7h-ut-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12px;
  letter-spacing: 0.16em; text-transform: uppercase; color: #E9A94C; }
.s7h-ut-val { font-weight: 600; }
.s7h-ut-divider { width: 1px; height: 16px; background: rgba(240,232,206,0.22); }
.s7h-ut-address { opacity: 0.7; }
.s7h-socials { display: flex; align-items: center; gap: 8px; }
.s7h-social { width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(240,232,206,0.3);
  display: grid; place-items: center; color: #F0E8CE;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; }
.s7h-social--f { font-size: 13px; }
.s7h-social--x { font-size: 12px; }
.s7h-social:hover { background: #E0521A; border-color: #E0521A; color: #FFFFFF; }
@media (max-width: 899px) { .s7h-utility { display: none; } }

/* ---------- main bar ---------- */
.s7h-bar { background: rgba(253,250,240,0.92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(42,32,24,0.09); padding: 0 clamp(16px, 3vw, 40px);
  height: 96px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; }

/* logo lockup */
.s7h-logo { display: flex; flex-direction: column; gap: 2px; flex: 0 0 auto; }
.s7h-logo-line { display: flex; align-items: center; gap: 10px; line-height: 1; }
.s7h-logo-word { font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  font-size: clamp(24px, 2.2vw, 34px); letter-spacing: 0.06em; color: #241C18; }
.s7h-logo-7 { font-family: Lobster, cursive; font-weight: 400; font-size: clamp(32px, 3vw, 47px);
  color: #B01F0C; line-height: 1; display: inline-flex; align-items: center; align-self: center;
  margin-top: -0.06em; -webkit-text-stroke: 0.6px #B01F0C; }
.s7h-logo-slogan { display: flex; justify-content: space-between; width: 100%;
  font-family: Barlow, sans-serif; font-weight: 600; font-size: clamp(10px, 0.9vw, 13.5px);
  letter-spacing: 0.04em; text-transform: uppercase; color: rgba(42,32,24,0.62); white-space: nowrap; }
.s7h-logo:hover .s7h-logo-word { color: #241C18; }

/* nav */
.s7h-navwrap { min-width: 0; }
.s7h-nav { display: flex; align-items: center; gap: 2px; min-width: 0; }
.s7h-navitem { border: 0; background: transparent; cursor: pointer;
  display: flex; align-items: center; gap: clamp(2px, 0.5vw, 7px);
  padding: 11px clamp(6px, 1vw, 14px); border-radius: 999px;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  font-size: clamp(14px, 1.2vw, 18px); letter-spacing: 0.04em;
  white-space: nowrap; text-transform: uppercase; color: #2A2018; }
.s7h-navitem:hover, .s7h-navitem.is-open { background: rgba(176,31,12,0.07); color: #B01F0C; }
.s7h-caret { font-size: clamp(0px, 0.9vw, 10px); opacity: 0.55; }
@media (max-width: 839px) { .s7h-navwrap { display: none; } }

/* right cluster: hamburger + CTA */
.s7h-right { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.s7h-burger { width: 52px; height: 52px; border: 0; border-radius: 16px; background: #B01F0C;
  cursor: pointer; display: none; place-content: center; gap: 5px; padding: 0; }
.s7h-burger:hover { background: #241C18; }
.s7h-burger span { display: block; width: 22px; height: 2.5px; border-radius: 2px; background: #FBF6E6; }
.s7h-burger span:last-child { width: 14px; background: #E9A94C; }
@media (max-width: 839px) { .s7h-burger { display: grid; } }

.s7h-cta { display: inline-flex; align-items: center; gap: 10px; height: 52px; padding: 0 26px;
  border-radius: 999px; background: linear-gradient(180deg, #F08A24 0%, #E0521A 100%);
  color: #FFFFFF; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 18px;
  letter-spacing: 0.07em; text-transform: uppercase;
  box-shadow: 0 8px 20px -8px rgba(176,31,12,0.6); }
.s7h-cta:hover { background: linear-gradient(180deg, #E0521A 0%, #B01F0C 100%); color: #FFFFFF; }
.s7h-cta-arrow { font-size: 15px; }
.s7h-cta-short { display: none; }
@media (max-width: 1119px) {
  .s7h-cta-long  { display: none; }
  .s7h-cta-short { display: inline; }
}

/* ---------- mega panel ---------- */
.s7h-panelwrap { position: absolute; top: 100%; left: 0; right: 0;
  padding: 14px clamp(16px, 3vw, 40px) 0; display: none; }
.s7h-panelwrap.is-open { display: block; animation: s7hPanelIn 180ms ease-out both; }
.s7h-panel { background: #FFFFFF; border-radius: 26px;
  box-shadow: 0 34px 70px -28px rgba(36,28,24,0.45), 0 0 0 1px rgba(42,32,24,0.06);
  padding: 30px; display: none; flex-wrap: nowrap; gap: clamp(16px, 2vw, 30px); }
.s7h-panel.is-active { display: flex; }
.s7h-panel-main { flex: 1 1 auto; min-width: 0; }
.s7h-panel-head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 22px; }
.s7h-panel-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px;
  letter-spacing: 0.2em; text-transform: uppercase; color: #B01F0C; }
.s7h-panel-rule { flex: 1; height: 1px; background: rgba(42,32,24,0.1); }
.s7h-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 8px 12px; }
.s7h-item { display: flex; gap: 14px; padding: 12px; border-radius: 16px; }
.s7h-item:hover { background: #FBF6E6; }
.s7h-thumb { flex: 0 0 auto; width: 52px; height: 52px; border-radius: 12px; object-fit: cover;
  background-color: #F3ECD8;
  background-image: repeating-linear-gradient(135deg, rgba(176,31,12,0.12) 0 5px, transparent 5px 10px); }
.s7h-item-title { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  font-size: 19px; letter-spacing: 0.02em; color: #241C18; line-height: 1.15; }
.s7h-item-desc { display: block; margin-top: 4px; font-size: 13.5px; line-height: 1.4;
  color: rgba(42,32,24,0.6); text-wrap: pretty; }
.s7h-more { margin-top: 20px; display: flex; align-items: center; justify-content: center; gap: 10px;
  height: 56px; border-radius: 16px; background: #FDF0E2;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 17px;
  letter-spacing: 0.14em; text-transform: uppercase; color: #E0521A; }
.s7h-more:hover { background: #E0521A; color: #FFFFFF; }

/* promo rail */
.s7h-promo { flex: 0 0 clamp(190px, 19vw, 300px); min-width: 0; align-self: stretch; overflow: hidden;
  border-radius: 20px; background: #B01F0C; padding: 22px;
  display: flex; flex-direction: column; gap: 14px; color: #FBF6E6; }
.s7h-promo-media { flex: 1 1 auto; min-height: 84px; border-radius: 14px;
  background-color: rgba(251,246,230,0.12);
  background-image: repeating-linear-gradient(135deg, rgba(251,246,230,0.16) 0 6px, transparent 6px 12px);
  display: grid; place-items: center; font-family: ui-monospace, Menlo, monospace;
  font-size: 11px; letter-spacing: 0.08em; color: rgba(251,246,230,0.8); object-fit: cover; }
.s7h-promo-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 26px;
  line-height: 1.05; letter-spacing: 0.01em; text-transform: uppercase; }
.s7h-promo-body { margin-top: 8px; font-size: 14px; line-height: 1.45;
  color: rgba(251,246,230,0.78); text-wrap: pretty; }
.s7h-promo-link { margin-top: auto; display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 16px;
  letter-spacing: 0.12em; text-transform: uppercase; color: #E9A94C; }
.s7h-promo-link:hover { color: #FFFFFF; }

/* ---------- mobile drawer ---------- */
.s7h-drawer-layer { position: fixed; inset: 0; z-index: 999999; display: none; justify-content: flex-end;
  font-family: Barlow, system-ui, sans-serif; color: #2A2018; }
.s7h-drawer-layer.is-open { display: flex; }
.s7h-scrim { position: absolute; inset: 0; background: rgba(36,28,24,0.55);
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  animation: s7hScrimIn 160ms ease-out both; border: 0; cursor: pointer; }
.s7h-drawer { position: relative; width: 500px; max-width: 92vw; margin: 18px; background: #FFFFFF;
  border-radius: 26px; box-shadow: 0 40px 80px -30px rgba(36,28,24,0.6);
  padding: 28px 30px; overflow: auto;
  animation: s7hDrawerIn 220ms cubic-bezier(0.2, 0.8, 0.2, 1) both; }
.s7h-drawer-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.s7h-drawer-kicker { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px;
  letter-spacing: 0.2em; text-transform: uppercase; color: #B01F0C; }
.s7h-drawer-close { width: 40px; height: 40px; border: 0; border-radius: 12px; background: #FBF6E6;
  cursor: pointer; font-size: 18px; color: #241C18; }
.s7h-drawer-close:hover { background: #B01F0C; color: #FFFFFF; }
.s7h-drawer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 20px; }
.s7h-dgroup { display: flex; flex-direction: column; gap: 10px; }
.s7h-dgroup-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase; color: rgba(42,32,24,0.45); }
.s7h-dlink { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 21px;
  letter-spacing: 0.01em; color: #241C18; }
.s7h-dlink:hover { color: #E0521A; }
.s7h-drawer-cta { margin-top: 30px; display: flex; align-items: center; justify-content: center; gap: 10px;
  height: 58px; border-radius: 16px; background: linear-gradient(180deg, #F08A24 0%, #E0521A 100%);
  color: #FFFFFF; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 19px;
  letter-spacing: 0.08em; text-transform: uppercase; }
.s7h-drawer-cta:hover { background: linear-gradient(180deg, #E0521A 0%, #B01F0C 100%); color: #FFFFFF; }
.s7h-drawer-contact { margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(42,32,24,0.1);
  display: flex; flex-direction: column; gap: 8px; font-size: 15px; }
.s7h-drawer-tel { font-weight: 700; color: #241C18; }
.s7h-drawer-tel:hover { color: #241C18; }
.s7h-drawer-mail { color: rgba(42,32,24,0.7); }
.s7h-drawer-mail:hover { color: rgba(42,32,24,0.7); }
.s7h-drawer-addr { color: rgba(42,32,24,0.55); }

/* sticky offset: no utility bar below 900px, so stick flush */
@media (max-width: 899px) { .s7h-root { top: 0; } }

/* ---------- ultra-narrow phones (<=480px): icon-only CTA (v1.0.1) ---------- */
@media (max-width: 480px) {
  .s7h-bar { gap: 10px; padding: 0 14px; }
  .s7h-right { gap: 10px; }
  .s7h-cta { width: 52px; padding: 0; justify-content: center; }
  .s7h-cta-long, .s7h-cta-short { display: none; }
  .s7h-cta-arrow { font-size: 20px; }
  .s7h-logo-word { font-size: 22px; }
  .s7h-logo-7 { font-size: 30px; }
  .s7h-logo-slogan { font-size: 9px; }
}

/* ---------- v1.0.2: quote-form icon replaces arrow inside icon-only CTA ---------- */
.s7h-cta-icon { display: none; line-height: 0; }
@media (max-width: 480px) {
  .s7h-cta-arrow { display: none; }
  .s7h-cta-icon { display: flex; }
}
