/*
Theme Name: Baker Roofing Theme
Author: RedKite.io
Author URI: https://thinkshiftinc.com/
Description: Working theme for the Baker Roofing rebuild based on the Baker Roofing source theme
Requires at least: WordPress 6.9.0
Version: 0.2.0
License: GNU General Public License v2
License URI: LICENSE
Text Domain: baker-roofing-theme
*/

/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .break-all {
    word-break: break-all;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .overline {
    text-decoration-line: overline;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
:root {
  --brand-primary: #622d50;
  --brand-primary-deep: #542444;
  --brand-supporting-orange: #f18a00;
  --brand-supporting-navy: #1c1f2a;
  --brand-accent-gold: #966d4f;
  --brand-accent-gold-deep: #815b3f;
  --brand-accent-crimson: #c10230;
  --brand-off-white: #f5f5f5;
  --brand-grey: #cccccc;
  --brand-dark-grey: #727478;
  --brand-darker-grey: #646464;
  --deep-purple: rgb(20, 5, 10);
  --translucent-black: rgba(0, 0, 14, 0.79);
  --light-grey-1: rgb(173, 181, 189);
  --navy-tint-2: #e0dee3;
  --navy-tint-3: #eae9ee;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@charset "UTF-8";
/**
 * WordPress Admin Bar adjustments
 *
 * Usage:
 * @include adj-sticky-top(0px);
 */
body {
  --adjust-wp-bar: 0px;
}
@media screen and (min-width: 601px) {
  body.customize-support {
    --adjust-wp-bar: 46px;
  }
}
@media screen and (min-width: 782px) {
  body.customize-support {
    --adjust-wp-bar: 32px;
  }
}

/**
 * Grid pattern background
 *
 * Tiles Brent's SVG grid pattern behind a block using ::before.
 * The parent must have position: relative set separately.
 *
 * Usage:
 * @include grid-pattern-bg('light');
 * @include grid-pattern-bg('dark');
 */
.baker-blocks-wrapper > .alignfull {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100vw;
  width: 100vw;
}

.baker-blocks-wrapper > .alignwide {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: min(1440px, 100vw);
  max-width: min(1440px, 100vw);
}

.baker-blocks-wrapper :where([class*=wp-block-]:not([class*=wp-block-baker-theme]) a:not(.wp-element-button)), .editor-styles-wrapper :where([class*=wp-block-]:not([class*=wp-block-baker-theme]) a:not(.wp-element-button)) {
  color: #165051;
  text-decoration: underline;
}
.baker-blocks-wrapper :where([class*=wp-block-]:not([class*=wp-block-baker-theme]) a:not(.wp-element-button)):hover, .baker-blocks-wrapper :where([class*=wp-block-]:not([class*=wp-block-baker-theme]) a:not(.wp-element-button)):focus, .editor-styles-wrapper :where([class*=wp-block-]:not([class*=wp-block-baker-theme]) a:not(.wp-element-button)):hover, .editor-styles-wrapper :where([class*=wp-block-]:not([class*=wp-block-baker-theme]) a:not(.wp-element-button)):focus {
  text-decoration: none;
}
.baker-blocks-wrapper .has-text-color:not(.has-link-color) a:not(.wp-element-button), .editor-styles-wrapper .has-text-color:not(.has-link-color) a:not(.wp-element-button) {
  color: inherit;
}

h2.wp-block-heading {
  font-family: "field-gothic-xcondensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(2.5rem, 7vw, 7rem);
  line-height: 0.8;
  letter-spacing: -0.01em;
  margin: 20px 0;
}

.wp-block-heading {
  margin: 0.5em 0;
}

.wp-block-button__link {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}
.wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='22' viewBox='0 0 14 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-1.23978e-05 21.7805L5.2821 21.7805L13.3003 10.8004L5.76463 -6.97061e-06L0.33365 -6.49581e-06L7.59725 10.8004L-1.23978e-05 21.7805Z' fill='%23f5f5f5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.wp-block-button__link:hover {
  background-color: #d42f1a;
}

ul.wp-block-list {
  list-style: disc;
  margin: 0;
}
ul.wp-block-list li {
  margin-left: 20px;
  padding: 0 0 10px;
}

ol.wp-block-list {
  list-style: auto;
  margin: 0;
}
ol.wp-block-list li {
  margin-left: 20px;
  padding: 0 0 10px;
}

.wp-block-group .baker-shell,
.wp-block-columns .baker-shell {
  max-width: 100% !important;
}

.wp-block-group.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1440px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-block-group.is-style-light-grid,
.wp-block-columns.is-style-light-grid {
  isolation: isolate;
  position: relative;
}
.wp-block-group.is-style-light-grid::before,
.wp-block-columns.is-style-light-grid::before {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/wp-content/themes/baker-roofing-theme/assets/images/design/grid-pattern-light.svg");
  background-repeat: repeat;
  background-position: top center;
  background-size: auto;
}
.wp-block-group.is-style-dark-grid,
.wp-block-columns.is-style-dark-grid {
  isolation: isolate;
  position: relative;
}
.wp-block-group.is-style-dark-grid::before,
.wp-block-columns.is-style-dark-grid::before {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/wp-content/themes/baker-roofing-theme/assets/images/design/grid-pattern-dark.svg");
  background-repeat: repeat;
  background-position: top center;
  background-size: auto;
}

.wp-block-table table th {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "field-gothic-xcondensed", sans-serif;
  text-align: left;
  background-color: #3B3835;
  color: #F5F5F5;
  border: 0;
  line-height: 1;
}
.wp-block-table table td {
  border: 0;
}
.wp-block-table table tr:nth-child(odd) {
  background-color: #fff;
}
.wp-block-table table tfoot tr, .wp-block-table table tfoot tr:nth-child(odd) {
  background-color: #F5F5F5;
  font-size: 0.85rem;
  font-style: italic;
}

.baker-page-hero {
  display: flex;
  flex-direction: column;
}

.baker-page-hero__top {
  display: flex;
  flex-direction: column;
  isolation: isolate;
  min-height: clamp(520px, 52vw, 755px);
  overflow: hidden;
  position: relative;
}
.baker-page-hero__top::after {
  background: linear-gradient(105deg, rgba(59, 56, 53, 0.85) 0%, rgba(59, 56, 53, 0.55) 60%, rgba(59, 56, 53, 0.2) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.baker-page-hero__bg {
  inset: 0;
  position: absolute;
  z-index: 0;
}
.baker-page-hero__bg img,
.baker-page-hero__bg video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.baker-page-hero__inner {
  align-items: flex-start;
  color: #F5F5F5;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 96px;
  padding-top: calc(62px + 40px);
  position: relative;
  width: 100%;
  z-index: 2;
}
.baker-page-hero__inner > * {
  max-width: 568px;
}
@media (min-width: 1024px) {
  .baker-page-hero__inner {
    padding-bottom: 96px;
    padding-top: calc(88px + 40px);
  }
}

.baker-page-hero__overline {
  color: #FD3A20;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.baker-page-hero__title {
  font-size: clamp(3.25rem, 7.5vw, 6.125rem);
  font-weight: 600;
  line-height: 0.776;
  margin: 0 0 20px;
  max-width: 588px;
  text-transform: uppercase;
}

.baker-page-hero__body {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 27px;
  max-width: 500px;
}

.baker-page-hero--has-infobox .baker-page-hero__inner {
  padding-bottom: 164px;
}

.archive .baker-page-hero__infobox {
  background-color: #3B3835;
  border-radius: 4px;
  margin: -97px auto 0;
  padding: 40px;
  position: relative;
  width: calc(100% - 20px * 2);
  z-index: 1;
}
@media (min-width: 1024px) {
  .archive .baker-page-hero__infobox {
    max-width: 1296px;
    padding: 72px 40px;
    width: calc(100% - 72px * 2);
  }
}
@media (min-width: 1280px) {
  .archive .baker-page-hero__infobox {
    padding: 72px 0;
  }
}

.baker-page-hero__infobox-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  position: relative;
}
@media (min-width: 1280px) {
  .baker-page-hero__infobox-item {
    padding: 0 45px;
  }
  .baker-page-hero__infobox-item:first-child {
    padding-left: 0;
  }
  .baker-page-hero__infobox-item:last-child {
    padding-right: 0;
  }
  .baker-page-hero__infobox-item + .baker-page-hero__infobox-item::before {
    background-color: rgba(245, 245, 245, 0.25);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
}

.baker-page-hero__infobox-label {
  color: #D0BA95;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1875rem;
  margin: 0;
  text-transform: uppercase;
}

.baker-page-hero__infobox-content {
  color: #F5F5F5;
  font-size: 1.25rem;
  line-height: 1.5;
}

#baker-taxonomy-filters-form {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
  width: 100%;
}
@media (min-width: 640px) {
  #baker-taxonomy-filters-form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  #baker-taxonomy-filters-form {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1280px) {
  #baker-taxonomy-filters-form .baker-taxonomy-dropdown + .baker-taxonomy-dropdown::before {
    background-color: rgba(245, 245, 245, 0.2);
    content: "";
    height: 45px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
}
.baker-page-hero__infobox .baker-taxonomy-dropdown {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: auto;
}
@media (min-width: 1280px) {
  .baker-page-hero__infobox .baker-taxonomy-dropdown {
    padding: 0 45px;
  }
  .baker-page-hero__infobox .baker-taxonomy-dropdown:first-child {
    padding-left: 0;
  }
  .baker-page-hero__infobox .baker-taxonomy-dropdown:last-child {
    padding-right: 0;
  }
}
.baker-page-hero__infobox .baker-taxonomy-dropdown__label {
  color: #D0BA95;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
}
.baker-page-hero__infobox .baker-taxonomy-dropdown__trigger {
  background: transparent;
  border-radius: 0;
  color: #F5F5F5;
  font-size: 1.25rem;
  font-weight: 400;
  justify-content: flex-start;
  padding: 0;
  transition: color 0.2s;
}
.baker-page-hero__infobox .baker-taxonomy-dropdown__trigger:hover, .baker-page-hero__infobox .baker-taxonomy-dropdown__trigger:focus {
  background: transparent;
  color: #D0BA95;
}
.baker-page-hero__infobox .baker-taxonomy-dropdown__trigger__text {
  max-width: none;
}
.baker-page-hero__infobox .baker-taxonomy-dropdown__trigger::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%23f5f5f5' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  height: 7px;
  margin-left: 10px;
  width: 11px;
}
.baker-page-hero__infobox .baker-taxonomy-dropdown__options {
  background-color: #3B3835;
  border-radius: 0 0 4px 4px;
  top: calc(100% + 8px);
}
.baker-page-hero__infobox .baker-taxonomy-dropdown__option__button {
  color: #F5F5F5;
}
.baker-page-hero__infobox .baker-taxonomy-dropdown__option__button:hover {
  background-color: #FD3A20;
  color: #F5F5F5;
}

.baker-projects-filters {
  padding-bottom: 0;
  padding-top: 48px;
}

.baker-projects-filters__form {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 60px;
}
@media (min-width: 1024px) {
  .baker-projects-filters__form {
    align-items: center;
    flex-wrap: nowrap;
  }
}
.baker-projects-filters__form .baker-taxonomy-dropdown {
  flex: 1 1 200px;
  gap: 6px;
  min-width: 0;
  width: auto;
}
@media (min-width: 1024px) {
  .baker-projects-filters__form .baker-taxonomy-dropdown {
    flex: 1 1 0;
  }
}
.baker-projects-filters__form .baker-taxonomy-dropdown__label {
  color: #FD3A20;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
}
.baker-projects-filters__form .baker-taxonomy-dropdown__trigger {
  background: transparent;
  border-radius: 0;
  color: #3B3835;
  font-size: 1.25rem;
  font-weight: 400;
  justify-content: flex-start;
  padding: 0;
  transition: color 0.2s;
}
.baker-projects-filters__form .baker-taxonomy-dropdown__trigger:hover, .baker-projects-filters__form .baker-taxonomy-dropdown__trigger:focus {
  background: transparent;
  color: #FD3A20;
}
.baker-projects-filters__form .baker-taxonomy-dropdown__trigger__text {
  max-width: none;
}
.baker-projects-filters__form .baker-taxonomy-dropdown__trigger::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%233b3835' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  height: 7px;
  margin-left: 10px;
  width: 11px;
}
.baker-projects-filters__form .baker-taxonomy-dropdown__options {
  top: calc(100% + 8px);
}

.baker-projects-filters__clear {
  border-bottom: 1px solid #FD3A20;
  color: #FD3A20;
  cursor: pointer;
  flex: 0 0 auto;
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  padding: 4px 0;
  position: relative;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  .baker-projects-filters__clear::before {
    background-color: #DAD5D1;
    content: "";
    height: 50px;
    position: absolute;
    right: calc(100% + 30px);
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
}
.baker-projects-filters__clear:hover {
  border-bottom-color: #d42f1a;
  color: #d42f1a;
}

.baker-insights-filters {
  padding-bottom: 0;
  padding-top: 48px;
}

.baker-insights-filters__form {
  align-items: center;
  display: flex;
  gap: 60px;
}
.baker-insights-filters__form .baker-taxonomy-dropdown {
  gap: 6px;
  width: auto;
}
.baker-insights-filters__form .baker-taxonomy-dropdown__label {
  color: #FD3A20;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
}
.baker-insights-filters__form .baker-taxonomy-dropdown__trigger {
  background: transparent;
  border-radius: 0;
  color: #3B3835;
  font-size: 1.25rem;
  font-weight: 400;
  justify-content: flex-start;
  padding: 0;
  transition: color 0.2s;
}
.baker-insights-filters__form .baker-taxonomy-dropdown__trigger:hover, .baker-insights-filters__form .baker-taxonomy-dropdown__trigger:focus {
  background: transparent;
  color: #FD3A20;
}
.baker-insights-filters__form .baker-taxonomy-dropdown__trigger__text {
  max-width: none;
}
.baker-insights-filters__form .baker-taxonomy-dropdown__trigger::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%233b3835' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  height: 7px;
  margin-left: 10px;
  width: 11px;
}
.baker-insights-filters__form .baker-taxonomy-dropdown__options {
  top: calc(100% + 8px);
}

.baker-insights-filters__clear {
  border-bottom: 1px solid #FD3A20;
  color: #FD3A20;
  cursor: pointer;
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  padding: 4px 0;
  position: relative;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
.baker-insights-filters__clear::before {
  background-color: #DAD5D1;
  content: "";
  height: 50px;
  position: absolute;
  right: calc(100% + 30px);
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.baker-insights-filters__clear:hover {
  border-bottom-color: #d42f1a;
  color: #d42f1a;
}

.baker-projects-archive {
  padding-top: 48px;
  padding-bottom: 80px;
  width: 100%;
}

.baker-projects-archive__grid {
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .baker-projects-archive__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.baker-projects-archive__grid {
  width: 100%;
}
.baker-projects-archive__grid .baker-project-card {
  min-width: 0;
  width: 100%;
}
.baker-projects-archive__grid .baker-project-card__image-wrapper {
  aspect-ratio: 715/452;
}
.baker-projects-archive__grid .baker-project-card__content {
  gap: 12px;
  padding: 32px;
}
@media (max-width: 639px) {
  .baker-projects-archive__grid .baker-project-card__content {
    padding: 20px;
  }
}
.baker-projects-archive__grid .baker-project-card__title {
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 600;
  gap: 16px;
  letter-spacing: -0.01em;
  line-height: 1;
  text-transform: uppercase;
}
@supports (leading-trim: both) {
  .baker-projects-archive__grid .baker-project-card__title {
    leading-trim: both;
    text-box-trim: trim-both;
  }
}
@media (min-width: 768px) {
  .baker-projects-archive__grid .baker-project-card__title {
    font-size: 48px;
    line-height: 0.833;
  }
}
.baker-projects-archive__grid .baker-project-card__arrow {
  display: flex;
  flex-shrink: 0;
  line-height: 0;
}
.baker-projects-archive__grid .baker-project-card__arrow svg {
  display: block;
  height: 22px;
  width: 14px;
}
.baker-projects-archive__grid .baker-project-card__tag {
  line-height: 20px;
}
.baker-projects-archive__grid .baker-project-card__location {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.baker-projects-archive__grid .baker-project-card__location span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.baker-insights-archive {
  padding-top: 48px;
  padding-bottom: 80px;
  width: 100%;
}

.baker-insights-archive__grid {
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .baker-insights-archive__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .baker-insights-archive__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.baker-insights-archive__grid {
  width: 100%;
}
.baker-insights-archive__grid .baker-insight-card {
  min-width: 0;
  width: 100%;
}

#baker-insights-archive-hero {
  max-width: 350px;
}

.is-style-lead,
.is-style-teal-lead {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.is-style-teal-lead {
  color: #165051;
}

.is-style-overline {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #FD3A20;
  margin-bottom: 0 !important;
}

.baker-shell {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .baker-shell {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .baker-shell {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.baker-shell {
  width: 100%;
}

.baker-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

html {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 16px;
  background-color: #F5F5F5;
}

p {
  line-height: 1.6;
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "field-gothic-xcondensed", sans-serif;
}

.editor-post-title__input,
.wp-block-post-title {
  font-family: "field-gothic-xcondensed", sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.linkedin-button {
  height: 26px;
  width: 26px;
  flex-shrink: 0;
}

.spacer {
  height: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .spacer {
    height: 36px;
    margin-bottom: 36px;
  }
}

.baker-round-top {
  position: relative;
}
.baker-round-top::before {
  height: 20px;
  width: 100%;
  background-color: white;
  border-radius: 20px 20px 0 0;
  content: "";
  left: 0;
  position: absolute;
  top: -20px;
  z-index: 3;
}

.baker-toc-round-top::before {
  width: 100%;
}
@media (min-width: 768px) {
  .baker-toc-round-top::before {
    width: calc(100% - 260px);
  }
}
@media (min-width: 1024px) {
  .baker-toc-round-top::before {
    width: calc(100% - 300px);
  }
}
.baker-toc-round-top::before {
  content: "";
  height: 48px;
  background-color: white;
  border-radius: 20px 20px 0 0;
  position: absolute;
  right: 0;
  top: -48px;
  z-index: 3;
}

h1,
h2 {
  font-size: clamp(2.5rem, 7vw, 7rem);
  line-height: 1.15;
}

h3 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.15;
}

h4 {
  font-size: clamp(1.5rem, 4vw, 3rem);
  line-height: 1.15;
}

main .baker-thin-font-weight {
  font-weight: 300;
}
main .baker-lead-paragraph {
  font-weight: 300;
  font-size: 1.25rem;
  color: #FD3A20;
}
main .baker-extra-bold-font {
  font-family: "field-gothic-xcondensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
main .baker-gutter {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  main .baker-gutter {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  main .baker-gutter {
    padding-left: 72px;
    padding-right: 72px;
  }
}
main .baker-wp-loop-wrapper .baker-blocks-wrapper {
  position: relative;
  overflow: clip;
  z-index: 0;
}
main .baker-wp-loop-wrapper .baker-blocks-wrapper > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width),
main .baker-wp-loop-wrapper .baker-blocks-wrapper .baker-block__is-full-width > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  main .baker-wp-loop-wrapper .baker-blocks-wrapper > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width),
  main .baker-wp-loop-wrapper .baker-blocks-wrapper .baker-block__is-full-width > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width) {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  main .baker-wp-loop-wrapper .baker-blocks-wrapper > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width),
  main .baker-wp-loop-wrapper .baker-blocks-wrapper .baker-block__is-full-width > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width) {
    padding-left: 72px;
    padding-right: 72px;
  }
}
main .baker-wp-loop-wrapper .baker-blocks-wrapper > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width):not(.baker-accordion):not(.baker-media-text):not(.baker-image-offset-text):not(.wp-block-heading),
main .baker-wp-loop-wrapper .baker-blocks-wrapper .baker-block__is-full-width > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width):not(.baker-accordion):not(.baker-media-text):not(.baker-image-offset-text):not(.wp-block-heading) {
  margin-bottom: 1em;
}
main .baker-wp-loop-wrapper .baker-blocks-wrapper.baker-has-toc > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width),
main .baker-wp-loop-wrapper .baker-blocks-wrapper.baker-has-toc .baker-block__is-full-width > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  main .baker-wp-loop-wrapper .baker-blocks-wrapper.baker-has-toc > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width),
  main .baker-wp-loop-wrapper .baker-blocks-wrapper.baker-has-toc .baker-block__is-full-width > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width) {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  main .baker-wp-loop-wrapper .baker-blocks-wrapper.baker-has-toc > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width),
  main .baker-wp-loop-wrapper .baker-blocks-wrapper.baker-has-toc .baker-block__is-full-width > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width) {
    padding-left: 72px;
    padding-right: 72px;
  }
}
main .baker-wp-loop-wrapper .baker-blocks-wrapper.narrow-width-blocks > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width):is(p), main .baker-wp-loop-wrapper .baker-blocks-wrapper.narrow-width-blocks > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width).wp-block-heading, main .baker-wp-loop-wrapper .baker-blocks-wrapper.narrow-width-blocks > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width).wp-block-list, main .baker-wp-loop-wrapper .baker-blocks-wrapper.narrow-width-blocks > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width).wp-block-image, main .baker-wp-loop-wrapper .baker-blocks-wrapper.narrow-width-blocks > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width).wp-block-quote, main .baker-wp-loop-wrapper .baker-blocks-wrapper.narrow-width-blocks > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width).wp-block-gallery, main .baker-wp-loop-wrapper .baker-blocks-wrapper.narrow-width-blocks > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width).wp-block-columns,
main .baker-wp-loop-wrapper .baker-blocks-wrapper.narrow-width-blocks .baker-block__is-full-width > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width):is(p),
main .baker-wp-loop-wrapper .baker-blocks-wrapper.narrow-width-blocks .baker-block__is-full-width > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width).wp-block-heading,
main .baker-wp-loop-wrapper .baker-blocks-wrapper.narrow-width-blocks .baker-block__is-full-width > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width).wp-block-list,
main .baker-wp-loop-wrapper .baker-blocks-wrapper.narrow-width-blocks .baker-block__is-full-width > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width).wp-block-image,
main .baker-wp-loop-wrapper .baker-blocks-wrapper.narrow-width-blocks .baker-block__is-full-width > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width).wp-block-quote,
main .baker-wp-loop-wrapper .baker-blocks-wrapper.narrow-width-blocks .baker-block__is-full-width > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width).wp-block-gallery,
main .baker-wp-loop-wrapper .baker-blocks-wrapper.narrow-width-blocks .baker-block__is-full-width > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width).wp-block-columns {
  max-width: 854px;
}
main .baker-wp-loop-wrapper .baker-blocks-wrapper.narrow-width-blocks > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width).wp-block-media-text, main .baker-wp-loop-wrapper .baker-blocks-wrapper.narrow-width-blocks > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width).baker-aio-carousel, main .baker-wp-loop-wrapper .baker-blocks-wrapper.narrow-width-blocks > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width).baker-aio-carousel-2,
main .baker-wp-loop-wrapper .baker-blocks-wrapper.narrow-width-blocks .baker-block__is-full-width > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width).wp-block-media-text,
main .baker-wp-loop-wrapper .baker-blocks-wrapper.narrow-width-blocks .baker-block__is-full-width > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width).baker-aio-carousel,
main .baker-wp-loop-wrapper .baker-blocks-wrapper.narrow-width-blocks .baker-block__is-full-width > *:not(.alignfull):not(.alignwide):not(.baker-block__is-full-width).baker-aio-carousel-2 {
  max-width: 1074px;
}
main .baker-wp-loop-wrapper .sm-width-block {
  max-width: 854px !important;
}
main .baker-wp-loop-wrapper .md-width-block {
  max-width: 1074px !important;
}
main .baker-wp-loop-wrapper.wp-block-image.block-width-full {
  max-width: 100% !important;
}
main .baker-wp-loop-wrapper .baker-block-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  main .baker-wp-loop-wrapper .baker-block-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  main .baker-wp-loop-wrapper .baker-block-content {
    padding-left: 72px;
    padding-right: 72px;
  }
}
main .baker-wp-loop-wrapper time {
  display: block;
}
main .baker-wp-loop-wrapper figcaption,
main .baker-wp-loop-wrapper time {
  color: #727478;
}
@media (min-width: 768px) {
  main .baker-wp-loop-wrapper .wp-block-media-text__content {
    margin-left: 48px;
  }
}

