*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  background-color: #f4f1e9;
  color: #2b2c2e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
}

a {
  color: #a54854;
}

img {
  max-width: 100%;
}

.sitewrap {
  min-height: 100vh;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.anim [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.anim [data-reveal].seen {
  opacity: 1;
  transform: none;
}

/* ===== FOLDED NAV ===== */

.foldednav {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #f4f1e9;
  border-bottom: 1px solid #928e88;
}

.navrail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brandlock {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brandfold {
  position: relative;
  display: block;
  width: 26px;
  height: 30px;
  background-image: linear-gradient(
    90deg,
    transparent 0 8px,
    #2b2c2e 8px 9px,
    transparent 9px
  );
  border-radius: 2px;
}

.brandfold::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2px;
  background-color: #fbf9f1;
  clip-path: polygon(0 0, 58% 0, 100% 26%, 100% 100%, 0 100%);
}

.brandfold::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 24px;
  background-color: #b65a66;
}

.brandplate {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fbf9f1;
  background-color: #b65a66;
  padding: 6px 12px;
  border-radius: 2px;
  transform: rotate(-1deg);
}

.navblanklinks {
  display: flex;
  align-items: center;
  gap: 6px;
}

.navblank {
  display: inline-block;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2b2c2e;
  text-decoration: none;
  background-color: #fbf9f1;
  border: 1px solid #928e88;
  padding: 8px 16px;
  border-radius: 2px;
  position: relative;
}

.navblank::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #b65a66;
  margin-right: 8px;
  display: inline-block;
}

.navblank:hover {
  background-color: #e9dfc9;
  color: #26272b;
}

.navcurrent {
  background-color: #e9dfc9;
  color: #26272b;
}

.commissionbtn {
  display: inline-block;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fbf9f1;
  background-color: #b65a66;
  padding: 10px 16px;
  border-radius: 2px;
  border: 1px solid #b65a66;
  text-decoration: none;
  margin-left: 10px;
}

.commissionbtn:hover {
  background-color: #26272b;
  border-color: #26272b;
}

.navtoggle {
  display: none;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fbf9f1;
  background-color: #b65a66;
  border: 0;
  padding: 10px 14px;
  border-radius: 2px;
  cursor: pointer;
}

.creaserail {
  position: relative;
  height: 14px;
  border-top: 1px solid #a49f98;
}

.creaserail::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  height: 1px;
  background-repeat: repeat-x;
  background-image: repeating-linear-gradient(
    90deg,
    #928e88 0 8px,
    transparent 8px 18px
  );
}

@media (max-width: 840px) {
  .navtoggle {
    display: inline-block;
  }
  .navblanklinks {
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px 24px 22px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #f4f1e9;
  }
  html.navopen .navblanklinks {
    display: flex;
  }
  .navblank,
  .commissionbtn {
    margin: 4px 0;
    text-align: center;
  }
  .commissionbtn {
    margin-left: 0;
  }
}

/* ===== PRESS BED HERO ===== */

.pressbed {
  position: relative;
  background-color: #26272b;
}

.presswall {
  position: relative;
  background-color: #f4f1e9;
  border-bottom: 2px solid #b65a66;
}

.presswall-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 20px;
}

.studiohead {
  text-align: center;
  font-family: "Trebuchet MS", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  color: #26272b;
  margin: 0 0 24px;
  font-weight: 700;
}

.studiostage {
  position: relative;
  min-height: 240px;
}

.platenpress {
  position: absolute;
  left: 4%;
  bottom: 28px;
  width: 220px;
  height: 120px;
  background-color: #26272b;
  border-radius: 6px;
}

.platenpress::before {
  content: "";
  position: absolute;
  top: -34px;
  left: 26px;
  width: 40px;
  height: 40px;
  background-color: #928e88;
  border-radius: 50%;
}

.platenpress::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background-color: #b65a66;
  border-radius: 0 0 6px 6px;
}

.cardrack {
  position: absolute;
  left: 27%;
  bottom: 24px;
  width: 300px;
}

