/* Security Guard Pod — Pods by Tér editorial landing page */

body.security-guard-pod-page {
  --sg-ivory: #fff8ed;
  --sg-paper: #f6efe4;
  --sg-sand: #e9e3d6;
  --sg-taupe: #9a8472;
  --sg-brown: #786456;
  --sg-brown-dark: #49382f;
  --sg-espresso: #241a14;
  --sg-charcoal: #100c09;
  --sg-muted: rgba(36, 26, 20, 0.66);
  --sg-line: rgba(36, 26, 20, 0.15);
  --sg-line-light: rgba(255, 248, 237, 0.2);
  --sg-radius: 18px;
  --sg-section: clamp(72px, 6.5vw, 96px);
  margin: 0;
  overflow-x: clip;
  background: var(--sg-ivory);
  color: var(--sg-espresso);
  font-family: var(--pbt-font-family, "Qanelas", sans-serif);
}

body.security-guard-pod-page,
body.security-guard-pod-page button,
body.security-guard-pod-page input,
body.security-guard-pod-page select,
body.security-guard-pod-page textarea {
  font-family: var(--pbt-font-family, "Qanelas", sans-serif);
}

body.security-guard-pod-page img {
  max-width: 100%;
}

body.security-guard-pod-page main {
  display: block;
  background: var(--sg-ivory);
}

#pod-options,
#enquire {
  scroll-margin-top: clamp(90px, 8vw, 140px);
}

.sg-shell {
  width: min(100% - clamp(40px, 6vw, 112px), 1680px);
  margin-inline: auto;
}

.sg-section {
  padding-block: var(--sg-section);
}

.sg-skip-link {
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  background: var(--sg-espresso);
  color: var(--sg-ivory);
  transform: translateY(-160%);
}

.sg-skip-link:focus {
  color: var(--sg-ivory);
  transform: none;
}

.security-guard-pod-page :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid #9a765e;
  outline-offset: 4px;
}

.security-guard-pod-page .sg-eyebrow {
  margin: 0 0 18px;
  color: var(--sg-brown);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.security-guard-pod-page h1,
.security-guard-pod-page h2,
.security-guard-pod-page h3 {
  color: var(--sg-espresso);
  font-family: inherit;
  text-wrap: balance;
}

.security-guard-pod-page h2 {
  margin: 0;
  font-size: clamp(42px, 4.15vw, 72px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.security-guard-pod-page h3 {
  font-weight: 400;
}

.security-guard-pod-page p {
  color: var(--sg-muted);
  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 300;
  line-height: 1.68;
}

.security-guard-pod-page .pbt-site-menu__preview-eyebrow {
  color: var(--menu-sand);
}

.security-guard-pod-page .pbt-site-menu__preview-title {
  color: var(--menu-white);
}

.security-guard-pod-page .pbt-site-menu__preview-copy {
  color: rgba(255, 248, 237, .8);
}

.sg-site-header .header-sticky {
  min-height: 86px;
  background: rgba(255, 248, 237, 0.96);
  border-bottom: 1px solid rgba(73, 56, 47, 0.07);
  box-shadow: none;
  animation: none;
}

.sg-site-header .tp-header-logo img {
  width: clamp(170px, 13vw, 250px);
  height: auto;
}

.sg-site-header .button-group {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.sg-site-header .custom-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 19px;
  border-width: 1px;
  font-size: 13px;
  box-shadow: none;
}

.sg-site-header .tp-offcanvas-open-btn {
  min-width: 92px;
  min-height: 48px;
}

.sg-site-header .tp-header-2-menu-bar button span {
  width: 72px;
}

.sg-hero {
  position: relative;
  display: grid;
  min-height: clamp(680px, 86svh, 980px);
  overflow: hidden;
  background: #17110d;
  color: var(--sg-ivory);
  isolation: isolate;
}

.sg-hero__media,
.sg-hero__media img,
.sg-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sg-hero__media {
  z-index: -3;
  display: block;
  top: -16%;
  right: 0;
  bottom: auto;
  left: 38%;
  width: 62%;
  height: 116%;
}

.sg-hero__media img {
  display: block;
  object-fit: cover;
  object-position: 50% 66%;
}

.sg-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, #17110d 0%, rgba(23, 17, 13, 0.97) 32%, rgba(23, 17, 13, 0.72) 48%, rgba(23, 17, 13, 0.08) 68%, rgba(23, 17, 13, 0) 100%),
    linear-gradient(0deg, rgba(17, 12, 9, 0.28) 0%, rgba(17, 12, 9, 0.02) 44%, rgba(17, 12, 9, 0) 100%);
}

.sg-hero__content {
  display: flex;
  z-index: 1;
  align-self: end;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 150px;
  padding-bottom: clamp(40px, 5.4vw, 74px);
}

.sg-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 clamp(44px, 5vw, 72px);
  color: rgba(255, 248, 237, 0.66);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sg-breadcrumb a {
  color: inherit;
}

.sg-breadcrumb a:hover {
  color: #fff;
}

.sg-hero .sg-eyebrow {
  margin-bottom: 20px;
  color: rgba(255, 248, 237, 0.8);
}

.sg-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff8ed;
  font-size: clamp(48px, 5vw, 84px);
  font-weight: 300;
  line-height: 0.97;
  letter-spacing: -0.05em;
  text-shadow: 0 2px 24px rgba(20, 12, 8, 0.22);
}

.sg-hero__copy {
  max-width: 720px;
  margin: clamp(22px, 2vw, 30px) 0 0;
  color: rgba(255, 248, 237, 0.88) !important;
  font-size: clamp(16px, 1.25vw, 20px) !important;
  line-height: 1.58 !important;
  text-shadow: 0 1px 14px rgba(20, 12, 8, 0.22);
}

.sg-actions,
.sg-enquiry__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sg-actions {
  margin-top: clamp(28px, 3vw, 40px);
}

.sg-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  transition: transform 180ms ease, color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sg-button--light {
  background: var(--sg-ivory);
  color: var(--sg-brown-dark);
}

.sg-button--ghost {
  border-color: rgba(255, 248, 237, 0.66);
  background: rgba(24, 16, 11, 0.12);
  color: var(--sg-ivory);
  backdrop-filter: blur(5px);
}

.sg-button--outline {
  border-color: var(--sg-brown-dark);
  color: var(--sg-brown-dark);
}

@media (hover: hover) and (pointer: fine) {
  .sg-button:hover {
    transform: translateY(-2px);
  }

  .sg-button--light:hover {
    background: var(--sg-brown);
    color: var(--sg-ivory);
    box-shadow: 0 10px 26px rgba(20, 12, 8, 0.18);
  }

  .sg-button--ghost:hover {
    border-color: var(--sg-ivory);
    background: var(--sg-ivory);
    color: var(--sg-brown-dark);
  }

  .sg-button--outline:hover {
    background: var(--sg-brown-dark);
    color: var(--sg-ivory);
  }
}

.sg-hero__proof {
  margin: clamp(28px, 3vw, 42px) 0 0;
  color: rgba(255, 248, 237, 0.72) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sg-hero__proof span {
  margin: 0;
  color: inherit;
}

.sg-hero__proof span:not(:last-child)::after {
  margin-inline: 8px;
  color: rgba(255, 248, 237, 0.42);
  content: "·";
}

.sg-at-glance {
  padding-block: clamp(58px, 5vw, 82px);
  background: var(--sg-paper);
  border-bottom: 1px solid var(--sg-line);
}

.sg-at-glance__header,
.sg-scope__header,
.sg-applications__header {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(360px, 1.2fr);
  gap: clamp(44px, 7vw, 112px);
  align-items: end;
  margin-bottom: clamp(34px, 4vw, 56px);
}

.sg-at-glance__header > p,
.sg-scope__header > p,
.sg-applications__header > p {
  max-width: 720px;
  margin: 0;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.sg-spec-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--sg-line);
  border-left: 1px solid var(--sg-line);
  list-style: none;
}

.sg-spec-rail li {
  min-width: 0;
  padding: clamp(22px, 2.2vw, 34px);
  border-right: 1px solid var(--sg-line);
  border-bottom: 1px solid var(--sg-line);
}

.sg-spec-rail span,
.sg-scope-card > span,
.sg-config-card__copy > span {
  color: var(--sg-taupe);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .15em;
}

.sg-spec-rail h3 {
  min-height: 2.7em;
  margin: 26px 0 13px;
  color: var(--sg-espresso);
  font-size: clamp(17px, 1.15vw, 21px);
  line-height: 1.2;
}

.sg-spec-rail p {
  margin: 0;
  font-size: 14px;
  line-height: 1.58;
}

.sg-at-glance__cta {
  margin-top: 28px;
}

.sg-button--dark {
  background: var(--sg-brown-dark);
  color: var(--sg-ivory);
}

.sg-button--outline-light {
  border-color: rgba(255, 248, 237, .5);
  color: var(--sg-ivory);
}

.sg-button--ghost-dark {
  border-color: rgba(255, 248, 237, .45);
  color: var(--sg-ivory);
}

@media (hover: hover) and (pointer: fine) {
  .sg-button--dark:hover {
    background: var(--sg-taupe);
    color: var(--sg-ivory);
  }

  .sg-button--outline-light:hover,
  .sg-button--ghost-dark:hover {
    border-color: var(--sg-ivory);
    background: var(--sg-ivory);
    color: var(--sg-brown-dark);
  }
}

@media (min-width: 2000px) and (min-height: 1000px) {
  .sg-hero__content {
    align-self: center;
    padding-block: clamp(28px, 2.5vh, 36px);
  }
}

.essential-brief {
  padding-block: clamp(48px, 4vw, 76px);
  background: var(--sg-ivory);
}

.essential-brief__inner {
  width: min(calc(100% - clamp(32px, 5vw, 104px)), 1880px);
  margin-inline: auto;
}

.essential-brief__board {
  display: grid;
  grid-template-columns: minmax(290px, 0.86fr) minmax(420px, 1.18fr) minmax(310px, 0.84fr);
  height: clamp(360px, 22vw, 460px);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border-top: 7px solid #3b2d25;
  border-bottom: 1px solid rgba(59, 45, 37, 0.2);
}

/* Keep the legacy three-part composition available to the tablet/mobile grids. */
.essential-brief__editorial {
  display: contents;
}

.essential-brief__title-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(22px, 2vw, 30px);
  padding: clamp(36px, 3vw, 58px);
  border-right: 1px solid rgba(59, 45, 37, 0.16);
  background: #f4ece1;
}