.wp-block-image.is-style-corner-crop img {
  clip-path: polygon(0% 0%, calc(100% - 66px) 0%, 100% 42px, 100% 100%, 0% 100%);
}
@media (min-width: 1024px) {
  .wp-block-image.is-style-corner-crop img {
    clip-path: polygon(0% 0%, calc(100% - 108px) 0%, 100% 69px, 100% 100%, 0% 100%);
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.header {
  position: sticky;
  top: calc(var(--adjust-wp-bar) + 0px);
  background-color: #FD3A20;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.header__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .header__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .header__container {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.header__container {
  display: flex;
  height: 62px;
  align-items: center;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 1280px) {
  .header__container {
    height: 88px;
  }
}
.header .baker-logo {
  flex-shrink: 0;
  margin-right: 28px;
}
.header .baker-logo img {
  width: 100px;
}
@media (min-width: 1280px) {
  .header .baker-logo img {
    width: 130px;
  }
}
.header__nav-main__desktop {
  margin-right: auto;
}
.header .nav-desktop {
  display: none;
}
@media (min-width: 1280px) {
  .header .nav-desktop {
    display: block;
  }
  .header .nav-desktop a {
    white-space: nowrap;
  }
  .header .nav-desktop,
  .header .nav-desktop li,
  .header .nav-desktop a,
  .header .nav-desktop .menu-main-container,
  .header .nav-desktop .menu-contact-container {
    height: 100%;
  }
  .header .nav-desktop a {
    transition: background-color 0.3s;
  }
  .header .nav-desktop a:hover, .header .nav-desktop a.active,
  .header .nav-desktop a [aria-hidden=false],
  .header .nav-desktop a [aria-expanded=true] {
    background-color: #d42f1a;
  }
  .header .nav-desktop a {
    display: flex;
    align-items: center;
    font-size: 1.0625rem;
    padding: 20px;
    text-decoration: none;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .header .nav-desktop a {
    padding: 24px;
  }
}
@media (min-width: 1280px) {
  .header .nav-desktop ul.menu {
    display: flex;
    height: 100%;
  }
  .header .nav-desktop ul.menu > li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    height: 10px;
    width: 6px;
    margin-left: 8px;
    background-image: url("/wp-content/themes/baker-roofing-theme/assets/images/icons/chevron-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s;
  }
  .header .nav-desktop ul.menu > li.menu-item-has-children[aria-expanded=true] > a::after {
    transform: rotate(180deg);
  }
  .header .nav-desktop ul.menu > li {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
  }
  .header .nav-desktop ul.sub-menu {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
    visibility: hidden;
  }
  .header .nav-desktop ul.sub-menu.active, .header .nav-desktop ul.sub-menu[aria-hidden=false] {
    visibility: visible;
    opacity: 1;
    transform: initial;
    pointer-events: auto;
  }
  .header .nav-desktop ul.sub-menu {
    background-color: #FD3A20;
    border-radius: 0 0 12px 12px;
    border-top: 1px solid #FD3A20;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
  }
  .header .nav-desktop .menu-careers-container {
    height: 100%;
  }
  .header .nav-desktop .menu-careers-container li > a {
    background-color: #FD3A20;
    transition: background-color 0.3s;
  }
  .header .nav-desktop .menu-careers-container li > a:hover, .header .nav-desktop .menu-careers-container li > a.active,
  .header .nav-desktop .menu-careers-container li > a [aria-hidden=false],
  .header .nav-desktop .menu-careers-container li > a [aria-expanded=true] {
    background-color: #d42f1a !important;
  }
  .header .nav-desktop .menu-careers-container > ul.menu > li > a {
    height: calc(100% + 8px);
  }
  .header .nav-desktop .menu-careers-container > ul.menu > li > a a {
    margin-top: -8px;
  }
  .header .nav-desktop .menu-careers-container > ul.menu > li > a:not([aria-expanded=true]) {
    border-radius: 0 0 12px 12px;
  }
  .header .nav-desktop .menu-careers-container ul.sub-menu {
    border-top: 1px solid #FD3A20;
    top: calc(100% - 8px);
  }
}
.header__search {
  display: none;
}
@media (min-width: 1280px) {
  .header__search {
    display: block;
    height: 100%;
    flex-shrink: 0;
    position: relative;
  }
  .header__search__button {
    transition: background-color 0.3s;
  }
  .header__search__button:hover, .header__search__button.active,
  .header__search__button [aria-hidden=false],
  .header__search__button [aria-expanded=true] {
    background-color: #d42f1a;
  }
  .header__search__button {
    height: 100%;
    cursor: pointer;
    padding: 20px;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .header__search__button {
    padding: 24px;
  }
}
@media (min-width: 1280px) {
  .header__search__button img {
    width: 24px;
    height: 24px;
  }
  .header__search__button img.close-icon {
    display: none;
  }
  .header__search__button[aria-expanded=true] img.close-icon {
    display: inline;
  }
  .header__search__button[aria-expanded=true] img.open-icon {
    display: none;
  }
  .header__search .search-form {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
    visibility: hidden;
  }
  .header__search .search-form.active, .header__search .search-form[aria-hidden=false] {
    visibility: visible;
    opacity: 1;
    transform: initial;
    pointer-events: auto;
  }
  .header__search .search-form {
    position: absolute;
    width: 450px;
    background-color: white;
    display: flex;
    top: 100%;
    right: 0;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .header__search .search-form input {
    color: #1c1f2a;
    flex: 1;
    padding: 20px;
    border-bottom-left-radius: inherit;
  }
  .header__search .search-form button {
    transition: background-color 0.3s;
  }
  .header__search .search-form button:hover, .header__search .search-form button.active,
  .header__search .search-form button [aria-hidden=false],
  .header__search .search-form button [aria-expanded=true] {
    background-color: #d42f1a;
  }
  .header__search .search-form button {
    background-color: #FD3A20;
    padding: 24px;
  }
  .header__search .search-form button img {
    width: 24px;
    height: 24px;
  }
}

.header__hamburger-button {
  display: flex;
  height: 100%;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  margin-left: auto;
}
.header__hamburger-button img {
  width: 28px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1280px) {
  .header__hamburger-button {
    display: none;
  }
}

html.mobile-menu-open,
body.mobile-menu-open {
  overflow: hidden;
}

body.mobile-menu-open {
  position: fixed;
  width: 100%;
}

@media (min-width: 1280px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu {
  display: block;
  visibility: hidden;
  height: 100vh;
  width: 100%;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: background-color 0.3s, visibility 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 999999;
}
.mobile-menu[aria-hidden=false] {
  visibility: visible;
  background-color: #646464;
  pointer-events: auto;
}
.mobile-menu[aria-hidden=false] .mobile-menu__container {
  transform: translateY(0);
}
.mobile-menu .header {
  position: initial;
  margin-top: var(--adjust-wp-bar);
}
.mobile-menu__wrapper {
  display: flex;
  height: 100svh;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.mobile-menu__container {
  width: 100%;
  transform: translateY(-100vh);
  transition: transform 0.5s;
}
@media (min-width: 1280px) {
  .mobile-menu__container {
    display: none;
  }
}
.mobile-menu__nav {
  background-color: #FD3A20;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.25);
  color: white;
  overflow: visible;
}
.mobile-menu__nav .search-form {
  display: flex;
  background-color: white;
}
.mobile-menu__nav .search-form input {
  color: #1c1f2a;
  flex: 1;
  padding: 20px;
}
.mobile-menu__nav .search-form button {
  transition: background-color 0.3s;
}
.mobile-menu__nav .search-form button:hover, .mobile-menu__nav .search-form button.active,
.mobile-menu__nav .search-form button [aria-hidden=false],
.mobile-menu__nav .search-form button [aria-expanded=true] {
  background-color: #d42f1a;
}
.mobile-menu__nav .search-form button {
  background-color: #FD3A20;
  padding: 20px;
}
.mobile-menu__nav .search-form button img {
  width: 24px;
  height: 24px;
}
.mobile-menu__nav a {
  display: block;
  font-size: 1.5rem;
  padding: 20px;
  text-decoration: none;
}
.mobile-menu__nav ul.menu > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 6px;
  margin-left: 8px;
  background-image: url("/wp-content/themes/baker-roofing-theme/assets/images/icons/chevron-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}
.mobile-menu__nav ul.menu > li.menu-item-has-children[aria-expanded=true] > a::after {
  transform: rotate(180deg);
}
.mobile-menu__nav ul.sub-menu {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.5s, opacity 0.5s;
}
.mobile-menu__nav ul.sub-menu.active, .mobile-menu__nav ul.sub-menu[aria-hidden=false] {
  max-height: 100vh;
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu__nav ul.sub-menu a {
  background-color: #d42f1a;
}
.mobile-menu__nav .menu-careers-container {
  background-color: #FD3A20;
  text-align: center;
}
.mobile-menu__nav .menu-careers-container ul.sub-menu a {
  background-color: #d42f1a !important;
}
.mobile-menu__footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .mobile-menu__footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .mobile-menu__footer {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.mobile-menu__footer {
  display: flex;
  width: 100%;
  color: white;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.baker-header {
  background: #F5F5F5;
  box-shadow: 0 2px 10px rgba(20, 18, 18, 0.08);
  max-width: 100%;
}
@media (max-width: 1023px) {
  .baker-header:has(.header__search__button[aria-expanded=true]) {
    overflow: visible;
  }
}
.baker-header:has(.menu-item[aria-expanded=true]) {
  overflow: visible;
}
.baker-header .baker-logo img {
  width: 86px;
}
@media (min-width: 1280px) {
  .baker-header .baker-logo img {
    width: 105px;
  }
}
.baker-header .header__utility {
  background: #f5f5f5;
  border-bottom: 1px solid #dad5d1;
  color: #3b3835;
  max-width: 100%;
  position: relative;
  z-index: 30;
}
.baker-header .header__utility__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .baker-header .header__utility__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .baker-header .header__utility__container {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.baker-header .header__utility__container {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  max-width: 100%;
  min-height: 43px;
  overflow: visible;
  padding-bottom: 12px;
  padding-top: 12px;
}
@media (min-width: 768px) {
  .baker-header .header__utility__container {
    gap: 24px;
  }
}
.baker-header .header__utility-actions, .baker-header .header__utility-link {
  align-items: center;
  display: flex;
}
.baker-header .header__utility-actions {
  flex: 0 0 auto;
  flex-shrink: 0;
  gap: 12px;
  margin-left: auto;
  position: relative;
}
@media (min-width: 768px) {
  .baker-header .header__utility-actions {
    gap: 16px;
  }
}
.baker-header .header__utility-link {
  color: #3b3835;
  flex: 0 0 auto;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 8px;
  line-height: 1.286;
  min-width: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
.baker-header .header__utility-link:hover, .baker-header .header__utility-link:focus-visible {
  color: #fd3a20;
}
.baker-header .header__utility-link--external {
  flex: 1 1 auto;
  justify-content: flex-start;
  min-width: 0;
  text-align: left;
}
.baker-header .header__utility-link--external .header__utility-link__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.baker-header .header__utility-link--service {
  background: none;
  border: 0;
  cursor: pointer;
  flex-shrink: 0;
  font-family: inherit;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
}
.baker-header .header__utility-link__text {
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .baker-header .header__utility-link--service .header__utility-link__text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}
.baker-header .header__utility-link--external::after {
  content: "↗";
  font-size: 0.875rem;
  flex-shrink: 0;
  line-height: 1;
}
.baker-header .header__utility-alert {
  display: block;
  flex-shrink: 0;
  height: 15px;
  width: 17px;
}
.baker-header .header__utility-divider {
  background: #3b3835;
  display: block;
  flex-shrink: 0;
  height: 21px;
  opacity: 0.45;
  width: 1px;
}
.baker-header .header__utility-search {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .baker-header .header__utility-search {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .baker-header .header__utility-search {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.baker-header .header__utility-search {
  box-sizing: border-box;
  left: 0;
  padding-top: 12px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 50;
}
.baker-header .header__utility-search:has(.search-form[aria-hidden=true]) {
  height: 0;
  overflow: hidden;
  padding-top: 0;
}
.baker-header .header__utility-search .search-form {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-16px);
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
  visibility: hidden;
}
.baker-header .header__utility-search .search-form.active, .baker-header .header__utility-search .search-form[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transform: initial;
  pointer-events: auto;
}
.baker-header .header__utility-search .search-form {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  display: flex;
  width: 100%;
}
.baker-header .header__utility-search .search-form input {
  flex: 1 1 auto;
  font-size: 16px;
  min-width: 0;
  padding: 16px;
  width: 100%;
}
.baker-header .header__utility-search .search-form button {
  background: #fd3a20;
  flex-shrink: 0;
  padding: 16px;
}
.baker-header .header__utility-search .search-form button:hover {
  background: #d6331d;
}
@media (min-width: 1024px) {
  .baker-header .header__utility-search .search-form {
    margin-left: auto;
    width: min(320px, 100%);
  }
}
@media (max-width: 1023px) {
  .baker-header .header__utility:has(.header__search__button[aria-expanded=true]) {
    overflow: visible;
  }
}
.baker-header .header__container.header__main {
  background: #F5F5F5;
  color: #3b3835;
  height: 100px;
  position: relative;
  z-index: 10;
}
.baker-header .header__search {
  display: block;
  flex-shrink: 0;
  height: auto;
  position: relative;
  z-index: 40;
}
.baker-header .header__search__label {
  font-size: 14px;
  line-height: 1.286;
  white-space: nowrap;
}
.baker-header .header__search__button {
  align-items: center;
  color: #3b3835;
  cursor: pointer;
  display: flex;
  gap: 8px;
  height: auto;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0;
}
.baker-header .header__search__button:hover, .baker-header .header__search__button:focus-visible {
  background: transparent;
  color: #fd3a20;
}
.baker-header .header__search__button[aria-expanded=true] {
  color: #3b3835;
}
.baker-header .header__search__button img {
  flex-shrink: 0;
  height: 14px;
  width: 14px;
}
.baker-header .header__search__button img.close-icon {
  display: none;
}
.baker-header .header__search__button[aria-expanded=true] img.close-icon {
  display: inline;
}
.baker-header .header__search__button[aria-expanded=true] img.open-icon {
  display: none;
}
@media (max-width: 1023px) {
  .baker-header .header__search__label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}
@media (min-width: 1280px) {
  .baker-header .nav-desktop a {
    align-items: center;
    background: transparent;
    color: #3b3835;
    font-family: "field-gothic-xcondensed", sans-serif;
    font-size: 1.75rem;
    line-height: 0.857;
    padding: 0;
    text-transform: uppercase;
  }
  .baker-header .nav-desktop a:hover, .baker-header .nav-desktop a:focus-visible, .baker-header .nav-desktop a[aria-expanded=true], .baker-header .nav-desktop a[aria-hidden=false] {
    background: transparent;
    color: #fd3a20;
  }
  .baker-header .nav-desktop ul.menu {
    align-items: center;
    gap: 44px;
  }
  .baker-header .nav-desktop ul.menu > li {
    height: auto;
    padding: 0;
  }
  .baker-header .nav-desktop ul.menu > li > a {
    height: auto;
  }
  .baker-header .nav-desktop ul.menu > li[aria-expanded=true] > a {
    color: #fd3a20;
  }
  .baker-header .nav-desktop ul.menu > li.menu-item-has-children > a::after {
    background-image: url("/wp-content/themes/baker-roofing-theme/assets/images/icons/chevron-down-dark.svg");
    height: 9px;
    margin-left: 10px;
    width: 6px;
  }
  .baker-header .nav-desktop ul.menu > li.menu-item-has-children[aria-expanded=true] > a::after {
    transform: rotate(180deg);
  }
  .baker-header .nav-desktop ul.menu > li.menu-item--mega {
    position: static;
  }
  .baker-header .nav-desktop ul.sub-menu {
    background: #fff;
    border: 1px solid #e3ddd7;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
    min-width: 280px;
    overflow: hidden;
    top: calc(100% + 36px);
  }
  .baker-header .nav-desktop ul.sub-menu a {
    color: #3b3835;
    font-size: 1.5rem;
    line-height: 0.917;
    padding: 16px 20px;
    text-transform: none;
  }
  .baker-header .nav-desktop ul.sub-menu a:hover {
    background: #F5F5F5;
  }
  .baker-header .nav-desktop .header-mega-menu {
    background: #f5f5f5;
    border-top: 1px solid #dad5d1;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(-16px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    visibility: hidden;
    z-index: 40;
  }
  .baker-header .nav-desktop .header-mega-menu[aria-hidden=false], .baker-header .nav-desktop .header-mega-menu.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }
  .baker-header .nav-desktop .header-mega-menu a:hover, .baker-header .nav-desktop .header-mega-menu a:focus-visible, .baker-header .nav-desktop .header-mega-menu a[aria-expanded=true], .baker-header .nav-desktop .header-mega-menu a[aria-hidden=false] {
    background: transparent;
  }
  .baker-header .nav-desktop .header-mega-menu::before {
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    top: -20px;
  }
  .baker-header .nav-desktop .header-mega-menu__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    align-items: flex-start;
    display: flex;
    gap: 72px;
    justify-content: space-between;
    min-height: 492px;
    padding-bottom: 72px;
    padding-top: 72px;
    position: relative;
  }
}
@media (min-width: 1280px) and (min-width: 768px) {
  .baker-header .nav-desktop .header-mega-menu__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1280px) and (min-width: 1024px) {
  .baker-header .nav-desktop .header-mega-menu__inner {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media (min-width: 1280px) {
  .baker-header .nav-desktop .header-mega-menu__groups {
    align-items: flex-start;
    display: flex;
    flex: 1 1 auto;
    gap: 72px;
    min-height: 348px;
  }
  .baker-header .nav-desktop .header-mega-menu__primary {
    display: flex;
    flex: 0 0 348px;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    min-height: 348px;
  }
  .baker-header .nav-desktop .header-mega-menu__primary-link {
    color: #3b3835;
    font-size: 4rem;
    line-height: 0.8125;
    text-decoration: none;
    text-transform: uppercase;
  }
  .baker-header .nav-desktop .header-mega-menu__primary-link.is-active, .baker-header .nav-desktop .header-mega-menu__primary-link:hover, .baker-header .nav-desktop .header-mega-menu__primary-link:focus-visible {
    color: #fd3a20;
  }
  .baker-header .nav-desktop .header-mega-menu__divider {
    align-self: flex-start;
    background-image: linear-gradient(#fd3a20, #fd3a20);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1px 100%;
    flex: 0 0 10.462px;
    height: 348px;
    position: relative;
  }
  .baker-header .nav-desktop .header-mega-menu__divider::after {
    background-image: url("/wp-content/themes/baker-roofing-theme/assets/images/icons/mega-menu-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 15.693px;
    left: 0;
    position: absolute;
    top: var(--mega-arrow-y, 10px);
    transition: top 0.25s ease;
    width: 10.462px;
  }
  .baker-header .nav-desktop .header-mega-menu__secondary-stack {
    flex: 0 0 220px;
    min-height: 348px;
    position: relative;
    width: 220px;
  }
  .baker-header .nav-desktop .header-mega-menu__secondary {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 10px 0;
    width: 220px;
  }
  .baker-header .nav-desktop .header-mega-menu__secondary:not(.is-active) {
    display: none;
  }
  .baker-header .nav-desktop .header-mega-menu__secondary[hidden] {
    display: none;
  }
  .baker-header .nav-desktop .header-mega-menu__secondary.is-active {
    display: flex;
  }
  .baker-header .nav-desktop .header-mega-menu__secondary-link {
    color: #3b3835;
    font-size: 1.5rem;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
  }
  .baker-header .nav-desktop .header-mega-menu__secondary-link:hover, .baker-header .nav-desktop .header-mega-menu__secondary-link:focus-visible {
    color: #fd3a20;
  }
  .baker-header .nav-desktop .header-mega-menu__feature {
    color: #3b3835;
    display: flex;
    flex: 0 0 411px;
    flex-direction: column;
    max-width: 411px;
    min-width: 0;
    position: relative;
    text-decoration: none;
  }
  .baker-header .nav-desktop .header-mega-menu__feature-image {
    aspect-ratio: 411/216;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
  }
  .baker-header .nav-desktop .header-mega-menu__feature-image img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .baker-header .nav-desktop .header-mega-menu__feature-tag {
    font-family: "trade-gothic-next", sans-serif;
    text-transform: none;
    background: #fd3a20;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #fff;
    font-size: 0.875rem;
    left: 26px;
    line-height: 1.429;
    padding: 12px;
    position: absolute;
    text-transform: uppercase;
  }
  .baker-header .nav-desktop .header-mega-menu__feature-content {
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    width: 100%;
  }
  .baker-header .nav-desktop .header-mega-menu__feature-title-row {
    align-items: flex-end;
    display: flex;
    gap: 16px;
    width: 100%;
  }
  .baker-header .nav-desktop .header-mega-menu__feature-title-row h3 {
    color: #3b3835;
    flex: 1 1 0;
    font-size: 3rem;
    line-height: 0.833;
    margin: 0;
    min-width: 0;
    overflow-wrap: break-word;
    text-transform: uppercase;
    white-space: normal;
    word-break: break-word;
  }
  .baker-header .nav-desktop .header-mega-menu__feature-title-row h3 svg {
    display: inline;
    margin: 4px 10px;
  }
  .baker-header .nav-desktop .header-mega-menu__feature-location {
    font-family: "trade-gothic-next", sans-serif;
    text-transform: none;
    align-items: center;
    color: #3b3835;
    display: flex;
    gap: 9px;
    margin: 0;
  }
  .baker-header .nav-desktop .header-mega-menu__feature-location img {
    height: 16px;
    width: 12px;
  }
  .baker-header .nav-desktop .header-mega-menu__feature-location span {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.baker-header .header__nav-cta__desktop .menu-item--button > a {
  background: #fd3a20;
  border-radius: 3px;
  color: #fff;
  font-size: 1.5rem;
  gap: 8px;
  min-height: 56px;
  padding: 16px 20px;
}
.baker-header .header__nav-cta__desktop .menu-item--button > a::after {
  background: url("/wp-content/themes/baker-roofing-theme/assets/images/icons/arrow-white.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 14px;
  width: 7px;
}
.baker-header .header__nav-cta__desktop .menu-item--button > a:hover {
  background: #d6331d;
}
.baker-header .header__hamburger-button {
  color: #3b3835;
}

.mobile-menu .baker-header--mobile .header__container.header__main {
  height: 72px;
}
.mobile-menu .mobile-menu__nav {
  background: #F5F5F5;
  border-radius: 0 0 4px 4px;
  color: #3b3835;
}
.mobile-menu .mobile-menu__nav .baker-mobile-main-menu > .menu-item-has-children > a::after,
.mobile-menu .mobile-menu__nav .baker-mobile-cta-menu > .menu-item-has-children > a::after,
.mobile-menu .mobile-menu__nav .baker-mobile-utility-menu > .menu-item-has-children > a::after {
  display: none;
}
.mobile-menu .mobile-menu__nav .mobile-menu__item-head {
  align-items: stretch;
  border-bottom: 1px solid #dad5d1;
  display: flex;
  min-height: 56px;
}
.mobile-menu .mobile-menu__nav .mobile-menu__item-label,
.mobile-menu .mobile-menu__nav .mobile-menu__item-link {
  align-items: center;
  color: #3b3835;
  display: flex;
  flex: 1 1 auto;
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  min-width: 0;
  padding: 16px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.mobile-menu .mobile-menu__nav .mobile-menu__item-label:hover, .mobile-menu .mobile-menu__nav .mobile-menu__item-label:focus-visible,
.mobile-menu .mobile-menu__nav .mobile-menu__item-link:hover,
.mobile-menu .mobile-menu__nav .mobile-menu__item-link:focus-visible {
  color: #FD3A20;
}
.mobile-menu .mobile-menu__nav .mobile-menu__item-label {
  font-weight: 700;
}
.mobile-menu .mobile-menu__nav .mobile-menu__item-head--toggle-only .mobile-menu__submenu-toggle {
  border-left: 0;
  flex: 1 1 auto;
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: 1.5rem;
  gap: 12px;
  justify-content: flex-start;
  padding: 16px 20px;
  text-transform: uppercase;
}
.mobile-menu .mobile-menu__nav .mobile-menu__item-head--toggle-only .mobile-menu__submenu-toggle:hover, .mobile-menu .mobile-menu__nav .mobile-menu__item-head--toggle-only .mobile-menu__submenu-toggle:focus-visible {
  color: #FD3A20;
}
.mobile-menu .mobile-menu__nav .mobile-menu__submenu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  border-left: 1px solid #dad5d1;
  color: #3b3835;
  cursor: pointer;
  display: flex;
  flex: 0 0 56px;
  justify-content: center;
  padding: 0;
}
.mobile-menu .mobile-menu__nav .mobile-menu__submenu-toggle::after {
  background-image: url("/wp-content/themes/baker-roofing-theme/assets/images/icons/chevron-down-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 9px;
  transition: transform 0.25s ease;
  width: 6px;
}
.mobile-menu .mobile-menu__nav .mobile-menu__submenu-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.mobile-menu .mobile-menu__nav .mobile-menu__submenu-toggle:hover, .mobile-menu .mobile-menu__nav .mobile-menu__submenu-toggle:focus-visible {
  background: #f5f5f5;
  outline: 2px solid #fd3a20;
  outline-offset: -2px;
}
.mobile-menu .mobile-menu__nav .menu-item-depth-0 > .mobile-menu__item-link,
.mobile-menu .mobile-menu__nav .menu-item-depth-0 > .mobile-menu__item-label {
  font-size: 1.5rem;
}
.mobile-menu .mobile-menu__nav .menu-item-depth-1 > .mobile-menu__item-head .mobile-menu__item-label,
.mobile-menu .mobile-menu__nav .menu-item-depth-1 > .mobile-menu__item-head .mobile-menu__item-link,
.mobile-menu .mobile-menu__nav .menu-item-depth-1 > .mobile-menu__item-link {
  background: #ebe6e0;
  font-size: 1.125rem;
  text-transform: none;
}
.mobile-menu .mobile-menu__nav .menu-item-depth-2 > .mobile-menu__item-head .mobile-menu__item-label,
.mobile-menu .mobile-menu__nav .menu-item-depth-2 > .mobile-menu__item-head .mobile-menu__item-link,
.mobile-menu .mobile-menu__nav .menu-item-depth-2 > .mobile-menu__item-link {
  background: #e3ddd7;
  font-size: 1rem;
  padding-left: 32px;
  text-transform: none;
}
.mobile-menu .mobile-menu__nav ul.sub-menu {
  display: none;
}
.mobile-menu .mobile-menu__nav ul.sub-menu[aria-hidden=false] {
  display: block;
}
.mobile-menu .mobile-menu__nav .menu-item:not(.menu-item-has-children) > .mobile-menu__item-link {
  border-bottom: 1px solid #dad5d1;
}
.mobile-menu .mobile-menu__nav .baker-mobile-utility-menu .mobile-menu__item-link {
  font-size: 1rem;
  text-transform: none;
}
.mobile-menu .mobile-menu__nav .mobile-menu__nav-group--cta {
  border-top: 1px solid #dad5d1;
  padding: 12px 20px 20px;
}
.mobile-menu .mobile-menu__nav .mobile-menu__nav-group--cta .baker-mobile-cta-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-menu .mobile-menu__nav .mobile-menu__nav-group--cta .menu-item--button > .mobile-menu__item-link {
  background: #fd3a20;
  border-radius: 4px;
  color: #fff;
  font-size: 1.125rem;
  justify-content: center;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
}
.mobile-menu .mobile-menu__nav .mobile-menu__nav-group--cta .menu-item--button > .mobile-menu__item-link:hover, .mobile-menu .mobile-menu__nav .mobile-menu__nav-group--cta .menu-item--button > .mobile-menu__item-link:focus-visible {
  background: #d6331d;
}
.mobile-menu .mobile-menu__nav .search-form button {
  background: #fd3a20;
}

.footer {
  margin-top: auto;
  background: #1c1f2a;
  padding: 44px 0;
  z-index: 100;
}
.footer .footer__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .footer .footer__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .footer .footer__container {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.footer .footer__container {
  display: flex;
  flex-direction: column;
  color: rgb(160, 160, 160);
  line-height: 1.5;
  gap: 44px;
}
.footer .footer__container .footer__upper__desktop-only,
.footer .footer__container .footer__lower {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
}
@media (min-width: 768px) {
  .footer .footer__container .footer__upper__desktop-only,
  .footer .footer__container .footer__lower {
    flex-direction: row;
  }
}
.footer .footer__container .footer__upper {
  display: flex;
  gap: 120px;
  justify-content: center;
}
.footer .footer__container .footer__upper .baker-logo {
  width: 100px;
  flex-shrink: 0;
}
.footer .footer__container .footer__upper__desktop-only {
  display: none;
}
@media (min-width: 768px) {
  .footer .footer__container .footer__upper__desktop-only {
    display: flex;
    color: white;
    flex: 1;
  }
}
.footer .footer__container .footer__upper__desktop-only #partial__footer_linkedin_url,
.footer .footer__container .footer__upper__desktop-only .footer__nav {
  display: none;
}
@media (min-width: 768px) {
  .footer .footer__container .footer__upper__desktop-only #partial__footer_linkedin_url,
  .footer .footer__container .footer__upper__desktop-only .footer__nav {
    display: block;
  }
}
.footer .footer__container .footer__upper .footer__nav {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.footer .footer__container .footer__upper .footer__nav li {
  margin-bottom: 16px;
}
.footer .footer__container .footer__upper .footer__nav li a {
  text-decoration: none;
}
.footer .footer__container .footer__upper .footer__nav li a:hover {
  text-decoration: underline;
}
.footer .footer__container .footer__lower {
  border-top: 1px solid rgb(143, 152, 164);
  padding-top: 16px;
}
.footer .footer__container .footer__lower #partial__footer_legal_notice {
  margin-bottom: 22px;
}

.baker-footer {
  background: #3b3835;
  padding: 68px 0 72px;
}
.baker-footer .footer__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .baker-footer .footer__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .baker-footer .footer__container {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.baker-footer .footer__container {
  align-items: center;
  color: #fff;
  display: grid;
  gap: 60px;
  grid-template-columns: 154px minmax(0, 1fr);
}

.baker-footer__brand {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 32px;
  width: 154px;
}
.baker-footer__brand .baker-logo {
  width: 138px;
}
.baker-footer__brand .baker-logo img {
  width: 138px;
}

.baker-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}

.baker-footer__social-link {
  align-items: center;
  background: #fd3a20;
  border-radius: 4px;
  color: #f5f5f5;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  text-decoration: none;
  width: 36px;
  transition: background-color 0.2s ease;
}
.baker-footer__social-link svg {
  width: 16px;
  height: 16px;
  display: block;
}
.baker-footer__social-link:hover {
  background: #d6331d;
}
.baker-footer__social-link:focus-visible {
  outline: 2px solid #f5f5f5;
  outline-offset: 2px;
}

.baker-footer__columns {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.baker-footer__column h2 {
  color: #d0ba95;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.baker-footer__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.baker-footer__column li + li {
  margin-top: 8px;
}
.baker-footer__column a {
  align-items: center;
  color: #f5f5f5;
  display: inline-flex;
  font-size: 1rem;
  gap: 6px;
  line-height: 1.5;
  text-decoration: none;
}
.baker-footer__column a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.baker-footer__column a:focus-visible {
  outline: 2px solid #fd3a20;
  outline-offset: 3px;
}

.baker-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.baker-footer__external {
  flex-shrink: 0;
  display: inline-block;
}

.baker-footer__divider {
  align-self: stretch;
  background: rgba(255, 255, 255, 0.24);
  width: 1px;
}

@media (max-width: 1023px) {
  .baker-footer .footer__container {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
  .baker-footer__columns {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .baker-footer {
    padding: 44px 0;
  }
  .baker-footer__columns {
    flex-direction: column;
    gap: 32px;
  }
  .baker-footer__divider {
    display: none;
  }
}
.baker-home {
  --baker-red-deep: #d6331d;
  --baker-sand: #d0ba95;
  --baker-shell: #f1efec;
  --baker-shell-deep: #e7e2dd;
  --baker-forest: #0f5a57;
  --baker-font-display: 'field-gothic-xcondensed', 'trade-gothic-next-condensed', sans-serif;
  --baker-font-text: 'trade-gothic-next', 'Mulish', sans-serif;
  background: var(--baker-shell);
  color: #3B3835;
  overflow: hidden;
}
.baker-home h1,
.baker-home h2,
.baker-home h3 {
  font-weight: 600;
  line-height: 0.92;
  margin: 0;
  text-transform: uppercase;
}
.baker-home p,
.baker-home span,
.baker-home strong,
.baker-home time,
.baker-home cite {
  margin: 0;
}

.baker-shell {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .baker-shell {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .baker-shell {
    padding-left: 72px;
    padding-right: 72px;
  }
}

.baker-home__eyebrow {
  color: #F5F5F5;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.baker-home__eyebrow--gold {
  color: var(--baker-sand);
}

.baker-home__button,
.baker-home__text-link {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.baker-home__button::after,
.baker-home__text-link::after {
  content: "›";
  font-size: 0.95em;
  line-height: 1;
}

.baker-home__button {
  background: #FD3A20;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #F5F5F5;
  font-size: 1.5rem;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  line-height: 1;
  min-height: 56px;
  white-space: nowrap;
  padding: 20px;
}
.baker-home__button:hover {
  background: var(--baker-red-deep);
}
.baker-home__button--compact {
  font-size: 1.5rem;
  min-height: 56px;
  padding: 20px;
}

.baker-home__text-link {
  font-size: 1.5rem;
  color: #3B3835;
  font-weight: 600;
  gap: 10px;
  line-height: 1;
  white-space: nowrap;
  padding: 4px 0;
}
.baker-home__text-link:hover {
  opacity: 0.72;
}
.baker-home__text-link--light {
  color: #F5F5F5;
}
.baker-home__text-link--accent {
  color: #FD3A20;
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.baker-home__text-link--accent::after {
  content: none;
  display: none;
}
.baker-home__text-link__icon {
  display: block;
  flex-shrink: 0;
  height: 12px;
  width: 8px;
}

.baker-home__hero {
  background: #F5F5F5;
  min-height: clamp(520px, 52vw, 755px);
  overflow: hidden;
  position: relative;
}
.baker-home__hero::before {
  background: linear-gradient(90deg, rgba(15, 17, 22, 0.62) 0%, rgba(15, 17, 22, 0.28) 34%, rgba(15, 17, 22, 0.04) 68%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 2;
}
.baker-home__hero::after {
  content: "";
  position: absolute;
  inset: auto;
}

.baker-home__hero-media {
  inset: 0;
  position: absolute;
}

.baker-home__hero-video {
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}

.baker-home__hero-inner {
  color: #fff;
  padding-bottom: 79px;
  padding-top: 250px;
  position: relative;
  width: 100%;
  z-index: 3;
}

.baker-home__hero-title {
  font-size: 6.125rem;
  line-height: 0.776;
  max-width: 568px;
}

.baker-home__hero-copy {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 27px;
  max-width: 413.63px;
}

.baker-home__hero-inner .baker-home__button {
  margin-top: 27px;
}

.baker-home__hero-arrow {
  bottom: -1px;
  height: auto;
  left: max(16px, (100vw - 1440px) / 2 + 32px);
  position: absolute;
  width: 126px;
  z-index: 4;
}

.baker-home__history-actions {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 28px;
  margin-top: 26px;
}

.baker-home__services {
  padding-bottom: 34px;
}

.baker-home__services-grid {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0 auto;
  max-width: 1434px;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .baker-home__services-grid {
    padding: 0 3px;
  }
}

.baker-home__services-top {
  display: grid;
  gap: 3px;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .baker-home__services-top {
    grid-template-columns: 475fr 955fr;
  }
}

.baker-home__services-primary-grid,
.baker-home__services-bottom-grid {
  display: grid;
  gap: 3px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .baker-home__services-primary-grid,
  .baker-home__services-bottom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .baker-home__services-bottom-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.baker-home__services-intro {
  background: #f3f1ee;
  min-height: 480px;
  padding: 72px 60px;
}
@media (min-width: 1024px) {
  .baker-home__services-intro {
    height: 480px;
  }
}
.baker-home__services-intro h2 {
  font-size: clamp(58px, 6.8vw, 98px);
  line-height: 1;
  max-width: 279px;
}
.baker-home__services-intro p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 18px;
  max-width: 300px;
}

.baker-home__service-card {
  align-items: flex-end;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 4%, rgba(0, 0, 0, 0.68) 100%), var(--service-image);
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  color: #fff;
  display: flex;
  gap: 12px;
  min-height: 240px;
  padding: 32px;
  position: relative;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .baker-home__service-card {
    height: 240px;
  }
}
.baker-home__service-card span {
  font-size: clamp(34px, 3.35vw, 48px);
  line-height: 1;
  max-width: calc(100% - 44px);
  text-transform: uppercase;
}
.baker-home__service-card::after {
  color: #FD3A20;
  content: "›";
  font-size: 52px;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.baker-home__service-card:hover {
  filter: brightness(1.04);
}

.baker-home__service-card--quote {
  align-items: center;
  background: #FD3A20;
  justify-content: flex-start;
}
.baker-home__service-card--quote::after {
  color: #F5F5F5;
}

.baker-home__testimonial {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 470px) minmax(0, 1fr);
  padding-bottom: 34px;
}

.baker-home__testimonial-quote {
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  min-height: 450px;
  padding: 0;
}
.baker-home__testimonial-quote blockquote {
  border-bottom: 1px solid rgba(59, 56, 53, 0.35);
  flex: 1;
  padding: 42px 0 32px;
  position: relative;
}
.baker-home__testimonial-quote blockquote::before, .baker-home__testimonial-quote blockquote::after {
  color: #FD3A20;
  content: '"';
  font-size: 98px;
  left: 0;
  line-height: 0.6;
  position: absolute;
}
.baker-home__testimonial-quote blockquote::before {
  top: 0;
}
.baker-home__testimonial-quote blockquote::after {
  bottom: 34px;
  transform: rotate(180deg);
}
.baker-home__testimonial-quote blockquote p {
  font-size: clamp(42px, 4.8vw, 64px);
  line-height: 1;
  padding-top: 44px;
  text-transform: uppercase;
}

.baker-home__testimonial-meta {
  padding: 0 0 28px 78px;
}
.baker-home__testimonial-meta strong,
.baker-home__testimonial-meta span {
  color: #3B3835;
  display: block;
}
.baker-home__testimonial-meta strong {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.143;
}
.baker-home__testimonial-meta span {
  font-size: 16px;
  line-height: 1.5;
}

.baker-home__testimonial-actions {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 28px;
  padding-top: 34px;
}

.baker-home__testimonial-image {
  border-radius: 4px;
  min-height: 464px;
  overflow: hidden;
  position: relative;
}
.baker-home__testimonial-image::after {
  border-left: 108px solid transparent;
  border-top: 69px solid var(--baker-shell);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.baker-home__testimonial-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.baker-home__national {
  background-image: linear-gradient(180deg, rgba(7, 54, 53, 0.06) 0%, rgba(7, 54, 53, 0.06) 100%), url("/wp-content/themes/baker-roofing-theme/assets/images/homepage/national-accounts-map.webp");
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  color: #F5F5F5;
  min-height: 750px;
  padding-bottom: 236px;
  padding-top: 116px;
}

.baker-home__national-copy {
  max-width: 655px;
}
.baker-home__national-copy h2 {
  font-size: clamp(58px, 6vw, 98px);
  line-height: 1;
}
.baker-home__national-copy p {
  color: #F5F5F5;
  font-size: 16px;
  line-height: 1.5;
  max-width: 593px;
}

.baker-home__national-lead {
  color: var(--baker-sand) !important;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 32px !important;
  margin-top: 28px;
}

.baker-home__national-copy p + p {
  margin-top: 18px;
}

.baker-home__national-copy .baker-home__button {
  margin-top: 28px;
}

.baker-home__qualifications {
  background: transparent;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  isolation: isolate;
  margin-bottom: 70px;
  margin-top: -140px;
  position: relative;
  z-index: 2;
}
.baker-home__qualifications::before {
  background: #3B3835;
  border-radius: 4px;
  content: "";
  inset: 0 72px;
  position: absolute;
  z-index: 0;
}

.baker-home__qualifications-item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 292px;
  padding: 72px;
  position: relative;
  z-index: 1;
}
.baker-home__qualifications-item:not(:last-child) {
  border-right: 1px solid rgba(208, 186, 149, 0.32);
}
.baker-home__qualifications-item img {
  display: block;
  flex: 0 0 auto;
  height: auto;
  max-height: 51px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.baker-home__qualifications-item h3 {
  color: #F5F5F5;
  font-size: 48px;
  font-weight: 600;
  line-height: 0.833;
  margin: 0;
}

.baker-home__section-head {
  align-items: flex-end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.baker-home__section-head h2 {
  font-size: clamp(3.875rem, 6vw, 7.5rem);
  line-height: 1;
}

.baker-home__projects,
.baker-home__insights {
  padding-bottom: 68px;
}

.baker-home__projects-grid {
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 40px;
}

.baker-home__project-card,
.baker-home__insight-card {
  background: #F5F5F5;
  border-radius: 4px;
  color: #3B3835;
  overflow: hidden;
  text-decoration: none;
}

.baker-home__project-image-wrapper {
  aspect-ratio: 715/452;
  overflow: hidden;
  position: relative;
}
.baker-home__project-image-wrapper img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.baker-home__project-tag {
  background: #FD3A20;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  color: #F5F5F5;
  font-size: 14px;
  left: 32px;
  line-height: 1.429;
  padding: 12px;
  position: absolute;
  text-transform: uppercase;
}

.baker-home__project-content {
  padding: 24px 32px 28px;
}

.baker-home__project-content h3 {
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1;
}

.baker-home__project-content p {
  color: rgba(59, 56, 53, 0.76);
  font-size: 16px;
  line-height: 1.5;
  margin-top: 12px;
}

.baker-home__insights-grid {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
}

.baker-home__cta {
  align-items: stretch;
  display: grid;
  grid-template-columns: 521px minmax(0, 1fr);
  overflow: hidden;
  padding-bottom: 68px;
}

.baker-home__cta-copy {
  background: #3B3835;
  color: #F5F5F5;
  padding: 100px 72px;
}
.baker-home__cta-copy h2 {
  font-size: clamp(2.625rem, 4.5vw, 4rem);
  line-height: 1;
}
.baker-home__cta-copy p {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 28px;
  max-width: 330px;
}
.baker-home__cta-copy .baker-home__button {
  margin-top: 28px;
}

.baker-home__cta-image {
  min-height: 478px;
  overflow: hidden;
  position: relative;
}
.baker-home__cta-image::after {
  border-left: 108px solid transparent;
  border-top: 69px solid var(--baker-shell);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.baker-home__cta-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (max-width: 1279px) {
  .baker-home__insights-grid.baker-insights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1023px) {
  .baker-home__hero {
    min-height: 420px;
  }
  .baker-home__hero-inner {
    padding-bottom: 54px;
    padding-top: 180px;
  }
  .baker-home__hero-title {
    font-size: 4.875rem;
    line-height: 0.795;
    max-width: 460px;
  }
  .baker-home__projects-grid,
  .baker-home__cta,
  .baker-home__insights-grid.baker-insights-grid {
    grid-template-columns: 1fr;
  }
  .baker-home__cta-copy {
    padding: 48px 32px;
  }
}
@media (max-width: 767px) {
  .baker-home__cta-image::after {
    border-left-width: 66px;
    border-top-width: 42px;
  }
  .baker-home__hero::after {
    inset: auto;
  }
  .baker-home__hero-arrow {
    left: 32px;
    width: 92px;
  }
  .baker-home__cta-copy p {
    font-size: 0.9375rem;
    line-height: 1.467;
  }
  .baker-home__text-link:not(.baker-home__text-link--accent) {
    font-size: 1.125rem;
  }
  .baker-home__hero {
    min-height: 300px;
  }
  .baker-home__hero::after {
    inset: auto;
  }
  .baker-home__hero-arrow {
    left: 16px;
    width: 72px;
  }
  .baker-home__hero-inner {
    padding-bottom: 42px;
    padding-top: 120px;
  }
  .baker-home__hero-title {
    font-size: 3.5rem;
    line-height: 0.821;
    max-width: 320px;
  }
  .baker-home__hero-copy {
    margin-top: 18px;
    max-width: 280px;
  }
  .baker-home__hero-inner .baker-home__button {
    margin-top: 18px;
  }
  .baker-home__history-actions,
  .baker-home__testimonial-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .baker-home__section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}
.baker-not-found--page {
  --not-found-red: #FD3A20;
  --not-found-soft-black: #3B3835;
  --not-found-white: #F5F5F5;
  --not-found-shell: #f1efec;
  --not-found-font-display: field-gothic-xcondensed, sans-serif;
  --not-found-font-text: trade-gothic-next, sans-serif;
  background: var(--not-found-shell);
  color: var(--not-found-soft-black);
  flex: 1;
  padding: 72px 0 96px;
}
@media (max-width: 768px) {
  .baker-not-found--page {
    padding: 48px 0 72px;
  }
}

.baker-not-found__inner {
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}

.baker-not-found__eyebrow {
  color: var(--not-found-red);
  font-family: var(--not-found-font-text);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.baker-not-found__code {
  color: var(--not-found-red);
  font-family: var(--not-found-font-display);
  font-size: clamp(72px, 18vw, 140px);
  font-weight: 600;
  line-height: 0.85;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.baker-not-found__title {
  color: var(--not-found-soft-black);
  font-family: var(--not-found-font-display);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 600;
  line-height: 0.95;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.baker-not-found__message {
  color: rgba(59, 56, 53, 0.76);
  font-family: var(--not-found-font-text);
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto 40px;
  max-width: 520px;
}

.baker-not-found__actions {
  display: flex;
  justify-content: center;
}

.page-about .baker-founders {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .page-about .baker-founders {
    padding-left: 300px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .page-about .baker-founders {
    padding-left: 372px;
    padding-right: 72px;
  }
}
.page-about .baker-founders {
  margin-top: 36px;
  margin-bottom: 48px;
}
.page-about .baker-founders__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (min-width: 640px) {
  .page-about .baker-founders__grid {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  }
}
.page-about .baker-founders__founder__photo img {
  border-bottom-right-radius: 24px;
  aspect-ratio: 1/1;
  margin-bottom: 16px;
}
.page-about .baker-founders__founder__name, .page-about .baker-founders__founder__job-title {
  margin: 0;
  padding-right: 24px;
}
.page-about .baker-founders__founder__name {
  color: #1c1f2a;
  font-size: 1.5rem;
  font-weight: 800;
  margin-top: 16px;
  margin: 0;
}
.page-about .baker-founders__founder__name .baker-stretching-arrow {
  display: inline-block;
  margin-bottom: 3px;
}
.page-about .baker-founders__founder__job-title {
  color: #727478;
  margin: 0;
}
.page-about .baker-partnerships {
  background-color: #F5F5F5;
  overflow: hidden;
}
.page-about .baker-partnerships__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .page-about .baker-partnerships__content {
    padding-left: 300px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .page-about .baker-partnerships__content {
    padding-left: 372px;
    padding-right: 72px;
  }
}
.page-about .baker-partnerships__content {
  padding-top: 36px;
  padding-bottom: 36px;
}
.page-about .baker-partnerships__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (min-width: 640px) {
  .page-about .baker-partnerships__grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
.page-about .baker-partnerships__partner {
  display: flex;
  flex-direction: column;
}
.page-about .baker-partnerships__partner > img:first-of-type {
  width: 100%;
  aspect-ratio: 21/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-about .baker-partnerships__partner__name {
  color: #FD3A20;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 24px 0 8px;
}
.page-about .baker-partnerships__partner__content {
  color: #1c1f2a;
  margin-bottom: 20px;
}
.page-about .baker-partnerships__partner .baker-cta-button {
  border-top: 1px solid grey;
  margin-top: auto;
  padding-left: 0;
}
.page-about .baker-partnerships__partner .baker-cta-button:not(.active):not(:hover) {
  color: #1c1f2a !important;
}
.page-about .baker-partnerships__partner .baker-cta-button:not(.active):not(:hover) svg path {
  stroke: #FD3A20;
}
.page-about .baker-partnerships__partner .baker-cta-button.active, .page-about .baker-partnerships__partner .baker-cta-button:hover {
  color: #FD3A20;
}
.page-about .baker-partnerships__partner .baker-cta-button.active svg path, .page-about .baker-partnerships__partner .baker-cta-button:hover svg path {
  fill: #FD3A20;
}
.page-about .baker-partnerships__partner .baker-cta-button.active, .page-about .baker-partnerships__partner .baker-cta-button:hover {
  color: #f18a00 !important;
}

.page-roofing-service {
  --service-red: #fd3a20;
  --service-soft-black: #3b3835;
  --service-off-white: #f5f5f5;
  --service-shell: #f1efec;
  --service-border: #dad5d1;
}

.baker-service__hero {
  position: relative;
  isolation: isolate;
  background-color: var(--service-soft-black);
  overflow: hidden;
}
.baker-service__hero img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.baker-service__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(105deg, rgba(59, 56, 53, 0.88) 0%, rgba(59, 56, 53, 0.65) 55%, rgba(59, 56, 53, 0.25) 100%);
}

.baker-service__hero-inner {
  position: relative;
  z-index: 2;
  padding-top: calc(88px + 100px);
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .baker-service__hero-inner {
    padding-top: calc(88px + 130px);
    padding-bottom: 100px;
  }
}
.baker-service__hero-inner > * {
  max-width: 740px;
}

.baker-service__eyebrow {
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--service-red);
  margin: 0 0 14px;
}

.baker-service__hero-title {
  font-size: clamp(3.25rem, 7.5vw, 6.125rem);
  font-weight: 600;
  line-height: 0.92;
  text-transform: uppercase;
  color: var(--service-off-white);
  margin: 0 0 24px;
}

.baker-service__hero-copy {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--service-off-white);
  max-width: 500px;
  margin: 0 0 36px;
}

.baker-service__intro {
  background-color: var(--service-shell);
  overflow: hidden;
  padding: 82px 0 88px;
}
@media (min-width: 1024px) {
  .baker-service__intro {
    padding: 150px 0 126px;
  }
}

.baker-service__intro-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}
@media (min-width: 1024px) {
  .baker-service__intro-inner {
    grid-template-columns: minmax(0, 464px) minmax(0, 775px);
    gap: 53px;
    align-items: center;
  }
}

.baker-service__intro-headline {
  position: relative;
  z-index: 2;
}
.baker-service__intro-headline h2 {
  font-size: clamp(2.625rem, 5.6vw, 4rem);
  font-weight: 600;
  line-height: 0.8125;
  text-transform: uppercase;
  color: var(--service-soft-black);
  margin: 0 0 24px;
}

.baker-service__intro-copy {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--service-soft-black);
  margin: 0;
}

.baker-service__intro-gallery {
  position: relative;
  width: 100%;
}
.baker-service__intro-gallery::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -49px;
  z-index: 0;
  width: min(512px, 72vw);
  height: calc(100% + 225px);
  pointer-events: none;
}

.baker-service__intro-gallery-track {
  position: relative;
  z-index: 1;
  display: flex;
  height: 300px;
  border-radius: 4px;
  overflow: hidden;
  --service-intro-cut-size: 42px;
  clip-path: polygon(0 0, calc(100% - var(--service-intro-cut-size)) 0, 100% var(--service-intro-cut-size), 100% 100%, 0 100%);
}
@media (min-width: 768px) {
  .baker-service__intro-gallery-track {
    height: 380px;
    --service-intro-cut-size: 56px;
  }
}
@media (min-width: 1024px) {
  .baker-service__intro-gallery-track {
    height: 464px;
    --service-intro-cut-size: 69px;
  }
}

.baker-service__intro-gallery-slide {
  position: relative;
  min-width: 100%;
  height: 100%;
}
.baker-service__intro-gallery-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.baker-service__intro-gallery-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: var(--service-off-white);
  border-top-left-radius: 4px;
  padding: 20px 0 0 20px;
}

.baker-service__intro-gallery-prev,
.baker-service__intro-gallery-next {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--service-red);
  padding: 0;
  transition: opacity 0.2s ease;
}
.baker-service__intro-gallery-prev svg,
.baker-service__intro-gallery-next svg {
  flex-shrink: 0;
}
.baker-service__intro-gallery-prev.is-disabled,
.baker-service__intro-gallery-next.is-disabled {
  opacity: 0.25;
  pointer-events: none;
}

.baker-service__intro-gallery-next-arrow {
  display: inline-flex;
}
.baker-service__intro-gallery-next-arrow svg {
  transform: rotate(180deg);
}

.baker-service__intro-gallery-nav-sep {
  display: block;
  flex-shrink: 0;
  width: 1px;
  height: 16px;
  background-color: rgba(59, 56, 53, 0.25);
}

.baker-service__hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: var(--service-red);
  color: var(--service-off-white);
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 28px;
  border-radius: 3px;
  transition: background-color 0.2s ease;
}
.baker-service__hero-cta svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.baker-service__hero-cta:hover {
  background-color: #e02e10;
}
.baker-service__hero-cta:hover svg {
  transform: translateX(3px);
}

.baker-service__accordion-section {
  background-color: var(--service-off-white);
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .baker-service__accordion-section {
    padding: 120px 0;
  }
}

.baker-service__accordion-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 1024px) {
  .baker-service__accordion-inner {
    grid-template-columns: auto 1fr;
    gap: 60px;
    align-items: start;
  }
}

.baker-service__accordion-label span {
  font-size: clamp(3rem, 8.5vw, 7rem);
  font-weight: 600;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--service-soft-black);
}
@media (min-width: 1024px) {
  .baker-service__accordion-label span {
    line-height: 88px;
  }
}

.baker-service__accordion-list {
  border-top: 1px solid var(--service-soft-black);
  padding: 0 12px;
}

.baker-service__accordion-item {
  border-bottom: 1px solid var(--service-soft-black);
}

.baker-service__accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 16px;
}

.baker-service__accordion-trigger-label {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--service-soft-black);
  line-height: 0.9;
  transition: color 0.2s ease;
}

.baker-service__accordion-arrow {
  flex-shrink: 0;
  color: var(--service-red);
  height: 18.714px;
  transition: transform 0.3s ease;
  width: 18.714px;
}
.is-open .baker-service__accordion-arrow {
  transform: rotate(45deg);
}

.baker-service__accordion-body {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.5s, opacity 0.5s;
}
.baker-service__accordion-body.active, .baker-service__accordion-body[aria-hidden=false] {
  max-height: 100vh;
  opacity: 1;
  pointer-events: auto;
}
.baker-service__accordion-body {
  max-height: 0;
}
.baker-service__accordion-body[aria-hidden=false] {
  max-height: 600px;
}

.baker-service__accordion-body-inner {
  padding-bottom: 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .baker-service__accordion-body-inner {
    grid-template-columns: minmax(0, 486px) minmax(0, 411px);
    gap: 32px;
  }
}

.baker-service__accordion-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.baker-service__accordion-description p {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--service-soft-black);
  margin: 0;
}

.baker-service__accordion-description-lead {
  color: #165051 !important;
  font-size: 1.5rem !important;
  font-weight: 700;
  line-height: 32px !important;
}

.baker-service__accordion-project {
  display: block;
  text-decoration: none;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
}
.baker-service__accordion-project:hover .baker-service__accordion-project-title {
  color: var(--service-red);
}

.baker-service__accordion-project-image {
  position: relative;
  height: 216px;
  overflow: hidden;
}
.baker-service__accordion-project-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.baker-service__accordion-project-tag {
  position: absolute;
  bottom: 0;
  left: 20px;
  background-color: var(--service-red);
  color: var(--service-off-white);
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 3px 3px 0 0;
}

.baker-service__accordion-project-content {
  padding: 16px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.baker-service__accordion-project-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--service-soft-black);
  line-height: 1;
  transition: color 0.2s ease;
}
.baker-service__accordion-project-title svg {
  flex-shrink: 0;
}

.baker-service__accordion-project-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  color: var(--service-soft-black);
}
.baker-service__accordion-project-location svg {
  flex-shrink: 0;
  color: var(--service-soft-black);
}

.baker-service__projects-section {
  background-color: var(--service-shell);
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .baker-service__projects-section {
    padding: 100px 0;
  }
}

.baker-service__projects-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.baker-service__projects-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.baker-service__projects-label {
  font-size: clamp(3.25rem, 9vw, 7.5rem);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--service-soft-black);
  margin: 0;
}

.baker-service__projects-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--service-red);
  text-decoration: none;
  padding-bottom: 6px;
  white-space: nowrap;
  transition: gap 0.2s ease;
}
.baker-service__projects-link svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.baker-service__projects-link:hover {
  gap: 12px;
}
.baker-service__projects-link:hover svg {
  transform: translateX(3px);
}

.baker-service__projects-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .baker-service__projects-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }
}

.baker-service__project-card {
  display: block;
  text-decoration: none;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
}
.baker-service__project-card:hover .baker-service__project-title {
  color: var(--service-red);
}

.baker-service__project-image {
  position: relative;
  height: 280px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .baker-service__project-image {
    height: 360px;
  }
}
@media (min-width: 1024px) {
  .baker-service__project-image {
    height: 452px;
  }
}
.baker-service__project-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.baker-service__project-tag {
  position: absolute;
  bottom: 0;
  left: 34px;
  background-color: var(--service-red);
  color: var(--service-off-white);
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px;
  border-radius: 4px 4px 0 0;
}

.baker-service__project-content {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.baker-service__project-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--service-soft-black);
  transition: color 0.2s ease;
}
.baker-service__project-title svg {
  flex-shrink: 0;
}

.baker-service__project-location {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--service-soft-black);
}
.baker-service__project-location svg {
  flex-shrink: 0;
}

.baker-service__national-section {
  background-color: var(--service-shell);
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .baker-service__national-section {
    padding: 80px 0;
  }
}

.baker-service__national {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  background-color: #0f5a57;
  background-image: var(--national-map-bg, none);
  background-size: cover;
  background-position: right center;
  border-radius: 4px;
  overflow: hidden;
  padding: 56px 32px;
}
@media (min-width: 768px) {
  .baker-service__national {
    padding: 80px 56px;
  }
}
@media (min-width: 1024px) {
  .baker-service__national {
    grid-template-columns: minmax(0, 593px) minmax(0, 1fr);
    gap: 60px;
    padding: 116px 73px;
    align-items: start;
  }
}

.baker-service__national-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
  z-index: 1;
}

.baker-service__national-title {
  font-size: clamp(3.25rem, 7.5vw, 6.125rem);
  font-weight: 600;
  line-height: 0.78;
  text-transform: uppercase;
  color: #f5f5f5;
  margin: 0;
}

.baker-service__national-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 593px;
}

.baker-service__national-lead {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.33;
  color: #d0ba95;
  margin: 0;
}

.baker-service__national-body {
  font-size: 1rem;
  line-height: 1.5;
  color: #f5f5f5;
  margin: 0;
}

.baker-service__national-cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--service-red);
  color: #f5f5f5;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 22px;
  border-radius: 3px;
  transition: background-color 0.2s ease;
}
.baker-service__national-cta svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.baker-service__national-cta:hover {
  background-color: #e02e10;
}
.baker-service__national-cta:hover svg {
  transform: translateX(3px);
}

.baker-service__national-map {
  position: relative;
  display: none;
}
@media (min-width: 1024px) {
  .baker-service__national-map {
    display: block;
    min-height: 480px;
  }
}

.baker-service__national-map-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #d0ba95;
}

.baker-service__other {
  background-color: var(--service-shell);
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .baker-service__other {
    padding: 0;
  }
}

.baker-service__other-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 1024px) {
  .baker-service__other-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: 0;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .baker-service__other-headline {
    padding: 72px 60px 72px 0;
  }
}

.baker-service__other-title {
  font-size: clamp(3.25rem, 7.5vw, 6.125rem);
  font-weight: 600;
  line-height: 0.92;
  text-transform: uppercase;
  color: var(--service-soft-black);
  margin: 0 0 25px;
}

.baker-service__other-copy {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--service-soft-black);
  margin: 0;
  max-width: 380px;
}

.baker-service__other-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
}
@media (min-width: 768px) {
  .baker-service__other-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.baker-service__other-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  height: 240px;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  background-color: var(--service-soft-black);
  background-size: cover;
  background-position: center;
}
.baker-service__other-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  border-radius: 4px;
}
.baker-service__other-card:hover .baker-service__other-card-label svg {
  transform: translateX(4px);
}

.baker-service__other-card-label {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  gap: 12px;
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  font-weight: 600;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--service-off-white);
}
.baker-service__other-card-label svg {
  flex-shrink: 0;
  margin-bottom: 4px;
  color: var(--service-red);
  transition: transform 0.2s ease;
}

.page-industry {
  --industry-red: #fd3a20;
  --industry-soft-black: #3b3835;
  --industry-off-white: #f5f5f5;
  --industry-shell: #f1efec;
  --industry-border: #dad5d1;
  --industry-sand: #d0ba95;
}

.baker-industry__hero {
  position: relative;
  isolation: isolate;
  background-color: var(--industry-soft-black);
  overflow: hidden;
  min-height: 600px;
}
.baker-industry__hero img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.baker-industry__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(105deg, rgba(59, 56, 53, 0.85) 0%, rgba(59, 56, 53, 0.55) 60%, rgba(59, 56, 53, 0.2) 100%);
}

.baker-industry__hero-inner {
  position: relative;
  z-index: 2;
  padding-top: calc(88px + 80px);
  padding-bottom: 72px;
}
@media (min-width: 1024px) {
  .baker-industry__hero-inner {
    padding-top: calc(88px + 120px);
    padding-bottom: 72px;
  }
}
.baker-industry__hero-inner > * {
  max-width: 740px;
}

.baker-industry__eyebrow {
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--industry-red);
  margin: 0 0 14px;
}

.baker-industry__hero-title {
  font-size: clamp(3.25rem, 7.5vw, 6.125rem);
  font-weight: 600;
  line-height: 0.92;
  text-transform: uppercase;
  color: var(--industry-off-white);
  margin: 0 0 20px;
}

.baker-industry__hero-copy {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--industry-off-white);
  max-width: 500px;
  margin: 0;
}

.baker-industry__rows {
  background-color: var(--industry-off-white);
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .baker-industry__rows {
    padding: 100px 0;
  }
}

.baker-industry__rows-inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 1024px) {
  .baker-industry__rows-inner {
    gap: 100px;
  }
}