.rackrow {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.rackrow:nth-child(2) {
  margin-left: 34px;
}

.rackrow:nth-child(3) {
  margin-left: 10px;
}

.rackcard {
  width: 46px;
  height: 30px;
  background-color: #fbf9f1;
  border: 1px solid #928e88;
  position: relative;
}

.rackcard::after {
  content: "";
  position: absolute;
  inset: 8px 4px;
  border: 1px solid #b65a66;
}

.stampplate {
  position: absolute;
  right: 24%;
  bottom: 24px;
  width: 88px;
  height: 92px;
  background-color: #26272b;
  border-radius: 6px;
}

.stampplate::before {
  content: "";
  position: absolute;
  inset: 8px;
  background-color: #b65a66;
  border-radius: 4px;
}

.stampplate::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26px;
  width: 26px;
  height: 26px;
  background-color: #928e88;
  transform: translateX(-50%);
  border-radius: 0 0 6px 6px;
}

.leafmark {
  position: absolute;
  right: 16%;
  bottom: 40px;
  width: 96px;
  height: 66px;
  background-color: #fbf9f1;
  border: 1px solid #928e88;
}

.leafmark::after {
  content: "";
  position: absolute;
  inset: 14px 10px;
  background-color: #b65a66;
  border-radius: 50%;
}

.dryling {
  position: absolute;
  left: 12%;
  top: 8px;
  right: 12%;
  height: 2px;
  background-image: repeating-linear-gradient(
    90deg,
    #928e88 0 30px,
    transparent 30px 46px
  );
}

.linerclip {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #928e88;
}

.linerpanel {
  position: absolute;
  background-color: #e9dfc9;
  border: 1px solid #928e88;
}

.guillotine {
  position: absolute;
  left: 40%;
  bottom: 0;
  width: 200px;
  height: 90px;
  background-color: #26272b;
  border-radius: 4px 4px 0 0;
}

.guillotine::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #928e88;
}

.guillotine::after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 8px;
  height: 120px;
  background-color: #2b2c2e;
}

.paperstack {
  position: absolute;
  left: 43%;
  bottom: 60px;
  width: 110px;
  height: 8px;
  background-color: #fbf9f1;
  box-shadow: 0 10px 0 #e9dfc9, 0 20px 0 #fbf9f1, 0 30px 0 #e9dfc9;
}

.typescase {
  position: absolute;
  right: 4%;
  bottom: 16px;
  width: 150px;
  height: 110px;
  background-color: #a54854;
  border-radius: 4px;
  background-image: repeating-linear-gradient(
      90deg,
      #8e4650 0 2px,
      transparent 2px 26px
    ),
    repeating-linear-gradient(
      0deg,
      #8e4650 0 2px,
      transparent 2px 26px
    );
}

.typecell {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fbf9f1;
}

.workbench {
  position: relative;
  background-color: #fbf9f1;
  padding: 54px 0 46px;
}

.workbench-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  position: relative;
}

.heroblock {
  max-width: 820px;
}

