body {
  margin: 0;
  padding: 0;
  background: #F9F4EC;
  color: #322530;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.shopfront-wrap {
  width: 100%;
  overflow-x: hidden;
  background: #F9F4EC;
  color: #322530;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}

a {
  color: #A63A4E;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4 {
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  color: #241C26;
  font-weight: 700;
}

p {
  color: #322530;
}

.anchor-target {
  display: block;
  position: relative;
  top: -20px;
  visibility: hidden;
}

/* ============ AWNING STRIPE NAV (.awningnav) ============ */
.awningnav {
  background: #FEFBF5;
  border-bottom: 2px solid #E9DFD2;
}

.fascia-band {
  background: #2E2A33;
  border-bottom: 8px solid #A63A4E;
  box-shadow: inset 0 2px 0 #241C26, 0 4px 0 #19151B;
}

.fascia-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 24px 6px;
}

.brandlock {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.brand-h1 {
  margin: 0;
  font-size: 34px;
  letter-spacing: 6px;
  font-family: "Trebuchet MS", sans-serif;
  background: #FEFBF5;
  color: #A63A4E;
  padding: 2px 14px;
  border-radius: 3px;
  display: inline-block;
  box-shadow: 0 2px 0 #241C26;
}

.brand-desc {
  color: #F9F4EC;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Verdana, sans-serif;
  margin: 0;
}

.awning {
  background: repeating-linear-gradient(90deg, #F9F4EC 0, #F9F4EC 36px, #A63A4E 36px, #A63A4E 72px);
  height: 26px;
  position: relative;
}

.awning::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 18px;
  background: radial-gradient(circle at 12px 0, #F9F4EC 9px, transparent 10px) 0 0 / 24px 18px repeat-x;
}

.awning-interior {
  margin: 16px auto 0;
  max-width: 1240px;
  padding: 0 24px;
}

.stripedeal-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hangsign {
  background: #FEFBF5;
  border-top: none;
  border-right: 2px solid #A63A4E;
  border-bottom: 4px solid #A63A4E;
  border-left: 2px solid #A63A4E;
  padding: 8px 18px 10px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 6px 0 #241C26;
  font-family: Verdana, sans-serif;
  font-weight: 700;
}

.hangsign a {
  color: #A63A4E;
}

.hangsign a:hover {
  color: #241C26;
  text-decoration: none;
}

.hangsign.is-on {
  background: #A63A4E;
}

.hangsign.is-on a {
  color: #F9F4EC;
}

/* ============ HERO: DISPLAY WINDOW (.shopwindow) ============ */
.shopfront-hero {
  padding: 18px 24px 6px;
  max-width: 1280px;
  margin: 0 auto;
}

.shoptop {
  display: grid;
  grid-template-columns: 3fr 1.05fr 0.9fr;
  gap: 18px;
  align-items: stretch;
}

.podiumpair {
  perspective: 900px;
}

.displaywindow {
  position: relative;
  background: #FDF7EE;
  border: 8px solid #2E2A33;
  border-radius: 6px 6px 0 0;
  box-shadow: inset 0 0 0 2px #E9DFD2;
  overflow: hidden;
  min-height: 460px;
}

.mullion-x {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 7px;
  background: #2E2A33;
  z-index: 3;
}

.silk-pane {
  font-family: "Trebuchet MS", sans-serif;
  text-align: center;
  padding: 32px 40px 10px;
  border-bottom: 7px solid #2E2A33;
  background: #F3E7D8;
}

.silk-pane h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.15;
  color: #241C26;
  letter-spacing: 1px;
}

.silk-pane .real-red {
  color: #A63A4E;
}

.windowstage {
  padding: 26px 30px 40px;
  text-align: center;
}

.lead-note {
  font-size: 17px;
  color: #322530;
  max-width: 620px;
  margin: 0 auto 22px;
}

.bell-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.bell-btn {
  display: inline-block;
  font-family: Verdana, sans-serif;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 40px;
  font-size: 16px;
  background: #A63A4E;
  color: #F9F4EC;
  box-shadow: inset 0 -4px 0 #6d2130;
}

.bell-btn:hover {
  background: #902f42;
  text-decoration: none;
  color: #F9F4EC;
}

.ledger-btn {
  display: inline-block;
  font-family: Verdana, sans-serif;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 40px;
  font-size: 16px;
  background: #2E2A33;
  color: #F9F4EC;
  box-shadow: inset 0 -4px 0 #17141a;
}

.ledger-btn:hover {
  background: #241C26;
  text-decoration: none;
  color: #F9F4EC;
}

.shelfbehind-carousel {
  margin-top: 6px;
  font-size: 14px;
}

/* podium display inside window: simplified goods */
.window-display-area {
  display: block;
}

.windowdisplay-panes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  align-items: end;
}