.baker-industry__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 1024px) {
  .baker-industry__row {
    grid-template-columns: 1fr 1fr;
    gap: 72px;
  }
}
@media (min-width: 1024px) {
  .baker-industry__row.is-flipped .baker-industry__row-content {
    order: 2;
  }
  .baker-industry__row.is-flipped .baker-industry__row-image {
    order: 1;
  }
}

.baker-industry__row-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.baker-industry__row-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 0.95;
  text-transform: uppercase;
  color: var(--industry-soft-black);
  margin: 0;
}

.baker-industry__row-body {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--industry-soft-black);
  margin: 0;
  max-width: 540px;
}

.baker-industry__row-image img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .baker-industry__row-image img {
    height: 380px;
  }
}

.baker-industry__featured {
  position: relative;
  display: block;
  background-color: var(--industry-soft-black);
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  min-height: 320px;
}
@media (min-width: 768px) {
  .baker-industry__featured {
    min-height: 380px;
  }
}

.baker-industry__featured-overlay {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 20px;
  padding: 40px;
  height: 100%;
  min-height: inherit;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.75) 100%);
}
@media (min-width: 1024px) {
  .baker-industry__featured-overlay {
    padding: 60px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.baker-industry__featured-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.baker-industry__featured-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--industry-off-white);
  margin: 0;
}