.heroeyebrow {
  display: inline-block;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 14px;
  color: #fbf9f1;
  background-color: #a54854;
  padding: 5px 12px;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.herotitle {
  font-size: 56px;
  line-height: 1.06;
  margin: 0 0 12px;
  color: #26272b;
  font-weight: 700;
}

.herotitle .stampnote {
  color: #b65a66;
}

.herolede {
  font-size: 21px;
  line-height: 1.7;
  margin: 0 0 26px;
  max-width: 680px;
  color: #2b2c2e;
}

.herocoll {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.presscta {
  display: inline-block;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fbf9f1;
  background-color: #b65a66;
  border: 2px solid #b65a66;
  padding: 14px 26px;
  border-radius: 2px;
  text-decoration: none;
}

.presscta:hover {
  background-color: #26272b;
  border-color: #26272b;
  color: #fbf9f1;
}

.streakcta {
  display: inline-block;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #26272b;
  background-color: transparent;
  border: 2px solid #928e88;
  padding: 12px 24px;
  border-radius: 2px;
  text-decoration: none;
}

.streakcta:hover {
  border-color: #b65a66;
  color: #b65a66;
}

.benchprops {
  display: flex;
  gap: 14px;
  align-items: flex-end;
  margin-top: 26px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #928e88;
}

.bonefolder {
  width: 86px;
  height: 10px;
  background-color: #a54854;
  border-radius: 20px;
}

.pearltwine {
  height: 4px;
  width: 130px;
  background-image: repeating-linear-gradient(
    90deg,
    #928e88 0 10px,
    #f4f1e9 10px 18px
  );
  border: 1px solid #d6d0c2;
}

.kickstrip {
  background-color: #26272b;
  color: #fbf9f1;
}

.kickstrip-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.statc {
  text-align: center;
  padding: 0 20px;
}

.statnum {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #fbf9f1;
  line-height: 1.1;
}

.statlabel {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b65a66;
}

.statc + .statc {
  border-left: 1px solid #b65a66;
}

@media (max-width: 860px) {
  .herotitle {
    font-size: 38px;
  }
  .kickstrip-inner {
    grid-template-columns: 1fr;
  }
  .statc + .statc {
    border-left: 0;
    border-top: 1px solid #b65a66;
    padding-top: 18px;
  }
}

/* ===== PRESS PROMISE BAND ===== */

.presspromise {
  background-color: #f4f1e9;
  padding: 54px 0;
  border-bottom: 1px solid #928e88;
}

.presspromise-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 40px;
  align-items: start;
}

.presspromise-tag {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #a54854;
  border-left: 5px solid #b65a66;
  padding: 4px 0 4px 14px;
  margin: 8px 0 0;
}

.presspromise-copy h2 {
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 16px;
  color: #26272b;
}

.presspromise-copy p {
  color: #2b2c2e;
  font-size: 18px;
  margin: 0 0 14px;
}

.presspromise-copy ul {
  margin: 12px 0 0;
  padding-left: 24px;
}

.presspromise-copy li {
  margin-bottom: 8px;
  color: #2b2c2e;
}

@media (max-width: 820px) {
  .presspromise-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ===== SECTION HEADINGS ===== */

.secheadwrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.sechead {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.sechead h2 {
  font-size: 40px;
  line-height: 1.1;
  margin: 0;
  color: #26272b;
}

.sechead-mark {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #b65a66;
  position: relative;
  display: inline-block;
}

.sechead-mark::after {
  content: "";
  position: absolute;
  inset: 5px;
  background-color: #b65a66;
  border-radius: 50%;
}

.secsub {
  color: #2b2c2e;
  font-size: 18px;
  max-width: 680px;
  margin: 6px 0 40px;
}

.secband {
  padding: 70px 0 30px;
}

/* ===== CARD ROWS ===== */

.cardrows {
  padding: 40px 24px 10px;
}

.cardrows-inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0;
}

.rowpad-outer {
  position: relative;
}

.rowcard {
  background-color: #e9dfc9;
  margin: 0 0 30px;
  border-radius: 3px;
  overflow: hidden;
  transition: box-shadow 0.35s ease;
}

.rowcard:hover {
  box-shadow: 0 14px 34px #c8bfa6;
}

.rowcard.offsetright {
  transform: translateX(44px);
}

.rowcard.offsetleft {
  transform: translateX(-44px);
}

.rowinner {
  display: grid;
  grid-template-columns: 120px 1fr;
  min-height: 150px;
}

.stampedge {
  background-color: #b65a66;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.editiontag {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fbf9f1;
  font-size: 14px;
}

.editiontag span {
  display: block;
  text-align: center;
}

.ednum {
  font-size: 26px;
}

.rowbody {
  padding: 26px 28px;
  position: relative;
}

.roweyebrow {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b65a66;
  margin: 0 0 4px;
}

.rowtitle {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 28px;
  margin: 0 0 10px;
  color: #26272b;
  line-height: 1.2;
}

.rowcopy {
  margin: 0 0 14px;
  color: #2b2c2e;
  max-width: 640px;
}

.finishchip {
  display: inline-block;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 2px;
  margin-right: 10px;
}

.finish-letterpress {
  background-color: #fbf9f1;
  color: #26272b;
  border: 1px solid #928e88;
}

.finish-foil {
  background-color: #26272b;
  color: #f4f1e9;
}

.finish-diecut {
  background-color: #b65a66;
  color: #fbf9f1;
}

.detaillink {
  display: inline-block;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #26272b;
  text-decoration: none;
  border-bottom: 2px solid #b65a66;
  margin-top: 8px;
}

.detaillink:hover {
  color: #b65a66;
}

@media (max-width: 860px) {
  .rowcard.offsetright,
  .rowcard.offsetleft {
    transform: none;
  }
  .rowinner {
    grid-template-columns: 1fr;
  }
  .stampedge {
    min-height: 60px;
    flex-direction: row;
    gap: 10px;
  }
  .editiontag span {
    display: inline;
  }
}

/* statement band */

.statementband {
  background-color: #26272b;
  padding: 64px 0;
}

.statementband .inner {
  text-align: center;
}

.bigfigure {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(64px, 12vw, 130px);
  line-height: 1;
  color: #fbf9f1;
  margin: 0 0 6px;
}

.bigfigure .kmark {
  color: #b65a66;
}

.pleadetext {
  font-size: 24px;
  line-height: 1.5;
  color: #fbf9f1;
  margin: 0 auto;
  max-width: 640px;
}

.pledgefine {
  font-size: 15px;
  color: #c8c4bd;
  margin: 14px 0 0;
}

/* bold split micro-row above rows */
.rowpreamble {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  margin: 20px 0 6px;
}

.rowpreamble p {
  font-size: 19px;
  color: #2b2c2e;
  margin: 0;
}

@media (max-width: 760px) {
  .rowpreamble {
    flex-direction: column;
  }
}

/* ===== PRESS RUN ===== */

.pressband {
  background-color: #928e88;
  padding: 78px 0 86px;
}

.pressband .sechead h2 {
  color: #26272b;
}

.pressband .secsub {
  color: #26272b;
}

.runline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

.runline::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 7%;
  right: 7%;
  border-top: 2px dashed #b65a66;
}

.station {
  text-align: center;
  padding-top: 66px;
  position: relative;
}

.stopdot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #b65a66;
  border: 4px solid #fbf9f1;
  margin: 0 auto 16px;
  position: relative;
}