.essential-brief .essential-brief__eyebrow {
  margin: 0;
  color: #9d765b;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-align: left;
  text-transform: uppercase;
}

.essential-brief .essential-brief__title {
  max-width: 10ch;
  margin: 0;
  color: #342820;
  font-size: clamp(48px, 3.2vw, 72px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.038em;
  text-align: left;
  text-wrap: balance;
}

.essential-brief__visual {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #d8cec2;
}

.essential-brief__visual picture,
.essential-brief .essential-brief__image {
  display: block;
  width: 100%;
  height: 100%;
}

.essential-brief .essential-brief__image {
  max-width: none;
  object-fit: cover;
  object-position: 50% 57%;
}

.essential-brief .essential-brief__caption {
  position: absolute;
  z-index: 2;
  right: auto;
  bottom: 12px;
  left: 12px;
  margin: 0;
  padding: 6px 8px;
  background: rgba(247, 242, 234, 0.91);
  color: #3b2d25;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: left;
  text-shadow: none;
  text-transform: uppercase;
}

.essential-brief__copy-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(22px, 2vw, 28px);
  padding: clamp(36px, 3vw, 58px);
  border-left: 1px solid rgba(59, 45, 37, 0.14);
  background: #e9ddcf;
}

.essential-brief .essential-brief__copy {
  width: 100%;
  max-width: 48ch;
  margin: 0;
  color: rgba(52, 40, 32, 0.77);
  font-size: clamp(15px, 0.88vw, 17px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: auto;
  word-spacing: normal;
}

.essential-brief .essential-brief__link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(52, 40, 32, 0.38);
  color: #342820;
  font-size: clamp(12px, 0.76vw, 14px);
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
}

.essential-brief__link span {
  transition: transform 180ms ease;
}

.essential-brief .essential-brief__link:hover {
  border-bottom-color: #a67f5e;
  color: #342820;
}

.essential-brief__link:hover span {
  transform: translateX(3px);
}

.essential-brief .essential-brief__link:focus-visible {
  outline: 2px solid #a67f5e;
  outline-offset: 4px;
}

/* Desktop editorial redesign. Tablet and mobile retain the established layout. */
@media (min-width: 1180px) {
  .sg-hero__media img {
    filter: brightness(1.1) saturate(1.03);
  }

  .sg-hero h1 {
    max-width: 720px;
    font-family: var(--pbt-font-family, "Qanelas", sans-serif) !important;
    font-size: clamp(52px, 3.65vw, 68px);
    font-weight: 300;
    line-height: 1.01;
    letter-spacing: -0.035em;
    text-align: left;
    text-wrap: wrap;
    overflow-wrap: break-word;
  }

  .essential-brief {
    padding-block: clamp(72px, 6vw, 108px);
  }

  .essential-brief__inner {
    width: min(calc(100% - clamp(64px, 7vw, 132px)), 1680px);
  }

  .essential-brief__board {
    grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
    height: auto;
    gap: clamp(54px, 6vw, 108px);
    align-items: center;
    overflow: visible;
    border: 0;
  }

  .essential-brief__visual {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: visible;
    background: transparent;
  }

  .essential-brief__visual picture {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.45 / 1;
    overflow: hidden;
    background: #d8cec2;
  }

  .essential-brief .essential-brief__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 55%;
    transition: none;
    transform: none;
  }

  .essential-brief .essential-brief__caption {
    position: static;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 12px 0 0;
    padding: 0;
    color: rgba(59, 43, 34, 0.62);
    background: transparent;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .essential-brief__caption::before {
    content: "";
    flex: 0 0 clamp(42px, 4vw, 58px);
    height: 1px;
    background: rgba(59, 43, 34, 0.28);
  }

  .essential-brief__editorial {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    max-width: 520px;
    padding-left: clamp(28px, 2.8vw, 52px);
    border-left: 1px solid rgba(59, 43, 34, 0.22);
  }

  .essential-brief__title-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .essential-brief .essential-brief__eyebrow {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: clamp(22px, 2vw, 30px);
    color: #987052;
  }

  .essential-brief__eyebrow::before {
    content: "";
    width: 42px;
    height: 1px;
    background: currentColor;
  }

  .essential-brief .essential-brief__title {
    width: auto;
    max-width: 10.5ch;
    margin: 0;
    color: var(--sg-brown);
    font-size: clamp(56px, 4.7vw, 80px);
    font-weight: 400;
    line-height: 0.94;
    letter-spacing: -0.055em;
    text-wrap: balance;
  }

  .essential-brief__title-block::after {
    content: "";
    width: 48px;
    height: 1px;
    margin-block: clamp(26px, 2.5vw, 38px);
    background: rgba(59, 43, 34, 0.42);
  }

  .essential-brief__copy-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .essential-brief .essential-brief__copy {
    max-width: 48ch;
    margin: 0;
    color: rgba(59, 43, 34, 0.76);
    font-size: clamp(15px, 1.05vw, 17px);
    line-height: 1.68;
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
    hyphens: auto;
  }
}

@media (min-width: 1180px) and (max-width: 1399px) {
  .essential-brief__inner {
    width: min(calc(100% - 64px), 1680px);
  }

  .essential-brief__board {
    grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
    gap: clamp(48px, 4vw, 62px);
  }

  .essential-brief__visual picture {
    height: auto;
  }

  .essential-brief__editorial {
    padding-left: clamp(24px, 2.4vw, 34px);
  }

  .essential-brief .essential-brief__title {
    font-size: clamp(54px, 4.2vw, 60px);
  }
}

.sg-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  border-bottom: 1px solid rgba(73, 56, 47, 0.4);
  color: var(--sg-brown-dark);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.sg-text-link span {
  transition: transform 180ms ease;
}

.sg-text-link:hover {
  color: var(--sg-espresso);
}

.sg-text-link:hover span {
  transform: translate(2px, -2px);
}

.sg-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--sg-radius);
  background: #d8cbbb;
}

.sg-media picture,
.sg-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.sg-media img {
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2,.65,.3,1);
}

@media (hover: hover) and (pointer: fine) {
  .sg-media:hover img {
    transform: scale(1.018);
  }
}

.sg-media figcaption {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 14px;
  left: 16px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 248, 237, 0.86);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-shadow: 0 1px 12px rgba(16, 12, 9, 0.5);
  text-transform: uppercase;
}

.sg-media figcaption::before {
  position: absolute;
  z-index: -1;
  inset: -42px -20px -20px;
  background: linear-gradient(0deg, rgba(19, 12, 8, 0.52), transparent);
  content: "";
}

.sg-exterior {
  padding-block: clamp(56px, 5.5vw, 96px);
  background: var(--sg-paper);
}

.sg-exterior > .sg-shell {
  width: min(calc(100% - clamp(32px, 5vw, 96px)), 2200px);
  margin-inline: auto;
}

.sg-exterior__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(440px, .88fr);
  grid-template-rows: clamp(440px, 29vw, 560px) clamp(190px, 13vw, 245px);
  gap: clamp(12px, 1vw, 18px);
  align-items: stretch;
}

.sg-exterior__dominant {
  grid-column: 1;
  grid-row: 1 / 3;
  min-width: 0;
  min-height: 0;
  border-radius: 2px;
}

.sg-exterior__dominant img {
  object-position: 50% 48%;
}

.sg-exterior__copy {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: clamp(30px, 2.5vw, 46px);
  border-radius: 2px;
  background: #3b2d25;
  color: #f5efe6;
}