.baker-industry__featured-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  color: var(--industry-off-white);
}

.baker-industry__featured-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--industry-red);
  color: var(--industry-off-white);
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 20px;
  border-radius: 3px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.baker-industry__featured-cta svg {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.baker-industry__featured:hover .baker-industry__featured-cta {
  background-color: #e02e10;
}
.baker-industry__featured:hover .baker-industry__featured-cta svg {
  transform: translateX(3px);
}

.baker-industry__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
  background-color: var(--industry-soft-black);
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 768px) {
  .baker-industry__stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

.baker-industry__stat {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 28px;
  background-color: var(--industry-soft-black);
}

.baker-industry__stat-tick {
  width: 32px;
  height: 4px;
  background-color: var(--industry-sand);
  border-radius: 2px;
}

.baker-industry__stat-label {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--industry-off-white);
}

.baker-industry__testimonial-section {
  background-color: var(--industry-off-white);
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .baker-industry__testimonial-section {
    padding: 100px 0;
  }
}

.baker-industry__testimonial {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 1024px) {
  .baker-industry__testimonial {
    grid-template-columns: 1fr 1fr;
    gap: 72px;
  }
}

.baker-industry__testimonial-quote {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.baker-industry__testimonial-mark {
  flex-shrink: 0;
  color: var(--industry-red);
}

.baker-industry__testimonial-text {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 600;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--industry-soft-black);
  margin: 0;
}

