/* Services only. Breakpoints: 640px tablet, 1024px desktop.
 * The shared header/footer and global theme variables are not modified.
 */
.sv-services {
    --sv-ink: #193a2d;
    --sv-green: #285d43;
    --sv-muted: #5c6a62;
    --sv-line: #dfe5dc;
    --sv-soft: #f4f5ef;
    --sv-lime: #dfebc8;
    --sv-radius: 12px;
    color: var(--sv-ink);
    background: #fff;
    line-height: 1.65;
    overflow-wrap: anywhere;
}
.sv-services *, .sv-services *::before, .sv-services *::after { box-sizing: border-box; }
.sv-services [hidden] { display: none !important; }
.sv-services .sv-shell { width: min(100% - 64px, 1360px); margin-inline: auto; }
.sv-services .sv-section { padding-block: clamp(56px, 6.5vw, 96px); }
.sv-services [id] { scroll-margin-top: 28px; }
.sv-services h1, .sv-services h2, .sv-services h3 { margin: 0; color: var(--sv-ink); font-weight: 600; line-height: 1.15; }
.sv-services h1 { font-size: clamp(2.8rem, 4.65vw, 4.7rem); letter-spacing: -.052em; }
.sv-services h2 { font-size: clamp(2rem, 3.2vw, 3.1rem); letter-spacing: -.04em; }
.sv-services h3 { font-size: 1.3rem; letter-spacing: -.025em; }
.sv-services p, .sv-services figure, .sv-services dl { margin: 0; }
.sv-services :where(a, summary, button, [tabindex]):focus-visible { outline: 3px solid #6c8846; outline-offset: 5px; }
.sv-services .sv-eyebrow { margin-bottom: 16px; color: var(--sv-green); font-size: .67rem; font-weight: 700; letter-spacing: .16em; line-height: 1.6; }
.sv-services .sv-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 52px; padding: 14px 22px; border: 1px solid var(--sv-green); border-radius: 6px; background: var(--sv-green); color: #fff; font-size: .87rem; font-weight: 600; text-decoration: none; transition: transform .2s, background .2s; }
.sv-services .sv-button:hover { background: #19462f; transform: translateY(-2px); }
.sv-services .sv-button > span { font-size: 1.1rem; }
.sv-services .sv-text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 44px; color: var(--sv-green); font-weight: 600; font-size: .85rem; }
.sv-services .sv-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.sv-services .sv-hero { background: var(--sv-soft); }
.sv-services .sv-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; padding-top: 26px; color: var(--sv-muted); font-size: .75rem; }
.sv-services .sv-breadcrumb a:hover { text-decoration: underline; }
.sv-services .sv-hero-layout { display: grid; grid-template-columns: 1.04fr 1fr; gap: clamp(28px, 5vw, 80px); align-items: center; padding-block: 48px 54px; }
.sv-services .sv-hero-copy { min-width: 0; }
.sv-services h1 span { color: var(--sv-green); }
.sv-services .sv-intro { max-width: 540px; margin-top: 26px; color: var(--sv-muted); font-size: 1rem; line-height: 1.85; }
.sv-services .sv-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 26px; margin-top: 28px; }
.sv-services .sv-hero-note { margin-top: 18px; color: var(--sv-muted); font-size: .73rem; }
.sv-services .sv-hero-visual { min-width: 0; padding: 20px; border: 1px solid var(--sv-line); border-radius: 16px; background: #fff; box-shadow: 0 16px 48px #193a2d08; transform: rotate(1.5deg); }
.sv-services .sv-board-label { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding-bottom: 16px; border-bottom: 1px solid var(--sv-line); font-size: .57rem; letter-spacing: .13em; color: var(--sv-muted); }
.sv-services .sv-hero-visual > img { display: block; width: 100%; height: auto; margin-block: 14px; }
.sv-services .sv-hero-visual figcaption { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px solid var(--sv-line); font-size: .82rem; }
.sv-services .sv-mini-icon { color: var(--sv-green); font-size: 1.8rem; line-height: 1; }
.sv-services .sv-visual-arrow { margin-left: auto; font-size: 1.3rem; }
.sv-services .sv-anchors { display: flex; flex-wrap: wrap; gap: 10px; padding-block: 22px 26px; border-top: 1px solid var(--sv-line); }
.sv-services .sv-anchors a { display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 44px; padding: 10px 16px; border: 1px solid #d4dece; border-radius: 24px; background: transparent; font-size: .74rem; font-weight: 500; }
.sv-services .sv-anchors a:hover { border-color: var(--sv-green); background: #e6eddd; }
.sv-services .sv-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 36px; }
.sv-services .sv-heading > div { max-width: 790px; }
.sv-services .sv-heading > p { max-width: 350px; color: var(--sv-muted); font-size: .94rem; }
.sv-services .sv-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.sv-services .sv-service-card { display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid var(--sv-line); border-radius: var(--sv-radius); background: #fff; transition: transform .25s, border-color .25s, box-shadow .25s; }
.sv-services .sv-card-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 28px; }
.sv-services .sv-icon { display: grid; place-items: center; width: 54px; height: 54px; flex: 0 0 54px; border-radius: 12px; background: #eef3e8; color: var(--sv-green); }
.sv-services .sv-icon svg { display: block; width: 32px; height: 32px; }
.sv-services .sv-stage { color: var(--sv-muted); font-size: .58rem; letter-spacing: .1em; line-height: 1.6; text-align: right; }
.sv-services .sv-service-card h3 { font-size: 1.42rem; line-height: 1.25; }
.sv-services .sv-service-card > p:not(.sv-eyebrow) { margin-top: 16px; color: var(--sv-muted); font-size: .88rem; line-height: 1.8; }
.sv-services .sv-features { display: flex; flex-direction: column; gap: 10px; padding: 0; margin: 24px 0 28px; list-style: none; }
.sv-services .sv-features li { display: flex; align-items: flex-start; gap: 10px; font-size: .78rem; color: #394e41; }
.sv-services .sv-features li > span { color: var(--sv-green); flex: 0 0 12px; }
.sv-services .sv-card-link { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 48px; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--sv-line); color: var(--sv-green); font-size: .79rem; font-weight: 600; }
.sv-services .sv-card-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.sv-services .sv-card-link > span { font-size: 1.15rem; }
.sv-services .sv-project-card { background: #204835; border-color: #204835; }
.sv-services .sv-project-card h3 { color: #fff; font-size: 2rem; letter-spacing: -.04em; }
.sv-services .sv-project-mark { font-size: 3.3rem; color: var(--sv-lime); line-height: 1; margin-bottom: 30px; }
.sv-services .sv-project-card .sv-eyebrow { color: #d4e4c2; }
.sv-services .sv-project-card > p:not(.sv-eyebrow) { color: #d6e2d9; margin-bottom: 30px; }
.sv-services .sv-project-card .sv-card-link { color: #eff5e7; border-color: #4b6c54; }
.sv-services .sv-project-card a:focus-visible { outline-color: var(--sv-lime); }
.sv-services .sv-workflow { background: var(--sv-soft); }
.sv-services .sv-step-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; padding: 0; margin: 42px 0 0; list-style: none; }
.sv-services .sv-step-grid li { min-width: 0; padding-top: 24px; border-top: 1px solid #bcccba; }
.sv-services .sv-step-number { display: block; margin-bottom: 24px; color: var(--sv-green); font-size: 2.4rem; font-weight: 400; letter-spacing: -.055em; line-height: 1; }
.sv-services .sv-step-grid h3 { font-size: 1.15rem; line-height: 1.3; }
.sv-services .sv-step-grid p { margin-top: 14px; color: var(--sv-muted); font-size: .85rem; line-height: 1.8; }
.sv-services .sv-capability-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(30px, 5vw, 76px); align-items: center; }
.sv-services .sv-factory-figure { min-width: 0; }
.sv-services .sv-factory-image { position: relative; display: block; overflow: hidden; aspect-ratio: 2.05; background: var(--sv-soft); border: 1px solid var(--sv-line); border-radius: var(--sv-radius); }
/* Bottom alignment focuses on the machines, excluding an unqualified capacity headline. */
.sv-services .sv-factory-image > img { position: absolute; bottom: 0; left: 0; width: 100%; height: auto; }
.sv-services .sv-factory-image > span { position: absolute; bottom: 12px; left: 12px; right: 12px; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 9px 14px; border-radius: 6px; background: #fff; color: var(--sv-ink); font-size: .73rem; }
.sv-services .sv-factory-image:hover > span { background: #e6eddd; }
.sv-services .sv-factory-figure figcaption { margin-top: 14px; color: var(--sv-muted); font-size: .72rem; }
.sv-services .sv-capability-copy { min-width: 0; }
.sv-services .sv-capability-copy > p:not(.sv-eyebrow) { margin-top: 24px; color: var(--sv-muted); font-size: .91rem; }
.sv-services .sv-capability-specs { margin-block: 24px 16px; }
.sv-services .sv-capability-specs > div { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 16px; padding-block: 14px; border-top: 1px solid var(--sv-line); font-size: .82rem; }
.sv-services .sv-capability-specs dt { color: var(--sv-green); font-weight: 600; }
.sv-services .sv-capability-specs dd { margin: 0; color: var(--sv-muted); }
.sv-services .sv-trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 48px; padding: 32px; border: 1px solid var(--sv-line); border-radius: var(--sv-radius); }
.sv-services .sv-trust-grid > div { min-width: 0; }
.sv-services .sv-trust-grid > div > span { display: block; margin-bottom: 14px; color: var(--sv-green); font-size: .7rem; letter-spacing: .08em; }
.sv-services .sv-trust-grid h3 { font-size: 1.06rem; line-height: 1.3; }
.sv-services .sv-trust-grid p { margin-top: 10px; color: var(--sv-muted); font-size: .8rem; }
.sv-services .sv-certifications { padding-top: 24px; }
.sv-services .sv-certifications > p { font-size: .82rem; font-weight: 600; }
.sv-services .sv-certifications ul { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; list-style: none; }
.sv-services .sv-certifications li { padding: 8px 12px; border: 1px solid var(--sv-line); border-radius: 5px; font-size: .76rem; }
.sv-services .sv-materials { background: #f6f6f1; }
.sv-services .sv-materials-layout { display: grid; grid-template-columns: .82fr 1.2fr; gap: 64px; align-items: center; }
.sv-services .sv-materials-layout > div { min-width: 0; }
.sv-services .sv-materials-layout > div > p:not(.sv-eyebrow) { margin-top: 24px; color: var(--sv-muted); font-size: .91rem; }
.sv-services .sv-materials-layout h3 { margin-top: 26px; font-size: .82rem; letter-spacing: 0; }
.sv-services .sv-chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 12px 0 0; list-style: none; }
.sv-services .sv-chips li { padding: 6px 10px; border: 1px solid #d9e1d0; border-radius: 5px; color: #4b604e; font-size: .72rem; }
.sv-services .sv-materials-layout .sv-text-link { margin-top: 24px; }
.sv-services .sv-materials-figure { min-width: 0; padding: 20px; background: #fff; border: 1px solid var(--sv-line); border-radius: var(--sv-radius); }
.sv-services .sv-materials-figure img { display: block; width: 100%; height: auto; }
.sv-services .sv-materials-figure figcaption { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--sv-line); color: var(--sv-ink); font-size: .8rem; }
.sv-services .sv-materials-figure > p { margin-top: 10px; color: var(--sv-muted); font-size: .72rem; }
.sv-services .sv-faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 72px; }
.sv-services .sv-faq-intro > p:not(.sv-eyebrow) { margin-top: 24px; color: var(--sv-muted); max-width: 380px; font-size: .92rem; }
.sv-services .sv-faq-intro .sv-text-link { margin-top: 22px; }
.sv-services .sv-faq-list { border-top: 1px solid var(--sv-line); min-width: 0; }
.sv-services .sv-faq-list details { border-bottom: 1px solid var(--sv-line); }
.sv-services .sv-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 72px; padding-block: 22px; list-style: none; color: var(--sv-ink); font-size: .94rem; font-weight: 500; cursor: pointer; }
.sv-services .sv-faq-list summary::-webkit-details-marker { display: none; }
.sv-services .sv-faq-list summary:hover { color: var(--sv-green); }
.sv-services .sv-faq-symbol { position: relative; width: 20px; height: 20px; flex: 0 0 20px; }
.sv-services .sv-faq-symbol::before, .sv-services .sv-faq-symbol::after { content: ''; position: absolute; background: var(--sv-green); border-radius: 1px; }
.sv-services .sv-faq-symbol::before { width: 14px; height: 1px; left: 3px; top: 9px; }
.sv-services .sv-faq-symbol::after { width: 1px; height: 14px; top: 3px; left: 9px; transition: transform .2s; }
.sv-services .sv-faq-list details[open] .sv-faq-symbol::after { transform: rotate(90deg); }
.sv-services .sv-faq-list details > div { padding: 0 40px 24px 0; color: var(--sv-muted); font-size: .87rem; line-height: 1.85; }
.sv-services .sv-rfq { padding-block: clamp(52px, 6vw, 80px); background: #1d4633; color: #fff; }
.sv-services .sv-rfq-layout { display: grid; grid-template-columns: 1fr .62fr; align-items: center; gap: 50px; }
.sv-services .sv-rfq .sv-eyebrow { color: #d0e2b9; }
.sv-services .sv-rfq h2 { color: #fff; }
.sv-services .sv-rfq-layout > div > p:not(.sv-eyebrow) { max-width: 570px; margin-top: 24px; color: #d4e1d8; font-size: .94rem; }
.sv-services .sv-rfq-actions { justify-self: end; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.sv-services .sv-button-light { color: #1b3f2e; background: var(--sv-lime); border-color: var(--sv-lime); }
.sv-services .sv-button-light:hover { background: #eff5e6; }
.sv-services .sv-rfq-secondary { display: inline-flex; align-items: center; min-height: 44px; gap: 24px; color: #fff; font-size: .85rem; }
.sv-services .sv-rfq-secondary:hover { text-decoration: underline; text-underline-offset: 4px; }
.sv-services .sv-rfq a:focus-visible { outline-color: var(--sv-lime); }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
    .sv-services .sv-service-card:hover { transform: translateY(-5px); border-color: #b4c7ad; box-shadow: 0 16px 36px #193a2d0c; }
    .sv-services .sv-project-card:hover { border-color: #204835; }
}
@media (max-width: 1023px) {
    .sv-services .sv-shell { width: calc(100% - 48px); }
    .sv-services .sv-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sv-services .sv-hero-layout { gap: 32px; }
    .sv-services h1 { font-size: clamp(2.7rem, 5.2vw, 3.6rem); }
    .sv-services .sv-hero-visual { padding: 14px; transform: none; }
    .sv-services .sv-heading { flex-direction: column; align-items: flex-start; }
    .sv-services .sv-heading > p { max-width: 600px; }
    .sv-services .sv-step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
    .sv-services .sv-capability-layout, .sv-services .sv-materials-layout { grid-template-columns: 1fr; gap: 34px; }
    .sv-services .sv-factory-figure { max-width: 760px; width: 100%; }
    .sv-services .sv-materials-figure { max-width: 760px; width: 100%; }
    .sv-services .sv-trust-grid { gap: 24px; padding: 24px; }
    .sv-services .sv-faq-layout { gap: 36px; }
}
@media (max-width: 767px) {
    .sv-services .sv-hero-layout { grid-template-columns: 1fr; padding-block: 34px 40px; }
    .sv-services .sv-hero-visual { max-width: 580px; width: 100%; }
    .sv-services .sv-hero-copy .sv-intro { max-width: 100%; }
    .sv-services .sv-trust-grid { grid-template-columns: 1fr; }
    .sv-services .sv-trust-grid > div + div { padding-top: 22px; border-top: 1px solid var(--sv-line); }
    .sv-services .sv-faq-layout, .sv-services .sv-rfq-layout { grid-template-columns: 1fr; gap: 30px; }
    .sv-services .sv-rfq-actions { justify-self: start; }
}
@media (max-width: 639px) {
    .sv-services .sv-shell { width: calc(100% - 32px); }
    .sv-services h1 { font-size: clamp(2.6rem, 10vw, 3.8rem); }
    .sv-services .sv-service-grid, .sv-services .sv-step-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
    .sv-services .sv-service-card { padding: 26px; }
    .sv-services .sv-anchors { gap: 8px; }
    .sv-services .sv-anchors a { font-size: .7rem; padding-inline: 13px; gap: 14px; }
    .sv-services .sv-step-number { margin-bottom: 16px; }
    .sv-services .sv-materials-figure { padding: 14px; }
    .sv-services .sv-faq-list details > div { padding-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
    .sv-services *, .sv-services *::before, .sv-services *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    .sv-services .sv-button:hover { transform: none; }
}
