/* Fresno Garage Door Repair · warm industrial editorial · Outfit + Inter · asymmetric split layout */
:root {
  --ivory: #f7f6f2;
  --ink: #242b28;
  --orange: #ed6a35;
  --orange-dark: #a43d16;
  --white: #fff;
  --muted: #606661;
  --line: #dcded6;
  --color-background: var(--ivory);
  --color-text: var(--ink);
  --color-accent: var(--orange);
  --button-bg: var(--color-accent);
  --section-space: 100px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--color-background);
  color: var(--color-text);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
h1,
h2,
h3,
h4,
.brand,
.button,
.service-ribbon {
  font-family: Outfit, Arial, sans-serif;
}
h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 600;
  text-wrap: balance;
}
h2 {
  font-size: clamp(32px, 3.3vw, 48px);
  margin: 16px 0 24px;
}
h3 {
  font-size: 26px;
}
p {
  color: var(--muted);
  margin-bottom: 22px;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--orange-dark);
}
button,
a,
input,
textarea,
select {
  touch-action: manipulation;
}
svg {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--orange-dark);
  outline-offset: 5px;
}
.container {
  max-width: 1320px;
  padding-left: 32px;
  padding-right: 32px;
}
.topbar {
  background: var(--ink);
  color: var(--ivory);
  font-size: 13px;
  padding: 8px 0;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
}
.topbar svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.topbar b {
  color: var(--orange);
  padding: 0 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 246, 242, 0.98);
  border-bottom: 1px solid var(--line);
}
.navbar {
  min-height: 100px;
}
.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
.brand-mark {
  display: grid;
  place-items: center;
  background: var(--orange);
  width: 52px;
  height: 54px;
  border-radius: 6px;
  color: var(--ink);
}
.brand-mark svg {
  width: 37px;
  height: 37px;
}
.brand-sub {
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  margin-top: 8px;
}
.navbar .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  padding: 14px !important;
  white-space: nowrap;
}
.navbar .nav-link:hover,
.navbar .nav-link[aria-current="page"] {
  color: var(--orange-dark);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 17px 25px;
  border: 0;
  border-radius: 5px;
  line-height: 1.25;
  font-weight: 500;
  font-size: 17px;
  min-height: 54px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-orange {
  background: var(--button-bg);
  color: var(--ink);
}
.button-orange:hover {
  background: #f08050;
  color: var(--ink);
}
.button-dark {
  background: var(--ink);
  color: white;
}
.button-dark:hover {
  background: #414943;
  color: white;
}
.nav-phone {
  font-size: 16px;
  padding: 15px 20px;
}
.dropdown-menu {
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 12px;
  min-width: 260px;
  max-height: 70vh;
  overflow-y: auto;
}
.dropdown-item {
  border-radius: 3px;
  padding: 10px 14px;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background: #f6e9de;
  color: var(--ink);
}
.hero {
  padding-top: 40px;
  padding-bottom: 52px;
}
.hero-copy {
  padding: 39px 42px 24px 0;
}
.eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--orange-dark);
  line-height: 1.6;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  margin: 0 6px 1px 0;
}
.hero h1 {
  font-size: clamp(55px, 5.6vw, 82px);
  line-height: 1.015;
  letter-spacing: -0.055em;
  margin: 22px 0 23px;
}
.hero h1 span {
  color: var(--orange-dark);
}
.hero h1 + p {
  font-weight: 600;
  color: var(--ink);
  font-size: 18px;
  margin-bottom: 10px;
}
.hero-description {
  max-width: 420px;
  font-size: 16px;
  line-height: 1.8;
}
.cta-row {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 28px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  min-height: 44px;
}
.hero-assurance {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  padding-top: 23px;
  margin-top: 32px;
  font-size: 11px;
}
.hero-assurance svg {
  width: 17px;
  color: var(--orange-dark);
  margin-right: 3px;
}
.hero-visual {
  position: relative;
  min-height: 610px;
}
.hero-visual > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  border-radius: 8px;
  object-position: 58% center;
}
.photo-label {
  position: absolute;
  bottom: 28px;
  left: 25px;
  right: 25px;
  background: rgba(247, 246, 242, 0.95);
  padding: 23px 26px;
  border-radius: 5px;
}
.tiny-label {
  font-size: 10px;
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 1.5;
  display: block;
}
.photo-label strong {
  display: block;
  font-family: Outfit, Arial, sans-serif;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 10px;
}
.photo-label svg {
  position: absolute;
  right: 26px;
  bottom: 25px;
  width: 45px;
  height: 45px;
  color: var(--orange-dark);
}
.image-index {
  position: absolute;
  top: 23px;
  right: 22px;
  color: white;
  font-size: 10px;
  letter-spacing: 0.14em;
  background: #242b28b3;
  padding: 8px 12px;
  border-radius: 3px;
}
.service-ribbon {
  border-block: 1px solid var(--line);
  padding: 25px 0;
}
.service-ribbon .container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.service-ribbon i {
  color: var(--orange-dark);
  font-style: normal;
}
.section {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}
.intro {
  padding-bottom: 35px;
}
.intro-photo {
  position: relative;
}
.intro-photo > img {
  height: 510px;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.photo-caption {
  position: absolute;
  bottom: 22px;
  left: 20px;
  right: 20px;
  padding: 15px;
  background: var(--ink);
  color: white;
  font-size: 10px;
  letter-spacing: 0.09em;
  border-radius: 3px;
}
.intro .col-lg-6:last-child {
  padding-left: 50px;
}
.value-list {
  display: grid;
  gap: 12px;
  margin: 25px 0;
}
.value-list span {
  font-size: 14px;
}
.value-list svg {
  width: 20px;
  margin-right: 10px;
  color: var(--orange-dark);
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 25px;
}
.section-heading h2 {
  margin-bottom: 14px;
}
.section-heading p {
  font-size: 14px;
}
.service-card {
  height: 100%;
  display: block;
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.2s;
}
.service-card:hover {
  transform: translateY(-5px);
  color: var(--ink);
}
.service-card > img {
  height: 215px;
  width: 100%;
  object-fit: cover;
}
.service-card > div {
  padding: 25px;
}
.service-card h3 {
  font-size: 25px;
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-card h3 svg {
  color: var(--orange-dark);
  width: 20px;
}
.service-card p {
  font-size: 14px;
  line-height: 1.75;
  margin: 15px 0 0;
}
.service-card .tiny-label {
  color: var(--muted);
}
.article-content {
  padding-right: 55px;
}
.article-section {
  margin-bottom: 40px;
}
.article-section h2 {
  font-size: 30px;
  line-height: 1.2;
}
.article-section ul {
  columns: 2;
  padding-left: 20px;
  color: var(--muted);
}
.article-section li {
  padding-bottom: 8px;
  break-inside: avoid;
}
.article-section li::marker {
  color: var(--orange-dark);
}
.service-aside {
  position: sticky;
  top: 130px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 6px;
  overflow: hidden;
}
.service-aside > img {
  height: 230px;
  width: 100%;
  object-fit: cover;
}
.service-aside > div {
  padding: 30px;
}
.service-aside h2 {
  font-size: 31px;
}
.service-aside p {
  font-size: 14px;
}
.service-aside .button {
  width: 100%;
  font-size: 16px;
}
.faq-section {
  background: #eeeee7;
  border-block: 1px solid var(--line);
}
details {
  border-bottom: 1px solid #c8cbc2;
}
summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-family: Outfit, Arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  padding: 23px 0;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  font-size: 26px;
  font-weight: 400;
  color: var(--orange-dark);
}
details[open] summary span {
  transform: rotate(45deg);
}
details p {
  padding-right: 28px;
  font-size: 15px;
}
.coupon-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  padding-top: 85px;
  padding-bottom: 85px;
}
.coupon-section > a {
  max-width: 310px;
  display: block;
  transform: rotate(-2deg);
}
.coupon-section img {
  border-radius: 8px;
}
.coupon-section > div {
  max-width: 450px;
}
.contact-section {
  background: #ebe9e0;
}
.contact-section h2 {
  font-size: clamp(38px, 4vw, 56px);
}
.contact-section .col-lg-5 > p {
  max-width: 380px;
}
.contact-number {
  font-family: Outfit, Arial, sans-serif;
  font-size: 34px;
  letter-spacing: -0.025em;
  border-bottom: 2px solid var(--orange);
  display: inline-flex;
  gap: 24px;
  align-items: center;
}
.contact-detail {
  margin-top: 40px;
}
.contact-detail h3 {
  font-size: 22px;
}
.contact-detail p {
  margin: 15px 0;
}
.email-link {
  font-size: 13px;
  overflow-wrap: anywhere;
}
.hours-note {
  margin-top: 24px;
  font-size: 14px;
}
.booking-form {
  background: var(--ivory);
  padding: 38px;
  border-radius: 7px;
}
.booking-form h3 {
  font-size: 29px;
}
.booking-form > p {
  font-size: 13px;
}
.booking-form label {
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-bottom: 7px;
}
.form-control,
.form-select {
  background: transparent;
  border: 1px solid #c6c9bf;
  border-radius: 4px;
  min-height: 47px;
  font-size: 16px;
  color: var(--ink);
}
.form-control:focus,
.form-select:focus {
  border-color: var(--orange-dark);
  box-shadow: 0 0 0 3px #ed6a3520;
  background: white;
}
.booking-form .button {
  width: 100%;
}
.booking-form .form-note {
  margin: 20px 0;
  font-size: 12px;
}
.honeypot {
  position: absolute;
  left: -9999px;
}
.form-feedback {
  margin: 10px 0 0;
}
.inner-hero {
  padding-top: 60px;
  padding-bottom: 65px;
}
.inner-hero h1 {
  font-size: clamp(38px, 4vw, 59px);
  margin: 15px 0 25px;
}
.inner-hero p {
  font-size: 17px;
}
.inner-visual img {
  height: 460px;
  width: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.breadcrumb-link,
.breadcrumb-separator,
.breadcrumb-link ~ span {
  font-size: 12px;
}
.breadcrumb-separator {
  padding: 0 10px;
  color: var(--orange-dark);
}
.page-heading {
  padding-top: 80px;
  padding-bottom: 20px;
}
.page-heading h1 {
  font-size: clamp(45px, 5vw, 68px);
  margin-top: 20px;
}
.map {
  border: 0;
  width: 100%;
  height: 420px;
  border-radius: 8px;
}
.sitemap-links {
  columns: 3;
  list-style: none;
  padding: 0;
}
.sitemap-links li {
  padding: 10px 0;
}
.blog-content {
  padding-top: 45px;
}
.blogbox {
  display: flex;
  gap: 35px;
  border-top: 1px solid var(--line);
  padding: 35px 0;
}
.blogimg {
  flex: 0 0 34%;
}
.blogimg img {
  height: 235px;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.blogmeta h2 {
  font-size: 32px;
  margin-top: 8px;
}
.read-more a {
  display: inline-block;
  border-bottom: 1px solid var(--orange-dark);
  padding: 9px 0;
}
.blogpost {
  max-width: 950px;
  margin: auto;
}
.blogpost h1 {
  font-size: 50px;
  margin-bottom: 35px;
}
.blog_wrapper > img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 40px;
}
.blogpost .article-section h2 {
  font-size: 32px;
}
.social-share-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 25px;
}
.share-btn {
  background: var(--ink);
  padding: 10px 16px;
  color: white;
  border-radius: 4px;
}
.share-btn svg {
  width: 16px;
  margin-right: 5px;
}
footer {
  background: var(--ink);
  color: var(--ivory);
  padding-top: 70px;
}
.footer-brand {
  margin-bottom: 25px;
  display: inline-flex;
}
.footer-brand .brand-mark {
  background: var(--orange);
}
footer p {
  color: #bfc5bd;
  font-size: 13px;
}
footer h2 {
  font-size: 16px;
  letter-spacing: 0;
  margin: 7px 0 23px;
}
footer .col-lg-2 > a,
footer .col-lg-3 > a {
  display: block;
  color: #bfc5bd;
  font-size: 13px;
  padding: 5px 0;
}
footer a:hover {
  color: #ff9a6e !important;
}
.footer-phone {
  font-family: Outfit, Arial, sans-serif;
  font-size: 25px;
}
.footer-bottom {
  margin-top: 55px;
  border-top: 1px solid #485048;
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  font-size: 11px;
  color: #bfc5bd;
}
.mobile-call {
  display: none;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  background: var(--ink);
  color: white;
  padding: 15px;
  z-index: 100;
}
.skip-link:focus {
  top: 15px;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
  .hero-visual {
    min-height: 660px;
  }
}
@media (max-width: 1199px) {
  .navbar {
    min-height: 85px;
  }
  .navbar-collapse {
    padding: 20px 0;
  }
  .nav-phone {
    margin-top: 15px;
  }
  .hero h1 {
    font-size: 66px;
  }
  .hero-copy {
    padding-right: 25px;
  }
  .hero-visual {
    min-height: 600px;
  }
  .cta-row {
    gap: 12px;
  }
  .hero-assurance {
    gap: 10px;
  }
  .intro .col-lg-6:last-child {
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  :root {
    --section-space: 65px;
  }
  .hero-copy {
    padding: 20px 0 45px;
  }
  .hero-visual {
    min-height: 550px;
  }
  .hero h1 {
    font-size: 75px;
  }
  .hero-description {
    max-width: 520px;
  }
  .hero-assurance {
    font-size: 14px;
    gap: 25px;
  }
  .hero-visual > img {
    object-position: center;
  }
  .intro .col-lg-6:last-child {
    padding-left: 24px;
  }
  .intro-photo > img {
    height: 440px;
  }
  .service-aside {
    position: static;
  }
  .article-content {
    padding-right: 24px;
  }
  .section-heading {
    display: block;
  }
  .section-heading p br {
    display: none;
  }
  .coupon-section {
    gap: 35px;
  }
  .inner-hero {
    padding-top: 40px;
  }
  .inner-visual img {
    height: 450px;
  }
  .contact-section .col-lg-5 > p {
    max-width: 100%;
  }
  .contact-number {
    font-size: 36px;
  }
  .footer-bottom {
    gap: 20px;
  }
  .blogmeta h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  :root {
    --section-space: 52px;
  }
  .container {
    padding-left: 22px;
    padding-right: 22px;
  }
  .topbar {
    font-size: 11px;
  }
  .topbar .container {
    justify-content: center;
  }
  .topbar .container > span:first-child {
    display: none;
  }
  .brand {
    font-size: 26px;
  }
  .brand-mark {
    width: 44px;
    height: 47px;
  }
  .brand-mark svg {
    width: 31px;
    height: 31px;
  }
  .brand-sub {
    font-size: 9px;
  }
  .navbar {
    min-height: 82px;
  }
  .navbar-toggler {
    border: 1px solid var(--line);
    padding: 9px;
  }
  .navbar .nav-link {
    font-size: 16px;
  }
  .hero {
    padding-top: 20px;
    padding-bottom: 28px;
  }
  .hero-copy {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .eyebrow {
    font-size: 10px;
  }
  .hero h1 {
    font-size: 60px;
    margin: 18px 0 23px;
  }
  .hero h1 + p {
    font-size: 17px;
  }
  .hero-description {
    font-size: 16px;
  }
  .cta-row {
    gap: 12px;
  }
  .cta-row .button {
    padding: 17px 20px;
  }
  .text-link {
    font-size: 16px;
  }
  .hero-assurance {
    font-size: 16px;
    display: grid;
    gap: 9px;
    margin-top: 25px;
    padding-top: 20px;
  }
  .hero-visual {
    min-height: 420px;
  }
  .photo-label {
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 20px;
  }
  .photo-label strong {
    font-size: 25px;
  }
  .photo-label svg {
    width: 35px;
    right: 20px;
  }
  .tiny-label {
    font-size: 10px;
  }
  .image-index {
    font-size: 10px;
  }
  .service-ribbon {
    padding: 19px 0;
  }
  .service-ribbon .container {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
    gap: 10px 15px;
  }
  .intro-photo > img {
    height: 370px;
  }
  .intro .col-lg-6:last-child {
    padding-left: 12px;
  }
  .photo-caption {
    font-size: 9px;
    padding: 12px;
    left: 15px;
    right: 15px;
  }
  .value-list span,
  .service-card p,
  .section-heading p,
  .article-section p,
  .faq-section p,
  .service-aside p,
  .contact-section p,
  footer p,
  footer a,
  footer .col-lg-2 > a,
  footer .col-lg-3 > a,
  .booking-form > p {
    font-size: 16px;
  }
  .service-card > img {
    height: 235px;
  }
  .service-card > div {
    padding: 24px;
  }
  .service-card h3 {
    font-size: 28px;
  }
  .article-section ul {
    columns: 1;
  }
  .article-section h2 {
    font-size: 28px;
  }
  .article-content {
    padding-right: 12px;
  }
  .article-section {
    margin-bottom: 35px;
  }
  summary {
    font-size: 19px;
  }
  details p {
    font-size: 16px;
  }
  .coupon-section {
    flex-direction: column;
    padding-top: 55px;
    padding-bottom: 55px;
    gap: 30px;
  }
  .coupon-section > a {
    max-width: 270px;
  }
  .coupon-section > div {
    text-align: center;
  }
  .contact-number {
    font-size: 32px;
    gap: 12px;
  }
  .booking-form {
    padding: 25px 20px;
  }
  .booking-form label {
    font-size: 16px;
  }
  .booking-form .form-note {
    font-size: 16px;
  }
  .inner-hero h1 {
    font-size: 42px;
  }
  .inner-visual img {
    height: 330px;
  }
  .page-heading {
    padding-top: 45px;
  }
  .page-heading h1 {
    font-size: 47px;
  }
  .sitemap-links {
    columns: 1;
  }
  .blogbox {
    display: block;
  }
  .blogimg img {
    height: 230px;
    margin-bottom: 20px;
  }
  .blogmeta h2 {
    font-size: 29px;
  }
  .blogpost h1 {
    font-size: 38px;
  }
  .blog_wrapper > img {
    height: 270px;
  }
  .blogpost .article-section h2 {
    font-size: 27px;
  }
  footer {
    padding-top: 50px;
    padding-bottom: 65px;
  }
  .footer-bottom {
    display: block;
    font-size: 12px;
  }
  .footer-bottom > span {
    display: block;
    margin: 7px 0;
  }
  .mobile-call {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 60;
    background: var(--orange);
    color: var(--ink);
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 10px calc(16px + env(safe-area-inset-bottom));
    font-weight: 700;
    font-size: 16px;
    border-top: 1px solid #b94618;
  }
  .email-link {
    font-size: 16px;
    word-break: break-word;
  }
  .contact-section .col-lg-5 > p {
    font-size: 16px;
  }
  .booking-form h3 {
    font-size: 28px;
  }
  .hours-note {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
@media (max-width: 575px) {
  .row.g-5 {
    --bs-gutter-x: 24px;
  }
  .intro .col-lg-6:last-child,
  .article-content {
    padding-left: 12px;
    padding-right: 12px;
  }
  footer .col-6 {
    width: 100%;
  }
  .hero-visual {
    min-height: 380px;
  }
}

.site-header {
  background: var(--ivory);
}
