/* PELARO — no external fonts, frameworks, or runtime dependencies. */
:root {
  color-scheme: light;
  --paper: #f6f3ed;
  --surface: #eeebe4;
  --ink: #24251f;
  --muted: #62635b;
  --accent: #806242;
  --line: #d9d4ca;
  --dark: #252720;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; }
h3 { font-size: 18px; line-height: 1.4; font-weight: 500; }
em { color: var(--accent); font-weight: 400; }
::selection { color: white; background: var(--accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
[hidden] { display: none !important; }
.container { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.section { padding-block: 100px; }
.eyebrow { color: var(--accent); font-size: 12px; line-height: 1.5; font-weight: 600; letter-spacing: .16em; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 16px; padding: 12px 18px; background: var(--ink); color: white; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: var(--paper); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { font-size: 30px; line-height: 1; font-weight: 700; letter-spacing: .08em; }
.brand-dot { color: var(--accent); }
.navigation { display: flex; gap: 34px; align-items: center; font-size: 14px; }
.navigation a { padding-block: 12px; }
.navigation a:hover, .footer-top:hover { color: var(--accent); }
.navigation .nav-contact { display: flex; gap: 30px; align-items: center; border-bottom: 1px solid var(--ink); padding-block: 9px; }
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; min-height: 44px; padding: 8px 0 8px 12px; align-items: center; gap: 12px; }
.menu-lines { width: 20px; height: 10px; border-top: 1px solid; border-bottom: 1px solid; }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding-block: 64px 70px; }
.hero-copy { padding-block: 22px; }
.hero .eyebrow { display: flex; align-items: center; gap: 12px; }
.small-rule { width: 28px; height: 1px; background: var(--accent); }
h1 { font-size: clamp(50px, 5.4vw, 76px); line-height: 1.08; letter-spacing: -.045em; margin-block: 24px 26px; }
.hero-service { font-size: 18px; font-weight: 500; line-height: 1.5; }
.hero-description { color: var(--muted); max-width: 395px; margin-top: 12px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 38px; min-height: 52px; padding: 14px 22px; font-size: 14px; transition: background .2s, color .2s; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: var(--accent); }
.button span, .text-link span { font-size: 20px; line-height: 1; }
.text-link { display: inline-flex; align-items: center; gap: 24px; padding-block: 10px; font-size: 14px; border-bottom: 1px solid var(--accent); }
.text-link:hover { color: var(--accent); }
.hero-footnote { border-top: 1px solid var(--line); margin-top: 44px; padding-top: 20px; font-size: 12px; letter-spacing: .035em; color: var(--muted); }
.hero-visual { position: relative; background: #e8e2d7; min-height: 490px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.visual-topline { display: flex; justify-content: space-between; gap: 20px; padding: 27px 28px 0; font-size: 12px; letter-spacing: .12em; color: #6a6358; }
.hero-placeholder { width: 100%; height: 375px; object-fit: contain; }
.placeholder-label { position: absolute; top: 69%; left: 0; width: 100%; padding-inline: 8px; text-align: center; font-size: 12px; line-height: 1.4; color: #655e53; }
.hero-visual figcaption { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #cec6b8; margin-inline: 28px; padding-block: 17px; font-size: 14px; color: #565348; }
.visual-cross { font-size: 25px; font-weight: 400; }
.products-section { padding-top: 76px; border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 38px; }
h2 { font-size: clamp(34px, 3.35vw, 46px); line-height: 1.16; letter-spacing: -.035em; margin-top: 15px; }
.section-intro { max-width: 335px; color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 24px; }
.category-image { position: relative; aspect-ratio: 1.46; overflow: hidden; border: 1px solid transparent; transition: border-color .2s; }
.category-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s; }
.tone-1 { background: #e8e2d7; }
.tone-2 { background: #e5e5dd; }
.tone-3 { background: #ebe7df; }
.category-number { position: absolute; top: 16px; left: 18px; font-size: 12px; color: var(--muted); }
.category-caption { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 15px; }
.category-caption > span { font-size: 22px; color: var(--accent); }
.category-card:hover .category-image { border-color: #a08d73; }
.category-card:hover .category-image img { transform: scale(1.025); }
.category-card:hover h3 { color: var(--accent); }
.services-section { background: var(--surface); }
.services-layout { display: grid; grid-template-columns: .9fr 1.25fr; gap: 84px; }
.services-heading > p:not(.eyebrow) { max-width: 345px; color: var(--muted); margin-top: 25px; }
.services-heading .text-link { margin-top: 25px; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 38px; }
.service-item { border-top: 1px solid #c9c2b6; padding-top: 16px; }
.item-index { color: var(--accent); font-size: 12px; }
.service-item h3 { margin-top: 10px; }
.service-item p { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.benefits-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 27px; }
.benefits-grid article { border-top: 1px solid var(--line); padding-top: 24px; }
.benefit-mark { color: var(--accent); font-size: 12px; letter-spacing: .06em; }
.benefits-grid h3 { margin-top: 26px; min-height: 76px; }
.benefits-grid p { color: var(--muted); font-size: 14px; margin-top: 14px; }
.about-section { border-top: 1px solid var(--line); }
.about-layout { display: grid; grid-template-columns: .9fr 1.25fr; gap: 84px; }
.about-location { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 14px; margin-top: 32px; }
.about-location span { color: var(--accent); }
.about-copy .about-lead { font: 32px/1.35 var(--serif); letter-spacing: -.02em; color: var(--ink); margin: 0 0 26px; }
.about-copy p { color: var(--muted); margin-top: 18px; }
.contact-section { background: var(--dark); color: var(--paper); }
.contact-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; align-items: center; }
.contact-section .eyebrow, .contact-section em { color: #c9ad88; }
.contact-section h2 { font-size: clamp(38px, 3.5vw, 49px); }
.contact-copy > p:last-child { margin-top: 26px; max-width: 460px; color: #c7c7bb; }
.contact-label { font-size: 12px; letter-spacing: .12em; color: #bdbbae; }
.email-link { display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: clamp(20px, 2.1vw, 29px); letter-spacing: -.02em; padding-block: 10px 22px; border-bottom: 1px solid #53554b; }
.email-link:hover { color: #d4ba97; }
.contact-meta { display: grid; grid-template-columns: 1fr 1.5fr; gap: 24px; margin-top: 26px; }
.contact-meta p + p { font-size: 14px; margin-top: 7px; }
.button-light { background: var(--paper); color: var(--ink); margin-top: 24px; }
.button-light:hover { background: #d4ba97; }
.contact-section :focus-visible { outline-color: #e0c59f; }
.site-footer { padding-block: 30px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.site-footer .wordmark { font-size: 24px; }
.site-footer p { color: var(--muted); font-size: 12px; }
.footer-top { display: flex; gap: 25px; padding-block: 10px; font-size: 14px; }
@media (min-width: 1600px) { .hero { padding-block: 84px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .hero { gap: 32px; }
  .hero-visual { min-height: 465px; }
  .hero-placeholder { height: 350px; }
  .services-layout, .about-layout { gap: 50px; }
  .contact-layout { gap: 54px; }
  .benefits-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; }
  .benefits-grid h3 { min-height: 51px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 86px; }
  .container { width: calc(100% - 40px); }
  .section { padding-block: 64px; }
  .header-inner { min-height: 74px; gap: 15px; flex-wrap: wrap; }
  .wordmark { font-size: 27px; }
  .navigation { width: 100%; padding-bottom: 18px; gap: 12px 24px; flex-wrap: wrap; }
  .navigation .nav-contact { gap: 18px; }
  .js-enabled .menu-toggle { display: inline-flex; }
  .js-enabled .navigation { display: none; }
  .js-enabled .navigation.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; padding-block: 0 18px; }
  .js-enabled .navigation a { min-height: 48px; padding-block: 12px; }
  .js-enabled .navigation .nav-contact { justify-content: space-between; border-bottom: 0; }
  .hero { grid-template-columns: 1fr; padding-block: 36px 48px; gap: 30px; }
  .hero-copy { padding-block: 6px 0; }
  h1 { font-size: clamp(48px, 9vw, 68px); margin-block: 22px; }
  .hero-description { max-width: 450px; }
  .hero-footnote { margin-top: 28px; padding-top: 18px; }
  .hero-visual { min-height: 355px; }
  .hero-placeholder { height: 270px; }
  .visual-topline { padding: 20px 20px 0; font-size: 12px; letter-spacing: .07em; }
  .hero-visual figcaption { margin-inline: 20px; padding-block: 12px; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-intro { max-width: 470px; margin-top: 20px; }
  h2 { font-size: 36px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 16px; }
  .category-image { aspect-ratio: 1.05; }
  .category-caption { align-items: flex-start; padding-top: 12px; }
  .category-caption h3 { font-size: 16px; }
  .category-number { top: 12px; left: 12px; }
  .services-layout, .about-layout, .contact-layout { grid-template-columns: 1fr; gap: 38px; }
  .services-heading > p:not(.eyebrow) { max-width: 500px; }
  .service-grid { gap: 28px 24px; }
  .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; }
  .benefits-grid h3 { min-height: 0; margin-top: 18px; }
  .benefits-grid p { margin-top: 12px; }
  .about-location { margin-top: 20px; }
  .about-copy .about-lead { font-size: 29px; }
  .email-link { font-size: 27px; }
  .footer-inner { flex-wrap: wrap; gap: 18px; }
  .site-footer p { order: 3; width: 100%; }
  .footer-top { margin-left: auto; }
}

/* Four supported product categories in the temporary live version. */
.category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1100px) {
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 380px) {
  .hero-actions { gap: 18px; }
  .button { gap: 24px; padding-inline: 18px; }
  .hero-service { font-size: 17px; }
  .hero-footnote { font-size: 12px; letter-spacing: 0; }
  .hero-visual { min-height: 300px; }
  .hero-placeholder { height: 220px; }
  .visual-topline { font-size: 12px; letter-spacing: 0; padding-inline: 16px; }
  .hero-visual figcaption { margin-inline: 16px; font-size: 12px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-image { aspect-ratio: 1.46; }
  .email-link { font-size: 23px; }
  .contact-meta { grid-template-columns: 1fr; gap: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Approved direction 1 header logo; original SVG is used without edits. */
.header-wordmark { display: block; flex: 0 0 auto; }
.header-logo { width: 180px; height: auto; }
@media (max-width: 760px) { .header-logo { width: 160px; } }

/* Color comparison H. Only colors; approved content and geometry preserved. */
:root {
  --paper: #F7F8F8;
  --surface: #E5EBED;
  --ink: #233747;
  --muted: #51616A;
  --accent: #76613E;
  --line: #CDD6D9;
  --dark: #233542;
  --visual: #E8E7DF;
  --tile2: #E0E7E8;
  --tile3: #EFEBE2;
  --imageText: #5A615D;
  --imageLine: #B7C1BE;
  --gold: #CFB487;
  --darkMuted: #CFD7D9;
  --darkLine: #647983;
  --hover: #A48F6C;
}
.hero-visual, .tone-1 { background: var(--visual); }
.tone-2 { background: var(--tile2); }
.tone-3 { background: var(--tile3); }
.visual-topline, .placeholder-label, .hero-visual figcaption { color: var(--imageText); }
.hero-visual figcaption, .service-item { border-color: var(--imageLine); }
.category-card:hover .category-image { border-color: var(--hover); }
.contact-section .eyebrow, .contact-section em { color: var(--gold); }
.contact-copy > p:last-child, .contact-label { color: var(--darkMuted); }
.email-link { border-color: var(--darkLine); }
.email-link:hover { color: var(--gold); }
.button-light:hover { background: var(--gold); }
.contact-section :focus-visible { outline-color: var(--gold); }

/* Review-only image positions inside two existing sections. Existing colors reused. */
.services-layout { row-gap: 32px; }
.review-media { display: grid; gap: 20px; }
.review-media-oem { grid-column: 1 / -1; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.review-media-why { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 680px; margin-top: 32px; }
.review-media-card { min-width: 0; border: 1px solid var(--line); background: var(--paper); }
.review-media-card img { width: 100%; height: 164px; object-fit: contain; }
.review-media-why img { height: 210px; }
.review-media-card figcaption { padding: 10px 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.5; }
.review-media-placeholder { background: var(--visual); }
@media (max-width: 760px) {
  .services-layout { row-gap: 28px; }
  .review-media { gap: 14px; }
  .review-media-oem { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-media-card img { height: 116px; }
  .review-media-why { margin-top: 28px; }
  .review-media-why img { height: 150px; }
  .review-media-card figcaption { padding: 9px 10px; }
}