.baker-industry__testimonial-author {
  font-size: 1rem;
  font-weight: 700;
  color: var(--industry-soft-black);
  margin: 0;
}

.baker-industry__testimonial-image img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .baker-industry__testimonial-image img {
    height: 440px;
  }
}

.baker-industry__projects-section {
  background-color: var(--industry-shell);
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .baker-industry__projects-section {
    padding: 100px 0;
  }
}

.baker-industry__projects-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.baker-industry__projects-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.baker-industry__projects-label {
  font-size: clamp(3rem, 8vw, 7.5rem);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--industry-soft-black);
  margin: 0;
}

.baker-industry__projects-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--industry-red);
  text-decoration: none;
  padding-bottom: 6px;
  white-space: nowrap;
}
.baker-industry__projects-link svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.baker-industry__projects-link:hover svg {
  transform: translateX(3px);
}

.baker-industry__projects-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .baker-industry__projects-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }
}

.baker-industry__project-card {
  display: block;
  text-decoration: none;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
}
.baker-industry__project-card:hover .baker-industry__project-title {
  color: var(--industry-red);
}

.baker-industry__project-image {
  position: relative;
  height: 280px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .baker-industry__project-image {
    height: 360px;
  }
}
.baker-industry__project-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.baker-industry__project-tag {
  position: absolute;
  bottom: 0;
  left: 34px;
  background-color: var(--industry-red);
  color: var(--industry-off-white);
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 12px;
  border-radius: 4px 4px 0 0;
}

.baker-industry__project-content {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.baker-industry__project-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--industry-soft-black);
  transition: color 0.2s ease;
}
.baker-industry__project-title svg {
  flex-shrink: 0;
}

.baker-industry__project-location {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 1rem;
  color: var(--industry-soft-black);
}
.baker-industry__project-location svg {
  flex-shrink: 0;
}

.baker-industry__other {
  background-color: var(--industry-shell);
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .baker-industry__other {
    padding: 0;
  }
}

.baker-industry__other-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 1024px) {
  .baker-industry__other-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: 0;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .baker-industry__other-headline {
    padding: 72px 60px 72px 0;
  }
}

.baker-industry__other-title {
  font-size: clamp(3.25rem, 7.5vw, 6.125rem);
  font-weight: 600;
  line-height: 0.92;
  text-transform: uppercase;
  color: var(--industry-soft-black);
  margin: 0 0 25px;
}

.baker-industry__other-copy {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--industry-soft-black);
  margin: 0;
  max-width: 380px;
}

.baker-industry__other-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
}
@media (min-width: 768px) {
  .baker-industry__other-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.baker-industry__other-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  height: 240px;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  background-color: var(--industry-soft-black);
  background-size: cover;
  background-position: center;
}
.baker-industry__other-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  border-radius: 4px;
}
.baker-industry__other-card:hover .baker-industry__other-card-label svg {
  transform: translateX(4px);
}

.baker-industry__other-card-label {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  gap: 12px;
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  font-weight: 600;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--industry-off-white);
}
.baker-industry__other-card-label svg {
  flex-shrink: 0;
  margin-bottom: 4px;
  color: var(--industry-red);
  transition: transform 0.2s ease;
}

.page-contact {
  --contact-red: #fd3a20;
  --contact-soft-black: #3b3835;
  --contact-off-white: #f5f5f5;
  --contact-border: #dad5d1;
}
.page-contact__banner {
  width: 100%;
  height: 300px;
  background-image: url("/wp-content/themes/baker-roofing-theme/assets/images/banners/contact-banner.webp");
  background-size: cover;
  background-position: center top;
}
@media (min-width: 768px) {
  .page-contact__banner {
    height: 380px;
  }
}
@media (min-width: 1024px) {
  .page-contact__banner {
    height: 448px;
  }
}
.page-contact__map {
  background: #1c3a3a;
  height: 300px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .page-contact__map {
    height: 380px;
  }
}
@media (min-width: 1024px) {
  .page-contact__map {
    height: 448px;
  }
}
.page-contact__map .wpgmza_map,
.page-contact__map > div,
.page-contact__map iframe {
  width: 100% !important;
  height: 100% !important;
}
.page-contact__body {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .page-contact__body {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.page-contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
@media (min-width: 1024px) {
  .page-contact__grid {
    gap: 60px 80px;
    grid-template-columns: minmax(0, 1fr) 468px;
    align-items: start;
  }
}
.page-contact__form-col {
  min-width: 0;
}
.page-contact__heading {
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: clamp(3.25rem, 7vw, 98px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--contact-soft-black);
  margin: 0 0 28px;
}
.page-contact .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.page-contact .wpcf7-form p {
  margin: 0;
}
.page-contact .wpcf7-form br {
  display: none;
}
.page-contact .wpcf7-form .wpcf7-row-2,
.page-contact .wpcf7-form .contact-row--2 {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .page-contact .wpcf7-form .wpcf7-row-2,
  .page-contact .wpcf7-form .contact-row--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.page-contact .wpcf7-form .wpcf7-row-2 > p,
.page-contact .wpcf7-form .contact-row--2 > p {
  margin: 0;
}
.page-contact .wpcf7-form .wpcf7-row-3,
.page-contact .wpcf7-form .contact-row--3 {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .page-contact .wpcf7-form .wpcf7-row-3,
  .page-contact .wpcf7-form .contact-row--3 {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
  }
}
.page-contact .wpcf7-form .wpcf7-row-3 > p,
.page-contact .wpcf7-form .contact-row--3 > p {
  margin: 0;
}
.page-contact .wpcf7-form label,
.page-contact .wpcf7-form .wpcf7-list-item-label {
  display: block;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--contact-soft-black);
  margin-bottom: 12px;
}
.page-contact .wpcf7-form label br,
.page-contact .wpcf7-form .wpcf7-list-item-label br {
  display: none;
}
.page-contact .wpcf7-form label .wpcf7-form-control-wrap,
.page-contact .wpcf7-form .wpcf7-list-item-label .wpcf7-form-control-wrap {
  display: block;
  margin-top: 12px;
}
.page-contact .wpcf7-form label input,
.page-contact .wpcf7-form label textarea,
.page-contact .wpcf7-form label select,
.page-contact .wpcf7-form .wpcf7-list-item-label input,
.page-contact .wpcf7-form .wpcf7-list-item-label textarea,
.page-contact .wpcf7-form .wpcf7-list-item-label select {
  margin-top: 12px;
}
.page-contact .wpcf7-form input[type=text],
.page-contact .wpcf7-form input[type=email],
.page-contact .wpcf7-form input[type=tel],
.page-contact .wpcf7-form input[type=number],
.page-contact .wpcf7-form textarea {
  font-family: "trade-gothic-next", sans-serif;
  width: 100%;
  border: 1px solid var(--contact-soft-black);
  border-radius: 4px;
  padding: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.333;
  color: var(--contact-soft-black);
  background: transparent;
  box-sizing: border-box;
}
.page-contact .wpcf7-form input[type=text]::-moz-placeholder, .page-contact .wpcf7-form input[type=email]::-moz-placeholder, .page-contact .wpcf7-form input[type=tel]::-moz-placeholder, .page-contact .wpcf7-form input[type=number]::-moz-placeholder, .page-contact .wpcf7-form textarea::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  opacity: 0.5;
}
.page-contact .wpcf7-form input[type=text]::placeholder,
.page-contact .wpcf7-form input[type=email]::placeholder,
.page-contact .wpcf7-form input[type=tel]::placeholder,
.page-contact .wpcf7-form input[type=number]::placeholder,
.page-contact .wpcf7-form textarea::placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  opacity: 0.5;
}
.page-contact .wpcf7-form input[type=text]:focus,
.page-contact .wpcf7-form input[type=email]:focus,
.page-contact .wpcf7-form input[type=tel]:focus,
.page-contact .wpcf7-form input[type=number]:focus,
.page-contact .wpcf7-form textarea:focus {
  outline: 2px solid var(--contact-red);
  outline-offset: 1px;
}
.page-contact .wpcf7-form textarea {
  height: 173px;
  resize: vertical;
}
.page-contact .wpcf7-form input[type=submit],
.page-contact .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 20px;
  background: var(--contact-red);
  color: var(--contact-off-white);
  border: none;
  border-radius: 3px;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s;
}
.page-contact .wpcf7-form input[type=submit]:hover,
.page-contact .wpcf7-submit:hover {
  opacity: 0.88;
}
.page-contact__info-col {
  width: 100%;
}
@media (min-width: 1024px) {
  .page-contact__info-col {
    width: 468px;
    flex-shrink: 0;
  }
}
.page-contact__info-heading {
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: clamp(2.5rem, 4.5vw, 4rem);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--contact-soft-black);
  margin: 0 0 28px;
}
.page-contact__info-heading--red {
  color: var(--contact-red);
}
.page-contact__info-actions {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 36px;
  margin-bottom: 28px;
}
.page-contact__phone-btn {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  gap: 8px;
  padding: 20px;
  background: var(--contact-red);
  color: var(--contact-off-white);
  border-radius: 3px;
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.2s;
}
.page-contact__phone-btn:hover {
  opacity: 0.88;
}
.page-contact__locations-link {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  gap: 8px;
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: 24px;
  font-style: normal;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  color: var(--contact-red);
  text-decoration: none;
}
.page-contact__locations-link:hover {
  opacity: 0.8;
}
.page-contact__arrow-icon {
  display: inline-block;
  height: 22px;
  vertical-align: middle;
  width: 14px;
}
.page-contact__divider {
  border: none;
  border-top: 1px solid var(--contact-border);
  margin: 0 0 28px;
}
.page-contact__info-items {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.page-contact__info-item__label {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--contact-red);
  margin: 0 0 8px;
}
.page-contact__info-item__text {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: var(--contact-soft-black);
  margin: 0;
}