.goods-podium {
  background: #F1D7C4;
  border-top: 6px solid #A63A4E;
  box-shadow: inset 0 -8px 0 #d89f82;
  border-radius: 4px 4px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 120px;
}

.goods-podium.goods-podium-low {
  min-height: 88px;
}

.podium-label {
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #241C26;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 8px;
}

/* shop figure drawings: the three silhouettes */
.sill-of-lashes {
  background: #F4E4D1;
  border: 2px solid #E9DFD2;
}

/* recessed striping on each display window */
.awningfoot {
  height: 4px;
  background: #2E2A33;
}

/* side door and A-board */
.sideunits {
  background: #F3E7D8;
  border: 8px solid #2E2A33;
  border-radius: 0 0 0 0;
  box-shadow: inset 0 0 0 2px #E9DFD2;
}

.stripeddoor {
  position: relative;
  overflow: hidden;
  background: repeating-linear-gradient(90deg, #A63A4E 0, #A63A4E 24px, #241C26 24px, #241C26 48px);
  border: 5px solid #2E2A33;
  max-width: 96px;
  margin: 26px auto 14px;
  height: 300px;
  border-radius: 10px 10px 0 0;
}

.doorhandle {
  position: absolute;
  top: 40%;
  right: 8px;
  width: 6px;
  height: 34px;
  background: #F9F4EC;
  border-radius: 4px;
}

.shop-sigh-plate {
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #2E2A33;
  margin: 4px auto 10px;
  letter-spacing: 1px;
  font-weight: 700;
}

.aboard {
  background: #241C26;
  border: 4px solid #241C26;
  border-radius: 6px;
  color: #F9F4EC;
  padding: 14px 12px;
  font-family: "Trebuchet MS", sans-serif;
  margin: 12px auto 10px;
  max-width: 180px;
  transform: rotate(-2deg);
  box-shadow: 4px 5px 0 #19151B;
}

.aboard h4 {
  margin: 0 0 6px;
  color: #F9F4EC;
  font-size: 16px;
  letter-spacing: 1px;
}

.aboard p {
  margin: 0;
  font-size: 14px;
  color: #F9F4EC;
  line-height: 1.5;
}

.chalk-line {
  border-top: 2px dashed #A63A4E;
  margin: 10px 0;
}

/* ============ SECTION: PAVEMENT + DISPLAY BAYS ============ */
.pavement-rule {
  height: 8px;
  margin: 20px 0 0;
  background: repeating-linear-gradient(90deg, #2E2A33 0, #2E2A33 30px, #ffffff 30px, #ffffff 60px);
}

.bays-titleband {
  max-width: 1240px;
  margin: 0 auto;
  padding: 44px 24px 6px;
  text-align: center;
}

.section-eyebrow {
  font-family: Verdana, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #A63A4E;
  font-size: 13px;
  font-weight: 700;
}

.bays-titleband h2 {
  margin: 6px 0 10px;
  font-size: 30px;
  color: #241C26;
}

.bays-titleband p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 17px;
}

.windowdisplays {
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 24px 30px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.windowbay {
  background: #FEFBF5;
  border: 6px solid #2E2A33;
  border-radius: 10px 10px 4px 4px;
  box-shadow: inset 0 0 0 2px #E9DFD2;
  animation: waver 14s ease-in-out infinite alternate;
}

.windowbay.is-left-narrow {
  width: 34%;
  align-self: flex-start;
}

.windowbay.is-right-narrow {
  width: 38%;
  align-self: flex-end;
}

.windowbay.is-left-wide {
  width: 60%;
  align-self: flex-start;
}

.windowbay.is-full {
  width: 100%;
}

.is-deep {
  margin-top: 40px;
}

.baycornice {
  height: 8px;
  background: #241C26;
  border-radius: 4px 4px 0 0;
}

.baynumeral {
  background: #2E2A33;
  color: #F9F4EC;
  display: inline-block;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 6px 12px;
  border-radius: 3px;
  margin: 16px 0 0 16px;
}

.bayint {
  padding: 8px 22px 22px;
}

.bay-intro {
  margin: 0 0 10px;
}

.bay-intro h3 {
  margin: 4px 0 6px;
  font-size: 23px;
  color: #241C26;
  line-height: 1.2;
}

.bay-intro h3 .arch-link {
  color: #A63A4E;
}

.bay-blurb {
  margin: 6px 0 0;
  font-size: 16px;
}

.window-rail {
  border-top: 2px solid #2E2A33;
  margin: 14px 0 0;
  background: #F1D7C4;
  padding: 8px 4px;
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #241C26;
  text-transform: uppercase;
  font-weight: 700;
}

.bay-service-link {
  display: inline-block;
  font-family: Verdana, sans-serif;
  font-weight: 700;
  color: #A63A4E;
  margin-top: 10px;
}

.bayside-aboard {
  max-width: 150px;
  margin-left: 30px;
}

.corner-aboard {
  max-width: 150px;
  margin-left: 30px;
  background: #6d2130;
}

@keyframes waver {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateY(-1.2deg);
  }
  100% {
    transform: rotateY(1.2deg);
  }
}

/* ============ NEW ARRIVALS STRIP ============ */
.announceband {
  background: #A63A4E;
  color: #F9F4EC;
  margin-top: 10px;
  box-shadow: inset 0 -5px 0 #6d2130;
  padding: 26px 24px;
  text-align: center;
}

.announce-in {
  max-width: 1240px;
  margin: 0 auto;
}

.announce-in h2 {
  margin: 0 0 8px;
  color: #F9F4EC;
  font-size: 26px;
  letter-spacing: 2px;
}

.announce-in p {
  color: #F9F4EC;
  font-size: 17px;
  max-width: 860px;
  margin: 0 auto;
}

.announce-in a {
  color: #F9F4EC;
  font-weight: 700;
  border-bottom: 2px dotted #F9F4EC;
}

/* ============ FOOTER: ROLLER SHUTTER (.shutterfoot) ============ */
.shutterfoot {
  background: #241C26;
  margin-top: 20px;
  overflow-x: hidden;
}

.slice-row {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}

.shaslice {
  height: 22px;
  background: #3b343f;
  border-right: 2px solid #2E2A33;
}

.shaslice.is-accent {
  background: #A63A4E;
}

.shutter-in {
  max-width: 1240px;
  margin: 0 auto;
  padding: 36px 24px 0;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 30px;
}

.shutter-blurb h3 {
  color: #F9F4EC;
  font-size: 24px;
  margin: 0 0 8px;
  letter-spacing: 2px;
}

.shutter-blurb h3 .footer-red {
  color: #A63A4E;
}

.shutter-blurb p {
  color: #F1E7DB;
  max-width: 420px;
}

.footgroup h4 {
  color: #F9F4EC;
  margin: 0 0 8px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footgroup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footgroup li {
  margin: 6px 0;
}

.footgroup a {
  color: #F1E7DB;
}

.footgroup a:hover {
  color: #F9F4EC;
  text-decoration: underline;
}

.shutter-bottom {
  border-top: 6px solid #A63A4E;
  margin-top: 30px;
  background: #1a151c;
}

.bottom-rail {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 24px 16px;
  text-align: center;
}

.bottom-rail .vcard {
  color: #F1E7DB;
}

.bottom-rail .vcard strong {
  color: #F9F4EC;
}

.bottom-rail .vcard a {
  color: #F9F4EC;
  font-weight: 700;
}

.padlockclasp {
  width: 34px;
  height: 22px;
  background: #A63A4E;
  border-radius: 8px 8px 4px 4px;
  position: relative;
  margin: 0 auto 10px;
  display: block;
}

.padlockclasp::before {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: -12px;
  height: 8px;
  border: 4px solid #A63A4E;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}

.copyrightline {
  margin-top: 10px;
  font-size: 13px;
  color: #9e93a0;
  border-top: 1px solid #3b343f;
  padding-top: 12px;
}

.empty-padlock-cell {
  text-align: right;
}

/* ============ scroll reveal ============ */
/* Without JavaScript no .js class exists on the html element, so nothing is
   hidden. With JavaScript the class is added and reveal targets animate. */
html.js .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

html.js .reveal.visible {
  opacity: 1;
  transform: none;
}

html.no-js .reveal {
  opacity: 1;
  transform: none;
}

/* ============ PAGE TITLES ============ */
.frontwin-head {
  max-width: 1240px;
  margin: 0 auto;
  padding: 36px 24px 8px;
  text-align: center;
}

.frontwin-head h2 {
  font-size: 34px;
  margin: 0 0 8px;
  color: #241C26;
}

.frontwin-head p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 17px;
}

/* ============ contact section ============ */
.contact-col {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 24px 30px;
  background: #FEFBF5;
  border: 6px solid #2E2A33;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #E9DFD2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.contact-col .info-head h3 {
  margin: 0 0 6px;
}

.field-label {
  display: block;
  margin: 14px 0 4px;
  font-family: Verdana, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #241C26;
}

.formfield-wide,
.formselect {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  padding: 12px;
  border: 2px solid #2E2A33;
  background: #FDF8F1;
  color: #322530;
  font-family: Georgia, serif;
  border-radius: 4px;
}

textarea.formfield-wide {
  resize: vertical;
  min-height: 120px;
}

.formsubmit-btn {
  margin-top: 14px;
  background: #A63A4E;
  color: #F9F4EC;
  font-family: Verdana, sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 26px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  box-shadow: inset 0 -4px 0 #6d2130;
}

.formsubmit-btn:hover {
  background: #902f42;
}

.formstatus {
  margin-top: 12px;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #241C26;
}

.vcard-meta {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vcard-meta li {
  margin: 12px 0;
  padding-left: 0;
}

.vcard-meta strong {
  color: #A63A4E;
  font-family: Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.hourlist {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}

.hourlist li {
  padding: 4px 0;
  border-bottom: 1px solid #E9DFD2;
}

.faq-blocks {
  max-width: 860px;
  margin: 26px auto 0;
  padding: 0 24px;
}

.faqpane {
  background: #FEFBF5;
  border: 2px solid #E9DFD2;
  border-left: 6px solid #A63A4E;
  padding: 16px 20px;
  margin: 12px 0;
}

.faqpane h3 {
  margin: 0 0 6px;
  font-size: 19px;
}

/* ============ accordion toggle used by js main ============ */
.accordpane {
  background: #FEFBF5;
  border: 2px solid #E9DFD2;
  margin: 10px 0;
}

.accord-title {
  width: 100%;
  text-align: left;
  background: #F1D7C4;
  border: none;
  padding: 14px 18px;
  font-family: Verdana, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #241C26;
  cursor: pointer;
}

.accord-body {
  display: none;
  padding: 4px 18px 18px;
}

.accordpane.is-open .accord-body {
  display: block;
}

/* ============ responsive ============ */
@media (max-width: 1079px) {
  .shopfront-wrap .stripedeal-nav {
    justify-content: flex-start;
  }

  .shopfront-wrap .shoptop {
    grid-template-columns: 1fr;
  }

  .shopfront-wrap .shutter-in {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .shopfront-wrap .contact-col {
    grid-template-columns: 1fr;
  }

  .shopfront-wrap .shutter-in {
    grid-template-columns: 1fr;
  }

  .shaslice {
    height: 14px;
  }

  .shopfront-wrap .silk-pane h2 {
    font-size: 22px;
  }

  .awn-toggle {
    display: none;
    margin: 6px auto 0;
    padding: 10px 18px;
    font-family: Verdana, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #F9F4EC;
    background: #A63A4E;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: inset 0 -3px 0 #6d2130;
  }

  .shopfront-wrap .stripedeal-nav {
    justify-content: center;
    gap: 8px;
  }

  .awningnav:not(.is-open) .stripedeal-nav {
    display: none;
  }
}

.awn-toggle:focus {
  outline: 2px solid #F9F4EC;
  outline-offset: 2px;
}