.sg-exterior__copy .sg-eyebrow {
  margin: 0 0 clamp(18px, 1.2vw, 26px);
  color: #b99475;
  font-size: clamp(10px, .65vw, 12px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .18em;
  text-align: left;
  text-transform: uppercase;
}

.sg-exterior__copy h2 {
  width: 100%;
  max-width: 580px;
  margin: 0 0 clamp(20px, 1.3vw, 28px);
  color: #f5efe6;
  font-size: clamp(46px, 3.35vw, 68px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
  text-align: left;
  text-wrap: balance;
}

.sg-exterior__title-break {
  display: block;
}

.sg-exterior__copy > p:not(.sg-eyebrow) {
  max-width: 52ch;
  margin: 0 0 clamp(18px, 1.1vw, 24px);
  color: rgba(245, 239, 230, .74);
  font-size: clamp(14px, .88vw, 17px);
  font-weight: 400;
  line-height: 1.72;
  hyphens: auto;
  overflow-wrap: break-word;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
}

.sg-exterior__copy .sg-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(245, 239, 230, .42);
  color: #f5efe6;
  font-size: clamp(12px, .75vw, 14px);
  text-align: left;
  text-decoration: none;
}

.sg-exterior__copy .sg-text-link:hover {
  border-bottom-color: #b99475;
  color: #f5efe6;
}

.sg-exterior__copy .sg-text-link:hover span {
  transform: translateX(3px);
}

.sg-exterior__gallery {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(12px, 1vw, 18px);
  min-width: 0;
  min-height: 0;
  height: 100%;
}

.sg-exterior__support {
  min-width: 0;
  min-height: 0;
  height: 100%;
  border-radius: 2px;
}

.sg-exterior__support:first-child img {
  object-position: 52% 50%;
}

.sg-exterior__support:last-child img {
  object-position: 50% 52%;
}

.security-guard-pod-page.is-enhanced .sg-exterior .sg-reveal {
  transform: translateY(12px);
  transition-duration: 650ms;
}

.security-guard-pod-page.is-enhanced .sg-exterior__support:nth-child(2) {
  transition-delay: 80ms;
}

@media (hover: hover) and (pointer: fine) {
  .sg-exterior__dominant:hover img {
    transform: none;
  }

  .sg-exterior__support:hover img {
    transform: scale(1.015);
  }
}

.sg-visual-note {
  margin: 18px 0 0 !important;
  color: rgba(36, 26, 20, 0.55) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.sg-interior {
  background: var(--sg-charcoal);
  color: var(--sg-ivory);
}

.sg-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: end;
  margin-bottom: clamp(38px, 4vw, 58px);
}

.sg-section-head .sg-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -20px;
}

.sg-section-head h2 {
  max-width: 920px;
}

.sg-section-head > p:last-child {
  max-width: 580px;
  margin: 0;
}

.sg-section-head--light h2 {
  color: var(--sg-ivory);
}

.sg-section-head--light .sg-eyebrow {
  color: rgba(232, 216, 196, 0.78);
}

.sg-section-head--light > p:last-child {
  color: rgba(255, 248, 237, 0.66);
}

.sg-interior__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: clamp(210px, 19vw, 310px) clamp(260px, 24vw, 390px);
  gap: clamp(14px, 1.4vw, 24px);
}

.sg-interior__dominant {
  grid-column: 1 / 8;
  grid-row: 1 / 3;
}

.sg-interior__support {
  grid-column: span 2;
}

.sg-interior__support:nth-of-type(3) {
  grid-column: span 3;
}

.sg-feature-list {
  display: grid;
  grid-column: 8 / 13;
  grid-row: 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  align-content: stretch;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--sg-line-light);
  list-style: none;
}

.sg-feature-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  border-bottom: 1px solid var(--sg-line-light);
  color: rgba(255, 248, 237, 0.82);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.35;
}

.sg-feature-list span {
  color: rgba(255, 248, 237, 0.42);
  font-size: 10px;
  font-weight: 500;
}

.sg-elevations {
  background: var(--sg-ivory);
}

.sg-elevation-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 28px);
}

.sg-elevation-strip .sg-media {
  aspect-ratio: 4 / 3;
}

.sg-elevation-strip figcaption span {
  margin-right: auto;
}

.entry-story {
  padding-block: clamp(56px, 5vw, 92px);
  background: var(--sg-ivory);
}

.entry-story__inner {
  width: min(calc(100% - clamp(32px, 5vw, 104px)), 2200px);
  margin-inline: auto;
}

.entry-story__masthead {
  display: grid;
  grid-template-columns: 68px minmax(0, 1.25fr) minmax(360px, .75fr);
  gap: clamp(28px, 4vw, 78px);
  align-items: end;
  padding: clamp(24px, 2vw, 36px) 0;
  border-top: 1px solid rgba(66, 51, 42, .22);
  border-bottom: 1px solid rgba(66, 51, 42, .22);
}

.entry-story .entry-story__eyebrow {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  color: #9a755a;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .18em;
  text-align: left;
  text-transform: uppercase;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}

.entry-story .entry-story__title {
  max-width: 15ch;
  margin: 0;
  color: #3b2d25;
  font-size: clamp(52px, 4.1vw, 88px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.04em;
  text-align: left;
  text-wrap: balance;
}

.entry-story .entry-story__copy {
  max-width: 52ch;
  margin: 0;
  color: rgba(59, 45, 37, .76);
  font-size: clamp(15px, .9vw, 18px);
  font-weight: 400;
  line-height: 1.72;
  hyphens: auto;
  overflow-wrap: break-word;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
}

.entry-story__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, .84fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, .8vw, 16px);
  height: clamp(640px, 40vw, 880px);
  margin-top: clamp(14px, 1vw, 18px);
}

.entry-story__figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 1px;
  background: #d8cfc3;
}

.entry-story__figure picture,
.entry-story__figure img {
  display: block;
  width: 100%;
  height: 100%;
}

.entry-story__figure img {
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.2, .65, .3, 1);
}

.entry-story__main {
  grid-column: 1;
  grid-row: 1 / 3;
}

.entry-story__main img {
  object-position: 50% 60%;
}

.entry-story__support--context {
  grid-column: 2;
  grid-row: 1;
}

.entry-story__support--context img {
  object-position: 50% 55%;
}

.entry-story__details {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(10px, .8vw, 16px);
  min-width: 0;
  min-height: 0;
}

.entry-story__support--door img {
  object-position: 50% 58%;
}

.entry-story__support--workspace img {
  object-position: 54% 62%;
}

.entry-story figcaption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 7px 10px;
  background: rgba(247, 242, 234, .9);
  color: #3b2d25;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .11em;
  text-align: left;
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .entry-story__figure:hover img {
    transform: scale(1.012);
  }
}

.sg-config {
  background: var(--sg-ivory);
}

.sg-config__intro {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(360px, 1.1fr);
  gap: clamp(44px, 7vw, 112px);
  align-items: end;
  margin-bottom: clamp(38px, 4.5vw, 66px);
}

.sg-config__intro > p {
  max-width: 720px;
  margin: 0;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.sg-config__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 28px);
}

.sg-config-card {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr;
  border-top: 1px solid var(--sg-line);
}

.sg-config-card__media {
  height: clamp(260px, 24vw, 390px);
  margin: 0;
  overflow: hidden;
  background: var(--sg-sand);
}

.sg-config-card__media picture,
.sg-config-card__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.sg-config-card__media img {
  object-fit: cover;
  object-position: 50% 52%;
}

.sg-config-card:nth-child(2) .sg-config-card__media img {
  object-position: 50% 45%;
}

.sg-config-card:nth-child(3) .sg-config-card__media img {
  object-position: 50% 58%;
}

.sg-config-card__copy {
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.3vw, 34px) 0 0;
}

.sg-config-card h3 {
  margin: 18px 0 14px;
  color: var(--sg-espresso);
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}

.sg-config-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.sg-config-card .sg-config-card__key {
  margin-top: auto;
  padding-top: 22px;
  color: var(--sg-brown);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sg-config__factors {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: clamp(42px, 5vw, 72px);
  border-top: 1px solid var(--sg-line);
  border-left: 1px solid var(--sg-line);
}

.sg-config__factors span {
  display: flex;
  min-height: 72px;
  align-items: center;
  padding: 17px;
  border-right: 1px solid var(--sg-line);
  border-bottom: 1px solid var(--sg-line);
  color: var(--sg-brown-dark);
  font-size: 12px;
  line-height: 1.4;
}

.sg-config__cta {
  margin-top: 28px;
}

.sg-mid-cta {
  padding-block: clamp(56px, 5vw, 78px);
  background: var(--sg-charcoal);
  color: var(--sg-ivory);
}

.sg-mid-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
}

.sg-mid-cta .sg-eyebrow {
  color: rgba(232, 216, 196, .72);
}

.sg-mid-cta h2 {
  color: var(--sg-ivory);
}

.sg-mid-cta__copy > p:not(.sg-eyebrow) {
  max-width: 820px;
  margin: 24px 0 0;
  color: rgba(255, 248, 237, .7);
}

.sg-mid-cta__actions {
  display: grid;
  gap: 10px;
}

.sg-scope {
  background: var(--sg-paper);
}

.sg-scope__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--sg-line);
  border-left: 1px solid var(--sg-line);
}

.sg-scope-card {
  min-width: 0;
  padding: clamp(28px, 3vw, 46px);
  border-right: 1px solid var(--sg-line);
  border-bottom: 1px solid var(--sg-line);
}

.sg-scope-card h3 {
  margin: 22px 0 24px;
  color: var(--sg-espresso);
  font-size: clamp(23px, 1.8vw, 30px);
  line-height: 1.15;
}

.sg-scope-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sg-scope-card li {
  position: relative;
  padding: 11px 0 11px 17px;
  border-top: 1px solid var(--sg-line);
  color: var(--sg-muted);
  font-size: 14px;
  line-height: 1.5;
}

