:root {
  color-scheme: dark;
  --ink: #071321;
  --navy: #0b2137;
  --deep: #05101c;
  --blue: #1769ff;
  --blue-bright: #4387ff;
  --ice: #dff4ff;
  --paper: #f5f8fb;
  --white: #f8fbff;
  --muted: #a9b8c8;
  --text-dark: #102033;
  --line: rgba(255,255,255,.16);
  --dark-line: rgba(7,19,33,.14);
  --section-pad: clamp(88px, 10vw, 154px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--white); font-family: "DM Sans", system-ui, sans-serif; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--blue); color: white; }

.skip-link { position: fixed; z-index: 100; left: 16px; top: -100px; padding: 12px 16px; background: white; color: var(--ink); }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 30; height: 88px; padding: 0 clamp(22px, 4vw, 64px);
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  background: linear-gradient(180deg, rgba(7,19,33,.92), rgba(7,19,33,.34));
  border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); transition: height .25s, background .25s;
}
.site-header.is-scrolled { height: 74px; background: rgba(7,19,33,.96); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-logo { width: 58px; height: 58px; flex: 0 0 auto; object-fit: cover; border-radius: 50%; border: 1px solid rgba(255,255,255,.38); }
.brand strong { display: block; font: 800 21px/.9 "Barlow Condensed", sans-serif; letter-spacing: .08em; }
.brand small { display: block; margin-top: 6px; color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); font-size: 14px; }
.desktop-nav a { position: relative; color: #d9e4ef; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue-bright); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta { padding: 13px 18px; border: 1px solid rgba(255,255,255,.55); font-weight: 700; font-size: 14px; transition: background .2s, color .2s; }
.header-cta:hover { background: white; color: var(--ink); }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: min(900px, 100svh); overflow: hidden; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,12,22,.97) 0%, rgba(3,12,22,.75) 43%, rgba(3,12,22,.12) 78%), linear-gradient(0deg, rgba(3,12,22,.92), transparent 42%); }
.hero-content { position: relative; z-index: 2; width: min(790px, 88vw); margin-left: clamp(24px, 8vw, 130px); padding-top: 80px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: #72b7ff; text-transform: uppercase; letter-spacing: .19em; font: 700 13px/1 "DM Sans", sans-serif; }
.eyebrow::before { content: ""; flex: 0 0 38px; height: 3px; background: var(--blue); }
h1, h2, h3, h4, p { overflow-wrap: break-word; }
h1 { max-width: 800px; margin: 0; font: 800 clamp(66px, 8vw, 126px)/.78 "Barlow Condensed", sans-serif; letter-spacing: -.025em; text-transform: uppercase; }
h1 span { color: var(--ice); }
.hero-copy { max-width: 610px; margin: 30px 0 0; color: #d7e2ed; font-size: clamp(17px, 1.55vw, 21px); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 0; cursor: pointer; color: white; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); box-shadow: 0 16px 38px rgba(23,105,255,.28); }
.button-primary:hover { background: var(--blue-bright); box-shadow: 0 20px 44px rgba(23,105,255,.38); }
.button-ghost { border: 1px solid var(--line); background: rgba(7,19,33,.28); backdrop-filter: blur(6px); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.hero-proof { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); margin-left: clamp(24px, 8vw, 130px); border-top: 1px solid var(--line); background: rgba(7,19,33,.76); backdrop-filter: blur(12px); }
.hero-proof span { min-height: 88px; padding: 20px 34px; display: flex; align-items: center; gap: 12px; color: #c0cedb; border-right: 1px solid var(--line); font-size: 14px; }
.hero-proof strong { color: #fff; font: 700 28px/1 "Barlow Condensed", sans-serif; }

.service-ticker { overflow: hidden; background: var(--blue); transform: rotate(-1deg) scale(1.01); }
.service-ticker div { width: max-content; display: flex; gap: 24px; align-items: center; padding: 14px 0; animation: ticker 28s linear infinite; }
.service-ticker span { font: 700 20px/1 "Barlow Condensed", sans-serif; letter-spacing: .09em; }
.service-ticker i { color: #9ac5ff; font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: var(--section-pad) clamp(24px, 7vw, 112px); }
.services { background: var(--paper); color: var(--text-dark); }
.section-heading { max-width: 1300px; margin: 0 auto 72px; display: grid; grid-template-columns: 1.4fr .7fr; align-items: end; gap: 60px; }
.section-heading h2, .about h2, .contact h2, .ceramic h2 { margin: 0; font: 800 clamp(54px, 6.2vw, 94px)/.86 "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: -.02em; }
.section-heading > p { margin: 0 0 5px; color: #56677a; font-size: 16px; line-height: 1.7; }
.service-grid { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 460px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; background: white; border: 1px solid #dce3e9; transition: transform .25s, box-shadow .25s; }
.service-card + .service-card { border-left: 0; }
.service-card:hover { position: relative; z-index: 2; transform: translateY(-8px); box-shadow: 0 28px 60px rgba(7,19,33,.13); }
.service-card-featured { background: var(--blue); color: white; border-color: var(--blue); }
.service-card-dark { background: var(--navy); color: white; border-color: var(--navy); }
.service-number { align-self: flex-end; color: #8c99a8; font: 600 16px/1 "Barlow Condensed", sans-serif; }
.service-card-featured .service-number, .service-card-dark .service-number { color: rgba(255,255,255,.62); }
.service-kicker { margin: 0 0 14px; color: #617185; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.service-card-featured .service-kicker { color: #c4dcff; }
.service-card-dark .service-kicker { color: #72b7ff; }
.service-card h3 { margin: 0 0 22px; font: 800 clamp(38px, 3.5vw, 55px)/.92 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.service-card p:not(.service-kicker) { max-width: 330px; margin: 0; color: #667587; font-size: 15px; line-height: 1.65; }
.service-card-featured p:not(.service-kicker), .service-card-dark p:not(.service-kicker) { color: #d9e7f7; }
.service-footer { padding-top: 24px; display: flex; justify-content: space-between; align-items: flex-end; border-top: 1px solid var(--dark-line); }
.service-card-featured .service-footer, .service-card-dark .service-footer { border-color: var(--line); }
.service-footer > span { color: #718092; font-size: 13px; }
.service-card-featured .service-footer > span, .service-card-dark .service-footer > span { color: #bbcade; }
.service-footer strong { display: block; color: inherit; font: 700 34px/1 "Barlow Condensed", sans-serif; }
.service-footer a { font-size: 13px; font-weight: 700; }

.photo-break { position: relative; height: min(740px, 72vw); min-height: 540px; overflow: hidden; }
.photo-break > img { width: 100%; height: 100%; object-fit: cover; }
.photo-break::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 30%, rgba(5,16,28,.78) 100%); }
.photo-callout { position: absolute; z-index: 2; right: clamp(24px, 8vw, 124px); top: 50%; width: min(510px, 45vw); transform: translateY(-50%); }
.quote-mark { display: block; height: 74px; color: var(--blue-bright); font: 800 120px/.8 "Barlow Condensed", sans-serif; }
.photo-callout blockquote { margin: 0; font: 600 clamp(34px, 4vw, 62px)/1.03 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.photo-callout p { margin: 24px 0 0; color: #c4d1df; letter-spacing: .12em; text-transform: uppercase; font-size: 12px; }

.pricing { background: #eef3f7; color: var(--text-dark); }
.section-heading.compact { margin-bottom: 90px; }
.price-category { max-width: 1300px; margin: 0 auto; scroll-margin-top: 100px; }
.price-category + .price-category { margin-top: 126px; }
.category-title { display: grid; grid-template-columns: 60px 1fr auto; align-items: end; gap: 24px; padding-bottom: 28px; border-bottom: 2px solid var(--ink); }
.category-title > span { color: var(--blue); font: 700 18px/1 "Barlow Condensed", sans-serif; }
.category-title p { margin: 0 0 7px; color: #69798a; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.category-title > p { margin: 0 0 5px; }
.category-title h3 { margin: 0; font: 800 clamp(36px, 4vw, 58px)/.9 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.package-list { display: grid; gap: 16px; padding-top: 20px; }
.package-card { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); overflow: hidden; background: #fff; border: 1px solid #cdd7e0; box-shadow: 0 16px 40px rgba(11, 29, 47, .05); }
.package-overview { padding: 32px; display: grid; grid-template-columns: 42px 1fr; gap: 18px; border-right: 1px solid #d4dde5; }
.package-number { color: var(--blue); font: 700 16px/1 "Barlow Condensed", sans-serif; }
.package-kicker { margin: 0 0 10px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.package-overview h4 { margin: 0 0 12px; font: 800 clamp(30px, 3vw, 43px)/.95 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.package-overview p:not(.package-kicker) { margin: 0; color: #667587; font-size: 13px; line-height: 1.55; }
.vehicle-prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #e0e6eb; }
.vehicle-prices > div { min-height: 96px; padding: 18px 20px; display: flex; flex-direction: column; justify-content: space-between; background: #fff; }
.vehicle-prices span { color: #68788a; font-size: 11px; font-weight: 700; letter-spacing: .06em; line-height: 1.3; text-transform: uppercase; }
.vehicle-prices strong { color: var(--blue); font: 700 30px/1 "Barlow Condensed", sans-serif; }
.package-card-featured { background: var(--navy); color: #fff; border-color: var(--navy); }
.package-card-featured .package-overview { border-color: var(--line); }
.package-card-featured .vehicle-prices { background: var(--line); }
.package-card-featured .vehicle-prices > div { background: var(--navy); }
.package-card-featured .package-kicker { color: #72b7ff; }
.package-card-featured .package-overview p:not(.package-kicker), .package-card-featured .vehicle-prices span { color: #b6c6d6; }
.package-card-featured .vehicle-prices strong { color: #fff; }

.ceramic { position: relative; min-height: 820px; display: flex; align-items: center; overflow: hidden; }
.ceramic > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ceramic-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,16,28,.98) 0%, rgba(5,16,28,.88) 44%, rgba(5,16,28,.18) 80%); }
.ceramic-content { position: relative; z-index: 2; width: min(880px, 84vw); margin-left: clamp(24px, 8vw, 130px); }
.ceramic-content > p:not(.eyebrow) { max-width: 620px; margin: 28px 0; color: #bdcad8; font-size: 17px; line-height: 1.7; }
.ceramic-price-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin: 30px 0 24px; overflow: hidden; border: 1px solid var(--line); background: var(--line); backdrop-filter: blur(8px); }
.ceramic-price-grid > div { min-height: 108px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; background: rgba(6, 20, 35, .82); }
.ceramic-price-grid span { color: #aebdcb; font-size: 10px; font-weight: 700; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.ceramic-price-grid strong { color: #fff; font: 700 34px/1 "Barlow Condensed", sans-serif; }
.ceramic-list { display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 0 0 34px; padding: 0; list-style: none; }
.ceramic-list li { color: #d6e1ec; font-size: 13px; }
.ceramic-list li::before { content: "✓"; margin-right: 8px; color: #5ca2ff; font-weight: 700; }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 150px); background: var(--paper); color: var(--text-dark); }
.about-copy { align-self: center; }
.about-copy > p:not(.eyebrow) { max-width: 580px; margin: 28px 0; color: #5e6e80; font-size: 17px; line-height: 1.75; }
.text-link { display: inline-flex; gap: 16px; padding-bottom: 8px; border-bottom: 2px solid var(--blue); color: var(--blue); font-weight: 700; }
.process-grid { border-top: 1px solid #ccd6df; }
.process-card { min-height: 180px; display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 20px; border-bottom: 1px solid #ccd6df; }
.process-card > span { color: var(--blue); font: 700 16px/1 "Barlow Condensed", sans-serif; }
.process-card h3 { margin: 0 0 10px; font: 700 31px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.process-card p { max-width: 480px; margin: 0; color: #657487; font-size: 14px; line-height: 1.55; }

.local-seo { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 150px); background: #e8eef3; color: var(--text-dark); }
.local-intro h2 { margin: 0; font: 800 clamp(54px, 6.2vw, 94px)/.86 "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: -.02em; }
.local-intro > p:not(.eyebrow) { max-width: 600px; margin: 26px 0 0; color: #5e6e80; font-size: 16px; line-height: 1.75; }
.local-intro address { margin-top: 28px; color: #394b5d; font-style: normal; line-height: 1.65; }
.local-intro .local-hours { margin-top: 15px; font-size: 14px; }
.local-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.local-actions .button { flex: 0 1 auto; }
.button-dark { background: var(--navy); }
.button-dark:hover { background: #102a44; }
.faq-list > h2 { margin: 0 0 24px; font: 800 clamp(34px, 3.6vw, 52px)/.95 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.faq-list details { border-top: 1px solid #bdcad5; }
.faq-list details:last-child { border-bottom: 1px solid #bdcad5; }
.faq-list summary { padding: 23px 36px 23px 0; cursor: pointer; font-weight: 700; line-height: 1.4; }
.faq-list details p { max-width: 680px; margin: -4px 36px 24px 0; color: #5e6e80; font-size: 14px; line-height: 1.65; }

.contact { padding: var(--section-pad) clamp(24px, 7vw, 112px); display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(60px, 9vw, 150px); background: var(--navy); }
.contact-copy > p:not(.eyebrow) { max-width: 590px; margin: 28px 0 42px; color: #afbdcc; font-size: 16px; line-height: 1.7; }
.contact-direct { border-top: 1px solid var(--line); }
.contact-direct a { padding: 22px 0; display: flex; flex-direction: column; gap: 7px; border-bottom: 1px solid var(--line); }
.contact-direct span { color: #8296aa; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.contact-direct strong { font: 600 clamp(17px, 1.7vw, 25px)/1.2 "Barlow Condensed", sans-serif; }
.quote-form { padding: clamp(28px, 4vw, 54px); background: white; color: var(--text-dark); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: block; margin-bottom: 22px; }
.quote-form label > span { display: block; margin-bottom: 9px; color: #5e6d7d; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #cad5de; border-radius: 0; background: #f8fafc; color: var(--text-dark); outline: none; }
.quote-form input, .quote-form select { height: 52px; padding: 0 14px; }
.quote-form textarea { min-height: 120px; padding: 14px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,105,255,.12); }
.quote-form .button { width: 100%; }
.form-note { margin: 13px 0 0; color: #7e8b98; text-align: center; font-size: 11px; }

footer { padding: 58px clamp(24px, 7vw, 112px) 30px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; gap: 40px; background: var(--deep); border-top: 1px solid var(--line); }
footer > p { max-width: 330px; margin: 4px 0; color: #8495a7; font-size: 13px; }
.footer-links { display: flex; gap: 28px; padding-top: 5px; font-size: 13px; }
.copyright { grid-column: 1 / -1; max-width: none; padding-top: 30px; border-top: 1px solid var(--line); }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 350px; }
  .service-card + .service-card { border-left: 1px solid #dce3e9; border-top: 0; }
  .service-card-featured + .service-card { border-top: 0; }
  .package-card { grid-template-columns: 1fr; }
  .package-overview { border-right: 0; border-bottom: 1px solid #d4dde5; }
  .package-card-featured .package-overview { border-color: var(--line); }
  .ceramic-price-grid { grid-template-columns: repeat(3, 1fr); }
  .about, .local-seo, .contact { grid-template-columns: 1fr; }
  .about-copy, .contact-copy { max-width: 760px; }
}

@media (max-width: 720px) {
  :root { --section-pad: 82px; }
  html { scroll-padding-top: 72px; }
  .site-header, .site-header.is-scrolled { height: 72px; padding-inline: 20px; }
  .brand-logo { width: 46px; height: 46px; }
  .brand strong { font-size: 19px; }
  .brand small, .header-cta { display: none; }
  .menu-toggle { position: relative; z-index: 2; width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; border: 0; background: transparent; }
  .menu-toggle span { width: 25px; height: 2px; display: block; background: white; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 72px 0 auto; padding: 30px 22px 38px; display: flex; flex-direction: column; gap: 0; background: rgba(7,19,33,.98); border-top: 1px solid var(--line); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .3s, opacity .3s; }
  .mobile-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .mobile-nav a { padding: 18px 0; border-bottom: 1px solid var(--line); font: 700 28px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
  .mobile-nav a:last-child { margin-top: 18px; padding: 17px; border: 0; background: var(--blue); text-align: center; font-size: 21px; }

  .hero { min-height: 830px; align-items: flex-start; }
  .hero-image { object-position: 61% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(3,12,22,.48) 0%, rgba(3,12,22,.28) 26%, rgba(3,12,22,.97) 72%); }
  .hero-content { align-self: flex-end; width: auto; margin: 0 22px 190px; padding: 0; }
  .eyebrow { font-size: 11px; letter-spacing: .16em; }
  .eyebrow::before { flex-basis: 28px; }
  h1 { font-size: clamp(57px, 18vw, 82px); line-height: .82; }
  .hero-copy { margin-top: 22px; font-size: 16px; line-height: 1.55; }
  .hero-actions { width: 100%; margin-top: 24px; }
  .button { flex: 1 1 180px; }
  .hero-proof { grid-template-columns: 1fr; margin-left: 22px; }
  .hero-proof span { min-height: 54px; padding: 10px 18px; }
  .hero-proof strong { font-size: 24px; }
  .service-ticker span { font-size: 17px; }
  .section { padding-inline: 22px; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 48px; }
  .section-heading h2, .about h2, .local-intro h2, .contact h2, .ceramic h2 { font-size: clamp(49px, 15vw, 70px); }
  .service-card { min-height: 365px; padding: 27px; }
  .service-card h3 { font-size: 43px; }
  .photo-break { min-height: 610px; }
  .photo-break > img { object-position: 36% center; }
  .photo-break::after { background: linear-gradient(0deg, rgba(5,16,28,.96) 0%, rgba(5,16,28,.18) 80%); }
  .photo-callout { top: auto; right: 22px; bottom: 50px; left: 22px; width: auto; transform: none; }
  .photo-callout blockquote { font-size: 40px; }
  .section-heading.compact { margin-bottom: 64px; }
  .category-title { grid-template-columns: 42px 1fr; gap: 14px; }
  .category-title > p { grid-column: 2; }
  .price-category + .price-category { margin-top: 96px; }
  .package-list { gap: 12px; }
  .package-overview { padding: 24px 20px; grid-template-columns: 30px 1fr; gap: 12px; }
  .package-overview h4 { font-size: 31px; }
  .vehicle-prices { grid-template-columns: 1fr 1fr; }
  .vehicle-prices > div { min-height: 84px; padding: 14px; }
  .vehicle-prices strong { font-size: 27px; }
  .ceramic { min-height: 1120px; align-items: flex-end; }
  .ceramic > img { object-position: 65% center; }
  .ceramic-overlay { background: linear-gradient(0deg, rgba(5,16,28,.99) 0%, rgba(5,16,28,.72) 56%, rgba(5,16,28,.1) 100%); }
  .ceramic-content { width: auto; margin: 0 22px 70px; }
  .ceramic-content > p:not(.eyebrow) { font-size: 15px; }
  .ceramic-price-grid { grid-template-columns: 1fr 1fr; }
  .ceramic-price-grid > div { min-height: 88px; padding: 14px; }
  .ceramic-price-grid strong { font-size: 30px; }
  .ceramic-list { display: grid; }
  .process-card { grid-template-columns: 42px 1fr; }
  .contact { padding-inline: 22px; }
  .contact-direct strong { font-size: 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 26px 20px; }
  footer { padding: 50px 22px 96px; grid-template-columns: 1fr; gap: 26px; }
  .footer-links { grid-row: 2; }
  .copyright { grid-column: 1; }
  .mobile-call { position: fixed; z-index: 25; right: 18px; bottom: 18px; width: 60px; height: 60px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; background: var(--blue); box-shadow: 0 16px 34px rgba(5,16,28,.45); font-size: 24px; font-weight: 700; transition: transform .2s, background .2s; }
  .mobile-call:hover, .mobile-call:focus-visible { background: var(--blue-bright); transform: scale(1.08); }
}