.stopname {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  color: #26272b;
  margin: 0 0 8px;
}

.stationcap {
  font-size: 14px;
  color: #26272b;
  margin: 0;
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
}

.boxedbadge {
  display: inline-block;
  background-color: #26272b;
  color: #fbf9f1;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 2px;
  margin-bottom: 8px;
}

@media (max-width: 900px) {
  .runline {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 540px) {
  .runline {
    grid-template-columns: 1fr;
  }
  .runline::before {
    display: none;
  }
}

/* ===== BOOKING STRIP ===== */

.bookingband {
  background-color: #b65a66;
  color: #f4f1e9;
  padding: 52px 0;
}

.bookingband .inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 26px;
  align-items: center;
}

.bookingmark {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #fbf9f1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 1.4;
  color: #fbf9f1;
  transform: rotate(-4deg);
}

.bookinggap {
  padding: 8px;
  max-width: 130px;
}

.bookingtext h3 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 30px;
  margin: 0 0 8px;
  color: #f4f1e9;
}

.bookingtext p {
  margin: 0;
  font-size: 18px;
  color: #f4f1e9;
  max-width: 660px;
}

.bookingcta {
  display: inline-block;
  background-color: #fbf9f1;
  color: #26272b;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 15px 26px;
  border-radius: 2px;
  white-space: nowrap;
}

.bookingcta:hover {
  background-color: #26272b;
  color: #fbf9f1;
}

@media (max-width: 860px) {
  .bookingband .inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .bookinggap {
    margin: 0 auto;
  }
}

/* ===== SHARED PAGE TOP (services/contact) ===== */

.pagescafoldhead {
  background-color: #f4f1e9;
  border-bottom: 2px solid #b65a66;
  overflow: hidden;
}

.pagescafoldhead .inner {
  padding-top: 54px;
  padding-bottom: 40px;
}

.pageh1stage {
  display: flex;
  align-items: center;
  gap: 18px;
}