.sg-scope-card li::before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 5px;
  height: 1px;
  background: var(--sg-taupe);
  content: "";
}

.sg-scope__note {
  max-width: 1100px;
  margin: 26px 0 0;
  color: rgba(36, 26, 20, .58) !important;
  font-size: 13px !important;
  line-height: 1.62 !important;
}

.sg-project-factors {
  padding-block: clamp(58px, 5vw, 84px);
  background: var(--sg-brown-dark);
  color: var(--sg-ivory);
}

.sg-project-factors__inner {
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(420px, 1.25fr);
  gap: clamp(48px, 8vw, 136px);
}

.sg-project-factors .sg-eyebrow {
  color: rgba(255, 248, 237, .6);
}

.sg-project-factors h2 {
  color: var(--sg-ivory);
}

.sg-project-factors__copy > p {
  max-width: 830px;
  margin: 0;
  color: rgba(255, 248, 237, .74);
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.sg-project-factors__copy .sg-actions {
  margin-top: 28px;
}

.sg-production {
  background: var(--sg-ivory);
}

.sg-production__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  gap: clamp(42px, 7vw, 112px);
  align-items: center;
}

.sg-production__media {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 10 / 7;
  background: var(--sg-sand);
}

.sg-production__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sg-production__media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 9px 12px;
  background: rgba(255, 248, 237, .9);
  color: var(--sg-brown-dark);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sg-production__copy > p:not(.sg-eyebrow) {
  max-width: 650px;
  margin: 26px 0 0;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.sg-production__copy .sg-text-link {
  margin-top: 28px;
}

.sg-applications {
  padding-block: clamp(68px, 6vw, 96px);
  background: var(--sg-brown-dark);
}

.sg-applications .sg-eyebrow {
  color: rgba(255, 248, 237, 0.62);
}

.sg-applications h2 {
  max-width: 760px;
  color: var(--sg-ivory);
}

.sg-applications__header > p {
  color: rgba(255, 248, 237, .7);
}

.sg-location-ledger {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--sg-line-light);
  border-left: 1px solid var(--sg-line-light);
  list-style: none;
}

.sg-location-ledger li {
  min-height: 72px;
  padding: 22px;
  border-right: 1px solid var(--sg-line-light);
  border-bottom: 1px solid var(--sg-line-light);
  color: var(--sg-ivory);
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 400;
}

.sg-applications__uses {
  display: grid;
  grid-template-columns: minmax(180px, .28fr) minmax(0, .72fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
  margin-top: clamp(36px, 4vw, 56px);
}

.sg-applications__uses > p {
  margin: 0;
  color: rgba(255, 248, 237, .52);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.sg-applications__uses ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--sg-line-light);
  list-style: none;
}

.sg-applications__uses li {
  padding: 13px 16px 13px 0;
  border-bottom: 1px solid var(--sg-line-light);
  color: rgba(255, 248, 237, .72);
  font-size: 14px;
  line-height: 1.45;
}

.sg-applications__uses li:nth-child(even) {
  padding-left: 16px;
}

.sg-process {
  background: var(--sg-paper);
}

.sg-process .sg-section-head {
  display: block;
}

.sg-process .sg-section-head .sg-eyebrow {
  margin-bottom: 18px;
}

.sg-process__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 0 10px;
  padding: 0;
  border-top: 1px solid var(--sg-line);
  list-style: none;
}

.sg-process__steps li {
  min-width: 0;
  padding: clamp(28px, 3vw, 44px) clamp(22px, 2.4vw, 38px) clamp(28px, 3vw, 44px) 0;
  border-right: 1px solid var(--sg-line);
}

.sg-process__steps li + li {
  padding-left: clamp(22px, 2.4vw, 38px);
}

.sg-process__steps li:last-child {
  border-right: 0;
  padding-right: 0;
}

.sg-process__steps span {
  color: var(--sg-taupe);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.sg-process__steps h3 {
  margin: 24px 0 14px;
  color: var(--sg-espresso);
  font-size: clamp(21px, 1.55vw, 26px);
  line-height: 1.16;
}

.sg-process__steps p {
  margin: 0;
  font-size: 15px;
  line-height: 1.62;
}

.sg-faq {
  padding-bottom: clamp(54px, 4.5vw, 72px);
  background: var(--sg-ivory);
}

.sg-faq__layout {
  display: grid;
  grid-template-columns: minmax(300px, .66fr) minmax(0, 1fr);
  gap: clamp(56px, 8vw, 136px);
  align-items: start;
}

.sg-faq__intro {
  position: sticky;
  top: 130px;
}

.sg-faq__intro h2 {
  margin-bottom: 24px;
}

.sg-faq__intro p:last-child {
  max-width: 540px;
  margin: 0;
}

.sg-faq__list {
  border-top: 1px solid var(--sg-line);
}

.sg-faq details {
  border-bottom: 1px solid var(--sg-line);
}

.sg-faq summary {
  position: relative;
  padding: 24px 48px 24px 0;
  color: var(--sg-espresso);
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 400;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.sg-faq summary::-webkit-details-marker {
  display: none;
}

.sg-faq summary::before,
.sg-faq summary::after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 18px;
  height: 1px;
  background: var(--sg-brown-dark);
  content: "";
  transform-origin: center;
  transition: transform 460ms cubic-bezier(.22, 1, .36, 1), opacity 300ms ease;
}

.sg-faq summary::after {
  transform: rotate(90deg);
}

.sg-faq details[open]:not(.is-closing) summary::after {
  transform: rotate(0deg);
}

.sg-faq details[open]:not(.is-closing) summary::before {
  transform: scaleX(.72);
}

.sg-faq details.is-animating {
  overflow: hidden;
}

.sg-faq details p {
  max-width: 820px;
  margin: -4px 0 24px;
  padding-right: 40px;
  font-size: 15px;
  line-height: 1.65;
  transform-origin: top left;
  will-change: opacity, transform;
}

.sg-faq details p a {
  color: var(--sg-brown-dark);
  text-decoration: underline;
  text-decoration-color: rgba(73, 56, 47, .38);
  text-underline-offset: 4px;
}

.security-guard-pod-page.is-enhanced .sg-faq .sg-reveal {
  transform: translateY(8px);
  transition-duration: 550ms;
}

.sg-enquiry {
  padding: 0;
  background: #f4eee6;
}

.sg-enquiry .pbt-private-consultation__folio {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(420px, .84fr);
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  border: 0;
  background: #f4eee6;
  box-shadow: none;
}

.sg-enquiry__panel {
  display: flex;
  min-width: 0;
  align-items: stretch;
  background: #f4eee6;
}

.sg-enquiry__image {
  position: relative;
  min-width: 0;
  min-height: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #f4eee6;
}

.sg-enquiry__image::before {
  content: none;
}

.sg-enquiry__image picture {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.sg-enquiry__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  object-position: 50% 58%;
  transform: none;
  transition: none;
}

.sg-enquiry__image figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 20px;
  left: 24px;
  max-width: 48ch;
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(248, 240, 230, .38);
  color: rgba(248, 240, 230, .84);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: left;
}

.sg-enquiry__form {
  display: flex;
  width: 100%;
  max-width: 960px;
  min-width: 0;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-inline: auto;
  padding: clamp(54px, 4.7vw, 88px) clamp(48px, 5vw, 94px);
  border: 0;
  background: #f4eee6;
}

.sg-enquiry__form-header {
  margin: 0;
}

.sg-enquiry__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(32px, 3vw, 48px);
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(52, 40, 32, .18);
}

.sg-enquiry__meta p {
  margin: 0;
  color: #a67f5e;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.sg-enquiry__meta p:last-child {
  text-align: right;
}

.sg-enquiry__introduction {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0;
}

.sg-enquiry__form .pbt-private-consultation__section-heading {
  max-width: none;
  margin: 0;
}

