/*
Theme Name: Simple Biz Web — Option 3 Perfect Editable
Theme URI: https://simplebizweb.com/
Author: Simple Biz Web
Description: The exact selected Option 3 design, with protected layout and editable content through the WordPress Customizer.
Version: 4.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: simple-biz-web
*/

body.simple-biz-web-clean,
body {
  padding: 0 !important;
}

:root {
  --cream: #f6f0e7;
  --paper: #fffdf9;
  --ink: #171714;
  --coral: #f05236;
  --coral-dark: #d94029;
  --peach: #f5b49e;
  --apricot: #ffd9c8;
  --taupe: #b9aa98;
  --muted: #6d665d;
  --line: #d8cec2;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: 205px; height: auto; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: absolute;
  top: 0;
  z-index: 20;
  width: 100%;
}
.nav-shell {
  width: min(calc(100% - 80px), 1440px);
  height: 94px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}
.brand {
  font-size: 23px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .19em;
  text-transform: uppercase;
  white-space: nowrap;
}
nav {
  display: flex;
  gap: clamp(24px, 3vw, 54px);
  margin-left: auto;
  font-size: 16px;
}
nav a {
  padding: 12px 0;
  background: linear-gradient(var(--coral),var(--coral)) left bottom / 0 3px no-repeat;
  transition: background-size 180ms ease;
}
nav a:hover, nav a:focus-visible { background-size: 100% 3px; }
.main-nav > a:first-child, .mobile-nav-cta { display: none; }
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 23px;
  height: 2px;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.button {
  min-height: 62px;
  padding: 0 30px;
  border: 2px solid var(--coral);
  border-radius: 8px;
  background: var(--coral);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: 16px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border 180ms ease, box-shadow 180ms ease;
}
.button:hover {
  transform: translateY(-2px);
  border-color: var(--coral-dark);
  background: var(--coral-dark);
  box-shadow: 0 12px 25px rgba(217, 77, 53, .18);
}
.button span { font-size: 20px; transition: transform 180ms ease; }
.button:hover span { transform: translate(3px,-3px); }
.button-small { min-height: 50px; padding: 0 22px; }
.button-outline {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}
.button-outline:hover { border-color: var(--ink); background: var(--ink); color: var(--cream); }

.hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  padding-top: 94px;
  background:
    radial-gradient(circle at 67% 55%, rgba(245,180,158,.18), transparent 23%),
    var(--cream);
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 80px), 1440px);
  min-height: 790px;
  margin: auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 40px;
}
.hero-copy { max-width: 630px; padding-bottom: 32px; animation: fade-up 600ms ease-out both; }
.eyebrow {
  margin: 0 0 22px;
  color: #75695b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow i {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 4px;
  margin: 0 15px 3px 0;
  border-radius: 10px;
  background: var(--coral);
  transform: rotate(-3deg);
}
.eyebrow i::before, .eyebrow i::after {
  content: "";
  position: absolute;
  top: -10px;
  width: 3px;
  height: 7px;
  border-radius: 3px;
  background: var(--coral);
}
.eyebrow i::before { left: 8px; transform: rotate(-25deg); }
.eyebrow i::after { right: 8px; transform: rotate(25deg); }
h1, h2, .price {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}
h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(62px, 5.8vw, 92px);
  line-height: .97;
  letter-spacing: -.045em;
}
h1 em {
  position: relative;
  font-style: normal;
  white-space: nowrap;
}
h1 em::after {
  content: "";
  position: absolute;
  left: 2%;
  right: -1%;
  bottom: -5px;
  height: 6px;
  border-radius: 50%;
  background: var(--coral);
  transform: rotate(-1deg);
}
.lead {
  max-width: 600px;
  margin: 32px 0 0;
  color: #45413b;
  font-size: 20px;
  line-height: 1.55;
}
.hero-actions { display: flex; gap: 18px; margin-top: 32px; }
.trust-line {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 28px 0 0;
  font-size: 16px;
}
.trust-line span {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #d4c0a9;
  font-size: 25px;
}
.portfolio-stack { position: relative; height: 690px; animation: fade-right 700ms 100ms ease-out both; }
.shape { position: absolute; border-radius: 50%; filter: saturate(.8); }
.shape-one { width: 510px; height: 510px; top: 90px; right: -30px; background: var(--peach); opacity: .78; }
.shape-two { width: 330px; height: 330px; bottom: 30px; right: 20px; background: var(--taupe); opacity: .65; }
.site-card {
  position: absolute;
  width: min(540px, 82%);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(23,23,20,.22);
  border-radius: 13px;
  background: white;
  box-shadow: 0 23px 48px rgba(31, 23, 17, .18);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.site-card:hover { z-index: 8; box-shadow: 0 30px 64px rgba(31,23,17,.24); }
.site-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.cleaning-card { top: 26px; right: 10px; transform: rotate(.4deg); z-index: 1; }
.cleaning-card:hover { transform: rotate(.4deg) translateY(-7px); }
.landscape-card { top: 230px; left: 0; transform: rotate(1.1deg); z-index: 3; }
.landscape-card:hover { transform: rotate(1.1deg) translateY(-7px); }
.bakery-card { bottom: -8px; right: 40px; transform: rotate(-1.4deg); z-index: 5; }
.bakery-card:hover { transform: rotate(-1.4deg) translateY(-7px); }
.paper-edge {
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: -8px;
  height: 28px;
  background: var(--paper);
  clip-path: polygon(0 40%,4% 66%,9% 34%,15% 60%,21% 30%,27% 58%,34% 38%,40% 68%,46% 33%,53% 61%,60% 35%,67% 65%,74% 33%,81% 59%,88% 32%,94% 64%,100% 40%,100% 100%,0 100%);
}

.section { width: min(calc(100% - 80px), 1320px); margin: auto; padding: 120px 0; }
.section h2 {
  margin: 0;
  font-size: clamp(46px, 4.6vw, 72px);
  line-height: 1.02;
  letter-spacing: -.04em;
}
.center-heading { max-width: 820px; margin: 0 auto; text-align: center; }
.center-heading .eyebrow { color: var(--coral); }
.center-heading > p:last-child { color: var(--muted); font-size: 18px; line-height: 1.65; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 68px; }
.process-grid article { position: relative; padding: 38px 34px; border-top: 1px solid var(--line); }
.process-grid article::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--coral);
}
.process-grid span { color: var(--coral); font-size: 13px; font-weight: 900; letter-spacing: .15em; }
.process-grid h3, .service-grid h3, .why-list h3 { margin: 30px 0 12px; font-size: 24px; }
.process-grid p, .service-grid p, .why-list p { margin: 0; color: var(--muted); line-height: 1.7; }

.services {
  width: 100%;
  max-width: none;
  padding: 120px max(40px, calc((100vw - 1320px)/2));
  background: var(--ink);
  color: var(--cream);
}
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 100px; }
.split-heading > p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.services .split-heading > p { color: #c3b9ad; }
.services .eyebrow { color: var(--peach); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 70px; background: #4d4740; border: 1px solid #4d4740; }
.service-grid article { min-height: 310px; padding: 34px; background: #211f1b; transition: background 180ms ease, transform 180ms ease; }
.service-grid article:hover { position: relative; z-index: 1; background: #2a2722; transform: translateY(-5px); }
.service-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid #665e55;
  border-radius: 50%;
  color: var(--peach);
  font-family: Georgia,serif;
  font-size: 20px;
}
.service-grid p { color: #bdb3a7; }

.work .eyebrow, .pricing .eyebrow, .faq .eyebrow { color: var(--coral); }
.work-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 70px; }
.work-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); }
.work-grid img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform 400ms ease; }
.work-grid article:hover img { transform: scale(1.025); }
.work-grid article div { padding: 24px; }
.work-grid h3 { margin: 0; font-family: Georgia,serif; font-size: 28px; font-weight: 500; }
.work-grid p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }

