/* Lightweight service pages. Shared typography and materials; no JavaScript needed. */
:root { --paper: #f7f2e9; --card: #fffbf5; --ink: #282528; --muted: #655b53; --rust: #98472f; --coral: #ff956f; --line: #ded4c7; --serif: 'Instrument Serif', Georgia, serif; --sans: 'Manrope', Arial, sans-serif; }
* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.75 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { background: #ffd0b5; color: var(--ink); }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--rust); outline-offset: 5px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure, ul, ol { margin: 0; }
h1, h2, h3 { font-weight: 600; line-height: 1.14; }
h1 { font-size: clamp(46px, 4.9vw, 74px); letter-spacing: -.065em; }
h1 em, h2 em { color: var(--rust); font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; }
h2 { font-size: clamp(32px, 3.2vw, 46px); letter-spacing: -.05em; }
h3 { font-size: 19px; letter-spacing: -.025em; }
p { color: var(--muted); }
p + p { margin-top: 18px; }
.svc-container { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.svc-skip { position: absolute; z-index: 10; top: 12px; left: 12px; padding: 12px 18px; background: var(--ink); color: white; transform: translateY(-160%); }
.svc-skip:focus { transform: none; }
.svc-header { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 108px; border-bottom: 1px solid var(--line); }
.svc-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 31px; font-weight: 750; letter-spacing: -1.5px; line-height: 1; text-decoration: none; }
.svc-brand img { width: 38px; height: 42px; object-fit: contain; }
.svc-header nav { display: flex; align-items: center; gap: 28px; }
.svc-header nav > a { display: inline-flex; align-items: center; min-height: 46px; font-size: 13px; text-decoration: none; }
.svc-header nav > a:hover { color: var(--rust); }
.svc-header .svc-header-contact { border: 1px solid #baaa9a; border-radius: 30px; padding: 9px 20px; gap: 20px; }
.svc-breadcrumb { padding-block: 25px 0; font-size: 12px; color: var(--muted); }
.svc-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 5px 9px; list-style: none; padding: 0; }
.svc-breadcrumb li { display: flex; align-items: center; gap: 9px; }
.svc-breadcrumb li + li::before { content: '/'; color: #897564; }
.svc-breadcrumb a { display: inline-block; padding-block: 7px; }
.svc-breadcrumb [aria-current] { color: var(--ink); }
.svc-hero { display: grid; grid-template-columns: 1.13fr 1fr; align-items: center; gap: 62px; padding-block: 39px 62px; }
.svc-eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 24px; color: var(--rust); font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
.svc-eyebrow::before { content: ''; width: 24px; height: 1px; background: currentColor; }
.svc-intro { max-width: 550px; font-size: 17px; line-height: 1.85; margin-top: 25px; }
.svc-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 23px; margin-top: 29px; }
.svc-button { display: inline-flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 54px; padding: 14px 21px; background: var(--coral); color: #38271f; border: 1px solid transparent; border-radius: 8px; font-size: 13px; font-weight: 700; line-height: 1.5; text-decoration: none; transition: background .18s ease; }
.svc-button:hover { background: #ffb18b; }
.svc-button > span { font-size: 22px; font-weight: 400; line-height: 1; }
.svc-text-link { display: inline-flex; align-items: center; min-height: 46px; font-size: 13px; font-weight: 600; }
.svc-reach { margin-top: 22px; font-size: 12px; line-height: 1.7; }
.svc-figure { min-width: 0; }
.svc-art { position: relative; aspect-ratio: 1 / 1.08; border: 1px solid #d8c7b6; border-radius: 10px 68px 10px 10px; background: #e7d3bc; overflow: hidden; }
.svc-art > img { width: 100%; height: 100%; object-fit: cover; }
.svc-art-label { position: absolute; top: 22px; left: 22px; padding: 7px 12px; border: 1px solid #fff6e7; border-radius: 30px; background: #fffaf3; color: #5d4a3b; font-size: 11px; line-height: 1.5; }
.svc-art-note { position: absolute; right: 20px; bottom: 20px; left: 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 20px; background: var(--card); color: var(--ink); border: 1px solid #e8d7c4; border-radius: 8px; }
.svc-art-note strong { font-size: 15px; font-weight: 600; letter-spacing: -.3px; }
.svc-art-note > span { display: grid; place-items: center; width: 32px; height: 32px; flex-shrink: 0; border-radius: 50%; background: #f2d9c5; color: var(--rust); font-size: 19px; }
.svc-figure figcaption { margin-top: 12px; color: var(--muted); font-size: 12px; }
.svc-page-redesign .svc-art { background: #e8ddd1; border-radius: 68px 10px 10px 10px; }
.svc-page-redesign .svc-art > img { object-position: 46% center; }
.svc-page-shop .svc-art { border-radius: 10px 10px 68px 10px; }
.svc-page-shop .svc-art-note { bottom: 26px; right: 28px; }
.svc-section-nav { display: flex; flex-wrap: wrap; gap: 7px 24px; padding-block: 14px; border-block: 1px solid var(--line); }
.svc-section-nav a { display: flex; align-items: center; gap: 10px; min-height: 44px; font-size: 13px; font-weight: 600; text-decoration: none; }
.svc-section-nav a:hover { color: var(--rust); }
.svc-section-nav span { color: var(--rust); font-size: 11px; font-weight: 400; }
.svc-section { display: grid; grid-template-columns: .8fr 1.65fr; gap: 65px; padding-block: 72px; border-bottom: 1px solid var(--line); }
.svc-section-heading > p { margin-top: 19px; font-size: 14px; }
.svc-section-heading .svc-eyebrow { margin: 0 0 17px; }
.svc-copy > p { max-width: 730px; }
.svc-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; list-style: none; padding: 0; }
.svc-card { padding: 26px; border: 1px solid var(--line); border-radius: 10px; background: var(--card); }
.svc-card p { margin-top: 12px; font-size: 14px; line-height: 1.8; }
.svc-card-number { display: block; margin-bottom: 21px; color: var(--rust); font-size: 12px; font-weight: 600; }
.svc-points { display: grid; gap: 20px; margin-top: 24px; padding: 0; list-style: none; }
.svc-points li { position: relative; padding-left: 25px; color: var(--muted); }
.svc-points li::before { content: ''; position: absolute; top: 11px; left: 0; width: 8px; height: 8px; border: 1px solid var(--rust); border-radius: 2px; }
.svc-points strong { color: var(--ink); font-weight: 600; }
.svc-note { margin-top: 26px; padding: 20px 24px; border-left: 3px solid #b96c49; border-radius: 0 8px 8px 0; background: #efe4d5; color: #57473a; font-size: 14px; }
.svc-faq { border-top: 1px solid var(--line); }
.svc-faq details { border-bottom: 1px solid var(--line); }
.svc-faq summary { position: relative; padding: 21px 38px 21px 0; cursor: pointer; font-size: 16px; font-weight: 600; line-height: 1.5; list-style: none; }
.svc-faq summary::-webkit-details-marker { display: none; }
.svc-faq summary::after { content: '+'; position: absolute; right: 2px; top: 19px; font-size: 24px; font-weight: 400; color: var(--rust); }
.svc-faq details[open] summary::after { content: '−'; }
.svc-faq details > p { padding: 0 32px 22px 0; font-size: 15px; }
.svc-related { padding-block: 52px; }
.svc-related .svc-eyebrow { margin-bottom: 20px; }
.svc-related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.svc-related-card { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-width: 0; min-height: 90px; padding: 23px 25px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: transparent; text-decoration: none; transition: background .18s ease, border-color .18s ease; }
.svc-related-card:hover { background: var(--card); border-color: #bca28c; }
.svc-related-card strong { display: block; font-size: 17px; font-weight: 600; line-height: 1.4; }
.svc-related-card small { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.svc-related-card > span:last-child { flex-shrink: 0; color: var(--rust); font-size: 24px; }
.svc-contact { padding: 47px 50px; display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; gap: 45px; color: var(--paper); background: var(--ink); border-radius: 12px; }
.svc-contact .svc-eyebrow { color: #edb79a; margin-bottom: 19px; }
.svc-contact h2 { font-size: clamp(32px, 3.2vw, 44px); }
.svc-contact h2 em { color: #ffc2a1; }
.svc-contact p { max-width: 550px; color: #dac7b8; margin-top: 18px; font-size: 14px; }
.svc-contact-actions { display: flex; flex-direction: column; align-items: stretch; }
.svc-contact-actions > a:not(.svc-button) { align-self: flex-start; display: inline-flex; align-items: center; min-height: 44px; font-size: 16px; color: #f8e9dc; }
.svc-contact-actions .svc-button { margin-bottom: 12px; }
.svc-contact :focus-visible { outline-color: #ffc2a1; }
.svc-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 32px 40px; font-size: 12px; color: var(--muted); }
.svc-footer a { display: inline-flex; align-items: center; min-height: 44px; }
@media (min-width: 1700px) { .svc-container { width: min(1360px, calc(100% - 120px)); }.svc-hero { gap: 90px; }.svc-intro { font-size: 18px; } }
@media (max-width: 1000px) { .svc-container { width: calc(100% - 56px); }.svc-hero { gap: 34px; }h1 { font-size: clamp(42px, 5.5vw, 62px); }.svc-intro { font-size: 16px; }.svc-art { aspect-ratio: .88; }.svc-section { gap: 35px; grid-template-columns: .85fr 1.6fr; }.svc-card { padding: 21px; }.svc-contact { padding: 38px; gap: 30px; }.svc-art-note { padding: 14px; }.svc-art-note strong { font-size: 13px; } }
@media (max-width: 760px) { .svc-container { width: calc(100% - 40px); }.svc-header { min-height: 88px; }.svc-brand { font-size: 28px; }.svc-brand img { width: 34px; height: 38px; }.svc-header nav { gap: 18px; }.svc-hero { grid-template-columns: 1fr; gap: 32px; padding-block: 28px 37px; }h1 { max-width: 600px; font-size: clamp(43px, 8vw, 60px); }.svc-eyebrow { margin-bottom: 20px; }.svc-intro { max-width: 600px; margin-top: 22px; }.svc-art { aspect-ratio: 1.5; border-radius: 9px 52px 9px 9px; }.svc-art > img { object-position: center 45%; }.svc-figure figcaption { font-size: 11px; }.svc-section-nav { gap: 4px 23px; }.svc-section { grid-template-columns: 1fr; gap: 27px; padding-block: 48px; }.svc-section-heading > p { max-width: 550px; margin-top: 16px; }.svc-section-heading .svc-eyebrow { margin-bottom: 15px; }.svc-cards { gap: 13px; }.svc-contact { grid-template-columns: 1fr; gap: 27px; padding: 32px; }.svc-contact-actions { max-width: 370px; }.svc-related { padding-block: 37px; }.svc-related-card { padding: 20px; }.svc-related-card strong { font-size: 15px; }.svc-breadcrumb { padding-top: 18px; } }
@media (max-width: 520px) { .svc-header nav > a:first-child { display: none; }.svc-header .svc-header-contact { min-height: 44px; padding: 9px 15px; gap: 13px; font-size: 12px; }.svc-hero { padding-top: 24px; }.svc-hero-actions { align-items: flex-start; flex-direction: column; gap: 4px; }.svc-reach { margin-top: 13px; }.svc-art { aspect-ratio: 1.12; }.svc-art-label { top: 18px; left: 18px; font-size: 10px; }.svc-art-note { left: 16px; right: 16px; bottom: 16px; }.svc-cards { grid-template-columns: 1fr; }.svc-card { padding: 24px; }.svc-card-number { margin-bottom: 14px; }.svc-related-grid { grid-template-columns: 1fr; }.svc-section-nav { justify-content: space-between; column-gap: 16px; }.svc-section-nav a { font-size: 12px; }.svc-points li { font-size: 15px; }.svc-note { padding: 19px 20px; }.svc-contact { padding: 29px 24px; }.svc-contact h2 { font-size: 35px; }.svc-footer { flex-wrap: wrap; gap: 0 20px; padding-block: 23px 28px; }.svc-footer > span { width: 100%; }.svc-page-redesign .svc-art { border-top-left-radius: 52px; }.svc-page-shop .svc-art { border-bottom-right-radius: 52px; } }
@media (max-width: 359px) { .svc-container { width: calc(100% - 32px); }.svc-brand { font-size: 25px; gap: 8px; }.svc-brand img { width: 30px; height: 34px; }h1 { font-size: 42px; }h2 { font-size: 31px; }.svc-header { gap: 12px; }.svc-header .svc-header-contact { padding-inline: 13px; }.svc-section-nav { column-gap: 10px; }.svc-section-nav a { gap: 7px; font-size: 11px; }.svc-contact { padding-inline: 21px; }.svc-button { gap: 17px; font-size: 12px; }.svc-contact h2 { font-size: 32px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