.baker-locations-index {
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .baker-locations-index {
    padding-bottom: 100px;
  }
}
.baker-locations-index__intro {
  padding-bottom: 36px;
  padding-top: 48px;
  text-align: center;
}
@media (min-width: 1024px) {
  .baker-locations-index__intro {
    padding-bottom: 48px;
    padding-top: 64px;
  }
}
.baker-locations-index__title {
  color: #3B3835;
  font-family: "trade-gothic-next", sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 16px;
  text-transform: none;
}
.baker-locations-index__lead {
  color: rgba(59, 56, 53, 0.72);
  font-family: "trade-gothic-next", sans-serif;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.55;
  margin: 0 auto;
  max-width: 46rem;
}
.baker-locations-index__panel {
  background: #F5F5F5;
  border: 1px solid #DAD5D1;
  border-radius: 3px;
  overflow: hidden;
}
.baker-locations-index__search {
  border-bottom: 1px solid #DAD5D1;
  padding: 16px 20px;
}
@media (min-width: 768px) {
  .baker-locations-index__search {
    padding: 18px 24px;
  }
}
.baker-locations-index__search-label {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.baker-locations-index__search-row {
  align-items: center;
  display: flex;
  gap: 12px;
}
.baker-locations-index__search-input {
  border: 1px solid #DAD5D1;
  border-radius: 3px;
  color: #3B3835;
  flex: 1 1 auto;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  min-height: 44px;
  min-width: 0;
  padding: 10px 14px;
}
.baker-locations-index__search-input::-moz-placeholder {
  color: rgba(59, 56, 53, 0.55);
}
.baker-locations-index__search-input::placeholder {
  color: rgba(59, 56, 53, 0.55);
}
.baker-locations-index__search-input:focus-visible {
  border-color: #3B3835;
  outline: 2px solid #FD3A20;
  outline-offset: 1px;
}
.baker-locations-index__panel-body {
  display: grid;
  grid-template-columns: minmax(280px, 34%) minmax(0, 1fr);
  grid-template-rows: 1fr;
  height: clamp(480px, 62vh, 720px);
  min-height: 480px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .baker-locations-index__panel-body {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(360px, 1fr);
    height: auto;
    min-height: 0;
    overflow: visible;
  }
}
.baker-locations-index__list-col {
  border-right: 1px solid #DAD5D1;
  display: flex;
  flex-direction: column;
  grid-column: 1;
  grid-row: 1;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .baker-locations-index__list-col {
    border-bottom: 1px solid #DAD5D1;
    border-right: 0;
    grid-column: 1;
    grid-row: 1;
    height: auto;
    max-height: none;
  }
}
.baker-locations-index__list {
  flex: 1 1 auto;
  list-style: none;
  margin: 0;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .baker-locations-index__list {
    max-height: 360px;
  }
}
.baker-locations-index__item {
  border-bottom: 1px solid #DAD5D1;
  padding: 20px 20px 22px;
}
@media (min-width: 768px) {
  .baker-locations-index__item {
    padding: 22px 24px 24px;
  }
}
.baker-locations-index__item:last-child {
  border-bottom: 0;
}
.baker-locations-index__item.is-hidden {
  display: none;
}
.baker-locations-index__item.is-active {
  background: rgba(253, 58, 32, 0.04);
  box-shadow: inset 3px 0 0 #FD3A20;
}
.baker-locations-index__focus {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  display: block;
  font: inherit;
  margin: 0 0 8px;
  padding: 0;
  text-align: left;
  width: 100%;
}
.baker-locations-index__focus:focus-visible {
  outline: 2px solid #FD3A20;
  outline-offset: 2px;
}
.baker-locations-index__card-title {
  color: #3B3835;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 8px;
  text-transform: none;
}
.baker-locations-index__card-text, .baker-locations-index__card-address {
  color: #3B3835;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.45;
  margin: 0 0 8px;
}
.baker-locations-index__card-address {
  display: flex;
  flex-direction: column;
  font-style: normal;
  gap: 2px;
}
.baker-locations-index__card-url, .baker-locations-index__card-phone {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.45;
  margin: 0 0 6px;
}
.baker-locations-index__card-url:last-child, .baker-locations-index__card-phone:last-child {
  margin-bottom: 0;
}
.baker-locations-index__card-url a, .baker-locations-index__card-phone a {
  color: #FD3A20;
  font-weight: 400;
  text-decoration: none;
  word-break: break-word;
}
.baker-locations-index__card-url a:hover, .baker-locations-index__card-url a:focus-visible, .baker-locations-index__card-phone a:hover, .baker-locations-index__card-phone a:focus-visible {
  text-decoration: underline;
}
.baker-locations-index__empty, .baker-locations-index__no-results {
  color: #3B3835;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  padding: 24px 20px;
}
.baker-locations-index__map-col {
  background: #165051;
  grid-column: 2;
  grid-row: 1;
  min-height: 0;
  min-width: 0;
}
@media (max-width: 767px) {
  .baker-locations-index__map-col {
    grid-column: 1;
    grid-row: 2;
    min-height: 360px;
  }
}
.baker-locations-index__map {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
}
.baker-locations-index__map .wpgmza_map,
.baker-locations-index__map > div,
.baker-locations-index__map iframe {
  display: block;
  height: 100% !important;
  min-height: 100% !important;
  width: 100% !important;
}
.baker-locations-index__map--fallback {
  background: #165051 url("/wp-content/themes/baker-roofing-theme/assets/images/banners/contact-banner.webp") center top/cover no-repeat;
}

.baker-location {
  --location-red: #fd3a20;
  --location-soft-black: #3b3835;
  --location-off-white: #f5f3f0;
  --location-border: #dad5d1;
  --location-hero-bar: #3b3835;
  --location-hero-text: #f5f5f5;
  --location-pin: #d0ba95;
}
.baker-location .baker-see-all-icon {
  display: inline-flex;
  flex-shrink: 0;
}
.baker-location .baker-see-all-icon__img {
  display: block;
  height: 12px;
  width: 8px;
}
.baker-location__hero {
  position: relative;
}
.baker-location__hero-map {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .baker-location__hero-map {
    height: 360px;
  }
}
@media (min-width: 1024px) {
  .baker-location__hero-map {
    height: 420px;
  }
}
.baker-location__hero-map .wpgmza_map,
.baker-location__hero-map > div,
.baker-location__hero-map iframe {
  width: 100% !important;
  height: 100% !important;
}
.baker-location__hero-map--fallback {
  background: #165051 url("/wp-content/themes/baker-roofing-theme/assets/images/banners/contact-banner.webp") center top/cover no-repeat;
}
.baker-location__hero-bar {
  background: var(--location-hero-bar);
  margin-top: 0;
  position: relative;
  z-index: 2;
  max-width: 1296px;
}
@media (min-width: 1024px) {
  .baker-location__hero-bar {
    margin-top: -60px;
  }
}
.baker-location__hero-bar-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
  min-height: 120px;
  padding-bottom: 28px;
  padding-top: 28px;
}
@media (min-width: 1024px) {
  .baker-location__hero-bar-inner {
    flex-wrap: nowrap;
    gap: 32px;
    min-height: 140px;
    padding-bottom: 32px;
    padding-top: 32px;
  }
}
.baker-location__hero-pin {
  flex-shrink: 0;
  height: auto;
  width: 44px;
}
@media (min-width: 768px) {
  .baker-location__hero-pin {
    width: 52px;
  }
}
@media (min-width: 1024px) {
  .baker-location__hero-pin {
    width: 56px;
  }
}
.baker-location__hero-title {
  color: var(--location-hero-text);
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: clamp(2.5rem, 10vw, 4.5rem);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 0.833;
  margin: 0;
  min-width: 0;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .baker-location__hero-title {
    line-height: 1;
  }
}
.baker-location__hero-divider {
  background: rgba(255, 255, 255, 0.35);
  display: none;
  flex-shrink: 0;
  height: 72px;
  width: 1px;
  margin: 0 20px;
}
@media (min-width: 1024px) {
  .baker-location__hero-divider {
    display: block;
  }
}
.baker-location__hero-contact {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .baker-location__hero-contact {
    max-width: 280px;
    width: auto;
  }
}
.baker-location__hero-contact p {
  color: var(--location-hero-text);
  font-family: "trade-gothic-next", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
}
.baker-location__hero-contact p + p {
  margin-top: 4px;
}
.baker-location__hero-contact a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.baker-location__hero-contact a:hover, .baker-location__hero-contact a:focus-visible {
  color: var(--location-pin);
}
.baker-location__hero-phone {
  margin-top: 4px !important;
}
.baker-location__hero-phone a {
  font-size: 20px;
}
.baker-location__intro {
  position: relative;
  background-color: #F5F5F5;
  padding-bottom: 72px;
  padding-top: 60px;
}
.baker-location__intro::before {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/wp-content/themes/baker-roofing-theme/assets/images/design/grid-pattern-light.svg");
  background-repeat: repeat;
  background-position: top center;
  background-size: auto;
}
@media (min-width: 1024px) {
  .baker-location__intro {
    padding-bottom: 96px;
    padding-top: 80px;
  }
}
.baker-location__intro::before {
  top: -20px;
  z-index: 0;
}
.baker-location__intro-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 48px;
}
@media (min-width: 1024px) {
  .baker-location__intro-grid {
    gap: 60px 80px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 640px);
  }
}
.baker-location__sales, .baker-location__form {
  background-color: #F5F5F5;
}
.baker-location__sales-title {
  color: var(--location-soft-black);
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.baker-location__sales-title-accent {
  color: var(--location-red);
}
.baker-location__sales-copy {
  color: var(--location-soft-black);
  font-size: 16px;
  line-height: 1.6;
}
.baker-location__sales-copy p {
  margin: 0 0 1em;
}
.baker-location__sales-copy p:last-child {
  margin-bottom: 0;
}
.baker-location__video {
  margin-top: 30px;
}
.baker-location__video iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
.baker-location__form-title {
  color: var(--location-soft-black);
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.baker-location__projects {
  padding-bottom: 72px;
}
.baker-location__projects .baker-heading-with-see-all {
  align-items: flex-end;
  gap: 24px;
  margin: 0 0 36px;
}
.baker-location__projects .baker-heading-with-see-all__title.reverse-underscored-heading {
  color: #3B3835;
  display: inline-block;
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: clamp(2.5rem, 8vw, 7.5rem);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 0.833;
  margin: 0;
  position: static;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .baker-location__projects .baker-heading-with-see-all__title.reverse-underscored-heading {
    font-size: 120px;
    line-height: 0.833;
  }
}
.baker-location__projects .baker-heading-with-see-all__title.reverse-underscored-heading::after {
  border: 0;
  content: none;
  display: none;
}
.baker-location__projects .baker-heading-with-see-all .baker-cta-button__secondary {
  align-items: center;
  color: #FD3A20;
  flex-shrink: 0;
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  gap: 10px;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.baker-location__projects .baker-heading-with-see-all .baker-cta-button__secondary .baker-arrow svg {
  display: block;
  flex-shrink: 0;
  height: 12px;
  width: 8px;
}
.baker-location__projects .baker-heading-with-see-all .baker-cta-button__secondary .baker-stretching-arrow,
.baker-location__projects .baker-heading-with-see-all .baker-cta-button__secondary .baker-chevron-right {
  display: none;
}
.baker-location__projects .baker-see-all .baker-cta-button__secondary {
  align-items: center;
  color: #FD3A20;
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  gap: 10px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.baker-location__projects .baker-see-all .baker-cta-button__secondary .baker-arrow svg {
  display: block;
  flex-shrink: 0;
  height: 12px;
  width: 8px;
}
.baker-location__projects .baker-see-all .baker-cta-button__secondary .baker-stretching-arrow,
.baker-location__projects .baker-see-all .baker-cta-button__secondary .baker-chevron-right {
  display: none;
}
.baker-location__projects {
  background: #F5F5F5;
  padding-top: 72px;
}
.baker-location__insights {
  background: #F5F5F5;
  padding-bottom: 72px;
  padding-top: 0;
}
.baker-location__insights .baker-heading-with-see-all {
  align-items: flex-end;
  gap: 24px;
  margin: 0 0 36px;
}
.baker-location__insights .baker-heading-with-see-all__title.reverse-underscored-heading {
  color: var(--location-soft-black);
  display: inline-block;
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: clamp(2.5rem, 8vw, 120px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1;
  margin: 0;
  position: static;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .baker-location__insights .baker-heading-with-see-all__title.reverse-underscored-heading {
    font-size: 120px;
    line-height: 0.833;
  }
}
.baker-location__insights .baker-heading-with-see-all__title.reverse-underscored-heading::after {
  border: 0;
  content: none;
  display: none;
}
.baker-location__insights .baker-heading-with-see-all .baker-cta-button__secondary {
  align-items: center;
  color: #FD3A20;
  flex-shrink: 0;
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  gap: 10px;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.baker-location__insights .baker-heading-with-see-all .baker-cta-button__secondary .baker-arrow svg {
  display: block;
  flex-shrink: 0;
  height: 12px;
  width: 8px;
}
.baker-location__insights .baker-heading-with-see-all .baker-cta-button__secondary .baker-stretching-arrow,
.baker-location__insights .baker-heading-with-see-all .baker-cta-button__secondary .baker-chevron-right {
  display: none;
}
.baker-location__insights .baker-see-all .baker-cta-button__secondary {
  align-items: center;
  color: #FD3A20;
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  gap: 10px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.baker-location__insights .baker-see-all .baker-cta-button__secondary .baker-arrow svg {
  display: block;
  flex-shrink: 0;
  height: 12px;
  width: 8px;
}
.baker-location__insights .baker-see-all .baker-cta-button__secondary .baker-stretching-arrow,
.baker-location__insights .baker-see-all .baker-cta-button__secondary .baker-chevron-right {
  display: none;
}
.baker-location__projects-grid {
  display: grid;
  gap: 3px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .baker-location__projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.baker-location__projects-grid .baker-project-card {
  background: #F5F5F5;
  border-radius: 4px;
  overflow: hidden;
}
.baker-location__projects-grid .baker-project-card:hover {
  transform: none;
}
.baker-location__projects-grid .baker-project-card:hover .baker-project-card__title {
  color: #FD3A20;
}
.baker-location__projects-grid .baker-project-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 32px 28px;
}
.baker-location__projects-grid .baker-project-card__title {
  align-items: baseline;
  color: #3B3835;
  flex-wrap: nowrap;
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-style: normal;
  font-weight: 600;
  gap: 16px;
  letter-spacing: -0.01em;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase;
}
.baker-location__projects-grid .baker-project-card__arrow {
  margin-top: 0;
}
.baker-location__projects-grid .baker-project-card__arrow .baker-project-card__arrow-icon {
  display: block;
  height: 22px;
  width: 14px;
}
.baker-location__projects-grid .baker-project-card__location {
  align-items: center;
  color: #3B3835;
  display: flex;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  gap: 9px;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 0;
}
.baker-location__projects-grid .baker-project-card__location img {
  flex-shrink: 0;
  height: auto;
  width: 12px;
}
.baker-location__projects-grid .baker-project-card__location span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.baker-location__insights-grid .baker-news-card--archive:hover .baker-news-card__title,
.baker-location__insights-grid .baker-news-card--archive:hover .baker-news-card__title-text, .baker-location__insights-grid .baker-news-card--archive:focus-visible .baker-news-card__title,
.baker-location__insights-grid .baker-news-card--archive:focus-visible .baker-news-card__title-text {
  color: #FD3A20;
}
.baker-location__cta {
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .baker-location .baker-heading-with-see-all {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}

.wpgmza_infowindow_description a {
  color: #165051;
  text-decoration: underline;
}
.wpgmza_infowindow_description a:hover, .wpgmza_infowindow_description a:focus {
  text-decoration: none;
  color: #3B3835;
}

p.wpgmza_infowindow_address {
  margin-bottom: 0;
}

.page-news--baker {
  --news-red: #fd3a20;
  --news-soft-black: #3b3835;
  --news-white: #f5f5f5;
  background: var(--news-white);
  padding-bottom: 0;
}
.page-news--baker .page-news__hero {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}
.page-news--baker .page-news__hero-media {
  position: absolute;
  inset: 0;
}
.page-news--baker .page-news__hero-media .baker-page-cover__hero-image,
.page-news--baker .page-news__hero-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-news--baker .page-news__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.page-news--baker .page-news__hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 600px;
  padding-top: 72px;
  padding-bottom: 164px;
}
.page-news--baker .page-news__eyebrow {
  color: var(--news-red);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 27px;
  text-transform: uppercase;
}
.page-news--baker .page-news__title {
  color: var(--news-white);
  font-size: 6.125rem;
  font-weight: 600;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .page-news--baker .page-news__title {
    font-size: 8.125rem;
  }
}
.page-news--baker .page-news__intro {
  color: rgba(245, 245, 245, 0.85);
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 24px;
  max-width: 560px;
}
.page-news--baker .page-news__filters-wrap {
  background: var(--news-white);
  padding-top: 48px;
  padding-bottom: 0;
}
.page-news--baker .page-news__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.page-news--baker .page-news__listing {
  margin-top: 48px;
}
.page-news--baker .page-news__grid {
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .page-news--baker .page-news__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .page-news--baker .page-news__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-news--baker .page-news__pagination {
  background: var(--news-white);
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 72px;
  padding-top: 72px;
}
.page-news--baker .baker-pagination {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
}
.page-news--baker .baker-pagination__link {
  align-items: center;
  color: var(--news-red);
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 600;
  gap: 8px;
  line-height: 1;
  padding: 4px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.page-news--baker .baker-pagination__link.is-disabled {
  color: rgba(59, 56, 53, 0.5);
  pointer-events: none;
}
.page-news--baker .baker-pagination__pages {
  align-items: center;
  display: flex;
  gap: 4px;
}
.page-news--baker .baker-pagination__pages .page-numbers {
  align-items: center;
  border-bottom: 1px solid var(--news-soft-black);
  color: var(--news-soft-black);
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  line-height: 1;
  min-width: 48px;
  padding: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.page-news--baker .baker-pagination__pages .page-numbers.current {
  background: var(--news-red);
  border-bottom-color: var(--news-red);
  border-radius: 4px;
  color: var(--news-white);
}
.page-news--baker .baker-pagination__pages .page-numbers.dots {
  border-bottom-color: var(--news-soft-black);
}

@media (min-width: 1536px) {
  .page-staff .dropdowns-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1536px) and (min-width: 768px) {
  .page-staff .dropdowns-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1536px) and (min-width: 1024px) {
  .page-staff .dropdowns-wrapper {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.page-staff .dropdowns-wrapper #baker-taxonomy-filters-form {
  background-color: white;
  margin: -40px 0 48px;
  padding: 20px 60px 0;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}
@media (min-width: 768px) {
  .page-staff .dropdowns-wrapper #baker-taxonomy-filters-form {
    margin-bottom: 72px;
  }
}
.page-staff .baker-wp-loop-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .page-staff .baker-wp-loop-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .page-staff .baker-wp-loop-wrapper {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.page-staff .baker-wp-loop-wrapper {
  margin-bottom: 40px;
}
.page-staff__group__title {
  font-size: 3rem;
  font-weight: 300;
}
.page-staff__group__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (min-width: 640px) {
  .page-staff__group__grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
.page-staff {
  /* 
    border: 3px solid violet !important;
    .baker-floating-details {
      &__trigger {
        img {
          transition: transform 0.3s;
        }
        &.active,
        &:hover {
          img {
            transform: scale(1.2);
          }
          h3 {
            text-decoration: underline;
          }
        }
      }
         */
}
.page-staff__member {
  width: 300px;
}
.page-staff__member.active .page-staff__member__photo img, .page-staff__member:hover .page-staff__member__photo img {
  transform: scale(1.1);
}
.page-staff__member.active .page-staff__member__name, .page-staff__member:hover .page-staff__member__name {
  text-decoration: underline;
}
.page-staff__member__photo {
  aspect-ratio: 1/1;
  border-bottom-right-radius: 24px;
  margin-bottom: 16px;
  overflow: hidden;
}
.page-staff__member__photo img {
  aspect-ratio: 1/1;
  width: 100%;
  margin-bottom: 16px;
  transition: transform 0.3s;
}
.page-staff__member__name, .page-staff__member__job-title {
  margin: 0;
  padding-right: 24px;
}
.page-staff__member__name {
  color: #1c1f2a;
  font-size: 1.5rem;
  font-weight: 800;
  margin-top: 16px;
  margin: 0;
}
.page-staff__member__name .baker-stretching-arrow {
  display: inline-block;
  margin-bottom: 3px;
}
.page-staff__member__job-title {
  color: #727478;
  margin: 0;
}

.page-projects--baker {
  --projects-red: #fd3a20;
  --projects-soft-black: #3b3835;
  --projects-sand: #d0ba95;
  --projects-white: #f5f5f5;
  background: var(--projects-white);
  padding-bottom: 0;
}
.page-projects--baker .page-projects__hero {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}
.page-projects--baker .page-projects__hero-media {
  position: absolute;
  inset: 0;
}
.page-projects--baker .page-projects__hero-media .baker-page-cover__hero-image,
.page-projects--baker .page-projects__hero-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-projects--baker .page-projects__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.page-projects--baker .page-projects__hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 600px;
  padding-top: 72px;
  padding-bottom: 164px;
}
.page-projects--baker .page-projects__eyebrow {
  color: var(--projects-red);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 27px;
  text-transform: uppercase;
}
.page-projects--baker .page-projects__title {
  color: var(--projects-white);
  font-size: 6.125rem;
  font-weight: 600;
  line-height: 0.78;
  margin: 0 0 27px;
  max-width: 303px;
  text-transform: uppercase;
}
.page-projects--baker .page-projects__intro {
  color: var(--projects-white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  max-width: 303px;
}
.page-projects--baker .page-projects__filters-wrap {
  margin-top: -97px;
  position: relative;
  z-index: 3;
}
.page-projects--baker .page-projects__filters {
  background: var(--projects-soft-black);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
@media (min-width: 1024px) {
  .page-projects--baker .page-projects__filters {
    align-items: center;
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    padding: 42px 64px;
  }
}
.page-projects--baker .page-projects__filters .baker-taxonomy-dropdown {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  gap: 10px;
  padding: 10px 0;
}
@media (min-width: 1024px) {
  .page-projects--baker .page-projects__filters .baker-taxonomy-dropdown {
    border-right: 1px solid rgba(245, 245, 245, 0.18);
    min-height: 45px;
    padding: 0 54px;
  }
}
.page-projects--baker .page-projects__filters .baker-taxonomy-dropdown:last-child {
  border-right: none;
}
.page-projects--baker .page-projects__filters .baker-taxonomy-dropdown__label {
  color: var(--projects-sand);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.page-projects--baker .page-projects__filters .baker-taxonomy-dropdown__trigger {
  background: transparent;
  color: var(--projects-white);
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0;
  min-height: 0;
}
.page-projects--baker .page-projects__filters .baker-taxonomy-dropdown__trigger:focus, .page-projects--baker .page-projects__filters .baker-taxonomy-dropdown__trigger:hover {
  background: transparent;
  color: #ffffff;
}
.page-projects--baker .page-projects__filters .baker-taxonomy-dropdown__trigger__text {
  max-width: calc(100% - 22px);
}
.page-projects--baker .page-projects__filters .baker-taxonomy-dropdown__trigger::after {
  width: 7px;
  height: 12px;
  margin-left: 12px;
  background-image: url("/wp-content/themes/baker-roofing-theme/assets/images/icons/chevron-down.svg");
  filter: brightness(0) invert(1);
}
.page-projects--baker .page-projects__listing {
  margin-top: 90px;
}
.page-projects--baker .baker-projects-archive__grid .baker-project-card__content {
  gap: 12px;
  padding: 32px;
}
@media (max-width: 639px) {
  .page-projects--baker .baker-projects-archive__grid .baker-project-card__content {
    padding: 20px;
  }
}
.page-projects--baker .baker-projects-archive__grid .baker-project-card__location {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.page-projects--baker .baker-projects-archive__grid .baker-project-card__title {
  gap: 16px;
}
.page-projects--baker .page-projects__grid {
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .page-projects--baker .page-projects__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-projects--baker .page-projects__grid .baker-project-card__image-wrapper {
  aspect-ratio: 715/452;
}
.page-projects--baker .page-projects__grid .baker-project-card__content {
  gap: 12px;
  padding: 32px;
}
.page-projects--baker .page-projects__grid .baker-project-card__title {
  font-size: clamp(1.875rem, 3.33vw, 3rem);
  gap: 16px;
  line-height: 1;
}

.search-page--baker {
  --search-red: #fd3a20;
  --search-soft-black: #3b3835;
  --search-white: #f5f5f5;
  background: var(--search-white);
  padding-bottom: 72px;
  padding-top: 72px;
}
.search-page--baker .search-page__header {
  margin-bottom: 48px;
}
.search-page--baker .search-page__title {
  color: var(--search-soft-black);
  font-family: var(--baker-font-display, field-gothic-xcondensed, sans-serif);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 600;
  line-height: 0.95;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.search-page--baker .search-page__query {
  color: var(--search-red);
  display: block;
}
@media (min-width: 768px) {
  .search-page--baker .search-page__query {
    display: inline;
  }
}
.search-page--baker .search-page__count {
  color: rgba(59, 56, 53, 0.76);
  font-family: var(--baker-font-text, trade-gothic-next, sans-serif);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.search-page--baker .search-page__grid {
  margin-top: 0;
}
.search-page--baker .search-page__pagination {
  margin-top: 72px;
}
.search-page--baker .search-page__empty {
  color: rgba(59, 56, 53, 0.76);
  font-family: var(--baker-font-text, trade-gothic-next, sans-serif);
  font-size: 18px;
  line-height: 1.5;
}

.search-page__card.baker-news-card--archive {
  cursor: default;
}
.search-page__card.baker-news-card--archive:hover .baker-news-card__image-wrapper img {
  transform: none;
}
.search-page__card.baker-news-card--archive .search-page__card-title-link {
  color: inherit;
  text-decoration: none;
}
.search-page__card.baker-news-card--archive .search-page__card-title-link:hover .baker-news-card__title-text, .search-page__card.baker-news-card--archive .search-page__card-title-link:focus-visible .baker-news-card__title-text {
  color: #FD3A20;
}

@media (max-width: 768px) {
  .search-page--baker {
    padding-top: 48px;
  }
  .search-page--baker .search-page__header {
    margin-bottom: 32px;
  }
  .search-page--baker .search-page__pagination {
    margin-top: 48px;
  }
}
.baker-insight {
  background: #F5F5F5;
  color: #3B3835;
}
.baker-insight__hero {
  position: relative;
  min-height: clamp(480px, 56vw, 720px);
  overflow: hidden;
}
.baker-insight__hero-media {
  position: absolute;
  inset: 0;
}
.baker-insight__hero-image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.baker-insight__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0.72) 100%);
}
.baker-insight__hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(480px, 56vw, 720px);
  padding-top: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(48px, 8vw, 80px);
}
.baker-insight__back {
  align-items: center;
  color: #F5F5F5;
  display: inline-flex;
  font-family: var(--baker-font-display, field-gothic-xcondensed, sans-serif);
  font-size: 24px;
  font-weight: 600;
  gap: 8px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
.baker-insight__back-mark {
  display: block;
  flex-shrink: 0;
  height: 11.5px;
  width: 7.02px;
}
.baker-insight__hero-bottom {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 32px);
  max-width: 900px;
}
.baker-insight__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.baker-insight__category {
  background: #FD3A20;
  border-radius: 4px;
  color: #F5F5F5;
  font-family: var(--baker-font-text, trade-gothic-next, sans-serif);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.429;
  padding: 12px;
  text-transform: uppercase;
}
.baker-insight__date {
  color: #F5F5F5;
  font-family: var(--baker-font-text, trade-gothic-next, sans-serif);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.baker-insight__title {
  color: #F5F5F5;
  font-family: var(--baker-font-display, field-gothic-xcondensed, sans-serif);
  font-size: clamp(48px, 8vw, 98px);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 76px;
  margin: 0;
  text-transform: uppercase;
}
.baker-insight__content {
  background: #F5F5F5;
  margin-bottom: clamp(56px, 8vw, 96px);
  margin-top: clamp(56px, 8vw, 96px);
}
.baker-insight__content .baker-shell {
  max-width: 1074px;
}
.baker-insight__entry {
  color: #3B3835;
  font-family: var(--baker-font-text, trade-gothic-next, sans-serif);
}
.baker-insight__entry > :is(p, .wp-block-paragraph) {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}
.baker-insight__related {
  background: #F5F5F5;
  margin-bottom: clamp(64px, 10vw, 120px);
  margin-top: clamp(64px, 10vw, 120px);
}
.baker-insight__related-title {
  color: #3B3835;
  font-family: var(--baker-font-display, field-gothic-xcondensed, sans-serif);
  font-weight: 600;
  line-height: 0.95;
  margin: 0 0 clamp(32px, 5vw, 48px);
  text-transform: uppercase;
}
.baker-insight__related-grid {
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .baker-insight__related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .baker-insight__related-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.baker-insight__related-grid .baker-news-card {
  background: #F5F5F5;
  border-bottom-right-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #3B3835;
  display: block;
  transform: none;
}
.baker-insight__related-grid .baker-news-card:hover {
  box-shadow: none;
}
.baker-insight__related-grid .baker-news-card:hover .baker-news-card__title {
  color: #FD3A20;
  text-decoration: none;
}
.baker-insight__related-grid .baker-news-card__image-wrapper {
  aspect-ratio: 715/452;
}
.baker-insight__related-grid .baker-news-card__tag {
  align-items: center;
  background: #FD3A20;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  left: 32px;
  line-height: 1.429;
  min-width: 120px;
  padding: 12px;
}
.baker-insight__related-grid .baker-news-card__content {
  padding: 24px 32px 28px;
}
.baker-insight__related-grid .baker-news-card__title {
  color: #3B3835;
  display: block;
  font-family: var(--baker-font-display, field-gothic-xcondensed, sans-serif);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 0.9;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.baker-insight__related-grid .baker-news-card__arrow {
  color: #FD3A20;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  margin-left: 8px;
}
.baker-insight__related-grid .baker-news-card__excerpt {
  -webkit-box-orient: vertical;
  color: rgba(59, 56, 53, 0.76);
  display: -webkit-box;
  font-family: var(--baker-font-text, trade-gothic-next, sans-serif);
  font-size: 1rem;
  -webkit-line-clamp: 4;
  line-height: 1.5;
  margin: 0 0 16px;
  overflow: hidden;
}
.baker-insight__related-grid .baker-news-card__date {
  border-top: none;
  color: rgba(59, 56, 53, 0.76);
  display: block;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.page-project-post {
  --project-red: #fd3a20;
  --project-soft-black: #3b3835;
  --project-off-white: #f5f5f5;
  --project-shell: #f1efec;
  --project-sand: #d0ba95;
  --project-teal: #165051;
}

.baker-project__hero {
  position: relative;
  isolation: isolate;
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

.baker-project__hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
}

.baker-project__hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 600px;
  padding-top: calc(88px + 72px);
  padding-bottom: 72px;
}
@media (min-width: 1024px) {
  .baker-project__hero-inner {
    padding-bottom: 120px;
  }
}

.baker-project__back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--project-off-white);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.baker-project__back-link svg {
  flex-shrink: 0;
}
.baker-project__back-link:hover {
  opacity: 0.75;
}

.baker-project__hero-title {
  font-size: clamp(3.25rem, 7.5vw, 6.125rem);
  font-weight: 600;
  line-height: 0.78;
  text-transform: uppercase;
  color: var(--project-off-white);
  margin: 0;
  max-width: 560px;
}

.baker-project__meta {
  position: relative;
  z-index: 3;
  margin-top: -58px;
}
@media (min-width: 768px) {
  .baker-project__meta {
    margin-top: -72px;
  }
}

.baker-project__meta-inner {
  background-color: var(--project-soft-black);
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .baker-project__meta-inner {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    padding-left: 56px;
    padding-right: 56px;
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.baker-project__meta-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-width: 140px;
}

.baker-project__meta-label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--project-sand);
}

.baker-project__meta-value {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--project-off-white);
}

.baker-project__meta-sep {
  display: none;
  flex-shrink: 0;
  width: 1px;
  height: 45px;
  background-color: rgba(245, 245, 245, 0.2);
  margin: 0 32px;
}
@media (min-width: 768px) {
  .baker-project__meta-sep {
    display: block;
  }
}

.baker-project__gallery-section {
  background-color: var(--project-off-white);
  padding: 48px 0;
}
@media (min-width: 1024px) {
  .baker-project__gallery-section {
    padding: 60px 0;
  }
}

.baker-project__gallery {
  position: relative;
  display: flex;
  height: 320px;
  border-radius: 4px;
  overflow: hidden;
  --gallery-cut-size: 42px;
  clip-path: polygon(0 0, calc(100% - var(--gallery-cut-size)) 0, 100% var(--gallery-cut-size), 100% 100%, 0 100%);
}
@media (min-width: 768px) {
  .baker-project__gallery {
    height: 480px;
    --gallery-cut-size: 56px;
  }
}
@media (min-width: 1024px) {
  .baker-project__gallery {
    height: 640px;
    --gallery-cut-size: 72px;
  }
}

.baker-project__gallery-slide {
  position: relative;
  min-width: 100%;
  height: 100%;
}
.baker-project__gallery-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.baker-project__gallery-counter {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--project-off-white);
  border-top-right-radius: 4px;
  padding: 12px 20px;
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 1;
  color: var(--project-soft-black);
  text-transform: uppercase;
}

.baker-project__gallery-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--project-off-white);
  border-top-left-radius: 4px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
}

.baker-project__gallery-prev,
.baker-project__gallery-next {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--project-red);
  padding: 4px 0;
  transition: opacity 0.2s ease;
}
.baker-project__gallery-prev svg,
.baker-project__gallery-next svg {
  flex-shrink: 0;
}
.baker-project__gallery-prev.is-disabled,
.baker-project__gallery-next.is-disabled {
  opacity: 0.25;
  pointer-events: none;
}

.baker-project__gallery-next-arrow {
  display: inline-flex;
}
.baker-project__gallery-next-arrow svg {
  transform: rotate(180deg);
}

.baker-project__gallery-nav-sep {
  display: block;
  flex-shrink: 0;
  width: 1px;
  height: 16px;
  background-color: rgba(59, 56, 53, 0.25);
}

.baker-project__content-section {
  background-color: white;
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .baker-project__content-section {
    padding: 100px 0;
  }
}

.baker-project__content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}
@media (min-width: 1024px) {
  .baker-project__content-grid {
    grid-template-columns: minmax(0, 591fr) minmax(0, 632fr);
    gap: 73px;
  }
}

.baker-project__content-left {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.baker-project__lead {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--project-teal);
  margin: 0;
}

.baker-project__rule {
  border: none;
  border-top: 1px solid #e0dbd7;
  margin: 0;
}

.baker-project__process {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.baker-project__section-head {
  font-size: clamp(2.25rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--project-soft-black);
  margin: 0;
}

.baker-project__body-copy {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--project-soft-black);
}
.baker-project__body-copy p {
  margin: 0 0 26px;
}
.baker-project__body-copy p:last-child {
  margin-bottom: 0;
}

.baker-project__side-figure {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
.baker-project__side-figure img {
  width: 100%;
  aspect-ratio: 1200/799;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.baker-project__side-caption {
  font-size: 0.875rem;
  line-height: 1.43;
  color: var(--project-soft-black);
  opacity: 0.5;
}

.baker-project__video-section {
  background-color: var(--project-off-white);
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .baker-project__video-section {
    padding: 80px 0;
  }
}

.baker-project__video-link {
  position: relative;
  display: block;
  width: 1074px;
  max-width: 100%;
  aspect-ratio: 1074/604;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
}
.baker-project__video-link:hover .baker-project__video-btn {
  background-color: #e02e10;
}

.baker-project__video-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.baker-project__video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--project-red);
  color: var(--project-off-white);
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 3px;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}

.baker-project__results-section {
  background-color: white;
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .baker-project__results-section {
    padding: 100px 0;
  }
}

.baker-project__results-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}
@media (min-width: 1024px) {
  .baker-project__results-grid {
    grid-template-columns: minmax(0, 632fr) minmax(0, 591fr);
    gap: 73px;
  }
}

.baker-project__results-image img {
  width: 100%;
  aspect-ratio: 1200/799;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.baker-project__results-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.baker-project__related {
  background-color: var(--project-off-white);
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .baker-project__related {
    padding: 80px 0;
  }
}

.baker-project__related-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.baker-project__related-title {
  font-size: clamp(3.5rem, 8.5vw, 7.5rem);
  font-weight: 600;
  line-height: 0.84;
  text-transform: uppercase;
  color: var(--project-soft-black);
  margin: 0;
}

.baker-project__related-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--project-red);
  text-decoration: none;
  padding-bottom: 6px;
  white-space: nowrap;
}
.baker-project__related-link svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.baker-project__related-link:hover svg {
  transform: translateX(3px);
}

.baker-project__related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .baker-project__related-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }
}

.baker-project__related-card {
  display: block;
  text-decoration: none;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
}
.baker-project__related-card:hover .baker-project__related-card-title {
  color: var(--project-red);
}

.baker-project__related-image {
  position: relative;
  height: 280px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .baker-project__related-image {
    height: 360px;
  }
}
.baker-project__related-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.baker-project__related-tag {
  position: absolute;
  bottom: 0;
  left: 34px;
  background-color: var(--project-red);
  color: var(--project-off-white);
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 12px;
  border-radius: 4px 4px 0 0;
}

.baker-project__related-card-body {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.baker-project__related-card-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--project-soft-black);
  transition: color 0.2s ease;
}
.baker-project__related-card-title svg {
  flex-shrink: 0;
}

.baker-project__related-card-location {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 1rem;
  color: var(--project-soft-black);
}
.baker-project__related-card-location svg {
  flex-shrink: 0;
}

.baker-cta-button {
  font-family: "field-gothic-xcondensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  color: #F5F5F5;
  cursor: pointer;
  gap: 10px;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 1.5rem;
  white-space: nowrap;
}
.baker-cta-button__primary {
  background: #FD3A20;
  border-radius: 4px;
}
.baker-cta-button__primary:hover, .baker-cta-button__primary.active {
  background: #d42f1a;
}
.baker-cta-button__secondary {
  background: transparent;
  border-radius: 4px;
}
.baker-cta-button__secondary:hover, .baker-cta-button__secondary.active {
  color: #FD3A20;
}
.baker-cta-button__secondary:hover svg path, .baker-cta-button__secondary.active svg path {
  fill: #FD3A20;
}
.baker-cta-button .baker-arrow svg {
  height: 11px;
  width: auto;
}

@media (min-width: 1280px) {
  .wpcf7-form p {
    margin-top: 16px;
  }
}
.wpcf7-form p label {
  font-size: 0.9375rem;
  color: #FD3A20;
}
.wpcf7-form p label input,
.wpcf7-form p label textarea,
.wpcf7-form p label select {
  width: 100%;
  border: 1px solid #1c1f2a;
  border-bottom-right-radius: 12px;
  max-height: 160px;
  padding: 12px;
}
.wpcf7-form p input.wpcf7-submit {
  background-color: #FD3A20;
  background-image: url("/wp-content/themes/baker-roofing-theme/assets/images/icons/arrow-right-white.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  color: white;
  cursor: pointer;
  margin-top: 16px;
  padding: 16px 60px 16px 20px;
}
.wpcf7-form p select.wpcf7-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  background-image: url("/wp-content/themes/baker-roofing-theme/assets/images/icons/chevron-down-dark.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 8px;
}

.baker-page-cover {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  min-height: 500px;
}
@media (min-width: 768px) {
  .baker-page-cover {
    min-height: 600px;
  }
}
.baker-page-cover__hero-image {
  height: 100%;
  width: 100%;
  margin: auto;
  max-width: 1920px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  inset: 0;
  position: absolute;
  z-index: 1;
}
.baker-page-cover__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .baker-page-cover__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .baker-page-cover__content {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.baker-page-cover__content {
  display: flex;
  color: white;
  flex-direction: column;
  gap: 36px;
  justify-content: center;
  padding-bottom: 70px;
  padding-top: 78px;
}
@media (min-width: 768px) {
  .baker-page-cover__content {
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  .baker-page-cover__content {
    padding-top: 148px;
  }
}
.baker-page-cover__content > * {
  z-index: 2;
}
.baker-page-cover__content__title, .baker-page-cover__content__tagline {
  align-self: center;
  text-align: center;
}
.baker-page-cover__content__title {
  font-size: 3.75rem;
  margin-bottom: 28px;
  min-width: 280px;
  position: relative;
}
@media (min-width: 768px) {
  .baker-page-cover__content__title {
    font-size: 4.875rem;
  }
}
.baker-page-cover__content__title::after {
  height: 18px;
  width: 100%;
  position: absolute;
  bottom: -16px;
  right: 0;
  content: "";
  border-bottom: 3px solid #f18a00;
}
.baker-page-cover__content #baker-page-cta-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .baker-page-cover__content #baker-page-cta-list {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .baker-page-cover:not(.is-always-centered) .baker-page-cover__content__title,
  .baker-page-cover:not(.is-always-centered) .baker-page-cover__content__tagline {
    align-self: flex-start;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .baker-page-cover:not(.is-always-centered) #baker-page-cta-list {
    justify-content: flex-start;
  }
}
.baker-page-cover:not(.is-always-centered) .baker-page-cover__content__title,
.baker-page-cover:not(.is-always-centered) .baker-page-cover__content__tagline,
.baker-page-cover:not(.is-always-centered) #baker-page-cta-list {
  margin: 0;
}
@media (min-width: 768px) {
  .baker-page-cover:not(.is-always-centered) .baker-page-cover__content__title,
  .baker-page-cover:not(.is-always-centered) .baker-page-cover__content__tagline,
  .baker-page-cover:not(.is-always-centered) #baker-page-cta-list {
    margin-left: 40px;
  }
}
@media (min-width: 1024px) {
  .baker-page-cover:not(.is-always-centered) .baker-page-cover__content__title,
  .baker-page-cover:not(.is-always-centered) .baker-page-cover__content__tagline,
  .baker-page-cover:not(.is-always-centered) #baker-page-cta-list {
    margin-left: 80px;
  }
}
@media (min-width: 1280px) {
  .baker-page-cover:not(.is-always-centered) .baker-page-cover__content__title,
  .baker-page-cover:not(.is-always-centered) .baker-page-cover__content__tagline,
  .baker-page-cover:not(.is-always-centered) #baker-page-cta-list {
    margin-left: 140px;
  }
}
@media (min-width: 768px) {
  .baker-page-cover:not(.is-always-centered) .baker-page-cover__content__title:after {
    width: 100vw;
    right: -27px;
  }
}

.baker-expertise-banner {
  margin-top: 50px;
  margin-bottom: 50px;
}
.baker-expertise-banner__container {
  display: flex;
  align-items: flex-start;
  background-position: center;
  background-size: cover;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  overflow: hidden;
  padding: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .baker-expertise-banner__container {
    align-items: flex-end;
    flex-direction: row;
  }
}
.baker-expertise-banner__container > * {
  position: relative;
  z-index: 2;
}
.baker-expertise-banner__container::before {
  content: "";
  background: #d42f1a;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.5s;
}
.baker-expertise-banner__container:hover .baker-cta-button {
  background: #d42f1a;
}
.baker-expertise-banner__container:hover::before {
  opacity: 1;
}
.baker-expertise-banner__text > * {
  margin: 0;
  padding: 0;
}
.baker-expertise-banner__text h2 {
  font-family: "field-gothic-xcondensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #cccccc;
  font-size: 1rem;
  margin-bottom: 10px;
}
.baker-expertise-banner__text h3 {
  color: white;
  font-size: 3rem;
  font-weight: 300;
}

.baker-floating-details {
  position: relative;
}
.baker-floating-details__trigger {
  cursor: pointer;
  text-align: left;
}
.baker-floating-details__trigger.active, .baker-floating-details__trigger:hover {
  color: #FD3A20;
}
.baker-floating-details__trigger.active svg path, .baker-floating-details__trigger:hover svg path {
  fill: #FD3A20;
}
.baker-floating-details__modal {
  display: none;
  background-color: #646464;
  inset: 0;
  overflow: hidden;
  padding: 0 24px;
  position: fixed;
  z-index: 100000;
}
.baker-floating-details__modal[aria-hidden=false] {
  display: flex;
}
.baker-floating-details__modal__modal-container {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto 0;
}
.baker-floating-details__modal__photo-plus {
  width: 300px;
}
.baker-floating-details__modal__photo-plus img {
  aspect-ratio: 1/1;
  width: inherit;
}
.baker-floating-details__modal-content {
  background-color: white;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
  padding: 48px;
  position: relative;
  overflow-y: auto;
}
.baker-floating-details__modal-content__close-btn {
  height: 12px;
  width: 12px;
  cursor: pointer;
  position: absolute;
  right: 48px;
  top: 48px;
}
.baker-floating-details .baker-person-modal .baker-floating-details__modal__photo-plus img {
  border-bottom-right-radius: 24px;
}
.baker-floating-details .baker-person-modal .baker-floating-details__modal-content {
  border-bottom-right-radius: 24px;
  max-height: calc(100vh - 300px);
  max-width: 610px;
}
.baker-floating-details .baker-person-modal .baker-floating-details__modal-content__name-plus {
  color: #d42f1a;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 24px;
  margin: 0 0 8px;
}
.baker-floating-details .baker-person-modal .baker-floating-details__modal-content__job-title {
  color: #727478;
  margin: 0;
}
.baker-floating-details .baker-person-modal .baker-floating-details__modal-content__content {
  margin-top: 32px;
}
.baker-floating-details .baker-contact-modal .baker-floating-details__modal__photo-plus {
  display: none;
  background-color: #F5F5F5;
  border-bottom-right-radius: 20px;
  z-index: 100001;
}
@media (min-width: 870px) {
  .baker-floating-details .baker-contact-modal .baker-floating-details__modal__photo-plus {
    display: block;
  }
}
.baker-floating-details .baker-contact-modal .baker-floating-details__modal__photo-plus-text {
  padding: 28px;
}
.baker-floating-details .baker-contact-modal .baker-floating-details__modal__name {
  color: #1c1f2a;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
.baker-floating-details .baker-contact-modal .baker-floating-details__modal__job-title {
  color: #727478;
  margin: 4px 0 0;
}
.baker-floating-details .baker-contact-modal .baker-floating-details__modal-content {
  max-height: 90vh;
  max-width: 570px;
  border-bottom-right-radius: 20px;
}
.baker-floating-details .baker-contact-modal .baker-floating-details__modal-content__title {
  color: #d42f1a;
  font-size: 3rem;
  font-weight: 300;
  margin: 0 0 10px;
}

.baker-heading-with-see-all .baker-cta-button__secondary,
.baker-see-all .baker-cta-button__secondary {
  color: #1c1f2a;
}
.baker-heading-with-see-all .baker-cta-button__secondary path,
.baker-see-all .baker-cta-button__secondary path {
  stroke: #FD3A20;
}

.baker-heading-with-see-all {
  display: flex;
  margin: 68px 0 36px;
  align-items: flex-end;
  gap: 32px;
  justify-content: space-between;
}
.baker-heading-with-see-all__title {
  display: inline-block;
}
.baker-heading-with-see-all .baker-cta-button__secondary {
  display: none;
}
@media (min-width: 1024px) {
  .baker-heading-with-see-all .baker-cta-button__secondary {
    display: flex;
    margin: 0;
  }
}

.baker-see-all {
  display: block;
  margin-top: 36px;
}
@media (min-width: 1024px) {
  .baker-see-all {
    display: none;
  }
}
.baker-see-all .baker-cta-button__secondary {
  justify-content: center;
}

.baker-pagination {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 60px;
}

.baker-pagination__link {
  align-items: center;
  color: #FD3A20;
  display: inline-flex;
  font-family: var(--baker-font-display, field-gothic-xcondensed, sans-serif);
  font-size: 24px;
  font-weight: 600;
  gap: 8px;
  line-height: 1;
  padding: 4px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.baker-pagination__link.is-disabled {
  color: rgba(59, 56, 53, 0.5);
  pointer-events: none;
}

.baker-pagination__pages {
  align-items: center;
  display: flex;
  gap: 4px;
}
.baker-pagination__pages .page-numbers {
  align-items: center;
  border-bottom: 1px solid #3B3835;
  color: #3B3835;
  display: flex;
  font-family: var(--baker-font-display, field-gothic-xcondensed, sans-serif);
  font-size: 24px;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  line-height: 1;
  min-width: 48px;
  padding: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.baker-pagination__pages .page-numbers.current {
  background: #FD3A20;
  border-bottom-color: #FD3A20;
  border-radius: 4px;
  color: #F5F5F5;
}
.baker-pagination__pages .page-numbers.dots {
  border-bottom-color: #3B3835;
}

body.service-dialog-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.baker-service-dialog {
  background: #F5F5F5;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.25);
  color: #3B3835;
  max-width: 560px;
  padding: 40px 24px 32px;
  width: calc(100% - 48px);
  left: 50%;
  margin: 0;
  top: 30px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .baker-service-dialog {
    padding: 48px;
  }
}
.baker-service-dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
}
.baker-service-dialog__close {
  background: none;
  border: 0;
  color: #3B3835;
  cursor: pointer;
  padding: 8px;
  position: absolute;
  right: 12px;
  top: 12px;
  transition: color 0.2s ease;
}
.baker-service-dialog__close:hover, .baker-service-dialog__close:focus-visible {
  color: #FD3A20;
}
.baker-service-dialog__close svg {
  display: block;
  height: 16px;
  width: 16px;
}
.baker-service-dialog__title {
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.baker-stretching-arrow {
  height: 9px;
  width: 28px;
  overflow: hidden;
  position: relative;
}
.baker-stretching-arrow svg {
  height: 100%;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 20%;
  top: 0;
  transition: 0.3s;
}
.baker-stretching-arrow.direction-left {
  transform: rotate(180deg);
}
.baker-stretching-arrow.wide {
  width: 42px;
  height: 18px;
}

.baker-taxonomy-dropdown {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  width: 260px;
}
.baker-taxonomy-dropdown__label {
  font-family: "field-gothic-xcondensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #3B3835;
  font-size: 1rem;
}
.baker-taxonomy-dropdown__custom {
  position: relative;
  width: 100%;
}
.baker-taxonomy-dropdown__trigger {
  align-items: center;
  background-color: #FD3A20;
  border-radius: 4px;
  color: #F5F5F5;
  cursor: pointer;
  display: flex;
  font-size: 1.0625rem;
  padding: 20px;
  transition: background-color 0.2s;
  width: 100%;
}
.baker-taxonomy-dropdown__trigger:focus, .baker-taxonomy-dropdown__trigger:hover {
  background-color: #d42f1a;
}
.baker-taxonomy-dropdown__trigger[aria-expanded=true] {
  border-radius: 4px 4px 0 0;
}
.baker-taxonomy-dropdown__trigger[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.baker-taxonomy-dropdown__trigger__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 18px);
}
.baker-taxonomy-dropdown__trigger::after {
  background-image: url("/wp-content/themes/baker-roofing-theme/assets/images/icons/chevron-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: auto;
  transition: transform 0.3s;
  width: 6px;
}
.baker-taxonomy-dropdown__options {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-16px);
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
  visibility: hidden;
}
.baker-taxonomy-dropdown__options.active, .baker-taxonomy-dropdown__options[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transform: initial;
  pointer-events: auto;
}
.baker-taxonomy-dropdown__options {
  background-color: #F5F5F5;
  border-radius: 0 0 4px 4px;
  left: 0;
  max-height: 500px;
  min-width: 100%;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 200;
}
.baker-taxonomy-dropdown__option {
  width: 100%;
}
.baker-taxonomy-dropdown__option__button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3B3835;
  cursor: pointer;
  height: 100%;
  padding: 16px 20px;
  text-align: left;
  width: 100%;
}
.baker-taxonomy-dropdown__option__button:hover {
  background-color: #d42f1a;
  color: #F5F5F5;
}

.baker-page-with-jump-menu__hero {
  position: relative;
  z-index: 1;
}
.baker-page-with-jump-menu__hero > .baker-page-hero,
.baker-page-with-jump-menu__hero > .wp-block-baker-theme-page-hero {
  margin-bottom: 0;
}
.baker-page-with-jump-menu__hero .baker-page-hero__top > .baker-page-hero__arrow {
  display: none;
}

.baker-has-toc {
  margin-top: 64px;
  margin-bottom: 14px;
}

.baker-content-with-toc {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .baker-content-with-toc {
    grid-template-columns: 260px minmax(0, 1fr);
  }
}
@media (min-width: 1024px) {
  .baker-content-with-toc {
    grid-template-columns: 300px minmax(0, 1fr);
  }
}
.baker-content-with-toc__notch {
  display: none;
  grid-column: 1;
  grid-row: 1;
  height: 0;
  pointer-events: none;
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .baker-content-with-toc__notch {
    display: block;
  }
}
.baker-content-with-toc__notch svg {
  display: block;
  height: auto;
  left: 72px;
  position: absolute;
  top: 0;
  transform: translateY(calc(-100% + 1px));
  width: 92px;
}
@media (min-width: 768px) {
  .baker-content-with-toc__notch svg {
    width: 126px;
  }
}
.baker-content-with-toc__notch path {
  fill: #e9e9e9;
}
.baker-content-with-toc__overlay {
  align-self: stretch;
  background: linear-gradient(180deg, #e9e9e9 0%, #F5F5F5 100%);
  display: none;
  grid-column: 1;
  grid-row: 1;
  min-height: 100%;
  overflow: visible;
  pointer-events: none;
  position: relative;
}
@media (min-width: 768px) {
  .baker-content-with-toc__overlay {
    display: block;
  }
}
.baker-content-with-toc .baker-wp-loop-wrapper {
  background-color: #F5F5F5;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .baker-content-with-toc .baker-wp-loop-wrapper {
    grid-column: 2;
    grid-row: 1;
  }
}
.baker-content-with-toc .baker-wp-loop-wrapper .baker-blocks-wrapper > * {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}
.baker-content-with-toc .baker-blocks-wrapper > *:first-child {
  margin-top: 0 !important;
}
.baker-content-with-toc__toc {
  position: sticky;
  top: calc(var(--adjust-wp-bar) + 120px);
  align-self: start;
  color: #3B3835;
  display: none;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100vh - 62px - 24px);
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: auto;
  width: 100%;
  z-index: 900;
}
@media (min-width: 768px) {
  .baker-content-with-toc__toc {
    display: block;
  }
}
@media (min-width: 1280px) {
  .baker-content-with-toc__toc {
    position: sticky;
    top: calc(var(--adjust-wp-bar) + 130px);
    max-height: calc(100vh - 88px - 24px);
  }
}
.baker-content-with-toc__toc {
  padding: 76px 32px 32px 72px;
}
.baker-content-with-toc__toc__title {
  color: #3B3835;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.baker-content-with-toc__toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.baker-content-with-toc__toc__list-item {
  margin-bottom: 16px;
}
.baker-content-with-toc__toc__list-item:last-child {
  margin-bottom: 0;
}
.baker-content-with-toc__toc__list-item a {
  color: #3B3835;
  display: inline-block;
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 14px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.baker-content-with-toc__toc__list-item a::before {
  background-color: transparent;
  content: "";
  height: 7px;
  left: 0;
  -webkit-mask: url("/wp-content/themes/baker-roofing-theme/assets/images/icons/arrow-toc.svg") center/contain no-repeat;
          mask: url("/wp-content/themes/baker-roofing-theme/assets/images/icons/arrow-toc.svg") center/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.2s ease;
  width: 6px;
  -webkit-mask: url("/wp-content/themes/baker-roofing-theme/assets/images/icons/arrow-toc.svg") center/contain no-repeat;
}
.baker-content-with-toc__toc__list-item a:hover {
  color: #FD3A20;
  text-decoration: underline;
}
.baker-content-with-toc__toc__list-item a.active {
  color: #FD3A20;
  text-decoration: none;
}
.baker-content-with-toc__toc__list-item a.active::before {
  background-color: #FD3A20;
}

.baker-join-team__container {
  display: flex;
  color: white;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.baker-join-team__container.is-last-section {
  margin-top: 96px;
  margin-bottom: -24px;
}
.baker-join-team__image-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  margin-left: 0;
  max-height: 300px;
  overflow: hidden;
}
.baker-join-team__image-wrapper .baker-contained-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.baker-join-team__content {
  display: flex;
  width: 100%;
  background: #FD3A20;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  position: static;
  padding: 24px 36px 48px;
}
.baker-join-team__content-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .baker-join-team__content-container {
    max-width: 70%;
  }
}
.baker-join-team__title {
  align-items: center;
  align-self: flex-start;
  font-size: 3rem;
  font-weight: 300;
  gap: 10px;
  margin: 0;
  position: relative;
  text-align: left;
}
.baker-join-team__title::after {
  height: 12px;
  width: 100vw;
  border-bottom: 2px solid #f18a00;
  bottom: -10px;
  content: "";
  position: absolute;
  right: 0;
}
.baker-join-team__text {
  margin: 0;
}
@media (min-width: 1024px) {
  .baker-join-team {
    flex-direction: row;
    max-width: 1920px;
    min-height: 400px;
  }
  .baker-join-team__image-wrapper {
    width: 70%;
    margin-left: auto;
    max-height: 500px;
  }
  .baker-join-team__image-wrapper .baker-contained-image {
    height: calc(100% - 24px);
  }
  .baker-join-team__content {
    width: 60%;
    height: 100%;
    bottom: 0;
    left: 0;
    min-width: 640px;
    padding: 32px 32px 32px 72px;
    position: absolute;
    right: 0;
  }
  .baker-join-team__content-container {
    gap: 32px;
  }
  .baker-join-team__title {
    font-size: 4rem;
  }
}
@media (min-width: 1536px) and (max-width: 1919.98px) {
  .baker-join-team__image-wrapper {
    width: 80%;
  }
  .baker-join-team__content {
    width: 45%;
  }
}
@media (min-width: 1925px) {
  .baker-join-team {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1925px) and (min-width: 768px) {
  .baker-join-team {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1925px) and (min-width: 1024px) {
  .baker-join-team {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media (min-width: 1925px) {
  .baker-join-team__image-wrapper img {
    border-top-right-radius: 20px;
  }
  .baker-join-team__content {
    border-top-left-radius: 20px;
  }
  .baker-join-team .baker-join-team__container:not(.is-last-section) .baker-join-team__image-wrapper img {
    border-bottom-right-radius: 20px;
  }
  .baker-join-team .baker-join-team__container:not(.is-last-section) .baker-join-team__content {
    border-bottom-left-radius: 20px;
  }
}

.baker-news-card--default {
  background-color: #eae9ee;
  border-bottom-right-radius: 20px;
  color: #727478;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: box-shadow 0.3s;
}
.baker-news-card--default:hover {
  color: #FD3A20;
}
.baker-news-card--default:hover svg path {
  fill: #FD3A20;
}
.baker-news-card--default:hover {
  box-shadow: 0 4px 32px 0 rgba(253, 58, 32, 0.5);
}
.baker-news-card--default:hover h4 {
  text-decoration: underline;
}
.baker-news-card--default .baker-news-card__image-wrapper {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.baker-news-card--default .baker-news-card__image-wrapper .baker-contained-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
  width: 100%;
}
.baker-news-card--default .baker-news-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 32px 22px;
  position: relative;
}
.baker-news-card--default .baker-news-card__featured-taxonomy {
  background-color: #eae9ee;
  left: 0;
  max-width: 90%;
  position: absolute;
  top: -48px;
}
.baker-news-card--default .baker-news-card__featured-taxonomy__text {
  font-family: "field-gothic-xcondensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #FD3A20;
  border-bottom-left-radius: 12px;
  font-size: 1rem;
  color: white;
  padding: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.baker-news-card--default .baker-news-card__title {
  color: #1c1f2a;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.baker-news-card--default .baker-stretching-arrow {
  display: inline-block;
  margin-bottom: 3px;
}
.baker-news-card--default .baker-news-card__meta {
  border-top: 1px solid grey;
  font-size: 0.9375rem;
  margin-top: 16px;
  padding-top: 16px;
}

.baker-news-card--archive {
  background: #F5F5F5;
  border-radius: 4px;
  color: #3B3835;
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: color 0.2s ease;
}
.baker-news-card--archive:hover .baker-news-card__title,
.baker-news-card--archive:hover .baker-news-card__title-text, .baker-news-card--archive:focus-visible .baker-news-card__title,
.baker-news-card--archive:focus-visible .baker-news-card__title-text {
  color: #FD3A20;
}
.baker-news-card--archive .baker-news-card__image-wrapper {
  aspect-ratio: 715/452;
  overflow: hidden;
  position: relative;
}
.baker-news-card--archive .baker-news-card__image-wrapper img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}
.baker-news-card--archive .baker-news-card__tag {
  align-items: center;
  background: #FD3A20;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  box-sizing: border-box;
  color: #F5F5F5;
  display: inline-flex;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 34px;
  justify-content: center;
  left: 34px;
  letter-spacing: 0.06em;
  line-height: 1.429;
  min-width: 120px;
  padding: 0 12px;
  position: absolute;
  text-transform: uppercase;
}
.baker-news-card--archive .baker-news-card__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 32px 25px 28px 32px;
}
.baker-news-card--archive .baker-news-card__title {
  color: #3B3835;
  display: block;
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 0.833;
  margin: 0 0 16px;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.baker-news-card--archive .baker-news-card__title-text {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
  transition: color 0.2s ease;
}
.baker-news-card--archive .baker-news-card__arrow {
  bottom: 5px;
  display: inline;
  line-height: inherit;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}
.baker-news-card--archive .baker-news-card__arrow-icon {
  display: inline-block;
  height: 22px;
  vertical-align: middle;
  width: 14px;
}
.baker-news-card--archive .baker-news-card__excerpt {
  -webkit-box-orient: vertical;
  color: rgba(59, 56, 53, 0.76);
  display: -webkit-box;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-line-clamp: 4;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
}
.baker-news-card--archive .baker-news-card__date {
  border-top: none;
  color: rgba(59, 56, 53, 0.76);
  display: block;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 16px 0 0;
  padding: 0;
}

.baker-insights-grid {
  display: grid;
  gap: 3px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .baker-insights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .baker-insights-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.baker-insights-grid .baker-news-card--archive .baker-news-card__image-wrapper {
  aspect-ratio: auto;
  height: 280px;
}
@media (min-width: 1024px) {
  .baker-insights-grid .baker-news-card--archive .baker-news-card__image-wrapper {
    height: 286px;
  }
}

.baker-project-card {
  background: #F5F5F5;
  border-radius: 4px;
  color: #3B3835;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.baker-project-card:hover .baker-project-card__title {
  color: #FD3A20;
}

.baker-project-card__image-wrapper {
  aspect-ratio: 715/452;
  overflow: hidden;
  position: relative;
}
.baker-project-card__image-wrapper img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.baker-project-card__tag {
  background: #FD3A20;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  color: #F5F5F5;
  font-size: 0.875rem;
  left: 32px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding: 12px;
  position: absolute;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .baker-project-card__tag {
    left: 20px;
    padding: 10px 11px;
  }
}

.baker-project-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 32px 28px;
}

.baker-project-card__title {
  font-family: "field-gothic-xcondensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #3B3835;
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: clamp(1.875rem, 3.3vw, 3rem);
  letter-spacing: -0.01em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.baker-project-card__arrow {
  color: #FD3A20;
  flex-shrink: 0;
}

.baker-projects-archive__grid .baker-project-card__content {
  gap: 12px;
  padding: 32px;
}
@media (max-width: 639px) {
  .baker-projects-archive__grid .baker-project-card__content {
    padding: 20px;
  }
}

.baker-projects-archive__grid .baker-project-card__location {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}

.baker-projects-archive__grid .baker-project-card__title {
  gap: 16px;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1;
}
@media (min-width: 768px) {
  .baker-projects-archive__grid .baker-project-card__title {
    font-size: 48px;
    line-height: 0.833;
  }
}

.baker-project-card__location {
  align-items: center;
  color: rgba(59, 56, 53, 0.76);
  display: flex;
  font-size: 1rem;
  gap: 9px;
  letter-spacing: 0;
  line-height: 1.5;
}
.baker-project-card__location img {
  flex-shrink: 0;
  width: 12px;
}
.baker-project-card__location span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.baker-insight-card {
  background: #F5F5F5;
  border-radius: 4px;
  color: #3B3835;
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: color 0.2s ease;
}
.baker-insight-card:hover .baker-insight-card__title,
.baker-insight-card:hover .baker-insight-card__title-text, .baker-insight-card:focus-visible .baker-insight-card__title,
.baker-insight-card:focus-visible .baker-insight-card__title-text {
  color: #FD3A20;
}

.baker-insight-card__image-wrapper {
  aspect-ratio: 715/452;
  overflow: hidden;
  position: relative;
}
.baker-insight-card__image-wrapper img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.baker-insight-card__tag {
  background: #FD3A20;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  color: #F5F5F5;
  font-size: 0.875rem;
  left: 32px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding: 12px;
  position: absolute;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .baker-insight-card__tag {
    left: 20px;
    padding: 10px 11px;
  }
}

.baker-insight-card__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 32px 25px 28px 32px;
}

.baker-insight-card__title {
  font-family: "field-gothic-xcondensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  align-items: flex-end;
  color: #3B3835;
  display: block;
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 0.833;
  margin: 0 0 16px;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
@supports (align-items: last) {
  .baker-insight-card__title {
    align-items: last baseline;
  }
}

.baker-insight-card__title-text {
  flex: 1 1 auto;
  min-width: 0;
}

.baker-insight-card__arrow {
  color: #FD3A20;
  flex-shrink: 0;
  line-height: 0;
}
.baker-insight-card__arrow svg {
  display: block;
  height: 22px;
  width: 14px;
}

.baker-insight-card__arrow {
  bottom: 5px;
  display: inline;
  left: 16px;
  line-height: inherit;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

.baker-insight-card__arrow-icon {
  display: inline-block;
  height: 22px;
  vertical-align: middle;
  width: 14px;
}

.baker-insight-card__excerpt {
  -webkit-box-orient: vertical;
  color: rgba(59, 56, 53, 0.76);
  display: -webkit-box;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-line-clamp: 4;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
}

.baker-insight-card__date {
  border-top: none;
  color: rgba(59, 56, 53, 0.76);
  display: block;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 16px 0 0;
  padding: 0;
}

.baker-insights-grid .baker-insight-card__image-wrapper {
  aspect-ratio: auto;
  height: 280px;
}
@media (min-width: 1024px) {
  .baker-insights-grid .baker-insight-card__image-wrapper {
    height: 286px;
  }
}

.baker-featured-article {
  padding: 32px;
}
.baker-featured-article__card {
  display: flex;
  background-color: #eae9ee;
  border-bottom-right-radius: 20px;
  color: #727478;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .baker-featured-article__card {
    flex-direction: row-reverse;
  }
}
.baker-featured-article__card > div {
  flex: 1;
}
.baker-featured-article:hover {
  color: #FD3A20;
}
.baker-featured-article:hover svg path {
  fill: #FD3A20;
}
.baker-featured-article:hover h4 {
  text-decoration: underline;
}
.baker-featured-article__image-wrapper {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.baker-featured-article__image-wrapper .baker-contained-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.baker-featured-article__content {
  display: flex;
  bottom: 0;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-end;
  left: 0;
  overflow: hidden;
  padding: 28px 32px 22px;
  position: relative;
  right: 0;
}
.baker-featured-article__featured-taxonomy {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  align-self: flex-start;
  top: -48px;
  left: 0;
  background-color: #eae9ee;
}
.baker-featured-article__featured-taxonomy__text {
  font-family: "field-gothic-xcondensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #FD3A20;
  border-bottom-left-radius: 12px;
  font-size: 1rem;
  color: white;
  padding: 12px;
}
.baker-featured-article__title {
  color: #1c1f2a;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.baker-featured-article__meta {
  border-top: 1px solid grey;
  font-size: 0.9375rem;
  padding-top: 16px;
}
@media (min-width: 1024px) {
  .baker-featured-article .baker-featured-article__featured-taxonomy {
    position: initial;
  }
}

.baker-employee-stories {
  margin: 38px auto;
  position: relative;
}
.baker-employee-stories .baker-heading-with-see-all__title {
  font-size: 3rem;
}
.baker-employee-stories .baker-heading-with-see-all__title::after {
  right: unset;
  left: 0;
}
.baker-employee-stories__track {
  position: relative;
}
.baker-employee-stories__track__sprite {
  display: grid;
  width: calc(var(--items-count, 1) * 100% + (var(--items-count, 1) - 1) * 32px);
  gap: 32px;
  grid-template-columns: repeat(var(--items-count, 1), 1fr);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.18, 1);
}
@media (min-width: 1440px) {
  .baker-employee-stories__track__sprite {
    width: calc(var(--items-count, 1) * 50%);
  }
}
.baker-employee-stories__track::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background-color: white;
}
.baker-employee-stories__nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.baker-employee-stories__arrow {
  font-family: "field-gothic-xcondensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  color: #1c1f2a;
  cursor: pointer;
  gap: 8px;
}
.baker-employee-stories__arrow:hover {
  color: #f18a00;
  color: #FD3A20;
}
.baker-employee-stories__arrow:hover svg path {
  fill: #FD3A20;
}
.baker-employee-stories .baker-news-card:hover {
  box-shadow: none;
}

.baker-job-listings {
  background-color: #3B3835;
  color: #F5F5F5;
  padding: 60px 0;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .baker-job-listings {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .baker-job-listings {
    padding: 100px 0;
  }
}
.baker-job-listings__heading {
  font-family: "field-gothic-xcondensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(2.5rem, 7vw, 7rem);
  line-height: 1;
  letter-spacing: -0.01em;
  color: #F5F5F5;
  margin: 0 0 60px;
}
.baker-job-listings__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.baker-job-listings__item {
  display: flex;
  align-items: baseline;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}
.baker-job-listings__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.baker-job-listings__title {
  font-family: "field-gothic-xcondensed", sans-serif;
  font-size: clamp(1.75rem, 3.33vw, 3rem);
  line-height: 1;
  color: #F5F5F5;
}
.baker-job-listings__location {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #D0BA95;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .baker-job-listings__location {
    display: none;
  }
}
.baker-job-listings__apply {
  flex-shrink: 0;
  padding-right: 0;
  padding-bottom: 0;
  flex: 1;
  justify-content: flex-end;
}
.baker-job-listings__apply img {
  height: 11px;
  width: auto;
}
.baker-job-listings__empty {
  color: #F5F5F5;
  font-size: 1.125rem;
  opacity: 0.85;
}

.baker-job-detail {
  padding-top: 60px;
  padding-bottom: 60px;
}
.baker-job-detail__back {
  margin-bottom: 24px;
}
.baker-job-detail__back a {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}
.baker-job-detail__frame {
  display: block;
  width: 100%;
  border: 0;
}