:root {
  --ink: #151416;
  --ink-soft: #211f22;
  --paper: #f5f2ed;
  --muted: #b8b4b4;
  --cyan: #38c1d8;
  --pink: #f32385;
  --yellow: #ffd118;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { object-fit: cover; }
button, summary { font: inherit; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
::selection { background: var(--pink); color: white; }

.site-header { height: 102px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 30px; padding: 0 5vw; border-bottom: 1px solid #ffffff20; position: relative; z-index: 5; }
.brand { align-self: stretch; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 142px; height: auto; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(20px, 3.5vw, 48px); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.desktop-nav a { color: #e8e4df; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--yellow); }
.mobile-menu { display: none; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 210px; padding: 18px 22px; border: 1px solid var(--pink); background: var(--pink); color: white; font-size: .78rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #d9136f; }
.button-small { min-width: 0; padding: 13px 18px; }
.button-disabled { opacity: .55; cursor: not-allowed; }

.hero { min-height: 680px; display: grid; grid-template-columns: 1.03fr .97fr; overflow: hidden; }
.hero-copy { padding: clamp(72px, 8vw, 122px) 4vw 68px 7vw; position: relative; z-index: 2; }
h1 { margin: 0; max-width: 800px; font-size: clamp(4rem, 7.1vw, 7.3rem); line-height: .84; letter-spacing: -.07em; text-transform: uppercase; }
h1 em { color: var(--yellow); font-style: normal; }
.lede { max-width: 600px; margin: 38px 0 34px; color: #c9c4c5; font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.text-link { padding-bottom: 6px; border-bottom: 1px solid #ffffff55; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-pills { display: flex; flex-wrap: wrap; gap: 9px; margin: 46px 0 0; padding: 0; list-style: none; }
.service-pills li { padding: 10px 14px; border: 1px solid #ffffff2c; color: #d7d2d2; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }

.hero-art { position: relative; min-height: 680px; background: var(--ink-soft); }
.hero-photo { position: absolute; margin: 0; overflow: hidden; box-shadow: 0 30px 80px #0007; }
.hero-photo-main { inset: 8% 0 7% 7%; transform: rotate(1.5deg); }
.hero-photo-small { width: 230px; height: 285px; left: -66px; bottom: 30px; border: 9px solid var(--paper); transform: rotate(-6deg); }
.color-stripe { position: absolute; inset: 0 auto 0 0; width: 7px; z-index: 2; background: linear-gradient(var(--cyan) 0 34%, var(--pink) 34% 68%, var(--yellow) 68%); }
.quality-stamp { position: absolute; right: 22px; top: 25px; z-index: 3; width: 116px; height: 116px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; background: var(--yellow); color: var(--ink); text-align: center; text-transform: uppercase; transform: rotate(7deg); }
.quality-stamp strong { font-size: .85rem; }.quality-stamp span { font-size: .62rem; margin-top: 4px; }

.trust-bar { min-height: 76px; display: flex; align-items: center; justify-content: space-around; gap: 18px; padding: 20px 5vw; background: var(--cyan); color: var(--ink); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.trust-bar i { width: 5px; height: 5px; border-radius: 50%; background: var(--pink); }
.intro { padding: 110px 7vw; background: var(--paper); color: var(--ink); }
.intro h2 { margin: 0; font-size: clamp(3rem, 7vw, 7rem); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.intro h2 span { color: var(--pink); }
.preview-work { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; background: #272428; }
.preview-work figure { position: relative; margin: 0; min-height: 500px; }
.preview-work > div { align-self: center; padding: 9vw 7vw; }
.preview-work h2 { margin: 0 0 24px; font-size: clamp(2.5rem, 4.5vw, 5rem); line-height: .95; text-transform: uppercase; }
.preview-work p:last-child { color: var(--muted); line-height: 1.7; }
.quote-banner { padding: 90px 7vw; background: var(--pink); }
.quote-banner h2 { margin: 0 0 34px; font-size: clamp(3rem, 6vw, 6rem); text-transform: uppercase; line-height: .9; }
.button-light { border-color: white; background: white; color: var(--ink); }

.section { padding: 110px 7vw; }
.light-section { background: var(--paper); color: var(--ink); }
.section-heading { margin-bottom: 58px; }
.section-heading h2,.work-title h2,.audience-layout h2,.bulk-copy h2,.service-area-teaser h2,.faq-intro h2,.area-intro h2,.shipping-panel h2,.about-story h2,.two-link-panel h2 { margin: 0; font-size: clamp(2.8rem, 5.7vw, 6.4rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.section-heading h2 span,.work-title h2 span,.audience-layout h2 span,.bulk-copy h2 span,.service-area-teaser h2 span { color: var(--pink); }
.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 8vw; align-items: end; }
.split-heading > p { max-width: 440px; color: #5a5557; line-height: 1.7; }

.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #242024; }
.service-card { min-height: 380px; padding: 34px 32px; border-right: 1px solid #242024; display: flex; flex-direction: column; transition: color .2s ease, background .2s ease; }
.service-card:last-child { border-right: 0; }
.service-card > span { color: var(--pink); font-size: .7rem; font-weight: 900; letter-spacing: .15em; }
.service-card h3 { margin: auto 0 18px; font-size: clamp(2rem,3vw,3.4rem); line-height: .92; letter-spacing: -.04em; text-transform: uppercase; }
.service-card p { min-height: 82px; color: #5a5557; line-height: 1.55; }
.service-card b { margin-top: 28px; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.service-card:hover { background: var(--yellow); color: var(--ink); }

.work-showcase { padding: 110px 7vw; background: #272428; }
.work-title { margin-bottom: 54px; }
.work-title h2 span { color: var(--yellow); }
.work-mosaic { height: min(68vw,760px); min-height: 560px; display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.work-mosaic figure { position: relative; margin: 0; overflow: hidden; }
.work-mosaic .mosaic-tall { grid-row: 1/3; }
.work-mosaic img,.gallery-grid img { transition: transform .55s ease; }
.work-mosaic figure:hover img,.gallery-grid figure:hover img { transform: scale(1.025); }
.work-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding-top: 36px; }
.work-footer p { max-width: 580px; color: var(--muted); line-height: 1.7; }

.audience-section { background: var(--yellow); color: var(--ink); }
.audience-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; }
.audience-layout h2 span { color: var(--pink); }
.audience-list { border-top: 1px solid #161416; }
.audience-list div { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid #161416; font-size: clamp(1rem,1.5vw,1.3rem); font-weight: 800; text-transform: uppercase; }
.audience-list span { color: #8a7311; font-size: .66rem; }

.bulk-section { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; }
.bulk-photo { position: relative; min-height: 590px; }
.bulk-copy { display: flex; flex-direction: column; justify-content: center; padding: 9vw 7vw; background: var(--ink-soft); }
.bulk-copy h2 span { color: var(--cyan); }
.bulk-copy > p { max-width: 560px; margin: 32px 0; color: var(--muted); line-height: 1.75; }
.bulk-copy .button { align-self: flex-start; }

.process-section { background: var(--paper); color: var(--ink); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; border-top: 1px solid #242024; list-style: none; }
.process-grid li { min-height: 330px; padding: 28px 26px; border-right: 1px solid #242024; }
.process-grid li:last-child { border-right: 0; }
.process-grid span { color: var(--pink); font-size: .68rem; font-weight: 900; }
.process-grid h3 { margin: 120px 0 15px; font-size: 1.25rem; text-transform: uppercase; }
.process-grid p { color: #5a5557; line-height: 1.6; }

.service-area-teaser { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; padding: 110px 7vw; background: var(--cyan); color: var(--ink); }
.service-area-teaser h2 span { color: var(--paper); }
.service-area-teaser > div:last-child p { max-width: 520px; line-height: 1.7; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; background: var(--ink); }
.faq-list { border-top: 1px solid #ffffff32; }
.faq-list details { border-bottom: 1px solid #ffffff32; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 27px 0; cursor: pointer; list-style: none; font-size: 1.08rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--yellow); font-size: 1.5rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: 0; padding: 0 50px 28px 0; color: var(--muted); line-height: 1.7; }

.site-footer { display: grid; grid-template-columns: 1.4fr .6fr .6fr; gap: 7vw; padding: 80px 7vw 28px; background: #0e0d0f; border-top: 1px solid #ffffff20; }
.footer-lead img { width: 190px; height: auto; }
.footer-lead p { max-width: 430px; color: var(--muted); line-height: 1.6; }
.site-footer > div:not(.footer-lead):not(.footer-bottom) { display: flex; flex-direction: column; gap: 15px; font-size: .83rem; }
.footer-heading { color: var(--yellow); font-size: .68rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; margin-top: 48px; padding-top: 24px; border-top: 1px solid #ffffff1c; color: #777276; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }

.page-hero { min-height: 560px; padding: clamp(90px,10vw,150px) 7vw 100px; background: linear-gradient(125deg,#151416 0%,#201d21 75%,#331728 100%); border-bottom: 1px solid #ffffff20; }
.page-hero h1 { max-width: 1100px; }
.page-hero .lede { max-width: 720px; }

.service-detail-list { background: var(--paper); color: var(--ink); }
.service-detail { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; }
.service-detail:nth-child(even) .service-detail-image { order: 2; }
.service-detail-image { position: relative; min-height: 600px; }
.service-detail-copy { position: relative; padding: 8vw 7vw; overflow: hidden; }
.service-detail-copy .big-number { position: absolute; right: 4%; top: -2%; color: #eee7df; font-size: clamp(8rem,17vw,18rem); font-weight: 900; line-height: 1; }
.service-detail-copy > *:not(.big-number) { position: relative; z-index: 1; }
.service-detail-copy h2 { margin: 0 0 28px; font-size: clamp(2.5rem,4vw,4.5rem); line-height: .95; text-transform: uppercase; }
.service-detail-copy > p { color: #5a5557; line-height: 1.7; }
.service-detail-copy .service-kicker { margin: 0 0 28px; color: var(--ink); font-size: 1.2rem; font-weight: 800; }
.service-detail-copy ul { margin: 28px 0 34px; padding: 0; list-style: none; border-top: 1px solid #cfc8c1; }
.service-detail-copy li { padding: 13px 0; border-bottom: 1px solid #cfc8c1; font-weight: 700; }
.not-offered { padding: 100px 7vw; background: var(--yellow); color: var(--ink); text-align: center; }
.not-offered h2 { margin: 0 0 24px; font-size: clamp(3rem,6vw,6rem); text-transform: uppercase; }
.not-offered p:last-child { max-width: 730px; margin: 0 auto; line-height: 1.7; }

.gallery-section { padding: 90px 5vw 120px; background: var(--paper); color: var(--ink); }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin: 0 2vw 45px; }
.gallery-heading p:last-child { max-width: 500px; color: #5a5557; }
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 36px 14px; }
.gallery-grid figure { margin: 0; }
.gallery-grid figure > div { position: relative; height: 390px; overflow: hidden; background: #ded9d2; }
.gallery-grid .gallery-wide { grid-column: span 2; }
.gallery-grid .gallery-wide > div { height: 540px; }
.gallery-grid figcaption { display: flex; justify-content: space-between; gap: 15px; padding: 14px 2px 0; font-weight: 800; }
.gallery-grid figcaption small { color: #7d7678; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.video-section { padding: 110px 7vw; background: #242125; }
.video-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 48px 18px; }
.video-grid figure { margin: 0; }
.video-grid video { width: 100%; aspect-ratio: 16/10; display: block; background: #000; object-fit: cover; }
.video-grid figcaption { padding: 13px 0; color: var(--muted); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }

.about-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; background: var(--paper); color: var(--ink); }
.about-image { position: relative; min-height: 620px; }
.about-story > div:last-child { align-self: center; padding: 8vw 7vw; }
.about-story h2 { font-size: clamp(2.8rem,4.5vw,5rem); }
.about-story p { color: #5a5557; line-height: 1.75; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); padding: 0 7vw 110px; background: var(--paper); color: var(--ink); }
.values-grid article { min-height: 300px; padding: 30px 25px; border-top: 1px solid #201d20; border-right: 1px solid #201d20; }
.values-grid article:last-child { border-right: 0; }
.values-grid span { color: var(--pink); font-size: .68rem; font-weight: 900; }
.values-grid h3 { margin-top: 100px; text-transform: uppercase; }
.values-grid p { color: #5a5557; line-height: 1.55; }
.two-link-panel { display: grid; grid-template-columns: 1fr 1fr; }
.two-link-panel > div { padding: 90px 7vw; background: #242125; }
.two-link-panel > div:last-child { background: var(--cyan); color: var(--ink); }
.two-link-panel h2 { margin-bottom: 32px; font-size: clamp(2.5rem,4vw,4.8rem); }

.area-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; padding: 100px 7vw; background: var(--paper); color: var(--ink); }
.area-intro > p { color: #5a5557; line-height: 1.75; }
.city-grid { display: grid; grid-template-columns: repeat(5,1fr); padding: 0 7vw 110px; background: var(--paper); color: var(--ink); }
.city-grid article { min-height: 310px; padding: 28px 22px; border-top: 1px solid #201d20; border-right: 1px solid #201d20; }
.city-grid article:last-child { border-right: 0; }
.city-grid span { color: var(--pink); font-size: .68rem; font-weight: 900; }
.city-grid h2 { margin-top: 100px; font-size: 1.5rem; text-transform: uppercase; }
.city-grid p { color: #5a5557; font-size: .88rem; line-height: 1.55; }
.shipping-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; padding: 110px 7vw; background: var(--cyan); color: var(--ink); }
.shipping-panel > div:last-child p { line-height: 1.7; }

.contact-layout { display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); color: var(--ink); }
.quote-checklist,.form-handoff { padding: 100px 7vw; }
.quote-checklist { border-right: 1px solid #cfc8c1; }
.quote-checklist > h2 { margin: 0 0 36px; font-size: clamp(2rem,3vw,3.4rem); line-height: 1; text-transform: uppercase; }
.quote-checklist ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cfc8c1; }
.quote-checklist li { display: grid; grid-template-columns: 52px 1fr; gap: 15px; padding: 22px 0; border-bottom: 1px solid #cfc8c1; }
.quote-checklist li > span { color: var(--pink); font-size: .68rem; font-weight: 900; }
.quote-checklist h3 { margin: 0; text-transform: uppercase; }
.quote-checklist p { margin-bottom: 0; color: #5a5557; }
.form-handoff { align-self: center; }
.form-handoff h2 { margin: 0 0 24px; font-size: clamp(3rem,5vw,5.8rem); line-height: .9; text-transform: uppercase; }
.form-handoff > p { color: #5a5557; line-height: 1.7; }
.form-handoff .privacy-note { margin-top: 26px; font-size: .78rem; }
.privacy-note a { text-decoration: underline; }
.contact-links { display: grid; grid-template-columns: 1fr 1fr; }
.contact-links a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 45px 7vw; background: var(--cyan); color: var(--ink); }
.contact-links a:last-child { background: var(--yellow); }
.contact-links span { font-size: .82rem; }.contact-links strong { text-transform: uppercase; }

.policy-content { max-width: 940px; margin: 0 auto; padding: 90px 30px 130px; }
.policy-date { margin-bottom: 60px; color: var(--cyan); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.policy-content h2 { margin: 50px 0 14px; font-size: clamp(1.6rem,2.5vw,2.6rem); text-transform: uppercase; }
.policy-content p { color: var(--muted); line-height: 1.8; }
.policy-content .policy-note { margin-top: 70px; padding-top: 26px; border-top: 1px solid #ffffff2b; font-size: .8rem; }

@media (max-width: 800px) {
  .site-header { height: 84px; grid-template-columns: 1fr auto; padding: 0 20px; }
  .brand img { width: 112px; }
  .desktop-nav,.header-cta { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { min-height: 44px; display: flex; align-items: center; padding: 10px; cursor: pointer; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu > div { position: absolute; right: 0; top: 48px; width: 230px; display: flex; flex-direction: column; background: var(--paper); color: var(--ink); box-shadow: 0 25px 60px #0008; }
  .mobile-menu a { padding: 16px 18px; border-bottom: 1px solid #d9d2cb; font-size: .76rem; font-weight: 800; text-transform: uppercase; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 72px 22px 52px; }
  h1 { font-size: clamp(3.5rem, 18vw, 5.4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-art { min-height: 510px; }
  .hero-photo-main { inset: 5% -7% 4% 6%; }
  .hero-photo-small { width: 150px; height: 190px; left: 8px; bottom: 15px; border-width: 6px; }
  .trust-bar { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .trust-bar span:nth-of-type(n+3),.trust-bar i:nth-of-type(n+2) { display: none; }
  .preview-work { grid-template-columns: 1fr; }
  .preview-work > div { padding: 70px 24px; }
  .intro,.quote-banner { padding: 76px 24px; }
  .section { padding: 76px 24px; }
  .split-heading,.audience-layout,.service-area-teaser,.faq-section,.area-intro,.shipping-panel { grid-template-columns: 1fr; }
  .service-grid,.process-grid,.values-grid,.city-grid { grid-template-columns: 1fr; }
  .service-card,.process-grid li,.values-grid article,.city-grid article { min-height: 250px; border-right: 0; border-bottom: 1px solid #242024; }
  .service-card h3,.process-grid h3,.values-grid h3,.city-grid h2 { margin-top: 70px; }
  .work-showcase { padding: 76px 20px; }
  .work-mosaic { height: auto; min-height: 0; grid-template-columns: 1fr; grid-template-rows: repeat(3,360px); }
  .work-mosaic .mosaic-tall { grid-row: auto; }
  .work-footer { align-items: flex-start; flex-direction: column; }
  .bulk-section,.service-detail,.about-story,.two-link-panel,.contact-layout,.contact-links { grid-template-columns: 1fr; }
  .service-detail:nth-child(even) .service-detail-image { order: 0; }
  .bulk-photo,.service-detail-image,.about-image { min-height: 460px; }
  .bulk-copy,.service-detail-copy,.about-story > div:last-child,.quote-checklist,.form-handoff { padding: 76px 24px; }
  .service-area-teaser,.shipping-panel { padding: 76px 24px; }
  .faq-section { gap: 50px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 68px 24px 25px; }
  .footer-lead { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .page-hero { min-height: 500px; padding: 90px 24px 70px; }
  .page-hero h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  h1,h2 { overflow-wrap: anywhere; }
  .service-detail > *,.about-story > * { min-width: 0; }
  .gallery-section { padding: 70px 15px 90px; }
  .gallery-heading { align-items: flex-start; flex-direction: column; margin: 0 8px 35px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid .gallery-wide { grid-column: auto; }
  .gallery-grid figure > div,.gallery-grid .gallery-wide > div { height: 400px; }
  .video-section { padding: 76px 20px; }
  .video-grid { grid-template-columns: 1fr; }
  .values-grid,.city-grid { padding: 0 24px 76px; }
  .two-link-panel > div { padding: 70px 24px; }
  .area-intro { padding: 76px 24px; }
  .quote-checklist { border-right: 0; border-bottom: 1px solid #cfc8c1; }
  .contact-links a { padding: 35px 24px; }
}

@media (max-width: 340px) {
  .page-hero h1 { font-size: 2.5rem; }
}

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