@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;500;600;700;800&family=Roboto+Slab:wght@500;600;700&display=swap");

:root {
  --navy: #08233e;
  --deep: #04182c;
  --red: #a7191f;
  --ink: #17212b;
  --muted: #5c6670;
  --line: #d9dee4;
  --soft: #f4f6f8;
  --white: #fff;
  --serif: "Roboto Slab", Georgia, serif;
  --sans: "Libre Franklin", Arial, sans-serif;
  --shadow: 0 18px 45px rgba(4, 24, 44, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.topbar { padding: 9px 0; background: var(--deep); color: #fff; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.topbar-inner { display: flex; justify-content: space-between; gap: 20px; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(8,35,62,.1); background: rgba(255,255,255,.97); box-shadow: 0 5px 18px rgba(4,24,44,.06); }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.logo { width: 190px; height: 78px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: .78rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.nav-links a:not(.button):hover, .nav-links a.active { color: var(--red); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid var(--red); border-radius: 2px; background: var(--red); color: #fff; font-size: .76rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; cursor: pointer; }
.button:hover { background: #851318; border-color: #851318; }
.button.outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.menu-toggle { display: none; width: 48px; height: 48px; align-items: center; justify-content: center; border: 1px solid var(--line); background: #fff; color: var(--navy); }
.menu-toggle svg { width: 25px; }
.page-hero { min-height: 430px; display: grid; align-items: end; position: relative; overflow: hidden; color: #fff; background: var(--deep); }
.page-hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(4,24,44,.96) 0%, rgba(4,24,44,.88) 48%, rgba(4,24,44,.68) 100%); }
.page-hero img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-content { position: relative; z-index: 2; max-width: 700px; padding: 95px 0 70px; }
.eyebrow { margin: 0 0 16px; color: var(--red); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.page-hero .eyebrow { color: #fff; }
h1, h2, h3 { font-family: var(--serif); color: var(--navy); }
.page-hero h1 { max-width: 680px; margin: 0; color: #fff; font-size: clamp(2.35rem, 4.8vw, 4.45rem); line-height: 1; text-shadow: 0 3px 18px rgba(0,0,0,.35); }
.page-hero p { max-width: 620px; margin: 24px 0 0; font-size: 1.06rem; line-height: 1.7; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.intro { padding: 78px 0 62px; text-align: center; }
.intro h2, .section-title { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.08; }
.intro p { max-width: 770px; margin: 20px auto 0; color: var(--muted); line-height: 1.75; }
.style-compare { padding: 70px 0; background: var(--deep); color: #fff; }
.style-compare h2 { color: #fff; text-align: center; }
.compare-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 42px; border: 1px solid rgba(255,255,255,.18); }
.compare-card { min-height: 320px; padding: 38px; border-right: 1px solid rgba(255,255,255,.18); background-position: center; background-size: cover; position: relative; }
.compare-card:last-child { border-right: 0; }
.compare-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,24,44,.18), rgba(4,24,44,.94)); }
.compare-content { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; }
.compare-card h3 { margin: 0 0 10px; color: #fff; font-size: 1.65rem; }
.compare-card p { margin: 0; color: #d9e2ea; font-size: .88rem; line-height: 1.55; }
.compare-card ul { margin: 17px 0 0; padding-left: 18px; color: #fff; font-size: .78rem; line-height: 1.65; }
.collection { padding: 80px 0; }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 38px; }
.section-heading-row p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.65; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { border: 1px solid var(--line); background: #fff; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(8,35,62,.22); }
.product-card .image-frame { height: 430px; padding: 20px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #fff; border-bottom: 1px solid var(--line); }
.product-card img { width: 100%; height: 100%; object-fit: contain; object-position: center; background: #fff; transition: transform .42s ease; }
.product-card:hover img { transform: scale(1.1); }
.product-card-body { padding: 23px; }
.product-card h3 { margin: 0; font-size: 1.18rem; }
.product-meta { margin: 7px 0 0; color: var(--red); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-card p { margin: 13px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.6; }
.swatch-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: 35px; }
.swatch { border: 1px solid var(--line); background: #fff; }
.swatch-color { aspect-ratio: 1.25; }
.swatch-label { padding: 14px 10px; font-size: .72rem; font-weight: 700; text-align: center; text-transform: uppercase; }
.anatomy { padding: 78px 0; background: #10161b; color: #fff; }
.anatomy .section-title { color: #fff; }
.anatomy-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 38px; }
.anatomy-card img { width: 100%; aspect-ratio: .82; object-fit: cover; filter: saturate(.78); }
.anatomy-card h3 { margin: 16px 0 0; color: #fff; font-size: 1.12rem; }
.anatomy-card p { margin: 9px 0 0; color: #c8d0d6; font-size: .78rem; line-height: 1.55; }
.tips { padding: 82px 0; background: var(--soft); }
.tips-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.tips-intro { position: sticky; top: 130px; align-self: start; }
.tips-intro p { color: var(--muted); line-height: 1.7; }
.tip-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.tip { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 27px; background: #fff; }
.tip-number { width: 44px; height: 44px; display: grid; place-items: center; background: var(--navy); color: #fff; font-family: var(--serif); font-weight: 700; }
.tip h3 { margin: 1px 0 8px; font-size: 1rem; }
.tip p { margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.6; }
.cta-band { padding: 58px 0; background: var(--navy); color: #fff; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.cta-band h2 { margin: 0; color: #fff; font-size: clamp(1.75rem, 3vw, 2.6rem); }
.cta-band p { margin: 9px 0 0; color: #c8d4df; }
.contact-main { padding: 75px 0; }
.contact-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 65px; align-items: start; }
.contact-card { padding: 32px; background: var(--navy); color: #fff; }
.contact-card h2 { margin-top: 0; color: #fff; }
.contact-card p { color: #d5dfe7; line-height: 1.65; }
.contact-list { margin: 28px 0 0; padding: 0; list-style: none; }
.contact-list li { margin-bottom: 18px; font-size: .86rem; line-height: 1.55; }
.intake-form { border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-section { padding: 32px; border-bottom: 1px solid var(--line); }
.form-section:last-child { border-bottom: 0; }
.form-section h2 { margin: 0 0 7px; font-size: 1.35rem; }
.form-section > p { margin: 0 0 24px; color: var(--muted); font-size: .8rem; line-height: 1.55; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 19px; }
.field.full { grid-column: 1 / -1; }
.field label, .field legend { display: block; margin-bottom: 8px; color: var(--navy); font-size: .72rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #cbd2d9; border-radius: 0; background: #fff; color: var(--ink); }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid rgba(167,25,31,.18); border-color: var(--red); }
.options { display: flex; flex-wrap: wrap; gap: 9px 20px; }
.options label { display: flex; align-items: center; gap: 8px; margin: 0; font-weight: 500; }
.options input { width: auto; min-height: auto; }
.help { margin: 8px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.required { color: var(--red); }
.notice { padding: 15px 18px; border-left: 4px solid var(--red); background: var(--soft); color: var(--muted); font-size: .78rem; line-height: 1.55; }
.form-status { margin-bottom: 25px; padding: 18px; border: 1px solid #aed2b6; background: #effaf2; color: #1c5e2b; }
.form-errors { margin-bottom: 25px; padding: 18px 18px 18px 38px; border: 1px solid #e6b6b8; background: #fff4f4; color: #7c151a; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
footer { padding: 55px 0 25px; background: var(--deep); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 65px; }
.footer-logo { width: 175px; max-height: 135px; object-fit: contain; object-position: left center; }
.footer-grid p, .footer-links { color: #c8d4df; font-size: .82rem; line-height: 1.7; }
.footer-grid h3 { margin: 0 0 16px; color: #fff; font: 800 .74rem var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-slogan strong { font: 600 1.35rem/1.25 var(--serif); text-transform: uppercase; }
.footer-slogan span { display: block; margin-top: 12px; color: #c8d4df; font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.copyright { margin-top: 38px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: #94a8ba; font-size: .7rem; text-align: center; }

@media (max-width: 920px) {
  .menu-toggle { display: flex; }
  .nav-links { display: flex; position: absolute; top: 100%; left: 0; right: 0; width: 100%; padding: 12px 20px 22px; flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; visibility: hidden; transition: transform .2s ease, opacity .2s ease, visibility .2s; overflow: visible; }
  .nav-links.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .nav-links a { padding: 15px 10px; border-bottom: 1px solid var(--line); }
  .nav-links .button { margin-top: 13px; }
  .compare-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .compare-card:nth-child(2) { border-right: 0; }
  .compare-card:last-child { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.18); }
  .swatch-grid { grid-template-columns: repeat(3, 1fr); }
  .anatomy-grid { grid-template-columns: repeat(2, 1fr); }
  .tips-layout, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .tips-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-slogan { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .topbar { display: none; }
  .nav { min-height: 78px; }
  .logo { width: 150px; height: 68px; }
  .nav-links { top: 100%; }
  .page-hero { min-height: 500px; }
  .page-hero::before { background: linear-gradient(180deg, rgba(4,24,44,.48) 0%, rgba(4,24,44,.72) 43%, rgba(4,24,44,.97) 100%); }
  .page-hero-content { padding: 120px 0 52px; }
  .page-hero h1 { font-size: 2.65rem; }
  .intro, .collection, .tips, .contact-main { padding: 58px 0; }
  .section-heading-row { display: block; }
  .section-heading-row p { margin-top: 15px; }
  .compare-grid, .product-grid, .anatomy-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .compare-card, .compare-card:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .compare-card:last-child { grid-column: auto; }
  .product-card .image-frame { height: 350px; padding: 16px; }
  .swatch-grid { grid-template-columns: repeat(2, 1fr); }
  .anatomy-card img { aspect-ratio: 1.15; }
  .tip { grid-template-columns: 42px 1fr; padding: 22px 17px; gap: 14px; }
  .form-section { padding: 26px 19px; }
  .field.full { grid-column: auto; }
  .cta-inner { display: block; }
  .cta-inner .button { margin-top: 23px; width: 100%; }
  .footer-slogan { grid-column: auto; }
}

.door-badge { display: inline-flex; align-items: center; margin-bottom: 11px; padding: 6px 10px; background: var(--red); color: #fff; font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }


/* Portfolio, visual process, guide, and FAQ updates */
.nav-links .button { white-space: nowrap; }
.process-visual { margin-top: 42px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: process; }
.process-step { position: relative; padding: 28px 24px 26px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); min-height: 185px; }
.process-step::before { counter-increment: process; content: counter(process); display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 18px; border-radius: 50%; background: var(--red); color: #fff; font-family: var(--serif); font-weight: 700; }
.process-step:not(:last-child)::after { content: ""; position: absolute; top: 48px; right: -18px; width: 18px; height: 2px; background: rgba(255,255,255,.35); }
.process-step h3 { margin: 0 0 9px; color: #fff; font-size: 1.05rem; }
.process-step p { margin: 0; color: #c8d4df; font-size: .78rem; line-height: 1.55; }
.portfolio-intro { padding: 72px 0 28px; }
.portfolio-gallery { padding: 20px 0 80px; background: var(--soft); }
.portfolio-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.portfolio-filter a { padding: 10px 14px; border: 1px solid var(--line); background: #fff; color: var(--navy); font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.project-card { overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 28px rgba(4,24,44,.06); transition: transform .22s ease, box-shadow .22s ease; }
.project-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.project-card img { width: 100%; aspect-ratio: 1.18; object-fit: cover; background: #e8edf2; }
.project-card-body { padding: 20px; }
.project-card-body span { color: var(--red); font-size: .66rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.project-card-body h3 { margin: 7px 0 8px; font-size: 1.08rem; color: var(--navy); }
.project-card-body p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.guide-card { margin-top: 26px; padding: 24px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); }
.guide-card h3 { margin: 0 0 10px; color: #fff; }
.guide-card p { margin: 0 0 18px; }
.faq-section { padding: 72px 0; background: var(--soft); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 55px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); background: #fff; padding: 22px 24px; }
.faq-item h3 { margin: 0 0 8px; color: var(--navy); font-size: 1rem; }
.faq-item p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.6; }
@media (max-width: 920px) { .process-visual, .project-grid, .faq-grid { grid-template-columns: repeat(2, 1fr); } .process-step:not(:last-child)::after { display: none; } }
@media (max-width: 620px) { .process-visual, .project-grid, .faq-grid { grid-template-columns: 1fr; } .portfolio-intro, .faq-section { padding: 56px 0; } }


/* === Mobile polish + premium portfolio v2 === */
:root { --header-h: 88px; }
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.site-header { backdrop-filter: saturate(135%) blur(8px); }
.nav-links .button, .cta-band .button, .button { box-shadow: 0 10px 24px rgba(167,25,31,.18); }

.mobile-sticky-quote { display: none; }

.portfolio-page .page-hero { min-height: 520px; }
.portfolio-page .page-hero::before { background: linear-gradient(90deg, rgba(4,24,44,.96) 0%, rgba(4,24,44,.82) 46%, rgba(4,24,44,.38) 100%); }
.portfolio-page .portfolio-intro { padding: 64px 0 34px; background: #fff; }
.portfolio-page .portfolio-gallery { padding: 34px 0 92px; background: linear-gradient(180deg, #f6f8fa 0%, #eef2f5 100%); }
.portfolio-page .portfolio-filter { display: flex !important; flex-wrap: wrap; gap: 10px; margin: 0 0 30px; padding: 0; align-items: center; }
.portfolio-page .filter-btn { appearance: none; border: 1px solid var(--line); background: #fff; color: var(--navy); min-height: 42px; padding: 0 15px; border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; cursor: pointer; box-shadow: 0 8px 18px rgba(4,24,44,.045); transition: .2s ease; }
.portfolio-page .filter-btn:hover, .portfolio-page .filter-btn.active { background: var(--red); border-color: var(--red); color: #fff; transform: translateY(-1px); }
.portfolio-page .project-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.portfolio-page .project-card { position: relative; overflow: hidden; min-height: 360px; border: 0; background: var(--deep); box-shadow: 0 18px 45px rgba(4,24,44,.11); transform: translateZ(0); }
.portfolio-page .project-card.is-hidden { display: none !important; }
.portfolio-page .project-card a { display: block; height: 100%; color: #fff; text-decoration: none; }
.portfolio-page .project-card img { width: 100%; height: 100%; min-height: 360px; aspect-ratio: auto; object-fit: cover; transition: transform .5s ease, filter .5s ease; filter: saturate(.95) contrast(1.02); }
.portfolio-page .project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,24,44,.02) 25%, rgba(4,24,44,.55) 67%, rgba(4,24,44,.93) 100%); pointer-events: none; }
.portfolio-page .project-card-body { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 24px; background: transparent; min-height: 0; }
.portfolio-page .project-card-body span { display: inline-flex; margin: 0 0 10px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--red); font-size: .62rem; line-height: 1; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.portfolio-page .project-card-body h3 { margin: 0 0 8px; color: #fff; font-size: 1.22rem; line-height: 1.2; text-shadow: 0 2px 12px rgba(0,0,0,.3); }
.portfolio-page .project-card-body p { margin: 0; color: rgba(255,255,255,.86); font-size: .82rem; line-height: 1.5; max-width: 92%; }
.portfolio-page .project-card:hover img { transform: scale(1.055); filter: saturate(1.05) contrast(1.05); }
.portfolio-page .portfolio-note { margin: 26px 0 0; padding: 22px 24px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 28px rgba(4,24,44,.06); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.portfolio-page .portfolio-note p { margin: 0; color: var(--muted); line-height: 1.55; font-size: .88rem; }

@media (max-width: 1060px) {
  .nav-links { gap: 17px; font-size: .72rem; }
  .logo { width: 170px; }
  .button { padding-inline: 18px; }
}

@media (max-width: 920px) {
  .portfolio-page .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portfolio-page .page-hero { min-height: 450px; }
}

@media (max-width: 620px) {
  body { padding-bottom: 70px; }
  .container { width: min(100% - 24px, 1180px); }
  .site-header { position: sticky; }
  .nav { min-height: 66px; gap: 12px; }
  .logo { width: 124px; height: 56px; }
  .menu-toggle { width: 42px; height: 42px; }
  .nav-links { padding: 8px 14px 18px; max-height: calc(100vh - 66px); overflow-y: auto; }
  .nav-links a { padding: 13px 8px; font-size: .76rem; }
  .nav-links .button { width: 100%; margin-top: 10px; min-height: 46px; }
  .page-hero { min-height: 390px; }
  .page-hero-content { padding: 74px 0 42px; }
  .page-hero h1 { font-size: clamp(2rem, 13vw, 2.75rem); line-height: .98; }
  .page-hero p { margin-top: 16px; font-size: .94rem; line-height: 1.55; }
  .eyebrow { margin-bottom: 12px; font-size: .68rem; letter-spacing: .13em; }
  .intro, .collection, .tips, .contact-main, .style-compare { padding: 46px 0; }
  .section-heading-row { margin-bottom: 24px; }
  .section-heading-row p { font-size: .88rem; line-height: 1.55; }
  .intro h2, .section-title { font-size: clamp(1.75rem, 9vw, 2.35rem); }
  .product-grid, .compare-grid, .anatomy-grid, .form-grid, .footer-grid { gap: 14px; }
  .product-card-body { padding: 18px; }
  .product-card .image-frame { height: 280px; }
  .tip { padding: 18px 15px; }
  .cta-band { padding: 38px 0; }
  .cta-inner .button { margin-top: 18px; }
  footer { padding: 42px 0 90px; }
  .footer-logo { width: 135px; }
  .mobile-sticky-quote { display: flex; position: fixed; z-index: 60; left: 12px; right: 12px; bottom: 12px; align-items: center; justify-content: center; min-height: 50px; border-radius: 999px; background: var(--red); color: #fff; font-size: .76rem; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; box-shadow: 0 14px 34px rgba(4,24,44,.28); }
  .portfolio-page .page-hero { min-height: 370px !important; }
  .portfolio-page .page-hero::before { background: linear-gradient(180deg, rgba(4,24,44,.35) 0%, rgba(4,24,44,.78) 54%, rgba(4,24,44,.98) 100%); }
  .portfolio-page .portfolio-intro { padding: 38px 0 20px; }
  .portfolio-page .portfolio-gallery { padding: 22px 0 58px; }
  .portfolio-page .portfolio-filter { gap: 8px; margin-bottom: 18px; flex-wrap: nowrap; overflow-x: auto; padding: 2px 0 10px; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; }
  .portfolio-page .portfolio-filter::-webkit-scrollbar { display: none; }
  .portfolio-page .filter-btn { flex: 0 0 auto; min-height: 38px; padding: 0 13px; font-size: .65rem; scroll-snap-align: start; }
  .portfolio-page .project-grid { grid-template-columns: 1fr; gap: 16px; }
  .portfolio-page .project-card { min-height: 310px; border-radius: 0; }
  .portfolio-page .project-card img { min-height: 310px; }
  .portfolio-page .project-card-body { padding: 19px; }
  .portfolio-page .project-card-body h3 { font-size: 1.08rem; }
  .portfolio-page .project-card-body p { font-size: .76rem; max-width: 100%; }
  .portfolio-page .portfolio-note { display: block; padding: 18px; }
  .portfolio-page .portfolio-note .button { width: 100%; margin-top: 14px; }
}


/* Floating mobile estimate button removed per client request */
.mobile-sticky-quote { display: none !important; }