.pricing {
  width: 100%;
  max-width: none;
  padding: 120px max(40px, calc((100vw - 1320px)/2));
  background: var(--cream);
}
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; gap: 22px; margin-top: 68px; }
.pricing-grid article {
  position: relative;
  padding: 42px 36px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  display: flex;
  flex-direction: column;
}
.pricing-grid .featured-plan { border: 2px solid var(--coral); box-shadow: 0 22px 50px rgba(68,50,37,.12); }
.popular {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 11px;
  border-radius: 100px;
  background: var(--coral);
  color: white;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.plan-label { margin: 0 0 12px; color: var(--coral); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.pricing-grid h3 { margin: 0; font-family: Georgia,serif; font-size: 31px; font-weight: 500; }
.price { margin: 20px 0 12px; font-size: 65px; line-height: 1; }
.pricing-grid article > p:not(.plan-label) { min-height: 54px; color: var(--muted); line-height: 1.6; }
.pricing-grid ul { min-height: 190px; margin: 25px 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.pricing-grid li { position: relative; margin: 13px 0; padding-left: 24px; color: #49443e; }
.pricing-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--coral); font-weight: 900; }
.pricing-grid .button { width: 100%; margin-top: auto; }

.why-us { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.why-us .eyebrow { color: var(--coral); }
.why-list article { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 30px 0; border-top: 1px solid var(--line); }
.why-list article:last-child { border-bottom: 1px solid var(--line); }
.why-list > article > span { color: var(--coral); font-size: 13px; font-weight: 900; }
.why-list h3 { margin: 0 0 8px; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-list details { padding: 24px 0; border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding-right: 35px; cursor: pointer; list-style: none; font-size: 20px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; color: var(--coral); font-size: 24px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 18px 45px 0 0; color: var(--muted); line-height: 1.7; }

.contact { width: 100%; max-width: none; padding: 90px max(30px, calc((100vw - 1320px)/2)); background: var(--ink); }
.contact-card {
  position: relative;
  overflow: hidden;
  padding: clamp(55px,7vw,100px);
  border-radius: 18px;
  background: var(--coral);
  color: white;
}
.contact-card::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: -90px;
  bottom: -160px;
  border: 80px solid rgba(255,255,255,.12);
  border-radius: 50%;
}
.contact-card .eyebrow { color: white; }
.contact-card h2 { max-width: 950px; }
.contact-card > p:not(.eyebrow), .contact-intro > p:not(.eyebrow) { max-width: 680px; font-size: 18px; line-height: 1.7; }
.contact-actions { position: relative; z-index: 2; display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 36px; }
.button-dark { border-color: var(--ink); background: var(--ink); }
.button-dark:hover { border-color: #312d28; background: #312d28; }
.contact-actions > a:not(.button) { font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.7); }
.contact-intro, .contact-form { position: relative; z-index: 2; }
.contact-form { max-width: 900px; margin-top: 42px; padding: 34px; color: var(--ink); background: #fffaf3; border: 1px solid rgba(31,29,26,.16); box-shadow: 9px 9px 0 rgba(31,29,26,.16); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label span { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  color: var(--ink);
  background: white;
  border: 1px solid rgba(31,29,26,.35);
  border-radius: 0;
  font: inherit;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(235,112,91,.25); border-color: var(--coral); }
.contact-form textarea { resize: vertical; }
.form-message { grid-column: 1 / -1; }
.contact-form .button { margin-top: 22px; cursor: pointer; }
.form-privacy { margin: 14px 0 0; color: #655e55; font-size: 13px; }
.form-notice { margin-bottom: 22px; padding: 14px 16px; font-weight: 800; border-left: 5px solid; }
.form-notice.success { background: #e7f6ec; border-color: #258447; }
.form-notice.error { background: #fff0ed; border-color: var(--coral); }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

.site-footer {
  padding: 72px max(40px, calc((100vw - 1320px)/2)) 28px;
  background: var(--ink);
  color: #d4cabf;
  border-top: 1px solid #3b3731;
  font-size: 14px;
}
.site-footer a { color: inherit; text-decoration: none; }
.site-footer .brand { color: white; }
.site-footer .brand-logo { width: 215px; }
.footer-main { display: grid; grid-template-columns: 1.6fr .72fr .9fr 1.1fr; gap: clamp(36px,5vw,84px); }
.footer-brand p { max-width: 390px; margin: 24px 0; color: #afa59a; font-size: 15px; line-height: 1.75; }
.footer-cta { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 6px; color: #fffdf9 !important; font-weight: 800; border-bottom: 2px solid var(--coral); }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-column h2 { margin: 4px 0 12px; color: #fffdf9; font-family: inherit; font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.footer-column > a { color: #c9bfb4; transition: color 160ms ease, transform 160ms ease; }
.footer-column > a:hover, .footer-legal a:hover, .footer-socials a:hover { color: var(--peach); }
.footer-contact p { margin: 2px 0 0; color: #9e958b; line-height: 1.6; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-top: 12px; }
.footer-socials a { color: #fffdf9; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 62px; padding-top: 24px; color: #817970; border-top: 1px solid #3b3731; font-size: 12px; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 24px; }

:focus-visible { outline: 3px solid #217f84; outline-offset: 4px; }
@keyframes fade-up { from { opacity: 0; transform: translateY(18px); } }
@keyframes fade-right { from { opacity: 0; transform: translateX(22px); } }

@media (max-width: 1050px) {
  .nav-shell { position: relative; }
  .main-nav {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    display: flex;
    visibility: hidden;
    opacity: 0;
    padding: 18px;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(23,23,20,.18);
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }
  .main-nav a {
    width: 100%;
    padding: 15px 14px;
    font-size: 17px;
    font-weight: 800;
    background: none;
    border-radius: 7px;
  }
  .main-nav a:hover, .main-nav a:focus-visible { background: var(--cream); }
  .main-nav > a:first-child, .main-nav .mobile-nav-cta { display: flex; }
  .main-nav .mobile-nav-cta {
    min-height: 54px;
    margin-top: 8px;
    align-items: center;
    justify-content: space-between;
    background: var(--coral);
    color: white;
  }
  .main-nav .mobile-nav-cta:hover { background: var(--coral-dark); }
  .css-arrow {
    position: relative;
    width: 19px;
    height: 14px;
    border-top: 2px solid currentColor;
    transform: translateY(4px);
  }
  .css-arrow::before {
    content: "";
    position: absolute;
    top: -3px;
    right: -1px;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
  }
  .menu-toggle { display: flex; margin-left: auto; }
  .menu-open { overflow: hidden; }
  .menu-open .main-nav { visibility: visible; opacity: 1; transform: translateY(0); }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero-inner { grid-template-columns: 1fr 1fr; }
  .portfolio-stack { transform: scale(.82); transform-origin: center; margin: 0 -90px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .split-heading, .why-us, .faq { grid-template-columns: 1fr; gap: 45px; }
}
@media (max-width: 760px) {
  .nav-shell { width: calc(100% - 32px); height: 76px; }
  .brand-logo { width: 175px; }
  .nav-shell .button { display: none; }
  .main-nav { top: 68px; }
  .hero { min-height: auto; padding-top: 76px; }
  .hero-inner { width: calc(100% - 36px); min-height: 0; padding: 70px 0 40px; grid-template-columns: 1fr; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(53px,15vw,72px); }
  .lead { font-size: 17px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1; padding: 0 14px; font-size: 14px; }
  .trust-line { font-size: 14px; }
  .portfolio-stack { height: 500px; margin: 0; transform: none; }
  .site-card { width: 84%; }
  .cleaning-card { top: 15px; right: 0; }
  .landscape-card { top: 170px; left: 0; }
  .bakery-card { bottom: 0; right: 5%; }
  .shape-one { width: 330px; height: 330px; }
  .shape-two { width: 200px; height: 200px; }
  .section { width: calc(100% - 36px); padding: 82px 0; }
  .section h2 { font-size: 45px; }
  .process-grid, .work-grid, .pricing-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .services, .pricing, .contact { width: 100%; padding: 82px 18px; }
  .service-grid article { min-height: 250px; }
  .pricing-grid article > p:not(.plan-label), .pricing-grid ul { min-height: 0; }
  .contact-card { padding: 55px 28px; }
  .contact-form { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-message { grid-column: auto; }
  .site-footer { padding: 58px 22px 24px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 46px 28px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; margin-top: 48px; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
}