.pageh1mark {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #b65a66;
  color: #fbf9f1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  transform: rotate(-6deg);
  font-size: 20px;
}

.pagemain h1 {
  font-size: 48px;
  margin: 0;
  color: #26272b;
  line-height: 1.05;
}

.pagekicker {
  font-family: "Trebuchet MS", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  color: #b65a66;
  margin: 0 0 8px;
  font-weight: 700;
}

.pageintrotext {
  font-size: 20px;
  line-height: 1.7;
  max-width: 760px;
  margin: 20px 0 0;
  color: #2b2c2e;
}

.breadcrumb {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #928e88;
  margin: 0 0 14px;
}

.breadcrumb a {
  color: #928e88;
  text-decoration: none;
  border-bottom: 1px solid #928e88;
}

@media (max-width: 700px) {
  .pagemain h1 {
    font-size: 34px;
  }
}

/* ===== SERVICE DETAIL rows (services.html) ===== */

.servicelist {
  padding: 56px 0 20px;
}

.servicepanel {
  background-color: #e9dfc9;
  margin: 0 0 36px;
  position: relative;
  overflow: hidden;
}

.servicepanel:nth-child(even) {
  background-color: #fbf9f1;
}

.servicepin {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  background-color: #b65a66;
}

.serviceloop {
  max-width: 1060px;
  margin: 0 auto;
  padding: 40px 24px 40px 40px;
}

.servicenum {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  color: #b65a66;
  font-size: 15px;
  letter-spacing: 2px;
  margin: 0 0 6px;
}

.serviceshow h2 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 34px;
  margin: 0 0 8px;
  color: #26272b;
}

.servicetags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.subsnip {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #f4f1e9;
  color: #26272b;
  border: 1px solid #928e88;
  padding: 4px 10px;
  border-radius: 2px;
}

.sfdark .subsnip {
  background-color: #26272b;
  color: #f4f1e9;
}

.servicerich p {
  margin: 0 0 12px;
  color: #2b2c2e;
}

.servicerich ul {
  margin: 10px 0 14px;
  padding-left: 22px;
}

.servicerich li {
  margin-bottom: 6px;
}

.ctlcard {
  max-width: 1060px;
  margin: 30px auto 40px;
  padding: 0 40px;
}

.goodline {
  font-size: 19px;
  color: #2b2c2e;
  background-color: #fbf9f1;
  border-left: 5px solid #b65a66;
  padding: 18px 22px;
}

.stepsgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 18px;
  margin: 30px 0 0;
}

.advsub {
  color: #2b2c2e;
  font-size: 19px;
  max-width: 760px;
  margin: 6px 0 0;
}

.processtep {
  background-color: #26272b;
  color: #f4f1e9;
  padding: 22px;
  border-radius: 3px;
}

.processteptit {
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #b65a66;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.processtep p {
  margin: 0;
  color: #e9dfc9;
}

/* ===== CONTACT PAGE structures ===== */

.contactgrid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  padding: 56px 0 30px;
}

.contactcard {
  background-color: #fbf9f1;
  border: 1px solid #e0dccd;
  box-shadow: 0 0 0 1px #e0dccd;
  padding: 30px;
}

.contactcard h2,
.contacticetext h2 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 26px;
  color: #26272b;
  margin: 0 0 14px;
}

.formfield {
  margin: 0 0 16px;
}

.formfield label {
  display: block;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #26272b;
  margin-bottom: 6px;
}

.formfield input,
.formfield textarea,
.formfield select {
  width: 100%;
  border: 1px solid #928e88;
  background-color: #f4f1e9;
  color: #2b2c2e;
  padding: 12px;
  font-size: 16px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  border-radius: 2px;
}

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

.formfield input:focus,
.formfield textarea:focus {
  outline: 2px solid #b65a66;
  outline-offset: 1px;
}

.formsubmit {
  width: 100%;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  background-color: #b65a66;
  color: #fbf9f1;
  border: 2px solid #b65a66;
  padding: 14px;
  border-radius: 2px;
  cursor: pointer;
}

.formsubmit:hover {
  background-color: #26272b;
  border-color: #26272b;
}

