:root {
  --green: #173d30;
  --ink: #173d30;
  --paper: #f6f4e9;
  --lime: #e3ef9b;
  --peach: #efb79d;
  --line: #bac2b3;
  --muted: #4e6357;
  --white: #fffdf5;
  --gutter: clamp(20px, 4.8vw, 80px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.6 Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, summary { font: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid #a53c1c; outline-offset: 5px; }
p { margin: 0 0 1.2em; }
h1, h2, h3 { margin: 0; line-height: 1.04; letter-spacing: -.055em; }
h1 { font-size: clamp(62px, 7.8vw, 120px); font-weight: 800; }
h2 { font-size: clamp(38px, 4.5vw, 66px); }
h3 { font-size: 28px; }
h1 em, h2 em, .print-ticket em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.wrap { width: min(100%, 1600px); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 7vw, 108px); }
.eyebrow { font-family: 'Courier New', monospace; font-size: 12px; font-weight: 700; letter-spacing: .09em; line-height: 1.5; margin-bottom: 22px; }
.skip { position: fixed; top: 10px; left: 15px; z-index: 100; padding: 12px 20px; background: var(--white); transform: translateY(-160%); }
.skip:focus { transform: none; }
.topline { display: flex; justify-content: space-between; padding: 8px var(--gutter); background: var(--green); color: var(--paper); font-family: 'Courier New', monospace; font-size: 11px; letter-spacing: .08em; }
.site-header { display: flex; align-items: center; gap: 32px; padding-block: 29px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; flex-direction: column; flex-shrink: 0; }
.brand-small { font-size: 8px; font-weight: 700; letter-spacing: .08em; margin-bottom: 4px; }
.wordmark { font-weight: 900; letter-spacing: -.06em; line-height: 1; font-size: 28px; }
.brand-star { display: inline-block; font-size: 31px; margin-left: 5px; vertical-align: middle; }
.desktop-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 25px; margin-left: auto; font-size: 13px; font-weight: 700; }
.desktop-nav a { padding-block: 9px; }
.desktop-nav a:hover, .desktop-nav a[aria-current] { text-decoration: underline; text-underline-offset: 6px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 16px 23px; background: var(--green); color: var(--white); border: 1px solid var(--green); font-size: 14px; font-weight: 700; line-height: 1.5; transition: background .18s; }
.button:hover { background: #285841; }
.button span { font-size: 20px; line-height: 1; }
.header-cta { flex-shrink: 0; font-size: 12px; padding: 13px 17px; gap: 20px; }
.mobile-menu { display: none; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 26px; margin-block: 28px 18px; }
.text-link { display: inline-block; font-size: 14px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.text-link:hover { text-decoration-thickness: 2px; }
.text-link span { display: inline-block; margin-left: 9px; }
.small-note { font-size: 12px; color: var(--muted); max-width: 480px; margin: 16px 0 0; }
.hero { display: grid; grid-template-columns: 1.15fr 1fr; gap: 5%; align-items: center; padding-block: 62px 72px; }
.hero .eyebrow { letter-spacing: .035em; }
.tiny-star { font-size: 24px; line-height: 1; vertical-align: middle; margin-right: 8px; }
.hero h1 { margin-bottom: 25px; }
.hero h1 em { white-space: nowrap; }
.intro { font-size: 18px; line-height: 1.65; max-width: 580px; margin: 25px 0 0; }
.hero .intro { max-width: 500px; }
.hero-art { border: 1px solid var(--green); padding: 18px; background: #e5e7db; align-self: stretch; display: flex; flex-direction: column; min-height: 460px; }
.art-caption { display: flex; justify-content: space-between; gap: 16px; font-family: 'Courier New', monospace; font-size: 10px; font-weight: 700; line-height: 1.5; }
.art-board { position: relative; min-height: 350px; flex: 1; margin-block: 18px; background-image: linear-gradient(#c5ccbd80 1px, transparent 1px), linear-gradient(90deg, #c5ccbd80 1px, transparent 1px); background-size: 24px 24px; overflow: hidden; }
.print-ticket { position: absolute; display: flex; flex-direction: column; justify-content: space-between; padding: 24px 18px; box-shadow: 0 8px 15px #173d3020; }
.print-ticket > span { font-size: 8px; font-weight: 700; letter-spacing: .06em; }
.print-ticket strong { font-size: clamp(28px, 3.5vw, 50px); line-height: .96; letter-spacing: -.055em; }
.ticket-one { background: var(--lime); left: 5%; top: 7%; width: 62%; height: 78%; transform: rotate(-9deg); }
.ticket-one strong em { font-size: .8em; }
.ticket-two { background: var(--peach); right: 3%; bottom: 3%; width: 48%; height: 67%; transform: rotate(8deg); }
.ticket-two strong { font-size: clamp(32px, 3.5vw, 50px); }
.ticket-star { font-size: 58px; line-height: .8; }
.round-stamp { border-radius: 50%; width: 86px; height: 86px; display: grid; place-content: center; position: absolute; top: 0; right: 0; color: var(--lime); background: var(--green); font-size: 12px; font-weight: 800; text-align: center; line-height: 1.2; transform: rotate(14deg); }
.department-strip { border-block: 1px solid var(--green); background: var(--lime); }
.department-strip .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 17px; font-size: 12px; font-weight: 800; letter-spacing: .045em; }
.department-strip [aria-hidden] { font-size: 25px; line-height: 1; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.section-heading > p { max-width: 360px; margin-bottom: 5px; color: var(--muted); }
.department-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--green); }
.department-card { display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--green); border-left: 0; min-height: 350px; transition: background .18s; }
.card-meta { display: flex; justify-content: space-between; gap: 8px; font-family: 'Courier New', monospace; font-size: 9px; font-weight: 700; }
.card-meta > span:last-child { font: 22px/1 Arial,sans-serif; }
.department-card h3 { margin: 34px 0 24px; font-size: clamp(32px, 3.3vw, 48px); }
.department-card p { font-size: 14px; line-height: 1.6; }
.card-link { display: flex; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 24px; font-weight: 700; font-size: 12px; }
.department-card:hover .card-link { text-decoration: underline; text-underline-offset: 4px; }
.dept-dtf { background: var(--green); color: var(--paper); }
.dept-dtf:hover { background: #285841; }
.dept-gang { background: var(--lime); }
.dept-gang:hover { background: #d4e58b; }
.dept-custom { background: var(--peach); }
.dept-custom:hover { background: #e7a989; }
.dept-business:hover { background: #e8e8d9; }
.design-row { display: flex; gap: 20px; align-items: center; margin-top: 22px; border-block: 1px solid var(--line); padding: 23px 0; }
.design-row strong { font-size: 17px; font-weight: 500; }
.design-row > span:last-child { font-size: 13px; font-weight: 700; margin-left: auto; }
.design-row:hover > span:last-child { text-decoration: underline; text-underline-offset: 4px; }
.start-section, .request-section { background: var(--green); color: var(--paper); }
.start-section .eyebrow, .request-section .eyebrow { color: var(--lime); }
.start-section .section-heading > p { color: var(--paper); }
.journey-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 46px; border-top: 1px solid #6c8474; }
.journey-grid article { padding: 36px 8% 0 0; }
.journey-grid article + article { border-left: 1px solid #6c8474; padding-inline: 8% 0; }
.journey-grid h3 { margin-block: 14px 18px; font-size: 38px; }
.journey-grid p:not(.small-note) { max-width: 480px; }
.lime { background: var(--lime); color: var(--green); border-color: var(--lime); }
.lime:hover { background: #eef7bd; }
.outline { background: transparent; border-color: var(--paper); color: var(--paper); }
.outline:hover { background: #285841; }
.start-section .small-note, .request-section .small-note { color: #d8dfd2; }
.process-section { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; }
.section-intro { max-width: 400px; margin-top: 28px; color: var(--muted); }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: flex; gap: 28px; border-top: 1px solid var(--line); padding-block: 25px; }
.steps li > span { font: 13px/1.6 'Courier New',monospace; }
.steps h3 { font-size: 25px; margin-bottom: 12px; }
.steps p { margin-bottom: 0; color: var(--muted); }
.studio-story { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: center; }
.studio-story figure { margin: 0; }
.studio-story img { display: block; width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; }
.studio-story figcaption { font: 10px/1.5 'Courier New',monospace; margin-top: 8px; }
.studio-story h2 { margin-bottom: 26px; }
.studio-story p:not(.eyebrow) { max-width: 480px; }
.faq-section { display: grid; grid-template-columns: 1fr 1.25fr; gap: 8%; }
details:not(.mobile-menu) { border-top: 1px solid var(--line); padding-block: 20px; }
summary { cursor: pointer; list-style: none; display: flex; align-items: baseline; justify-content: space-between; gap: 18px; font-weight: 700; font-size: 17px; }
summary::-webkit-details-marker { display: none; }
details:not(.mobile-menu) summary:after { content: '+'; font-size: 25px; font-weight: 400; flex-shrink: 0; }
details[open]:not(.mobile-menu) summary:after { content: '−'; }
details p { color: var(--muted); margin: 18px 0 0; max-width: 650px; }
.closing { background: var(--lime); text-align: center; padding-block: 70px; border-block: 1px solid var(--green); }
.closing h2 { font-size: clamp(50px, 6.5vw, 94px); margin-bottom: 30px; }
.site-footer { background: var(--green); color: var(--paper); padding-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 45px; padding-bottom: 55px; }
.footer-brand { font-size: 35px; font-weight: 900; letter-spacing: -.05em; line-height: .94; display: inline-block; position: relative; }
.footer-brand span { position: absolute; font-size: 46px; right: -48px; top: 10px; color: var(--lime); }
.footer-grid p:not(.eyebrow) { margin-top: 23px; font-size: 13px; color: #d8dfd2; }
.footer-grid nav a { display: block; font-size: 14px; padding-block: 3px; }
.footer-grid a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-link { font-weight: 700; font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; padding-block: 20px; border-top: 1px solid #6c8474; font-size: 11px; color: #d8dfd2; }
.breadcrumb { padding-top: 28px; font-size: 12px; }
.breadcrumb nav { display: flex; gap: 14px; flex-wrap: wrap; }
.breadcrumb a { text-decoration: underline; text-underline-offset: 4px; }
.service-hero { display: grid; grid-template-columns: 1.4fr .8fr; gap: 10%; align-items: center; padding-block: 46px 72px; }
.service-hero h1 { font-size: clamp(58px, 7vw, 104px); }
.brief-card { background: var(--white); padding: 30px; border: 1px solid var(--green); transform: rotate(2deg); box-shadow: 8px 8px 0 var(--lime); }
.receipt-heading { display: flex; justify-content: space-between; gap: 20px; font-size: 14px; font-weight: 800; border-bottom: 1px dashed var(--line); padding-bottom: 18px; margin-bottom: 24px; }
.brief-card .eyebrow { font-size: 10px; margin-bottom: 12px; }
.brief-card h2 { font-size: 29px; margin-bottom: 22px; }
.brief-card ul { list-style: none; padding: 0; margin: 0 0 26px; }
.brief-card li { font-size: 13px; border-bottom: 1px solid #e2e4d8; padding-block: 9px; display: flex; gap: 10px; }
.brief-card li:before { content: '□'; }
.receipt-total { border-top: 1px dashed var(--green); padding-top: 18px; display: flex; justify-content: space-between; gap: 12px; font-size: 11px; }
.brief-card > p:last-of-type { font-size: 10px; text-align: center; margin-top: 18px; }
.barcode { height: 20px; width: 70%; margin: 16px auto 0; background: repeating-linear-gradient(90deg, var(--green) 0 1px, transparent 1px 4px, var(--green) 4px 7px, transparent 7px 9px, var(--green) 9px 11px, transparent 11px 16px); }
.service-subline { background: var(--lime); border-block: 1px solid var(--green); }
.service-subline .wrap { display: flex; justify-content: space-between; gap: 25px; padding-block: 16px; font: 12px/1.5 'Courier New',monospace; font-weight: 700; }
.info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.info-card { border-top: 1px solid var(--green); padding-top: 22px; }
.info-card > span { font: 12px/1.5 'Courier New',monospace; }
.info-card h3 { margin-block: 30px 18px; }
.info-card p { color: var(--muted); font-size: 15px; }
.request-grid { padding-block: 68px; display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }
.request-grid h2 { margin-bottom: 25px; }
.request-grid > div > p:not(.eyebrow) { max-width: 470px; }
.request-instructions h3 { font-size: 23px; }
.request-instructions ol { padding-left: 22px; margin-block: 22px 28px; }
.request-instructions li { padding: 0 0 12px 7px; }
.related { display: flex; align-items: center; gap: 30px; justify-content: space-between; padding-block: 26px; border-top: 1px solid var(--line); }
.related .eyebrow { margin: 0; }
.related a { font-size: 19px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.error-page { padding-block: 90px; }
.error-page h1 { font-size: clamp(55px,8vw,100px); margin-bottom: 28px; }
@media (min-width: 1500px) { .hero-art { min-height: 530px; } }
@media (max-width: 1150px) {
  .site-header { gap: 22px; }
  .wordmark { font-size: 24px; }
  .brand-small { font-size: 7px; }
  .desktop-nav { gap: 8px 14px; font-size: 12px; }
  .header-cta { padding: 12px; gap: 12px; }
  .department-grid { grid-template-columns: 1fr 1fr; }
  .department-card:nth-child(n+3) { border-top: 0; }
  .department-card h3 { font-size: 44px; }
  .hero { gap: 4%; }
  .hero .actions { align-items: flex-start; flex-direction: column; }
  .service-hero { gap: 7%; grid-template-columns: 1.2fr 1fr; }
}
@media (max-width: 850px) {
  .desktop-nav { display: none; }
  .site-header { flex-wrap: wrap; justify-content: space-between; gap: 22px; }
  .mobile-menu { display: block; width: 100%; border-top: 1px solid var(--line); padding-top: 13px; }
  .mobile-menu summary { font-size: 14px; }
  .mobile-menu nav { display: flex; flex-direction: column; gap: 7px; padding-top: 14px; }
  .mobile-menu nav a { display: block; padding-block: 8px; font-size: 16px; }
  .hero { grid-template-columns: 1fr; gap: 38px; padding-block: 40px; }
  .hero h1 { font-size: clamp(66px,12vw,102px); }
  .hero .actions { flex-direction: row; align-items: center; }
  .hero-art { min-height: 430px; }
  .art-board { min-height: 350px; }
  .print-ticket strong { font-size: 48px; }
  .ticket-one { width: 55%; height: 83%; left: 10%; }
  .ticket-two { width: 42%; right: 10%; }
  .department-strip .wrap { flex-wrap: wrap; justify-content: center; font-size: 11px; gap: 8px 16px; }
  .department-strip [aria-hidden] { font-size: 17px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
  .design-row { flex-wrap: wrap; gap: 10px; }
  .design-row > span:last-child { margin-left: 36px; }
  .process-section, .faq-section { grid-template-columns: 1fr; gap: 32px; }
  .studio-story { gap: 35px; }
  .studio-story h2 { font-size: 36px; }
  .service-hero { grid-template-columns: 1fr; gap: 42px; }
  .service-hero h1 { font-size: clamp(60px,10vw,90px); }
  .brief-card { max-width: 500px; width: 100%; transform: none; }
  .info-grid { grid-template-columns: 1fr; gap: 22px; }
  .info-card h3 { margin-top: 16px; }
  .request-grid { gap: 5%; }
  .request-grid h2 { font-size: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1/-1; }
}
@media (max-width: 560px) {
  .topline { justify-content: center; font-size: 9px; }
  .topline > span:last-child { display: none; }
  .site-header { padding-top: 22px; padding-bottom: 16px; gap: 17px 10px; }
  .wordmark { font-size: 22px; }
  .brand-star { font-size: 25px; }
  .brand-small { font-size: 6.5px; }
  .header-cta { font-size: 11px; padding: 11px 10px; gap: 9px; }
  .header-cta span { font-size: 16px; }
  .hero .eyebrow { font-size: 10px; }
  .hero .eyebrow .tiny-star { display: none; }
  .hero h1 { font-size: clamp(57px,14vw,78px); }
  .intro { font-size: 17px; }
  .hero .actions { flex-direction: column; align-items: flex-start; }
  .hero-art { padding: 13px; min-height: 375px; }
  .art-board { min-height: 285px; }
  .art-caption { font-size: 8px; }
  .print-ticket { padding: 18px 12px; }
  .print-ticket strong { font-size: 36px; }
  .print-ticket > span { font-size: 6px; }
  .ticket-one { width: 61%; left: 5%; top: 5%; }
  .ticket-two { width: 47%; right: 3%; height: 65%; }
  .ticket-star { font-size: 42px; }
  .round-stamp { width: 66px; height: 66px; font-size: 10px; }
  .department-strip [aria-hidden] { display: none; }
  .department-strip .wrap { display: grid; grid-template-columns: 1fr 1fr; text-align: center; gap: 10px; font-size: 10px; }
  .department-grid { grid-template-columns: 1fr; }
  .department-card { min-height: 300px; padding: 24px; }
  .department-card + .department-card { border-top: 0; }
  .department-card h3 { margin-top: 24px; font-size: 44px; }
  .department-card h3 br { display: none; }
  .design-row strong { flex: 1; font-size: 16px; }
  .design-row > span:last-child { font-size: 12px; }
  .journey-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .journey-grid article { padding-right: 0; }
  .journey-grid article + article { border-left: 0; border-top: 1px solid #6c8474; margin-top: 32px; padding: 30px 0 0; }
  .journey-grid h3 { font-size: 32px; }
  .studio-story { grid-template-columns: 1fr; }
  .studio-story h2 { font-size: 40px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .service-subline .wrap { font-size: 10px; }
  .service-subline span:last-child { display: none; }
  .request-grid { grid-template-columns: 1fr; gap: 32px; }
  .service-hero { padding-top: 30px; }
  .service-hero h1 { font-size: clamp(50px,13vw,70px); }
  .brief-card { padding: 24px; }
  .related { align-items: flex-start; flex-direction: column; gap: 14px; }
}
@media (max-width: 360px) { .header-cta { width: 100%; } .wordmark { font-size: 25px; } .brand-small { font-size: 7px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button, .department-card { transition: none; } }
