/*
Theme Name: Talbots Custom
Theme URI: https://talbots-landscaping.hello194068.chatgpt.site/
Author: Crafted Pixel
Description: A lightweight custom WordPress theme for Talbots Maintenance & Landscaping Services in Crewe, covering Cheshire.
Version: 1.7.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: talbots-custom
*/

:root {
  --ink: #17181d;
  --forest: #2b2c32;
  --forest-deep: #18191e;
  --paper: #f3f3f4;
  --white: #fffefa;
  --sage: #00c8f0;
  --sage-dark: #009fc9;
  --muted: #666b64;
  --line: rgba(16, 22, 17, .14);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1380px, calc(100% - 112px)); margin-inline: auto; }
.section { padding-block: 112px; }
.eyebrow { margin: 0 0 20px; color: var(--sage-dark); font-size: 11px; font-weight: 700; letter-spacing: .2em; line-height: 1.3; text-transform: uppercase; }
.eyebrow.light { color: #55ddf8; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; text-wrap: balance; }
h1 { line-height: .98; }
h2 { margin-bottom: 0; font-size: clamp(44px, 5vw, 74px); line-height: 1.08; }
.lead { font-family: var(--serif); font-size: clamp(24px, 2.3vw, 34px); line-height: 1.35; }

.hero { min-height: 900px; min-height: max(900px, 100svh); position: relative; overflow: hidden; background: var(--forest-deep); color: var(--white); }
.hero-backdrop { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,13,18,.92) 0%, rgba(11,13,18,.72) 43%, rgba(11,13,18,.22) 76%, rgba(11,13,18,.42) 100%), linear-gradient(0deg, rgba(11,13,18,.48), transparent 45%), url("assets/images/talbots-hero.webp") center / cover no-repeat; transform: scale(1.01); }
.site-header { height: 112px; position: relative; z-index: 10; display: grid; grid-template-columns: 1.1fr 1.8fr 1.1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand-logo-link { display: block; overflow: hidden; }
.brand-logo { display: block; width: 100%; height: auto; }
.header-brand { width: 270px; height: 90px; }
.header-brand .brand-logo { transform: translateY(-52px); }
.footer-brand-logo { width: 335px; max-width: 100%; height: 122px; margin-bottom: 18px; }
.footer-brand-logo .brand-logo { transform: translateY(-66px); }
.desktop-nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 50px); }
.desktop-nav a, .header-phone { font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav a { position: relative; padding-block: 16px; }
.desktop-nav a::after { content: ""; position: absolute; right: 100%; bottom: 8px; left: 0; height: 1px; background: var(--sage); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.outline-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding-inline: 28px; border: 1px solid rgba(255,255,255,.65); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transition: .2s ease; }
.outline-button:hover { border-color: var(--sage); background: var(--sage); color: var(--ink); }
.menu-button { display: none; background: none; border: 0; padding: 12px 0 12px 14px; }
.menu-button span { display: block; width: 24px; height: 1px; margin: 6px 0; background: white; }
.mobile-nav { display: none; }
.mobile-nav[hidden] { display: none !important; }

.hero-content { position: relative; z-index: 2; min-height: calc(100svh - 112px); display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, .72fr); gap: clamp(48px, 6vw, 100px); align-items: center; padding-block: 58px 86px; }
.hero-copy { width: 100%; max-width: 900px; }
.hero-copy h1 { max-width: 900px; margin-bottom: 26px; font-size: clamp(54px, 4.7vw, 72px); line-height: .96; text-wrap: balance; }
.hero-copy h1 em { display: block; margin-top: 10px; color: #28d5f6; font-size: .8em; font-style: italic; line-height: 1.02; }
.hero-intro { max-width: 720px; margin-bottom: 32px; color: rgba(255,255,255,.8); font-size: clamp(16px, 1.15vw, 18px); line-height: 1.65; }
.hero-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; }
.primary-button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; gap: 30px; padding: 16px 26px; border: 0; background: var(--sage); color: #101116; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.primary-button:hover { background: #50ddf7; transform: translateY(-2px); }
.primary-button.full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 24px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.light-link { color: rgba(255,255,255,.86); }
.hero-form { width: 100%; max-width: 560px; justify-self: end; padding: 30px; border: 1px solid rgba(255,255,255,.24); background: rgba(19,20,25,.84); box-shadow: 0 32px 70px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.hero-form h2 { margin-bottom: 10px; font-size: clamp(32px, 2.5vw, 38px); line-height: 1.12; }
.hero-form > p:not(.eyebrow):not(.form-note) { margin-bottom: 20px; color: rgba(255,255,255,.68); font-size: 13px; }
.hero-form label, .bottom-form label { display: block; margin-bottom: 13px; }
.hero-form label > span, .bottom-form label > span { display: block; margin-bottom: 7px; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.form-grid { display: grid; gap: 14px; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
.hero-form input, .hero-form select, .hero-form textarea, .bottom-form input, .bottom-form select, .bottom-form textarea { width: 100%; height: 44px; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); border-radius: 0; outline: none; background: rgba(255,255,255,.04); color: white; padding: 0 12px; font-size: 13px; }
.hero-form textarea, .bottom-form textarea { height: auto; min-height: 72px; padding-block: 12px; line-height: 1.5; resize: vertical; }
.hero-form select option, .bottom-form select option { color: var(--ink); }
.hero-form input:focus, .hero-form select:focus, .hero-form textarea:focus, .bottom-form input:focus, .bottom-form select:focus, .bottom-form textarea:focus { border-color: var(--sage); }
.form-note { margin: 12px 0 0; color: #83e8fb; font-size: 12px; text-align: center; }
.scroll-cue { position: absolute; z-index: 2; bottom: 26px; left: max(56px, calc((100vw - 1380px) / 2)); display: flex; align-items: center; gap: 15px; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue span { font-size: 24px; font-weight: 300; }

.trust-strip { background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article { min-height: 160px; display: flex; align-items: center; gap: 20px; padding: 34px 26px 36px; border-right: 1px solid rgba(16, 22, 17, .1); }
.trust-grid article:first-child { border-left: 1px solid var(--line); }
.trust-icon { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; color: var(--sage-dark); }
.trust-icon svg { width: 32px; height: 32px; overflow: visible; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.trust-copy { min-width: 0; }
.trust-grid strong { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: clamp(21px, 1.55vw, 25px); font-weight: 400; line-height: 1.15; text-wrap: balance; }
.trust-copy > span { display: block; color: var(--muted); font-size: 10px; letter-spacing: .075em; line-height: 1.5; text-transform: uppercase; }

.why-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: start; }
.why-intro h2 { max-width: 630px; margin-bottom: 30px; }
.why-intro .lead { max-width: 650px; margin-bottom: 34px; font-size: 25px; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.why-grid article { min-height: 245px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-grid article > span { color: var(--sage-dark); font-family: var(--serif); font-size: 16px; }
.why-grid h3 { margin: 40px 0 12px; font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.15; }
.why-grid p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.services-section { background: var(--forest); color: var(--white); }
.section-top { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.section-top h2 { max-width: 720px; font-size: clamp(46px, 5vw, 72px); }
.section-top > p { max-width: 530px; margin-bottom: 3px; color: rgba(255,255,255,.63); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.service-card { min-height: 525px; overflow: hidden; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); background: #23242a; }
.service-image { height: 220px; background-position: center; background-size: cover; filter: saturate(.75); transition: transform .5s ease, filter .5s ease; }
.service-card:hover .service-image { transform: scale(1.035); filter: saturate(1); }
.service-card-content { padding: 28px; }
.service-number { color: var(--sage); font-family: var(--serif); font-size: 15px; }
.service-card h3 { min-height: 62px; margin: 18px 0 12px; font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1.12; }
.service-card p { min-height: 78px; color: rgba(255,255,255,.57); font-size: 13px; line-height: 1.65; }
.service-card a { display: inline-flex; gap: 18px; color: #55ddf8; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.featured-section { background: var(--white); }
.featured-grid { display: grid; grid-template-columns: 1.28fr .72fr; gap: 9vw; align-items: center; }
.featured-image { aspect-ratio: 1.32; background: url("assets/images/talbots-patio-pergola.webp") center / cover no-repeat; }
.image-caption { display: block; margin-top: 12px; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.featured-copy h2 { margin-bottom: 30px; font-size: clamp(48px, 5vw, 76px); }
.featured-copy .lead { margin-bottom: 30px; font-size: 24px; }
.project-details { margin: 0 0 36px; border-top: 1px solid var(--line); }
.project-details div { display: grid; grid-template-columns: 95px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.project-details dt { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.project-details dd { margin: 0; font-size: 13px; }
.dark-button { background: var(--ink); color: var(--white); }
.dark-button:hover { background: var(--sage-dark); }

.process-section { background: var(--forest-deep); color: var(--white); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 62px; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.process-grid::before { content: ""; position: absolute; z-index: 1; top: -1px; right: 0; left: 0; height: 1px; background: linear-gradient(90deg, var(--sage) 0%, rgba(0,200,240,.5) 58%, rgba(0,200,240,.08) 100%); }
.process-grid article { position: relative; min-height: 230px; padding: 32px; border-right: 1px solid rgba(255,255,255,.14); }
.process-grid article:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 24px; right: -11px; display: grid; width: 21px; height: 21px; place-items: center; background: var(--forest-deep); color: var(--sage); font-family: var(--sans); font-size: 12px; }
.process-grid span { color: var(--sage); font-family: var(--serif); font-size: 18px; }
.process-grid h3 { margin: 28px 0 12px; font-family: var(--serif); font-size: 32px; font-weight: 400; line-height: 1.15; }
.process-grid p { max-width: 245px; margin-bottom: 0; color: rgba(255,255,255,.6); font-size: 13px; }

.portfolio-section { background: var(--paper); }
.portfolio-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 52px; }
.portfolio-heading h2 { max-width: 780px; }
.portfolio-grid { display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: 330px 330px; gap: 20px; }
.portfolio-card { position: relative; overflow: hidden; background-position: center; background-size: cover; color: white; }
.portfolio-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,14,19,.8), transparent 62%); }
.portfolio-card.tall { grid-row: 1 / 3; }
.portfolio-card > div { position: absolute; right: 28px; bottom: 27px; left: 28px; z-index: 1; }
.portfolio-card p { margin-bottom: 6px; color: #55ddf8; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.portfolio-card h3 { margin-bottom: 4px; font-family: var(--serif); font-size: 32px; font-weight: 400; line-height: 1.12; text-wrap: balance; }
.portfolio-card span { color: rgba(255,255,255,.65); font-size: 11px; }
.project-one { background-image: url("assets/images/portfolio-garden-final.webp"); }
.project-two { background-image: url("assets/images/service-media-walls-final.webp"); }
.project-three { background-image: url("assets/images/service-driveways-final.webp"); }

.testimonial-section { background: #303138; color: white; }
.testimonial-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; margin-bottom: 54px; }
.testimonial-heading h2 { max-width: 650px; font-size: clamp(44px, 4.6vw, 70px); }
.review-summary { max-width: 390px; padding-bottom: 8px; }
.review-summary p { margin: 10px 0 18px; color: rgba(255,255,255,.68); }
.review-summary a { color: #55ddf8; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.review-stars { color: #55ddf8; font-size: 15px; letter-spacing: .16em; }
.testimonial-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.review-card { display: flex; min-height: 290px; flex-direction: column; margin: 0; padding: 34px 32px 30px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.review-card > p { margin: 28px 0 36px; font-family: var(--serif); font-size: clamp(25px, 2vw, 32px); line-height: 1.28; }
.review-card footer { display: flex; flex-direction: column; gap: 7px; margin-top: auto; font-family: var(--sans); }
.review-card footer strong { color: white; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.review-card footer span { color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.areas-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 11vw; align-items: center; }
.area-copy h2 { margin-bottom: 28px; font-size: clamp(45px, 5vw, 72px); }
.area-copy > p:last-child { max-width: 540px; color: var(--muted); }
.area-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.area-list span { padding: 18px 12px 18px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 22px; }

.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 11vw; align-items: start; }
.faq-heading { position: sticky; top: 36px; }
.faq-heading h2 { max-width: 570px; margin-bottom: 28px; font-size: clamp(46px, 4.8vw, 70px); }
.faq-heading > p:not(.eyebrow) { max-width: 510px; margin-bottom: 30px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 25px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 23px; line-height: 1.25; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b { color: var(--sage-dark); font-family: var(--sans); font-size: 24px; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -6px 50px 24px 0; color: var(--muted); font-size: 14px; }

.consultation-section { padding-block: 100px; background: #24252b; color: white; }
.consultation-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12vw; align-items: center; }
.consultation-grid h2 { max-width: 650px; margin-bottom: 28px; }
.consultation-grid > div > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.62); }
.contact-links { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 35px; }
.contact-links a { border-bottom: 1px solid var(--sage); color: #55ddf8; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.bottom-form { padding: 38px; border: 1px solid rgba(255,255,255,.18); }
.bottom-form input, .bottom-form select { background: rgba(255,255,255,.04); }

.site-footer { padding: 72px 0 30px; background: #111217; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 7vw; }
.footer-brand p { max-width: 360px; margin-top: 0; color: rgba(255,255,255,.52); font-size: 12px; }
.footer-grid h3 { margin: 0 0 20px; color: #55ddf8; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) span { color: rgba(255,255,255,.7); font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 62px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.42); font-size: 10px; }
.footer-credit { display: flex; align-items: center; gap: 10px; }
.footer-credit > span { color: rgba(255,255,255,.42); }
.footer-credit a { display: block; line-height: 0; }
.footer-credit img { display: block; width: 92px; height: 42px; object-fit: contain; opacity: .78; transition: opacity .2s ease; }
.footer-credit a:hover img, .footer-credit a:focus-visible img { opacity: 1; }
.mobile-contact-bar { display: none; }

/* Inner pages */
.talbots-inner-page { background: var(--paper); }
.inner-header { position: relative; z-index: 20; height: 112px; background: #111217; color: white; }
.inner-header .site-header { height: 112px; }
.desktop-nav .is-active { color: #55ddf8; }
.inner-hero { padding: 108px 0 112px; background-color: #191b21; color: white; }
.about-hero { position: relative; overflow: hidden; background: linear-gradient(90deg, rgba(11,13,18,.97) 0%, rgba(11,13,18,.84) 48%, rgba(11,13,18,.35) 100%), url("assets/images/portfolio-garden-final.webp") center 58% / cover no-repeat; }
.inner-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10vw; align-items: end; }
.inner-hero h1, .contact-main h1 { max-width: 820px; margin: 0 0 28px; font-family: var(--serif); font-size: clamp(64px, 8vw, 116px); font-weight: 400; letter-spacing: -.045em; line-height: .96; text-wrap: balance; }
.inner-hero-intro { max-width: 690px; margin: 0; color: rgba(255,255,255,.72); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.65; }
.inner-hero-detail { display: grid; grid-template-columns: auto 1fr; gap: 0 20px; border-top: 1px solid rgba(255,255,255,.25); }
.inner-hero-detail span, .inner-hero-detail p { margin: 0; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.inner-hero-detail span { color: #55ddf8; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.inner-hero-detail p { color: rgba(255,255,255,.78); font-size: 13px; }
.inner-story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: start; }
.inner-story-image { min-height: 760px; background-position: center; background-size: cover; }
.about-story-image {
	background-image: url("assets/images/about-decking-project.webp");
	background-position: center;
}
.inner-editor-copy { padding-top: 26px; }
.inner-editor-copy h2, .contact-page-copy h2 { margin: 0 0 28px; font-family: var(--serif); font-size: clamp(43px, 4.3vw, 66px); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; text-wrap: balance; }
.inner-editor-copy h2:not(:first-child) { margin-top: 80px; padding-top: 62px; border-top: 1px solid var(--line); }
.inner-editor-copy p, .contact-page-copy p { max-width: 700px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.inner-values { background: #1b1c22; color: white; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.value-grid article { min-height: 300px; padding: 36px 32px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.value-grid span { color: #55ddf8; font-size: 11px; }
.value-grid h3 { margin: 70px 0 16px; font-family: var(--serif); font-size: 31px; font-weight: 400; line-height: 1.12; }
.value-grid p { color: rgba(255,255,255,.58); font-size: 13px; }
.inner-cta { background: white; }
.inner-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: end; }
.inner-cta-grid h2 { max-width: 650px; }
.inner-cta-grid > div:last-child > p { max-width: 560px; margin-bottom: 30px; color: var(--muted); }
.contact-main { position: relative; padding: 92px 0 106px; background: linear-gradient(90deg, rgba(11,13,18,.98) 0%, rgba(11,13,18,.91) 52%, rgba(11,13,18,.65) 100%), url("assets/images/service-patios-final.webp") center 58% / cover no-repeat; color: white; }
.contact-main-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 8vw; align-items: start; }
.contact-main h1 { font-size: clamp(62px, 7vw, 102px); }
.contact-direct { display: grid; grid-template-columns: 1fr 1fr; max-width: 650px; margin: 44px 0; border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.contact-direct a { display: flex; min-height: 104px; flex-direction: column; justify-content: center; gap: 6px; padding: 18px 22px; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.contact-direct span { color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.contact-direct strong { color: white; font-size: 15px; }
.contact-page-copy { max-width: 680px; }
.contact-page-copy h2 { display: none; }
.contact-page-copy p { color: rgba(255,255,255,.62); }
.contact-page-form { position: sticky; top: 28px; width: 100%; max-width: 620px; }
.contact-details { background: white; }
.contact-detail-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-detail-grid article { min-height: 380px; padding: 42px 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-detail-grid article > span { color: var(--sage-dark); font-size: 11px; }
.contact-detail-grid h2 { max-width: 500px; margin: 82px 0 20px; font-size: clamp(40px, 4vw, 60px); }
.contact-detail-grid p { max-width: 550px; color: var(--muted); }
.social-page-links { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 28px; }
.social-page-links a { color: var(--sage-dark); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-map-section { padding-top: 112px; background: var(--paper); }
.contact-map-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 9vw; align-items: end; margin-bottom: 52px; }
.contact-map-heading h2 { max-width: 780px; font-size: clamp(46px, 5vw, 74px); }
.contact-map-heading > p { max-width: 600px; margin: 0; color: var(--muted); }
.contact-map-frame { position: relative; width: 100%; height: clamp(480px, 52vw, 720px); overflow: hidden; background: #d9dad7; }
.contact-map-frame iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.92); }
.map-radius-label { position: absolute; right: clamp(24px, 5vw, 78px); bottom: clamp(24px, 5vw, 68px); display: flex; width: 210px; height: 210px; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(17,18,23,.93); color: white; box-shadow: 0 18px 50px rgba(0,0,0,.22); text-align: center; }
.map-radius-label strong { color: #55ddf8; font-family: var(--serif); font-size: 62px; font-weight: 400; line-height: .9; }
.map-radius-label span { margin-top: 12px; font-size: 9px; font-weight: 700; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.contact-faq-section { background: white; }

/* Our Work gallery */
.gallery-hero { position: relative; overflow: hidden; background: linear-gradient(90deg, rgba(11,13,18,.97) 0%, rgba(11,13,18,.84) 52%, rgba(11,13,18,.42) 100%), url("assets/images/talbots-patio-pergola.webp") center 54% / cover no-repeat; }
.gallery-section { background: var(--paper); }
.gallery-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; align-items: end; margin-bottom: 50px; }
.gallery-heading h2 { max-width: 760px; }
.gallery-heading > p { max-width: 570px; margin: 0; color: var(--muted); }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; }
.gallery-filters button { min-height: 43px; padding: 10px 17px; border: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.gallery-filters button:hover, .gallery-filters button:focus-visible, .gallery-filters button.is-active { border-color: var(--ink); background: var(--ink); color: white; }
.work-gallery { display: grid; grid-auto-flow: dense; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-card { min-width: 0; height: 430px; overflow: hidden; background: #ddd; }
.gallery-card:nth-child(1), .gallery-card:nth-child(8) { grid-row: span 2; height: 874px; }
.gallery-card:nth-child(4), .gallery-card:nth-child(10) { grid-column: span 2; }
.gallery-card[hidden] { display: none; }
.gallery-open { position: relative; display: block; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; background: #17181d; color: white; cursor: zoom-in; text-align: left; }
.gallery-open img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.gallery-open:hover img, .gallery-open:focus-visible img { transform: scale(1.035); }
.gallery-overlay { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: 1fr auto; padding: 70px 25px 23px; background: linear-gradient(0deg, rgba(7,8,11,.88), transparent); }
.gallery-overlay small { grid-column: 1; color: #55ddf8; font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.gallery-overlay strong { grid-column: 1; margin-top: 5px; font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1.15; }
.gallery-overlay i { grid-column: 2; grid-row: 1 / span 2; align-self: end; font-style: normal; }
.gallery-lightbox { position: fixed; z-index: 1000; inset: 0; display: grid; grid-template-columns: 74px minmax(0, 1fr) 74px; place-items: center; padding: 36px; background: rgba(8,9,12,.97); color: white; }
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox figure { display: flex; width: min(1100px, 100%); height: min(80vh, 900px); flex-direction: column; margin: 0; }
.gallery-lightbox figure img { width: 100%; min-height: 0; flex: 1; object-fit: contain; }
.gallery-lightbox figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding-top: 15px; }
.gallery-lightbox figcaption small { color: #55ddf8; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.gallery-lightbox figcaption strong { font-family: var(--serif); font-size: 23px; font-weight: 400; }
.gallery-close, .gallery-previous, .gallery-next { border: 0; background: transparent; color: white; cursor: pointer; }
.gallery-close { position: absolute; top: 20px; right: 24px; font-size: 38px; font-weight: 200; }
.gallery-previous, .gallery-next { width: 56px; height: 56px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 24px; }
.gallery-previous:hover, .gallery-next:hover, .gallery-close:hover { color: #55ddf8; }
body.gallery-is-open { overflow: hidden; }

/* SEO services hub */
.services-hero { position: relative; overflow: hidden; background: linear-gradient(90deg, rgba(11,13,18,.97) 0%, rgba(11,13,18,.86) 52%, rgba(11,13,18,.38) 100%), url("assets/images/service-decking.webp") center 46% / cover no-repeat; }
.services-hero h1 { max-width: 980px; font-size: clamp(58px, 6.8vw, 100px); }
.services-intro { background: white; }
.services-intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: start; }
.services-editor-copy { padding-top: 0; }
.services-editor-copy h2 { max-width: 760px; }
.services-editor-copy p { max-width: 720px; }
.services-jump-list { border-top: 1px solid var(--line); }
.services-jump-list a { display: grid; grid-template-columns: 45px 1fr auto; gap: 16px; align-items: center; min-height: 61px; border-bottom: 1px solid var(--line); color: var(--ink); font-family: var(--serif); font-size: 21px; line-height: 1.15; transition: padding .2s ease, color .2s ease; }
.services-jump-list a span { color: var(--sage-dark); font-family: var(--sans); font-size: 10px; letter-spacing: .1em; }
.services-jump-list a b { font-family: var(--sans); font-size: 13px; font-weight: 400; }
.services-jump-list a:hover, .services-jump-list a:focus-visible { padding-left: 8px; color: var(--sage-dark); }
.services-detail-section { padding-bottom: 112px; background: var(--paper); }
.services-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 1px; background: var(--line); }
.service-detail-card { scroll-margin-top: 32px; background: white; }
.service-detail-image { height: 300px; overflow: hidden; background: #d8d9d6; }
.service-detail-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.service-detail-card:hover .service-detail-image img { transform: scale(1.025); }
.service-detail-copy { min-height: 360px; padding: 34px 32px 38px; }
.service-detail-copy > span { color: var(--sage-dark); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.service-detail-copy h2 { margin: 54px 0 18px; font-size: clamp(36px, 3vw, 49px); line-height: 1.05; }
.service-detail-copy p { min-height: 112px; margin-bottom: 28px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-detail-copy .text-link { font-size: 9px; }
.service-area-band { background: #1b1c22; color: white; }
.service-area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: end; }
.service-area-grid h2 { max-width: 720px; }
.service-area-grid > div:last-child p { max-width: 580px; color: rgba(255,255,255,.65); }
.service-area-grid .text-link { margin-top: 24px; }

@media (min-width: 1101px) and (max-height: 820px) {
  .site-header { height: 92px; }
  .header-brand { width: 240px; height: 80px; }
  .header-brand .brand-logo { transform: translateY(-46px); }
  .hero-content { min-height: calc(100svh - 92px); padding-block: 38px 58px; }
  .hero-copy h1 { font-size: clamp(54px, 4.7vw, 70px); }
  .hero-form { padding: 24px 26px; }
  .hero-form .eyebrow { margin-bottom: 14px; }
  .hero-form > p:not(.eyebrow):not(.form-note) { margin-bottom: 15px; }
  .hero-form label { margin-bottom: 9px; }
  .hero-form textarea { min-height: 62px; }
  .hero-form .primary-button { min-height: 52px; }
}

@media (max-width: 1100px) {
  .shell { width: min(100% - 56px, 1050px); }
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-phone { display: none; }
  .menu-button { display: block; }
  .mobile-nav { position: absolute; top: 112px; right: 0; left: 0; display: flex; max-height: calc(100svh - 112px); overflow-y: auto; flex-direction: column; padding: 18px 28px; border-bottom: 1px solid rgba(255,255,255,.16); background: rgba(18,19,24,.98); box-shadow: 0 20px 35px rgba(0,0,0,.2); }
  .mobile-nav a { padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
  .hero { min-height: auto; }
  .hero-content { min-height: auto; grid-template-columns: 1fr; gap: 44px; padding-block: 64px 84px; }
  .hero-copy { max-width: 820px; }
  .hero-copy h1 { max-width: 820px; font-size: clamp(58px, 7vw, 74px); }
  .hero-form { max-width: 720px; justify-self: start; padding: 26px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:last-child { grid-column: span 2; min-height: 320px; display: grid; grid-template-columns: 1.2fr .8fr; }
  .service-card:last-child .service-image { height: 100%; min-height: 320px; }
  .service-card:last-child .service-card-content { display: flex; flex-direction: column; justify-content: center; }
  .service-card:last-child h3, .service-card:last-child p { min-height: 0; }
  .featured-grid { gap: 6vw; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { border-bottom: 0; }
  .process-grid article { border-bottom: 1px solid rgba(255,255,255,.14); }
  .process-grid article::after { display: none !important; }
  .scroll-cue { display: none; }
}

@media (max-width: 980px) {
  .hero-backdrop { background: linear-gradient(0deg, rgba(11,13,18,.94) 0%, rgba(11,13,18,.6) 58%, rgba(11,13,18,.42) 100%), url("assets/images/talbots-hero.webp") 64% center / cover no-repeat; }
  .hero-content { grid-template-columns: 1fr; gap: 44px; padding-block: 72px 82px; }
  .hero-copy { max-width: 820px; }
  .hero-copy h1 { max-width: 820px; font-size: clamp(58px, 8.5vw, 76px); }
  .hero-form { max-width: 720px; justify-self: start; }
  .scroll-cue { display: none; }
  .why-section, .featured-grid, .areas-section, .consultation-grid, .faq-layout { grid-template-columns: 1fr; gap: 56px; }
	.testimonial-heading { grid-template-columns: 1fr; gap: 30px; }
	.testimonial-cards { grid-template-columns: 1fr 1fr; }
	.review-card:last-child { grid-column: 1 / -1; min-height: 230px; }
  .faq-heading { position: static; }
  .section-top { grid-template-columns: 1fr; gap: 26px; }
  .featured-copy { max-width: 720px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid article:nth-child(3) { border-left: 1px solid var(--line); }
	.inner-hero-grid, .inner-story-grid, .contact-main-grid { grid-template-columns: 1fr; gap: 56px; }
	.inner-story-image { min-height: 600px; }
	.contact-page-form { position: static; max-width: 760px; }
	.contact-map-heading { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 780px) {
  body { padding-bottom: calc(62px + env(safe-area-inset-bottom)); }
  .shell { width: min(100% - 36px, 680px); }
  .section { padding-block: 76px; }
  h2 { font-size: 44px; line-height: 1.1; }
  .site-header { height: 86px; }
  .header-brand { width: 220px; height: 74px; }
  .header-brand .brand-logo { transform: translateY(-42px); }
  .header-actions { gap: 12px; }
  .outline-button { display: none; }
  .menu-button { display: block; }
  .mobile-nav { top: 86px; max-height: calc(100svh - 86px); padding-inline: 18px; }
  .hero-backdrop { background: linear-gradient(0deg, rgba(11,13,18,.94) 0%, rgba(11,13,18,.52) 56%, rgba(11,13,18,.36) 100%), url("assets/images/talbots-hero.webp") 64% center / cover no-repeat; }
  .hero-content { min-height: auto; grid-template-columns: 1fr; gap: 42px; padding: 64px 0 76px; }
  .hero-copy h1 { font-size: clamp(46px, 10.5vw, 64px); }
  .hero-copy h1 em { font-size: .82em; }
  .hero-intro { font-size: 16px; }
  .hero-form { padding: 26px 20px; }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid article { min-height: 148px; padding: 30px 24px 32px; }
  .trust-grid article:nth-child(3) { border-left: 1px solid var(--line); }
  .why-section, .featured-grid, .areas-section, .consultation-grid, .faq-layout { grid-template-columns: 1fr; gap: 48px; }
	.testimonial-heading { margin-bottom: 40px; }
  .why-grid { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .section-top { grid-template-columns: 1fr; gap: 26px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card:last-child { grid-column: auto; display: block; min-height: auto; }
  .service-card:last-child .service-image { min-height: 0; height: 250px; }
  .service-image { height: 250px; }
  .service-card p, .service-card h3 { min-height: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid { margin-top: 44px; border-right: 1px solid rgba(255,255,255,.14); }
  .process-grid article, .process-grid article:not(:first-child) { min-height: auto; padding: 28px 24px 30px; border-right: 0; }
  .process-grid h3 { margin-top: 20px; }
  .portfolio-heading { align-items: flex-start; flex-direction: column; }
  .portfolio-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 420px); }
  .portfolio-card.tall { grid-row: auto; }
  .area-list span { font-size: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 50px 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand-logo { width: 300px; height: 108px; }
  .footer-brand-logo .brand-logo { transform: translateY(-58px); }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .mobile-contact-bar { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: calc(62px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); background: #111217; color: white; box-shadow: 0 -10px 30px rgba(0,0,0,.2); }
  .mobile-contact-bar a { display: grid; place-items: center; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-contact-bar a:last-child { background: var(--sage); color: var(--ink); }
	.inner-header, .inner-header .site-header { height: 86px; }
	.inner-hero, .contact-main { padding: 72px 0 82px; }
	.inner-hero h1, .contact-main h1 { font-size: clamp(52px, 13vw, 76px); line-height: 1; }
	.inner-story-image { min-height: 480px; }
	.inner-editor-copy h2:not(:first-child) { margin-top: 54px; padding-top: 46px; }
	.value-grid { grid-template-columns: 1fr; }
	.value-grid article { min-height: 230px; }
	.value-grid h3 { margin-top: 44px; }
	.inner-cta-grid, .contact-detail-grid { grid-template-columns: 1fr; gap: 44px; }
	.contact-detail-grid { gap: 0; }
	.contact-detail-grid article { min-height: 300px; padding: 32px 26px; }
	.contact-detail-grid h2 { margin-top: 56px; }
	.contact-map-section { padding-top: 76px; }
	.contact-map-frame { height: 520px; }
	.map-radius-label { width: 165px; height: 165px; }
	.map-radius-label strong { font-size: 48px; }
}

@media (max-width: 620px) {
  .form-grid.two { grid-template-columns: 1fr; gap: 0; }
  .hero-form { max-width: none; }
}

@media (max-width: 980px) {
	.gallery-heading { grid-template-columns: 1fr; gap: 28px; }
	.work-gallery { grid-template-columns: repeat(2, 1fr); }
	.gallery-card:nth-child(4), .gallery-card:nth-child(10) { grid-column: auto; }
	.services-intro-grid, .service-area-grid { grid-template-columns: 1fr; gap: 52px; }
	.services-detail-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .shell { width: min(100% - 28px, 430px); }
  .header-brand { width: 190px; height: 67px; }
  .header-brand .brand-logo { transform: translateY(-36px); }
  .hero-copy h1 { font-size: clamp(42px, 13vw, 52px); }
  .hero-copy h1 em { font-size: .72em; }
  .hero-intro { font-size: 15px; line-height: 1.6; }
  .hero-ctas { align-items: flex-start; flex-direction: column; gap: 20px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article, .trust-grid article:nth-child(3) { min-height: 0; padding: 28px 22px 30px; border-left: 1px solid var(--line); }
  .trust-icon { width: 40px; height: 40px; flex-basis: 40px; }
  .trust-icon svg { width: 29px; height: 29px; }
  .portfolio-grid { grid-template-rows: repeat(3, 360px); }
	.testimonial-cards { grid-template-columns: 1fr; }
	.review-card, .review-card:last-child { grid-column: auto; min-height: 230px; padding: 28px 24px; }
  .area-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
	.inner-hero-detail, .contact-direct { grid-template-columns: 1fr; }
	.contact-direct { border-left: 1px solid rgba(255,255,255,.22); }
	.inner-story-image { min-height: 400px; }
	.contact-map-frame { height: 450px; }
	.map-radius-label { right: 18px; bottom: 18px; width: 142px; height: 142px; }
	.map-radius-label strong { font-size: 42px; }
	.map-radius-label span { margin-top: 8px; font-size: 8px; }
}

@media (max-width: 680px) {
	.gallery-hero { background-position: 60% center; }
	.gallery-filters { flex-wrap: nowrap; margin-right: -14px; padding-right: 14px; overflow-x: auto; scrollbar-width: none; }
	.gallery-filters::-webkit-scrollbar { display: none; }
	.gallery-filters button { flex: 0 0 auto; }
	.work-gallery { grid-template-columns: 1fr; gap: 10px; }
	.gallery-card, .gallery-card:nth-child(1), .gallery-card:nth-child(8) { height: 460px; grid-row: auto; }
	.gallery-lightbox { grid-template-columns: 1fr 1fr; align-content: center; gap: 20px 12px; padding: 48px 18px 24px; }
	.gallery-lightbox figure { grid-column: 1 / -1; grid-row: 1; height: min(72vh, 720px); }
	.gallery-lightbox figcaption { align-items: flex-start; flex-direction: column; gap: 4px; }
	.gallery-previous, .gallery-next { grid-row: 2; }
	.gallery-previous { justify-self: end; }
	.gallery-next { justify-self: start; }
	.services-hero h1 { font-size: clamp(48px, 12vw, 68px); }
	.services-detail-section { padding-bottom: 76px; }
	.services-detail-grid { grid-template-columns: 1fr; }
	.service-detail-image { height: 320px; }
	.service-detail-copy { min-height: 0; padding: 30px 24px 34px; }
	.service-detail-copy h2 { margin-top: 38px; }
	.service-detail-copy p { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

.wp-content { min-height: 70vh; }
.wp-content h1 { font-size: clamp(48px, 6vw, 82px); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