.sg-enquiry__form .pbt-private-consultation__section-heading h3 {
  margin: 0 0 28px;
  color: #342820;
  font-size: clamp(62px, 4.5vw, 88px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.045em;
  text-align: left;
  text-wrap: balance;
}

.sg-enquiry__intro-copy {
  display: block;
  max-width: 670px;
}

.sg-enquiry__intro-copy > p {
  margin: 0;
  color: rgba(52, 40, 32, .72);
  font-size: clamp(15px, .92vw, 17px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  word-spacing: normal;
  text-align: left;
}

.sg-enquiry__form .pbt-private-consultation__introduction {
  max-width: none;
  margin: 0;
  color: rgba(52, 40, 32, .72);
  font-size: clamp(15px, .92vw, 17px);
  line-height: 1.65;
  text-align: left;
  hyphens: none;
  overflow-wrap: break-word;
}

.sg-enquiry__form .pbt-private-consultation__fields {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(28px, 3vw, 46px);
  row-gap: clamp(26px, 2.4vw, 34px);
  align-items: start;
  margin-top: clamp(36px, 3vw, 44px);
  overflow: visible;
}

.sg-enquiry__form .commission-field {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0;
  overflow: visible;
}

.sg-enquiry__form .commission-field--wide {
  grid-column: 1 / -1;
}

.sg-enquiry__form .commission-field__surface {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  gap: 0;
  padding: 4px 0 0;
  border: 0;
  border-bottom: 1px solid rgba(52, 40, 32, .24);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  transition: border-color 180ms ease;
}

.sg-enquiry__form .commission-field__surface::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: #a67f5e;
  content: "";
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 240ms cubic-bezier(.22, .7, .25, 1);
}

.sg-enquiry__form .commission-field:hover > .commission-field__surface {
  border-color: rgba(52, 40, 32, .48);
  background: transparent;
}

.sg-enquiry__form .commission-field:focus-within > .commission-field__surface,
.sg-enquiry__form .commission-field.is-select-open > .commission-field__surface {
  z-index: 110;
  border-color: #a67f5e;
  background: transparent;
  box-shadow: none;
}

.sg-enquiry__form .commission-field:focus-within > .commission-field__surface::after,
.sg-enquiry__form .commission-field.is-select-open > .commission-field__surface::after {
  transform: scaleX(1);
}

.sg-enquiry__form .commission-field__surface > label {
  margin: 0 0 8px;
  color: rgba(52, 40, 32, .62);
  font-size: 9px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .14em;
  text-transform: uppercase;
  transform: translateY(0);
  transition: color 180ms ease, transform 180ms ease;
}

.sg-enquiry__form .commission-field:focus-within .commission-field__surface > label,
.sg-enquiry__form .commission-field.is-select-open .commission-field__surface > label {
  color: #a67f5e;
  transform: translateY(-1px);
}

.sg-enquiry__form .commission-field__surface > label span {
  color: rgba(66, 51, 42, .48);
  font-size: .95em;
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: none;
}

.sg-enquiry__form .commission-field__surface > input,
.sg-enquiry__form .commission-field__surface > textarea,
.sg-enquiry__form .commission-field__surface > select:not(.commission-select__native) {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: block;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 46px;
  margin: 0;
  padding: 0 32px 12px 0;
  border: 0 !important;
  border-radius: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
  background: transparent !important;
  background-image: none !important;
  color: #342820;
  font-family: inherit;
  font-size: clamp(15px, .95vw, 17px);
  font-weight: 400;
  line-height: 1.4;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.sg-enquiry__form .commission-field__surface > select:not(.commission-select__native) {
  cursor: pointer;
}

.sg-enquiry__form .commission-field__surface > :is(input, textarea):hover,
.sg-enquiry__form .commission-field__surface > :is(input, textarea):focus {
  -webkit-appearance: none !important;
  appearance: none !important;
  border: 0 !important;
  outline: 0 !important;
  outline-offset: 0 !important;
  background: transparent !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.sg-enquiry__form .commission-field__surface > :is(input, textarea):focus-visible {
  outline: 0 !important;
  outline-offset: 0 !important;
}

.sg-enquiry__form .commission-field__surface > :is(input, textarea)::placeholder {
  color: rgba(66, 51, 42, .38);
  opacity: 1;
}

.sg-enquiry__form .commission-field--textarea .commission-field__surface {
  min-height: 112px;
}

.sg-enquiry__form .commission-field__surface > textarea {
  height: auto;
  min-height: 82px;
  padding: 0 0 12px;
  resize: vertical;
}

.sg-enquiry__form .commission-select__native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.sg-enquiry__form .commission-select {
  position: relative;
  width: 100%;
  min-width: 0;
}

.sg-enquiry__form .commission-select__trigger {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 0 3px 12px 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #342820;
  font: inherit;
  font-size: clamp(15px, .95vw, 17px);
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  box-shadow: none;
}

.sg-enquiry__form .commission-select__trigger:focus {
  outline: 0;
  background: transparent;
  box-shadow: none;
}

.sg-enquiry__form .commission-select__trigger:focus-visible {
  outline: 0;
  box-shadow: none;
}

.sg-enquiry__form .commission-select__value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sg-enquiry__form .commission-select__value.is-placeholder {
  color: rgba(66, 51, 42, .38);
}

.sg-enquiry__form .commission-select__chevron {
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  margin-right: 3px;
  border-right: 1px solid #42332a;
  border-bottom: 1px solid #42332a;
  transform: translateY(-2px) rotate(45deg);
  transform-origin: center;
  transition: transform 160ms ease;
}

.sg-enquiry__form .commission-select.is-open .commission-select__chevron {
  transform: translateY(2px) rotate(225deg);
}

.sg-enquiry__form .commission-select__menu {
  position: absolute;
  z-index: 100;
  top: calc(100% + 7px);
  right: -17px;
  left: -17px;
  max-width: calc(100vw - 40px);
  max-height: none;
  padding: 8px 0;
  border: 1px solid rgba(52, 40, 32, .16);
  border-radius: 0;
  background: #f8f3eb;
  box-shadow: 0 22px 52px rgba(53, 40, 32, .16);
  opacity: 0;
  overflow: visible;
  pointer-events: none;
  transform: translateY(-6px);
  visibility: hidden;
  transition: opacity 190ms ease, transform 190ms cubic-bezier(.22, .7, .25, 1), visibility 190ms step-end;
  scrollbar-width: none;
}

.sg-enquiry__form .commission-select__menu::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.sg-enquiry__form .commission-select.is-open .commission-select__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
  transition: opacity 160ms ease, transform 160ms ease, visibility 0s;
}

.sg-enquiry__form .commission-select__option {
  display: flex;
  min-height: 43px;
  align-items: center;
  margin: 0;
  padding: 11px 17px;
  background: transparent;
  color: #42332a;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.35;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease, padding-left 180ms cubic-bezier(.22, .7, .25, 1);
}

.sg-enquiry__form .commission-select__option:is(:hover, .is-active) {
  background: rgba(166, 127, 94, .1);
  padding-left: 21px;
}

.sg-enquiry__form .commission-select__option[aria-selected="true"] {
  background: rgba(166, 127, 94, .15);
  color: #352820;
  font-weight: 500;
  box-shadow: inset 2px 0 0 #a67f5e;
}

.sg-enquiry__form .commission-select__option[aria-disabled="true"] {
  color: rgba(66, 51, 42, .38);
  cursor: default;
}

@media (max-width: 1024px), (hover: none) and (pointer: coarse) {
  .sg-enquiry__form .commission-select__menu {
    inset-inline: 0;
    top: calc(100% + 6px);
    bottom: auto;
    width: 100%;
    max-width: 100%;
    max-height: min(286px, var(--dropdown-available-height, 286px));
    box-sizing: border-box;
    padding: 0;
    border-color: rgba(52, 40, 32, .18);
    background: #f7f0e7;
    box-shadow: 0 16px 36px rgba(45, 35, 30, .1);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .sg-enquiry__form .commission-select.opens-upward .commission-select__menu {
    top: auto;
    bottom: calc(100% + 6px);
    transform: translateY(6px);
  }

  .sg-enquiry__form .commission-select.opens-upward.is-open .commission-select__menu {
    transform: translateY(0);
  }

  .sg-enquiry__form .commission-select__menu::-webkit-scrollbar {
    display: block;
    width: 5px;
    height: 5px;
  }

  .sg-enquiry__form .commission-select__menu::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: rgba(52, 40, 32, .22);
  }

  .sg-enquiry__form .commission-select__option {
    min-height: 46px;
    padding: 11px 16px;
    color: #342820;
    font-size: 16px;
    line-height: 1.35;
    white-space: normal;
    touch-action: manipulation;
  }

  .sg-enquiry__form .commission-select__trigger {
    font-size: 16px;
  }

  .sg-enquiry__form .commission-select__option:is(:hover, .is-active),
  .sg-enquiry__form .commission-select__option[aria-selected="true"] {
    background: rgba(184, 138, 100, .11);
    padding-inline: 16px;
  }
}

.sg-enquiry__form .pbt-private-consultation__field-error {
  position: static;
  display: none;
  margin: 0;
  color: #8a463e;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  opacity: 0;
  overflow: visible;
  transform: translateY(-5px);
}

.sg-enquiry__form .pbt-private-consultation__field-error::before {
  content: none;
}

.sg-enquiry__form .pbt-private-consultation__field-error:not(:empty) {
  display: block;
  margin: 8px 0 2px;
  animation: sg-validation-reveal .46s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes sg-validation-reveal {
  from {
    opacity: 0;
    transform: translateY(-5px);
    filter: blur(1.5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.sg-enquiry__form .commission-field.is-invalid > .commission-field__surface {
  border-color: #8a463e;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 #8a463e;
}

.sg-enquiry__form .commission-field.is-invalid .commission-field__surface > :is(input, textarea),
.sg-enquiry__form .commission-field.is-invalid .commission-field__surface > :is(input, textarea):focus,
.sg-enquiry__form .commission-field.is-invalid .commission-field__surface > :is(input, textarea):focus-visible {
  border: 0 !important;
  outline: 0 !important;
  outline-offset: 0 !important;
  background: transparent !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.sg-enquiry__form .commission-field.is-invalid .commission-field__surface > label {
  color: #8a463e;
}

.sg-enquiry__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin-top: clamp(30px, 3vw, 44px);
}

.sg-enquiry__actions .pbt-private-consultation__submit,
.sg-enquiry__actions .sg-button {
  display: inline-flex;
  width: 100%;
  min-width: 0;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 15px 20px;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.sg-enquiry__actions .pbt-private-consultation__submit {
  border-color: #342820;
  background: #342820;
  color: #f8f0e6;
}

.sg-enquiry__actions .sg-button {
  border-color: rgba(66, 51, 42, .48);
  background: rgba(255, 252, 247, .34);
  color: #42332a;
  text-decoration: none;
}

.sg-enquiry__action-label {
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .11em;
  text-align: left;
  text-transform: uppercase;
}

.sg-enquiry__action-icon {
  display: grid;
  place-items: center;
  border-left: 0;
}

.sg-enquiry__actions .sg-button .sg-enquiry__action-icon {
  border-left-color: rgba(66, 51, 42, .2);
}

.sg-enquiry__action-icon::before {
  content: "";
  width: 15px;
  height: 15px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M2 8h11M9 4l4 4-4 4' fill='none' stroke='black' stroke-width='1.35' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M2 8h11M9 4l4 4-4 4' fill='none' stroke='black' stroke-width='1.35' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform 180ms ease;
}

.sg-enquiry__actions .pbt-private-consultation__submit.is-sending .sg-enquiry__action-icon::before {
  display: none;
}

.sg-enquiry__actions .pbt-private-consultation__submit:focus-visible,
.sg-enquiry__actions .sg-button:focus-visible {
  outline: 2px solid rgba(166, 127, 94, .62);
  outline-offset: 3px;
}

.sg-enquiry__form .pbt-private-consultation__privacy {
  max-width: none;
}

.sg-enquiry__form .pbt-private-consultation__status {
  min-height: 0;
  margin-top: 18px;
  border: 0;
  color: rgba(66, 51, 42, .78);
  font-size: 13px;
  line-height: 1.55;
}

.sg-enquiry__form .pbt-private-consultation__status:not(:empty) {
  padding: 13px 15px;
  border-left: 2px solid #a67f5e;
  background: rgba(166, 127, 94, .08);
}

.sg-enquiry__form .pbt-private-consultation__status.is-success {
  border-left-color: #587b65;
  background: rgba(88, 123, 101, .09);
  color: #536451;
}

.sg-enquiry__form .pbt-private-consultation__status.is-error {
  border-left-color: #8a463e;
  background: rgba(138, 70, 62, .08);
  color: #743c35;
}

.sg-enquiry__form .pbt-private-consultation__status:empty {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .sg-enquiry__actions .pbt-private-consultation__submit:hover {
    border-color: #a67f5e;
    background: #a67f5e;
    box-shadow: none;
    transform: none;
  }

  .sg-enquiry__actions .sg-button:hover {
    border-color: #a67f5e;
    background: rgba(166, 127, 94, .1);
    color: #42332a;
    box-shadow: none;
    transform: none;
  }

  .sg-enquiry__actions :is(.pbt-private-consultation__submit, .sg-button):hover .sg-enquiry__action-icon::before {
    transform: translateX(3px);
  }
}

.sg-enquiry__actions :is(.pbt-private-consultation__submit, .sg-button):active .sg-enquiry__action-icon::before {
  transform: translateX(1px);
}

.sg-enquiry__actions .pbt-private-consultation__submit:active {
  border-color: #42332a;
  background: #42332a;
}

.sg-enquiry__actions .sg-button:active {
  background: rgba(166, 127, 94, .05);
}

.sg-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.sg-links {
  padding-block: clamp(58px, 5.5vw, 82px);
  background: var(--sg-paper);
}

.sg-links .sg-shell {
  display: grid;
  grid-template-columns: minmax(280px, .65fr) minmax(0, 1fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
}

.sg-links h2 {
  max-width: 680px;
  font-size: clamp(36px, 3.3vw, 58px);
}

.sg-links nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--sg-line);
}

.sg-links nav a {
  position: relative;
  padding: 17px 34px 17px 0;
  border-bottom: 1px solid var(--sg-line);
  color: var(--sg-brown-dark);
  font-size: 14px;
  font-weight: 400;
}

.sg-links nav a:nth-child(odd) {
  margin-right: 28px;
}

.sg-links nav a::after {
  position: absolute;
  right: 2px;
  content: "↗";
}

.security-guard-pod-page .pods-footer-exact {
  margin: 0;
}

.security-guard-pod-page.is-enhanced .sg-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms cubic-bezier(.2,.65,.3,1);
}

.security-guard-pod-page.is-enhanced .sg-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (min-width: 1180px) and (max-width: 1399px) {
  .sg-enquiry .pbt-private-consultation__folio {
    grid-template-columns: minmax(0, 1.2fr) minmax(420px, .8fr);
  }

  .sg-enquiry__form {
    padding: clamp(54px, 4vw, 66px) clamp(38px, 4vw, 56px);
  }

  .sg-enquiry__form .pbt-private-consultation__section-heading h3 {
    font-size: clamp(58px, 4.8vw, 68px);
  }

  .sg-enquiry__intro-copy {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .sg-enquiry__intro-copy > p + p {
    padding: 0;
    border-left: 0;
  }

  .sg-enquiry__form .pbt-private-consultation__fields {
    column-gap: clamp(26px, 2.4vw, 32px);
  }
}

@media (max-width: 1179px) {
  .sg-enquiry .pbt-private-consultation__folio {
    grid-template-columns: minmax(0, 1fr);
  }

  .sg-enquiry__image {
    order: -1;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .sg-enquiry__image img {
    object-fit: cover;
    object-position: 50% 55%;
    transform: none;
  }

  .sg-enquiry__panel {
    order: 0;
  }

  .sg-enquiry__form {
    max-width: none;
    padding: clamp(30px, 5vw, 48px);
  }

  .sg-enquiry__intro-copy {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .sg-enquiry__intro-copy > p + p {
    padding: 0;
    border-left: 0;
  }
}

@media (max-width: 1199px) {
  body.security-guard-pod-page {
    --sg-section: clamp(64px, 7vw, 80px);
  }

  .sg-site-header .custom-btn:first-child {
    display: none;
  }

  .sg-hero__media {
    left: 42%;
    width: 58%;
  }

  .sg-hero__media img {
    object-position: 72% 50%;
  }

  .sg-config__layout,
  .sg-faq__layout {
    gap: clamp(48px, 6vw, 72px);
  }

  .sg-spec-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sg-at-glance__header,
  .sg-config__intro,
  .sg-scope__header,
  .sg-applications__header {
    gap: clamp(38px, 5vw, 62px);
  }

  .sg-interior__grid {
    grid-template-rows: clamp(200px, 22vw, 280px) clamp(260px, 28vw, 350px);
  }

  .sg-feature-list {
    gap: 0 18px;
  }

  .sg-feature-list li {
    min-height: 54px;
    font-size: 13px;
  }

  .sg-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sg-process__steps li:nth-child(2) {
    border-right: 0;
  }

  .sg-process__steps li:nth-child(4) {
    border-right: 0;
  }

  .sg-process__steps li:nth-child(n+3) {
    border-top: 1px solid var(--sg-line);
  }

  .sg-process__steps li:nth-child(3) {
    padding-left: 0;
  }

  .sg-process__steps li:nth-child(5) {
    grid-column: 1 / -1;
    padding-left: 0;
  }

}

@media (max-width: 1179px) {
  .essential-brief__board {
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
    grid-template-rows: auto auto;
    height: auto;
  }

  .essential-brief__title-block,
  .essential-brief__visual {
    height: clamp(300px, 37vw, 380px);
  }

  .essential-brief__title-block {
    grid-column: 1;
    grid-row: 1;
    padding: clamp(32px, 5vw, 46px);
  }

  .essential-brief__visual {
    grid-column: 2;
    grid-row: 1;
  }

  .essential-brief .essential-brief__image {
    object-position: 50% 56%;
  }

  .essential-brief__copy-block {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(26px, 4vw, 48px);
    align-items: end;
    padding: clamp(30px, 4vw, 42px) clamp(32px, 5vw, 46px);
    border-left: 0;
    border-top: 1px solid rgba(59, 45, 37, 0.14);
  }

  .sg-exterior__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: clamp(12px, 1.5vw, 14px);
  }

  .sg-exterior__dominant {
    grid-column: 1;
    grid-row: auto;
    height: clamp(480px, 68vw, 680px);
  }

  .sg-exterior__dominant img {
    object-position: 50% 45%;
  }

  .sg-exterior__copy {
    grid-column: 1;
    grid-row: auto;
    padding: clamp(34px, 5vw, 52px);
  }

  .sg-exterior__title-break {
    display: none;
  }

  .sg-exterior__gallery {
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    height: clamp(190px, 27vw, 280px);
  }

  .entry-story__masthead {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    gap: 36px;
  }

  .entry-story .entry-story__eyebrow {
    grid-column: 1 / -1;
    align-self: auto;
    display: block;
    justify-content: flex-start;
    transform: none;
    writing-mode: horizontal-tb;
  }

  .entry-story .entry-story__title {
    max-width: 16ch;
    font-size: clamp(44px, 6.4vw, 62px);
  }

  .entry-story__title-break {
    display: none;
  }

  .entry-story__gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 12px;
    height: auto;
  }

  .entry-story__main,
  .entry-story__support--context,
  .entry-story__details {
    grid-column: 1;
    grid-row: auto;
  }

  .entry-story__main {
    aspect-ratio: 4 / 3;
  }

  .entry-story__main img {
    object-position: 50% 64%;
  }

  .entry-story__support--context,
  .entry-story__details {
    height: clamp(190px, 26vw, 270px);
  }

  .entry-story__details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (max-width: 991px) {
  body.security-guard-pod-page {
    --sg-section: clamp(56px, 7.5vw, 72px);
  }

  .sg-shell {
    width: min(100% - clamp(36px, 5vw, 56px), 1680px);
  }

  .sg-hero {
    min-height: 84svh;
  }

  .sg-hero__shade {
    background:
      linear-gradient(90deg, #17110d 0%, rgba(23,17,13,.94) 40%, rgba(23,17,13,.56) 66%, rgba(23,17,13,.05) 100%),
      linear-gradient(0deg, rgba(17,12,9,.78), rgba(17,12,9,.04) 70%);
  }

  .sg-breadcrumb {
    margin-bottom: 42px;
  }

  .sg-interior__grid {
    grid-template-rows: 260px auto;
  }

  .sg-interior__dominant {
    grid-column: 1 / 8;
  }

  .sg-interior__support {
    grid-column: span 2;
  }

  .sg-feature-list {
    padding-top: 6px;
  }

  .sg-config__layout,
  .sg-faq__layout {
    grid-template-columns: minmax(240px, .6fr) minmax(0, 1fr);
  }

  .sg-at-glance__header,
  .sg-config__intro,
  .sg-scope__header,
  .sg-applications__header,
  .sg-mid-cta__inner,
  .sg-project-factors__inner,
  .sg-production__layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sg-config__cards {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .sg-config-card {
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
    grid-template-rows: auto;
    gap: 30px;
    align-items: stretch;
  }

  .sg-config-card__media {
    height: 100%;
    min-height: 320px;
  }

  .sg-config-card__copy {
    padding-block: 26px;
  }

  .sg-scope__grid {
    grid-template-columns: 1fr;
  }

  .sg-production__media {
    aspect-ratio: 16 / 9;
  }

  .sg-config__intro,
  .sg-faq__intro {
    position: static;
  }

  .sg-applications__inner,
  .sg-links .sg-shell {
    grid-template-columns: 1fr;
    gap: 36px;
  }

}

@media (max-width: 767px) {
  body.security-guard-pod-page {
    --sg-section: clamp(44px, 12vw, 56px);
    --sg-radius: 12px;
  }

  .sg-shell {
    width: calc(100% - 36px);
  }

  .security-guard-pod-page h2 {
    font-size: clamp(28px, 7.4vw, 32px);
    line-height: 1.02;
  }

  .security-guard-pod-page p {
    font-size: 15px;
    line-height: 1.62;
  }

  .security-guard-pod-page .sg-eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
    letter-spacing: .15em;
  }

  .sg-site-header .header-sticky {
    min-height: 72px;
    padding: 12px 0;
  }

  .sg-site-header .tp-header-logo img {
    width: 168px;
  }

  .sg-site-header .tp-offcanvas-open-btn {
    min-width: 64px;
  }

  .sg-site-header .tp-header-2-menu-bar button span {
    width: 44px;
    margin: 6px auto;
  }

  .sg-hero {
    display: block;
    min-height: 0;
    overflow: hidden;
    background: #30251f;
  }

  .sg-hero__media {
    position: relative;
    inset: auto;
    z-index: auto;
    width: 100%;
    height: clamp(300px, 38svh, 360px);
    aspect-ratio: auto;
    overflow: hidden;
    background: #d8cec2;
  }

  .sg-hero__media img {
    position: static;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 54%;
    transform: none;
    transition: none;
    filter: none;
  }

  .sg-hero__shade {
    display: none;
  }

  .sg-hero__content {
    width: 100%;
    min-height: 0;
    height: auto;
    margin: 0;
    padding: 31px 20px 34px;
    display: flex;
    align-items: stretch;
    background: #30251f;
  }

  .sg-breadcrumb {
    display: none;
  }

  .sg-hero .sg-eyebrow {
    margin: 0 0 17px;
    color: #c8a789;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: .15em;
    text-align: left;
    text-transform: uppercase;
  }

  .sg-hero h1 {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #f8f0e6;
    font-size: clamp(24px, 6.2vw, 27px);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: -.025em;
    text-align: left;
    text-shadow: none;
    text-wrap: pretty;
    overflow-wrap: break-word;
  }

  .sg-hero__copy {
    width: 100%;
    max-width: 100%;
    margin: 15px 0 25px;
    color: rgba(255, 248, 237, .74) !important;
    font-size: 14px !important;
    font-weight: 300;
    line-height: 1.62 !important;
    letter-spacing: 0;
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
    text-shadow: none;
    hyphens: auto;
    word-spacing: normal;
    overflow-wrap: break-word;
  }

  .sg-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    margin: 0 0 25px;
  }

  .sg-actions .sg-button {
    width: 100%;
    min-height: 50px;
    padding: 13px 18px;
    border-radius: 2px;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: .01em;
    white-space: normal;
  }

  .sg-actions .sg-button--light {
    border-color: rgba(248, 240, 230, .72);
    background: #f8f0e6;
    color: #30251f;
  }

  .sg-actions .sg-button--ghost {
    border-color: rgba(248, 240, 230, .34);
    background: transparent;
    color: #f8f0e6;
    backdrop-filter: none;
  }

  .sg-hero__proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 !important;
    border-top: 1px solid rgba(248, 240, 230, .18);
    font-size: 9px !important;
    line-height: 1.4 !important;
    letter-spacing: .08em;
  }

  .sg-hero__proof span {
    min-width: 0;
    padding: 13px 10px 13px 0;
    border-bottom: 1px solid rgba(248, 240, 230, .14);
    color: rgba(248, 240, 230, .66);
  }

  .sg-hero__proof span:nth-child(even) {
    padding-right: 0;
    padding-left: 10px;
  }

  .sg-hero__proof span:not(:last-child)::after {
    content: none;
  }

  .sg-at-glance {
    padding-block: 46px;
  }

  .sg-at-glance__header,
  .sg-config__intro,
  .sg-scope__header,
  .sg-applications__header {
    margin-bottom: 28px;
  }

  .sg-at-glance__header h2 {
    width: 100%;
    max-width: none;
    font-size: clamp(24px, 6.2vw, 27px);
    line-height: 1.08;
    text-wrap: normal;
  }

  .sg-at-glance__header > p,
  .sg-config__intro > p,
  .sg-scope__header > p,
  .sg-applications__header > p,
  .sg-project-factors__copy > p,
  .sg-production__copy > p:not(.sg-eyebrow) {
    font-size: 14px;
    line-height: 1.62;
    text-align: left;
    hyphens: none;
  }

  .sg-at-glance__header > p {
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
    hyphens: auto;
  }

  .sg-spec-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sg-spec-rail li {
    padding: 20px;
  }

  .sg-spec-rail h3 {
    min-height: 0;
    margin: 18px 0 10px;
    font-size: 18px;
  }

  .sg-spec-rail p {
    font-size: 13px;
  }

  .sg-section-head,
  .sg-config__layout,
  .sg-faq__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .sg-text-link {
    margin-top: 20px;
  }

  .essential-brief__inner {
    width: calc(100% - 32px);
  }

  .essential-brief__board {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    height: auto;
    border-top-width: 6px;
  }

  .essential-brief__title-block {
    grid-column: 1;
    grid-row: 1;
    height: auto;
    gap: 18px;
    padding: 28px 20px 27px;
    border-right: 0;
  }

  .essential-brief__visual {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    height: auto;
    max-height: 270px;
    aspect-ratio: 16 / 10;
  }

  .essential-brief .essential-brief__image {
    object-position: 50% 55%;
  }

  .essential-brief .essential-brief__title {
    width: 100%;
    max-width: none;
    font-size: clamp(24px, 6.2vw, 27px);
    line-height: 1.08;
    text-align: left;
    text-wrap: normal;
  }

  .essential-brief__copy-block {
    grid-column: 1;
    grid-row: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 25px 20px 29px;
    border: 0;
  }

  .essential-brief .essential-brief__copy {
    font-size: 14px;
    line-height: 1.65;
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
    hyphens: auto;
  }

  .sg-exterior {
    padding-block: 48px;
  }

  .sg-exterior > .sg-shell {
    width: calc(100% - 32px);
  }

  .sg-exterior__grid {
    gap: 12px;
  }

  .sg-exterior__dominant {
    height: clamp(410px, 112vw, 520px);
  }

  .sg-exterior__dominant img {
    object-position: 52% 44%;
  }

  .sg-exterior__copy {
    padding: 30px 22px 32px;
  }

  .sg-exterior__copy .sg-eyebrow {
    margin-bottom: 26px;
  }

  .sg-exterior__copy h2 {
    width: 100%;
    max-width: none;
    margin-bottom: 28px;
    font-size: clamp(20px, 5.3vw, 23px);
    line-height: 1.08;
    text-align: left;
    text-wrap: normal;
  }

  .sg-exterior__title-break {
    display: none !important;
  }

  .sg-exterior__copy > p:not(.sg-eyebrow) {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.68;
    hyphens: auto;
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
  }

  .sg-exterior__gallery {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 9px;
    height: clamp(135px, 39vw, 180px);
  }

  .sg-visual-note {
    margin-top: 14px !important;
    font-size: 11px !important;
  }

  .sg-section-head {
    margin-bottom: 28px;
  }

  .sg-section-head .sg-eyebrow {
    grid-column: auto;
    margin-bottom: -14px;
  }

  .sg-section-head > p:last-child {
    margin-top: -10px;
  }

  .sg-interior__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 10px;
  }

  .sg-interior__dominant {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .sg-interior__support,
  .sg-interior__support:nth-of-type(3) {
    grid-column: auto;
    aspect-ratio: 1 / 1;
  }

  .sg-feature-list {
    grid-column: 1 / -1;
    grid-row: auto;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 18px;
  }

  .sg-feature-list li {
    min-height: 48px;
  }

  .sg-elevation-strip {
    display: flex;
    gap: 12px;
    margin-inline: -18px;
    padding-inline: 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .sg-elevation-strip::-webkit-scrollbar {
    display: none;
  }

  .sg-elevation-strip .sg-media {
    flex: 0 0 84%;
    scroll-snap-align: start;
  }

  .entry-story {
    padding-block: clamp(42px, 12vw, 64px);
  }

  .entry-story__inner {
    width: calc(100% - 32px);
  }

  .entry-story__masthead {
    display: block;
    padding: 20px 0 26px;
  }

  .entry-story .entry-story__eyebrow {
    margin-bottom: 18px;
  }

  .entry-story .entry-story__title {
    width: 100%;
    max-width: none;
    margin-bottom: 24px;
    font-size: clamp(20px, 5.3vw, 23px);
    line-height: 1.08;
    text-align: left;
    text-wrap: normal;
  }

  .entry-story__title-break {
    display: none !important;
  }

  .entry-story .entry-story__copy {
    font-size: 15px;
    line-height: 1.68;
    hyphens: auto;
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
  }

  .entry-story__gallery {
    grid-template-columns: 1fr;
    gap: 8px;
    height: auto;
    margin-top: 10px;
  }

  .entry-story__main {
    aspect-ratio: 4 / 5;
  }

  .entry-story__main img {
    object-position: 50% 57%;
  }

  .entry-story__support--context {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .entry-story__support--context img {
    object-position: 50% 60%;
  }

  .entry-story__details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    height: auto;
  }

  .entry-story__details .entry-story__figure {
    aspect-ratio: 4 / 5;
  }

  .sg-config__cards {
    gap: 36px;
  }

  .sg-config-card {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sg-config-card__media {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .sg-config-card__copy {
    padding: 22px 0 0;
  }

  .sg-config-card h3 {
    margin-top: 14px;
    font-size: 20px;
  }

  .sg-config-card p {
    font-size: 14px;
  }

  .sg-config-card .sg-config-card__key {
    margin-top: 0;
    padding-top: 18px;
    font-size: 9px;
  }

  .sg-config__factors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 38px;
  }

  .sg-config__factors span {
    min-height: 62px;
    padding: 14px;
    font-size: 11px;
  }

  .sg-config__factors span:last-child {
    grid-column: 1 / -1;
  }

  .sg-config__cta {
    width: 100%;
  }

  .sg-mid-cta,
  .sg-project-factors {
    padding-block: 46px;
  }

  .sg-mid-cta__copy > p:not(.sg-eyebrow) {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.62;
  }

  .sg-mid-cta__actions,
  .sg-project-factors__copy .sg-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sg-mid-cta__actions .sg-button,
  .sg-project-factors__copy .sg-button {
    width: 100%;
  }

  .sg-scope-card {
    padding: 24px 20px;
  }

  .sg-scope-card h3 {
    margin: 16px 0 20px;
    font-size: 20px;
  }

  .sg-scope-card li {
    font-size: 13px;
  }

  .sg-scope__note {
    font-size: 12px !important;
  }

  .sg-production__media {
    aspect-ratio: 4 / 3;
  }

  .sg-production__copy .sg-text-link {
    margin-top: 22px;
  }

  .entry-story__support--door img {
    object-position: 50% 58%;
  }

  .entry-story__support--workspace img {
    object-position: 55% 61%;
  }

  .sg-config__intro h2,
  .sg-faq__intro h2 {
    margin-bottom: 18px;
  }

  .sg-config__rows li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    padding: 20px 0;
  }

  .sg-config__rows h3 {
    font-size: 19px;
  }

  .sg-config__rows p {
    font-size: 14px;
  }

  .sg-applications {
    padding-block: 48px;
  }

  .sg-applications__inner {
    gap: 28px;
  }

  .sg-location-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sg-location-ledger li {
    min-height: 60px;
    padding: 17px 14px;
    font-size: 15px;
  }

  .sg-applications__uses {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .sg-applications__uses li {
    padding: 12px 10px 12px 0;
    font-size: 13px;
  }

  .sg-applications__uses li:nth-child(even) {
    padding-left: 10px;
  }

  .sg-process__steps {
    grid-template-columns: 1fr;
  }

  .sg-process__steps li,
  .sg-process__steps li + li,
  .sg-process__steps li:nth-child(3) {
    padding: 22px 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--sg-line);
  }

  .sg-process__steps h3 {
    margin: 13px 0 9px;
    font-size: 19px;
  }

  .sg-process__steps p {
    font-size: 14px;
  }

  .sg-faq summary {
    padding: 20px 40px 20px 0;
    font-size: 17px;
  }

  .sg-faq details p {
    margin-bottom: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .sg-enquiry {
    padding: 0;
  }

  .sg-enquiry__image {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .sg-enquiry__image figcaption {
    right: 20px;
    bottom: 20px;
    left: 20px;
    font-size: 11px;
  }

  .sg-enquiry__form {
    padding: 30px 20px 36px;
  }

  .sg-enquiry__meta {
    align-items: flex-start;
    gap: 12px;
  }

  .sg-enquiry__meta p {
    font-size: 9px;
    letter-spacing: .13em;
  }

  .sg-enquiry__introduction {
    margin: 0;
  }

  .sg-enquiry__form .pbt-private-consultation__section-heading h3 {
    margin-bottom: 22px;
    font-size: clamp(44px, 13vw, 54px);
    line-height: .95;
  }

  .sg-enquiry__intro-copy {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .sg-enquiry__intro-copy > p + p {
    padding: 0;
    border-left: 0;
  }

  .sg-enquiry__form .pbt-private-consultation__introduction {
    font-size: 15px;
  }

  .sg-enquiry__form .pbt-private-consultation__fields {
    grid-template-columns: 1fr;
    row-gap: 28px;
    column-gap: 0;
    margin-top: 26px;
  }

  .sg-enquiry__form .commission-field--wide {
    grid-column: auto;
  }

  .sg-enquiry__form .commission-field__surface > input,
  .sg-enquiry__form .commission-field__surface > textarea,
  .sg-enquiry__form .commission-select__trigger {
    font-size: 16px;
  }

  .sg-enquiry__form .commission-select__menu {
    inset-inline: 0;
    width: 100%;
    max-width: 100%;
    max-height: min(238px, var(--dropdown-available-height, 238px));
  }

  .sg-enquiry__actions {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .sg-enquiry__actions .pbt-private-consultation__submit,
  .sg-enquiry__actions .sg-button {
    width: 100%;
    min-height: 62px;
  }

  .sg-enquiry__action-label {
    padding-inline: 20px;
  }

  .sg-links {
    padding-block: 44px;
  }

  .sg-links .sg-shell {
    gap: 28px;
  }

  .sg-links nav {
    grid-template-columns: 1fr;
  }

  .sg-links nav a:nth-child(odd) {
    margin-right: 0;
  }

  .security-guard-pod-page .pods-footer-exact {
    padding-bottom: 84px !important;
  }
}

@media (max-width: 430px) {
  .sg-spec-rail {
    grid-template-columns: 1fr;
  }

  .sg-spec-rail li {
    min-height: 0;
  }

  .sg-applications__uses ul {
    grid-template-columns: 1fr;
  }

  .sg-applications__uses li:nth-child(even) {
    padding-left: 0;
  }

  .sg-applications li {
    min-width: 136px;
  }
}

@media (max-width: 350px) {
  .sg-shell {
    width: calc(100% - 28px);
  }

  .sg-exterior__gallery {
    grid-template-columns: 1fr;
    height: auto;
  }

  .sg-exterior__support {
    height: 160px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .security-guard-pod-page *,
  .security-guard-pod-page *::before,
  .security-guard-pod-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .security-guard-pod-page.is-enhanced .sg-reveal {
    opacity: 1;
    transform: none;
  }

  .sg-enquiry__action-icon::before,
  .sg-enquiry__form .commission-select__menu {
    transform: none !important;
  }
}

/* One responsive display scale for every primary page heading. */
.security-guard-pod-page {
  --sg-primary-heading-size: clamp(40px, 3.65vw, 64px);
}

.security-guard-pod-page .sg-hero h1,
.security-guard-pod-page main section h2,
.security-guard-pod-page .sg-enquiry__form .pbt-private-consultation__section-heading h3 {
  font-size: var(--sg-primary-heading-size) !important;
}

@media (max-width: 767px) {
  .security-guard-pod-page {
    --sg-primary-heading-size: clamp(23px, 6vw, 26px);
  }
}