.formnote {
  background-color: #e9dfc9;
  border-left: 4px solid #b65a66;
  margin: 16px 0 0;
  padding: 12px 14px;
  font-size: 14px;
  color: #2b2c2e;
}

.contactmeta p {
  margin: 0 0 8px;
  color: #2b2c2e;
}

.contactmeta .metatit {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  color: #b65a66;
  margin-top: 18px;
}

.phonenum,
.maillink {
  color: #a54854;
  font-weight: bold;
  cursor: pointer;
}

.metabox {
  background-color: #e9dfc9;
  margin-top: 18px;
  padding: 18px;
  border-left: 5px solid #b65a66;
}

.metabox address {
  font-style: normal;
  color: #2b2c2e;
}

.hourstrip {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #928e88;
  padding: 7px 0;
  color: #2b2c2e;
}

.hourstrip span:last-child {
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #26272b;
  font-weight: bold;
}

.faqlist {
  margin-top: 22px;
}

.accstep {
  border: 1px solid #e0dccd;
  background-color: #fbf9f1;
  margin-bottom: 12px;
}

.acchead {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #26272b;
  padding: 16px 20px;
  cursor: pointer;
  position: relative;
}

.acchead::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #b65a66;
  font-size: 22px;
  font-weight: 400;
}

.openstep .acchead::after {
  content: "\2212";
}

.accbody {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}

.accbody p {
  margin: 0;
  padding: 0 20px 16px;
  color: #2b2c2e;
}

@media (max-width: 880px) {
  .contactgrid {
    grid-template-columns: 1fr;
  }
}

/* ===== TYPE CASE FOOTER ===== */

.typecase {
  background-color: #26272b;
  color: #fbf9f1;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.typecaserail {
  border-top: 6px solid #928e88;
  position: relative;
}

.typecaserail .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
  padding-top: 26px;
  padding-bottom: 14px;
  border-bottom: 1px solid #453f33;
}

.motto {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 18px;
  color: #fbf9f1;
  text-transform: uppercase;
}

.motto .rosedotterm {
  color: #b65a66;
}

.sortedrow {
  display: flex;
  gap: 6px;
  align-items: center;
}

.sortdrawer {
  width: 30px;
  height: 24px;
  border: 1px solid #928e88;
  position: relative;
}

.sortdrawer::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 4px;
  height: 4px;
  background-color: #b65a66;
}

.typepadsc {
  width: 44px;
  height: 44px;
  background-color: #b65a66;
  border-radius: 4px;
  margin-left: 12px;
}

.typecolumns {
  background-color: #26272b;
}

.typecolumns .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-top: 42px;
  padding-bottom: 30px;
}

.footcol h4 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b65a66;
  margin: 0 0 14px;
}

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

.footcol li {
  margin-bottom: 9px;
}

.footcol a {
  color: #fbf9f1;
  text-decoration: none;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.footcol a:hover {
  color: #b65a66;
  text-decoration: underline;
}

.footnote {
  font-size: 14px;
  line-height: 1.75;
  color: #c8c4bd;
  margin: 0 0 8px;
}

.baseplate {
  background-color: #fbf9f1;
  color: #2b2c2e;
  position: relative;
  z-index: 1;
  border-top: 4px solid #b65a66;
}

.baseplate .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 24px 30px;
  text-align: center;
}

.companymark {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #26272b;
  margin: 0 0 8px;
  letter-spacing: 1px;
}

.makeraddr {
  margin: 0 0 4px;
  font-size: 15px;
  color: #2b2c2e;
}

.makecontact {
  margin: 0 0 10px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  color: #2b2c2e;
}

.makecontact a {
  color: #a54854;
  font-weight: bold;
  text-decoration: none;
}

.copyline {
  margin: 8px 0 0;
  color: #b65a66;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
}

.footwatermark {
  position: absolute;
  bottom: 8px;
  right: 2%;
  font-size: 110px;
  line-height: 1;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  color: #f4f1e9;
  pointer-events: none;
  visibility: hidden;
}

@media (max-width: 860px) {
  .typecolumns .inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .typecaserail .inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* contact/service spacer utility */
.tightbottom {
  margin-bottom: 0;
}
