:root {
  color-scheme: light;
  --paper: #f5f3ed;
  --paper-deep: #ece9df;
  --ink: #1d2520;
  --muted: #5e655e;
  --line: #deded5;
  --green: #244537;
  --green-deep: #172c23;
  --sage: #cbd6c4;
  --clay: #d77555;
  --yellow: #edc977;
  --white: #fffefa;
  --font-body: "DM Sans", Arial, sans-serif;
  --font-display: "Manrope", "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 95px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { background: var(--yellow); color: var(--ink); }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 16px; transform: translateY(-160%); border-radius: 4px; background: var(--ink); color: white; }
.skip-link:focus { transform: translateY(0); }
.section-wrap { width: min(100% - 112px, 1280px); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgb(29 37 32 / 9%); background: rgb(245 243 237 / 92%); backdrop-filter: blur(14px); }
.header-inner { width: min(100% - 112px, 1380px); height: 84px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 21px; font-weight: 800; letter-spacing: -.9px; white-space: nowrap; }
.logo-mark { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--paper); font-family: Georgia, serif; font-size: 19px; font-weight: 400; font-style: italic; }
.logo-period { color: var(--clay); }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); margin-left: auto; }
.main-nav a, .header-cta { font-size: 12px; font-weight: 600; }
.main-nav a { color: #555c55; transition: color .2s ease; }
.main-nav .nav-contact { display: none; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--clay); }
.header-cta { display: inline-flex; align-items: center; gap: 15px; padding: 14px 17px; border: 1px solid var(--ink); border-radius: 3px; transition: background .2s ease, color .2s ease; }
.header-cta:hover, .header-cta:focus-visible { background: var(--ink); color: var(--paper); }
.header-cta span { font-size: 15px; }
.menu-toggle { display: none; }

.hero { min-height: 650px; padding-block: 80px 82px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 48px; }
.hero-copy { position: relative; z-index: 1; padding-block: 18px; }
.eyebrow { margin: 0; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: 1.8px; line-height: 1.5; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; display: inline-block; margin: 0 8px 1px 0; border-radius: 50%; background: var(--clay); }
.hero h1, .section-heading h2, .studio h2, .digital-copy h2, .faq-heading h2, .contact-inner h2 { margin: 26px 0 22px; font-family: var(--font-display); font-size: clamp(52px, 6.3vw, 88px); font-weight: 600; letter-spacing: -.075em; line-height: .99; }
.serif-accent { color: var(--clay); font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-style: italic; letter-spacing: -.075em; }
.hero-intro { max-width: 490px; margin: 0; color: #656a63; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 32px; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 19px; border: 1px solid transparent; border-radius: 3px; font-size: 11px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 15px; }
.button-dark { background: var(--green); color: var(--white); }
.button-dark:hover, .button-dark:focus-visible { background: var(--green-deep); }
.button-light { border-color: rgb(255 255 255 / 40%); background: var(--paper); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { background: white; }
.text-link { display: inline-flex; align-items: center; gap: 11px; border-bottom: 1px solid #a8aba2; padding-bottom: 5px; font-size: 11px; font-weight: 700; }
.text-link span { color: var(--clay); font-size: 14px; }
.hero-focus { display: flex; align-items: center; gap: 13px; margin-top: 56px; color: #5e655e; font-size: 8px; font-weight: 700; letter-spacing: 1.2px; }
.hero-focus i { width: 3px; height: 3px; border-radius: 50%; background: var(--clay); }

.hero-visual { position: relative; min-height: 475px; isolation: isolate; display: grid; place-items: center; }
.visual-orbit { position: absolute; z-index: -1; top: 6%; right: 6%; width: 380px; aspect-ratio: 1; border-radius: 50%; background: #e9e1cd; }
.mock-window { position: relative; z-index: 1; width: min(86%, 435px); padding: 8px; transform: rotate(-3deg); border: 1px solid #dedcd3; border-radius: 5px; background: #fff; box-shadow: 0 28px 60px rgb(36 49 40 / 14%); }
.mock-toolbar { height: 23px; display: flex; align-items: center; gap: 4px; padding: 0 8px 7px; color: #5e655e; }
.mock-toolbar > span { width: 5px; height: 5px; border-radius: 50%; background: #deded6; }
.mock-toolbar small { margin: 0 auto; font-size: 6px; }
.mock-toolbar b { font-size: 9px; font-weight: 400; }
.mock-page { position: relative; min-height: 342px; overflow: hidden; padding: 22px 24px; background: #e9dfc9; }
.mock-nav { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: flex-start; color: #26382d; }
.mock-nav strong { font-family: var(--font-display); font-size: 13px; letter-spacing: -.6px; line-height: .93; }
.mock-nav strong span { color: var(--clay); }
.mock-nav > span { font-size: 6px; letter-spacing: 1.3px; }
.mock-sun { position: absolute; top: 61px; right: 41px; width: 124px; aspect-ratio: 1; border-radius: 50%; background: #d57757; }
.mock-copy { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; margin-top: 52px; color: #283b30; }
.mock-copy small { font-size: 6px; font-weight: 700; letter-spacing: 1.2px; }
.mock-copy strong { margin-top: 9px; font-family: Georgia, serif; font-size: clamp(52px, 6.2vw, 74px); font-weight: 400; letter-spacing: -5px; line-height: .81; }
.mock-copy > span { margin-top: 17px; font-size: 6px; font-weight: 700; letter-spacing: 1.3px; }
.mock-leaf { position: absolute; right: 60px; bottom: 22px; width: 60px; height: 94px; transform: rotate(29deg); border: 1px solid #77856f; border-radius: 100% 0 100% 0; opacity: .7; }
.mock-leaf::before, .mock-leaf::after { position: absolute; left: 28px; top: 9px; width: 1px; height: 81px; transform: rotate(-20deg); background: #77856f; content: ""; }
.mock-leaf::after { left: 15px; top: 42px; width: 25px; height: 1px; transform: rotate(-35deg); }
.visual-sticker { position: absolute; z-index: 2; top: 47px; left: 0; width: 100px; height: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(-11deg); border-radius: 50%; background: var(--green); color: white; box-shadow: 0 8px 18px rgb(29 37 32 / 13%); }
.visual-sticker span { font-size: 8px; letter-spacing: .8px; }
.visual-sticker strong { font-family: Georgia, serif; font-size: 19px; font-weight: 400; font-style: italic; }
.visual-sticker i { position: absolute; right: 15px; bottom: 15px; color: var(--yellow); font-size: 12px; font-style: normal; }
.visual-spark { position: absolute; top: 22px; right: 12%; color: var(--clay); font-size: 33px; }
.visual-note { position: absolute; right: 2%; bottom: 36px; display: flex; align-items: center; gap: 11px; color: #5e655e; font-size: 9px; line-height: 1.5; }
.note-line { width: 28px; height: 1px; background: var(--clay); }
.visual-index { position: absolute; left: 5%; bottom: 12px; color: #5e655e; font-size: 8px; letter-spacing: 1.4px; }

.services { padding-block: 120px 110px; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 47px; }
.section-heading h2, .studio h2, .digital-copy h2, .faq-heading h2 { margin: 14px 0 0; font-size: clamp(42px, 5vw, 66px); line-height: 1.02; }
.section-intro { max-width: 330px; margin: 0 0 4px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { min-height: 304px; display: flex; flex-direction: column; padding: 21px 21px 23px; border-right: 1px solid var(--line); }
.service-card:first-child { border-left: 1px solid var(--line); }
.service-top { display: flex; align-items: center; justify-content: space-between; }
.service-number { color: #5e655e; font-size: 9px; letter-spacing: 1px; }
.service-icon { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--clay); font-size: 16px; }
.service-card h3 { margin: 35px 0 11px; font-family: var(--font-display); font-size: 18px; font-weight: 700; letter-spacing: -.5px; }
.service-card > p { max-width: 260px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.service-bottom { display: flex; flex-direction: column; gap: 8px; margin-top: auto; padding-top: 24px; }
.service-bottom span { color: #5e655e; font-size: 9px; }
.service-bottom strong { color: var(--green); font-size: 11px; }
.pricing-note { margin: 14px 0 0; color: #5e655e; font-size: 9px; }

.work-section { padding-block: 108px 115px; background: var(--green-deep); color: var(--paper); }
.eyebrow-light { color: #a8b4a8; }
.work-heading { margin-bottom: 43px; }
.work-heading .serif-accent, .digital-copy .serif-accent { color: var(--yellow); }
.work-heading .section-intro { color: #b6beb5; }
.work-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 42px 18px; }
.work-card { min-width: 0; }
.work-art { position: relative; min-height: 310px; overflow: hidden; }
.work-card-wide .work-art { min-height: 380px; }
.concept-tag { position: absolute; z-index: 4; top: 16px; left: 16px; padding: 7px 9px; border: 1px solid rgb(29 37 32 / 20%); border-radius: 2px; background: rgb(245 243 237 / 80%); color: var(--ink); font-size: 7px; font-weight: 700; letter-spacing: 1.2px; }
.art-caption { position: absolute; right: 15px; bottom: 13px; z-index: 4; color: rgb(29 37 32 / 60%); font-size: 8px; letter-spacing: 1px; }
.work-art-cafe { background: #e8dfca; color: #293a2f; }
.cafe-sun { position: absolute; right: 11%; top: 13%; width: min(39%, 214px); aspect-ratio: 1; border-radius: 50%; background: #d77555; }
.cafe-type { position: absolute; z-index: 2; top: 50%; left: 12%; display: flex; flex-direction: column; transform: translateY(-44%); }
.cafe-type small { margin-bottom: 13px; font-size: 7px; font-weight: 700; letter-spacing: 1.7px; }
.cafe-type strong { font-family: Georgia, serif; font-size: clamp(49px, 7vw, 83px); font-weight: 400; letter-spacing: -5px; line-height: .82; }
.cafe-type strong span { color: var(--clay); }
.cafe-type i { margin-top: 19px; font-family: Georgia, serif; font-size: 13px; line-height: 1.25; }
.work-art-atelier { background: #d2d7c6; color: #354638; }
.atelier-stamp { position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; flex-direction: column; align-items: center; transform: translate(-50%, -50%); text-align: center; font-size: 10px; letter-spacing: 3px; }
.atelier-stamp b { font-family: Georgia, serif; font-size: clamp(47px, 6vw, 70px); font-weight: 400; letter-spacing: -5px; line-height: .95; }
.atelier-stamp small { margin-top: 9px; font-size: 6px; letter-spacing: 1.5px; }
.atelier-shape { position: absolute; width: 83px; height: 83px; border: 1px solid #8e9b84; border-radius: 50%; }
.shape-one { top: 16%; left: 13%; }
.shape-two { right: 10%; bottom: 14%; width: 59px; height: 59px; background: #e6bd6d; border: 0; }
.work-art-nord { display: grid; place-items: center; background: #ddd3ca; color: #26372d; }
.nord-window { position: relative; width: 76%; min-height: 245px; padding: 16px 18px 12px; background: #f5f0e6; box-shadow: 0 14px 35px rgb(0 0 0 / 12%); }
.nord-nav { display: flex; justify-content: space-between; align-items: center; }
.nord-nav b { font-size: 8px; letter-spacing: 1px; }
.nord-nav span { font-size: 5px; letter-spacing: .8px; }
.nord-main { position: relative; margin-top: 34px; }
.nord-main small { font-size: 6px; letter-spacing: 1.3px; }
.nord-main strong { display: block; margin-top: 10px; font-family: var(--font-display); font-size: clamp(36px, 5vw, 53px); font-weight: 600; letter-spacing: -4px; line-height: .88; }
.nord-main strong i { color: var(--clay); font-family: Georgia, serif; font-weight: 400; }
.nord-circle { position: absolute; right: 1%; bottom: 8%; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--paper); font-family: Georgia, serif; font-size: 22px; font-style: italic; }
.nord-foot { position: absolute; right: 18px; bottom: 11px; left: 18px; padding-top: 8px; border-top: 1px solid #d9d3c8; font-size: 5px; letter-spacing: 1px; }
.work-meta { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; }
.work-meta > div > span { color: #a8b4a8; font-size: 9px; }
.work-meta h3 { margin: 5px 0 0; font-family: var(--font-display); font-size: 15px; font-weight: 600; letter-spacing: -.3px; }
.work-arrow { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / 26%); border-radius: 50%; color: var(--yellow); font-size: 14px; }

.studio { padding-block: 125px; display: grid; grid-template-columns: .83fr 1.17fr; gap: 100px; }
.studio h2 { margin-top: 17px; font-size: clamp(39px, 4.5vw, 60px); }
.studio-intro > p:not(.eyebrow) { max-width: 400px; margin: 25px 0 23px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.process-list { border-top: 1px solid var(--line); }
.process-step { display: grid; grid-template-columns: 42px 1fr 26px; gap: 15px; align-items: start; padding: 25px 0; border-bottom: 1px solid var(--line); }
.process-number { padding-top: 2px; color: var(--clay); font-size: 10px; font-weight: 700; }
.process-step h3 { margin: 0; font-family: var(--font-display); font-size: 16px; letter-spacing: -.3px; }
.process-step p { max-width: 430px; margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.process-mark { color: #959990; font-size: 18px; text-align: right; }

.digital-section { overflow: hidden; background: #253e32; color: var(--paper); }
.digital-inner { min-height: 470px; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 50px; padding-block: 74px; }
.digital-copy h2 { margin-block: 17px 19px; font-size: clamp(43px, 5vw, 65px); }
.digital-copy > p:not(.eyebrow) { max-width: 480px; margin: 0 0 25px; color: #c1c9bd; font-size: 12px; line-height: 1.8; }
.digital-art { position: relative; min-height: 340px; display: grid; place-items: center; }
.digital-sheet { position: absolute; width: 250px; height: 315px; padding: 22px; }
.sheet-back { top: 10px; left: 10%; transform: rotate(-9deg); background: #d77555; color: #342b24; }
.sheet-back > span { font-family: var(--font-display); font-size: 33px; font-weight: 800; letter-spacing: -3px; line-height: .85; }
.sheet-back i { position: absolute; right: 22px; bottom: 35px; width: 90px; height: 90px; border: 1px solid #734838; border-radius: 50%; }
.sheet-back b { position: absolute; bottom: 22px; left: 22px; font-size: 7px; letter-spacing: 1px; }
.sheet-front { z-index: 1; top: 19px; right: 13%; display: flex; flex-direction: column; transform: rotate(5deg); background: #e8dfca; color: #26372d; box-shadow: 0 20px 50px rgb(0 0 0 / 22%); }
.sheet-front small { font-size: 7px; letter-spacing: 1.4px; }
.sheet-front strong { margin: auto 0; font-family: var(--font-display); font-size: 34px; font-weight: 600; letter-spacing: -2px; line-height: .98; }
.sheet-front em { color: var(--clay); font-family: Georgia, serif; font-weight: 400; }
.sheet-front > span { padding-top: 12px; border-top: 1px solid #b7b3a8; font-size: 6px; letter-spacing: 1.2px; }
.digital-seal { position: absolute; z-index: 2; right: 2%; bottom: 13px; width: 82px; height: 82px; display: flex; align-items: center; justify-content: center; flex-direction: column; transform: rotate(8deg); border: 1px solid var(--yellow); border-radius: 50%; color: var(--yellow); font-size: 8px; letter-spacing: 1px; line-height: 1.4; text-align: center; }
.digital-seal b { font-size: 7px; }

.faq { padding-block: 120px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-heading h2 { margin-top: 17px; }
.faq-heading > p:not(.eyebrow) { max-width: 280px; margin: 22px 0 18px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; padding: 22px 34px 22px 0; cursor: pointer; list-style: none; font-family: var(--font-display); font-size: 14px; font-weight: 600; letter-spacing: -.2px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after, .faq-item summary::before { position: absolute; top: 50%; right: 4px; width: 12px; height: 1px; background: var(--clay); content: ""; }
.faq-item summary::after { transform: rotate(90deg); transition: transform .2s ease; }
.faq-item[open] summary::after { transform: rotate(0); }
.faq-item p { max-width: 580px; margin: -4px 25px 22px 0; color: var(--muted); font-size: 11px; line-height: 1.8; }

.contact-section { padding-block: 93px 100px; background: #e8e3d8; text-align: center; }
.contact-inner { display: flex; align-items: center; flex-direction: column; }
.contact-inner .eyebrow { color: var(--green); }
.contact-inner h2 { margin: 20px 0 18px; font-size: clamp(48px, 6vw, 76px); }
.contact-inner h2 .serif-accent { color: var(--clay); }
.contact-inner > p:not(.eyebrow) { max-width: 470px; margin: 0; color: #5e655e; font-size: 12px; line-height: 1.8; }
.contact-email { display: inline-flex; align-items: center; gap: 15px; margin-top: 33px; padding-bottom: 6px; border-bottom: 1px solid #a4a69f; font-family: var(--font-display); font-size: clamp(21px, 3vw, 34px); font-weight: 600; letter-spacing: -1.5px; }
.contact-email span { color: var(--clay); font-size: 17px; }
.contact-location { margin-top: 22px; color: #5e655e; font-size: 8px; font-weight: 700; letter-spacing: 1.5px; }
.site-footer { background: var(--paper); }
.footer-inner { width: min(100% - 112px, 1380px); min-height: 85px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: auto; }
.footer-logo { font-size: 16px; }
.footer-logo .logo-mark { width: 25px; height: 25px; font-size: 16px; }
.footer-inner p, .footer-inner > span, .footer-top { color: #5e655e; font-size: 9px; }
.footer-inner p { margin: 0; }
.footer-top:hover { color: var(--clay); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--clay); outline-offset: 4px; }

@media (min-width: 1450px) { .hero { min-height: 730px; } }
@media (max-width: 1000px) {
  .section-wrap, .header-inner, .footer-inner { width: min(100% - 64px, 1280px); }
  .hero { min-height: 600px; grid-template-columns: 1fr 1fr; gap: 18px; padding-block: 65px; }
  .hero h1 { font-size: clamp(49px, 6.4vw, 72px); }
  .visual-orbit { width: 310px; }
  .mock-page { min-height: 300px; }
  .mock-copy strong { font-size: 62px; }
  .service-card { padding-inline: 15px; }
  .service-bottom span { line-height: 1.5; }
  .studio { gap: 55px; }
  .faq { gap: 60px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 75px; }
  .section-wrap, .header-inner, .footer-inner { width: min(100% - 40px, 600px); }
  .header-inner { height: 72px; gap: 12px; }
  .logo { font-size: 19px; }
  .logo-mark { width: 28px; height: 28px; }
  .menu-toggle { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 6px; margin-left: auto; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 14px; height: 1px; display: block; background: var(--ink); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .header-cta { display: none; }
  .main-nav { position: absolute; top: 71px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 18px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .main-nav.is-open { display: flex; }
  .main-nav .nav-contact { display: block; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
  .main-nav a:last-child { border-bottom: 0; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 10px; padding-block: 69px 62px; }
  .hero-copy { padding: 0; }
  .hero h1 { margin-top: 22px; font-size: clamp(51px, 11vw, 75px); }
  .hero-intro { max-width: 520px; font-size: 14px; }
  .hero-focus { margin-top: 38px; font-size: 7px; }
  .hero-visual { min-height: 390px; margin-top: 12px; }
  .visual-orbit { top: 6%; right: 8%; width: min(73vw, 340px); }
  .mock-window { width: min(82%, 390px); }
  .mock-page { min-height: 280px; }
  .mock-copy strong { font-size: 59px; }
  .visual-sticker { top: 30px; left: 3%; width: 83px; height: 83px; }
  .visual-note { right: 1%; bottom: 15px; }
  .visual-index { bottom: 1px; }
  .services, .faq { padding-block: 78px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2, .studio h2, .digital-copy h2, .faq-heading h2 { font-size: clamp(42px, 9vw, 59px); }
  .section-intro { max-width: 470px; margin-top: 17px; font-size: 12px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card { min-height: 270px; padding: 17px; border-bottom: 1px solid var(--line); }
  .service-card:nth-child(odd) { border-left: 1px solid var(--line); }
  .service-card:nth-child(even) { border-right: 1px solid var(--line); }
  .service-card:nth-last-child(-n+2) { border-bottom: 0; }
  .service-card h3 { margin-top: 27px; font-size: 16px; }
  .service-card > p { font-size: 10px; }
  .service-bottom span { font-size: 8px; }
  .service-bottom strong { font-size: 10px; }
  .pricing-note { line-height: 1.6; }
  .work-section { padding-block: 78px 83px; }
  .work-grid { grid-template-columns: 1fr 1fr; gap: 29px 12px; }
  .work-card-wide { grid-column: 1 / -1; }
  .work-art, .work-card-wide .work-art { min-height: 260px; }
  .work-card-wide .work-art { min-height: 340px; }
  .cafe-type strong { font-size: clamp(66px, 14vw, 83px); }
  .atelier-stamp b { font-size: clamp(43px, 10vw, 65px); }
  .nord-window { width: 85%; min-height: 214px; padding: 13px; }
  .nord-main { margin-top: 28px; }
  .nord-main strong { font-size: clamp(35px, 8vw, 50px); }
  .studio { padding-block: 82px; grid-template-columns: 1fr; gap: 35px; }
  .studio-intro > p:not(.eyebrow) { margin-block: 19px; }
  .digital-inner { min-height: 0; grid-template-columns: 1fr; gap: 20px; padding-block: 74px 54px; }
  .digital-copy > p:not(.eyebrow) { max-width: 520px; }
  .digital-art { min-height: 330px; }
  .digital-sheet { width: min(51vw, 238px); height: min(64vw, 300px); }
  .sheet-back { left: 11%; }
  .sheet-front { right: 12%; }
  .faq { grid-template-columns: 1fr; gap: 32px; }
  .faq-heading > p:not(.eyebrow) { margin-top: 17px; }
  .faq-item summary { font-size: 13px; }
  .contact-section { padding-block: 76px 82px; }
  .contact-inner h2 { font-size: clamp(48px, 10vw, 69px); }
  .footer-inner { min-height: 78px; flex-wrap: wrap; justify-content: space-between; gap: 10px 15px; padding-block: 18px; }
  .footer-inner p { order: 3; width: 100%; }
}
@media (max-width: 430px) {
  .section-wrap, .header-inner, .footer-inner { width: min(100% - 32px, 600px); }
  .hero h1 { font-size: 49px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-focus { gap: 8px; font-size: 6px; letter-spacing: .9px; }
  .hero-visual { min-height: 325px; }
  .mock-window { width: 85%; }
  .mock-page { min-height: 245px; padding: 18px; }
  .mock-sun { top: 53px; right: 24px; width: 98px; }
  .mock-copy { margin-top: 40px; }
  .mock-copy strong { font-size: 54px; }
  .mock-leaf { right: 37px; bottom: 15px; transform: scale(.8) rotate(29deg); transform-origin: bottom right; }
  .visual-sticker { width: 72px; height: 72px; }
  .visual-sticker strong { font-size: 16px; }
  .visual-note { font-size: 8px; }
  .service-card { min-height: 285px; padding: 13px; }
  .service-card h3 { font-size: 15px; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card-wide { grid-column: auto; }
  .work-art, .work-card-wide .work-art { min-height: 300px; }
  .work-card-wide .work-art { min-height: 340px; }
  .cafe-type strong { font-size: 75px; }
  .atelier-stamp b { font-size: 69px; }
  .nord-window { width: 76%; min-height: 240px; }
  .nord-main strong { font-size: 51px; }
  .digital-art { min-height: 300px; }
  .digital-sheet { width: 200px; height: 260px; padding: 17px; }
  .sheet-back { left: 4%; }
  .sheet-front { right: 5%; }
  .sheet-front strong { font-size: 30px; }
  .digital-seal { right: 0; bottom: 6px; width: 70px; height: 70px; font-size: 7px; }
  .contact-inner h2 { font-size: 46px; }
  .contact-email { font-size: 21px; }
  .footer-top { font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* New conversion sections extend the existing BMA visual system. */
.service-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; border: 0; }
.service-card { grid-column: span 2; min-height: 365px; padding: 21px; border: 1px solid var(--line) !important; background: var(--white); }
.service-card:nth-child(4) { grid-column: 2 / span 2; }
.service-card:nth-child(5) { grid-column: 4 / span 2; }
.service-card h3 { min-height: 42px; margin: 27px 0 9px; font-size: 17px; }
.service-card > p { font-size: 11px; }
.service-includes { display: grid; gap: 9px; margin: 16px 0 22px; padding-left: 16px; color: #646a63; font-size: 10px; line-height: 1.45; }
.service-includes li::marker { color: var(--clay); }
.service-cta { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line); color: var(--green); font-size: 10px; font-weight: 700; }
.service-cta span { color: var(--clay); font-size: 15px; transition: transform .2s ease; }
.service-cta:hover span { transform: translate(2px, -2px); }

.work-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: start; gap: 37px 16px; }
.project-card:nth-child(1), .project-card:nth-child(2) { grid-column: span 3; }
.project-card:nth-child(n+3) { grid-column: span 2; }
.work-art { min-height: 300px; }
.project-card:nth-child(-n+2) .work-art { min-height: 340px; }
.work-meta { align-items: flex-start; flex-direction: column; gap: 13px; }
.work-meta > div > span { color: #b7c0b5; }
.work-meta h3 { font-size: 17px; }
.work-meta p { max-width: 420px; margin: 7px 0 0; color: #c0c8be; font-size: 10px; line-height: 1.6; }
.project-link { display: inline-flex; align-items: center; gap: 12px; padding: 0 0 5px; border: 0; border-bottom: 1px solid rgb(255 255 255 / 40%); background: transparent; color: var(--paper); font-size: 10px; font-weight: 700; cursor: pointer; }
.project-link span { color: var(--yellow); font-size: 14px; transition: transform .2s ease; }
.project-link:hover span { transform: translate(2px, -2px); }
.portfolio-cta { margin-top: 49px; text-align: center; }
.portfolio-cta .button-light { border-color: transparent; }
.work-art-restaurant { background: #e5d5bd; color: #294133; }
.restaurant-layout { position: absolute; inset: 0; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: 40px 11%; }
.restaurant-layout > small { position: relative; z-index: 1; font-size: 7px; font-weight: 700; letter-spacing: 1.8px; }
.restaurant-layout > strong { position: relative; z-index: 1; margin-top: 13px; font-family: Georgia, serif; font-size: clamp(49px, 6vw, 74px); font-weight: 400; letter-spacing: -4px; line-height: .82; }
.restaurant-layout > strong span { color: var(--clay); }
.restaurant-layout > i { position: relative; z-index: 1; margin-top: 16px; font-family: Georgia, serif; font-size: 12px; }
.restaurant-plate { position: absolute; top: 15%; right: 10%; width: 43%; aspect-ratio: 1; border: 1px solid #c18e64; border-radius: 50%; }
.restaurant-plate::before, .restaurant-plate::after { position: absolute; inset: 10%; border: 1px solid rgb(193 142 100 / 65%); border-radius: 50%; content: ""; }
.restaurant-plate::after { inset: 22%; background: #d98c61; border: 0; }
.work-art-barber { display: grid; place-items: center; background: #293b34; color: #f1e6d4; }
.barber-mark { position: relative; z-index: 2; display: flex; align-items: center; flex-direction: column; transform: rotate(-4deg); text-align: center; }
.barber-mark span { font-size: 9px; letter-spacing: 4px; }
.barber-mark strong { margin: 4px 0; font-family: Georgia, serif; font-size: clamp(48px, 6vw, 72px); font-weight: 400; letter-spacing: -4px; line-height: .95; }
.barber-mark i { margin-top: 8px; color: #d7a768; font-size: 6px; font-style: normal; letter-spacing: 1.5px; }
.barber-pole { position: absolute; right: 13%; bottom: 16%; width: 20px; height: 95px; overflow: hidden; border: 3px solid #e9ddc9; border-radius: 12px; background: repeating-linear-gradient(135deg, #c85c4b 0 8px, #f1e6d4 8px 16px, #527563 16px 24px); }
.barber-pole b { display: none; }
.work-art-fashion { display: flex; align-items: center; flex-direction: column; background: #ddd7cb; color: #374137; }
.fashion-head { position: absolute; z-index: 3; top: 15%; right: 8%; left: 8%; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgb(55 65 55 / 35%); padding-bottom: 8px; }
.fashion-head b { font-size: 8px; letter-spacing: 1.4px; }
.fashion-head span, .fashion-foot { font-size: 6px; letter-spacing: 1px; }
.fashion-silhouette { position: absolute; top: 23%; left: 50%; width: 118px; height: 165px; transform: translateX(-50%); }
.fashion-silhouette i { position: absolute; top: 0; left: 44px; width: 30px; height: 30px; border-radius: 50%; background: #b48668; }
.fashion-silhouette b { position: absolute; top: 27px; left: 16px; width: 88px; height: 133px; clip-path: polygon(34% 0, 66% 0, 100% 28%, 80% 40%, 73% 27%, 84% 100%, 16% 100%, 27% 27%, 20% 40%, 0 28%); background: #6c7969; }
.fashion-word { position: absolute; right: 0; bottom: 10%; left: 0; z-index: 2; font-family: var(--font-display); font-size: clamp(43px, 6vw, 70px); font-weight: 500; letter-spacing: -.09em; text-align: center; }
.fashion-foot { position: absolute; right: 8%; bottom: 8%; left: 8%; text-align: center; }
.work-art-construction { background: #e2d5bc; color: #26372d; }
.construction-sky { position: absolute; inset: 0 0 30%; overflow: hidden; background: #d4e0d8; }
.construction-sun { position: absolute; top: 15%; right: 14%; width: 70px; aspect-ratio: 1; border-radius: 50%; background: #dfa960; }
.construction-block { position: absolute; bottom: 0; width: 22%; background: #617267; }
.block-one { left: 9%; height: 42%; }
.block-two { left: 35%; height: 70%; background: #3f594c; }
.block-three { right: 12%; height: 55%; background: #8c9a89; }
.block-one::before, .block-two::before, .block-three::before { position: absolute; top: 13px; right: 8px; left: 8px; height: 1px; background: rgb(245 243 237 / 65%); box-shadow: 0 13px 0 rgb(245 243 237 / 55%), 0 26px 0 rgb(245 243 237 / 45%); content: ""; }
.construction-copy { position: absolute; right: 8%; bottom: 8%; left: 8%; display: flex; flex-direction: column; }
.construction-copy small { font-size: 6px; font-weight: 700; letter-spacing: 1.3px; }
.construction-copy strong { margin-top: 8px; font-family: var(--font-display); font-size: clamp(19px, 3vw, 31px); font-weight: 800; letter-spacing: -.07em; line-height: .97; }
.construction-copy strong span { color: #9f603f; }
.construction-copy i { position: absolute; right: 0; bottom: 0; font-family: Georgia, serif; font-size: 10px; font-style: normal; letter-spacing: 1.2px; }

.pricing { padding-block: 112px 105px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.pricing-card { min-height: 440px; display: flex; align-items: flex-start; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: var(--white); }
.pricing-label { color: #5e655e; font-size: 8px; font-weight: 700; letter-spacing: 1.5px; }
.pricing-card h3 { margin: 13px 0 7px; font-family: var(--font-display); font-size: 27px; letter-spacing: -1px; }
.pricing-card > p { min-height: 40px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.pricing-price { display: flex; align-items: baseline; gap: 9px; margin: 24px 0 17px; }
.pricing-price small { color: #5e655e; font-size: 9px; }
.pricing-price strong { font-family: var(--font-display); font-size: 27px; letter-spacing: -1px; }
.pricing-card ul { display: grid; gap: 12px; width: 100%; margin: 0 0 25px; padding: 19px 0 0 17px; border-top: 1px solid var(--line); color: #5e655e; font-size: 10px; line-height: 1.4; }
.pricing-card li::marker { color: var(--clay); }
.pricing-card .button { width: 100%; margin-top: auto; justify-content: space-between; }
.button-outline { border-color: var(--ink); color: var(--ink); }
.button-outline:hover, .button-outline:focus-visible { background: var(--ink); color: var(--paper); }
.pricing-card-featured { border-color: var(--green); background: var(--green); color: var(--paper); }
.pricing-card-featured .pricing-label, .pricing-card-featured > p, .pricing-card-featured .pricing-price small { color: #c0c8be; }
.pricing-card-featured ul { border-color: rgb(255 255 255 / 20%); color: #e0e5dc; }
.pricing-card-featured li::marker { color: var(--yellow); }
.pricing-note { max-width: 800px; line-height: 1.6; }

.contact-section { padding-block: 92px 100px; text-align: left; }
.contact-inner { display: grid; grid-template-columns: .88fr 1.12fr; align-items: start; gap: clamp(36px, 7vw, 95px); }
.contact-intro { display: flex; align-items: flex-start; flex-direction: column; }
.contact-inner h2 { margin: 20px 0 18px; font-size: clamp(43px, 5vw, 65px); }
.contact-intro > p:not(.eyebrow) { max-width: 430px; margin: 0; color: #5e655e; font-size: 12px; line-height: 1.8; }
.contact-direct { display: flex; align-items: flex-start; flex-direction: column; gap: 4px; margin-top: 31px; }
.contact-direct > span { color: #5e655e; font-size: 9px; }
.contact-direct .contact-email { margin-top: 4px; font-size: clamp(19px, 2.3vw, 27px); }
.contact-location { margin-top: 27px; }
.contact-form { padding: 27px; border: 1px solid #dedbd1; background: rgb(255 254 250 / 78%); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 14px; }
.form-field { display: flex; align-items: flex-start; flex-direction: column; gap: 7px; color: #414940; font-size: 10px; font-weight: 700; }
.form-field .field-label { display: block; line-height: 1.2; }
.form-field .field-label > span { color: var(--clay); }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 45px; border: 1px solid #d8d7cf; border-radius: 2px; padding: 11px 12px; background: #fffefa; color: var(--ink); font: 400 11px var(--font-body); }
.form-field textarea { min-height: 118px; resize: vertical; line-height: 1.6; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #656a63; opacity: 1; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 2px solid rgb(215 117 85 / 60%); outline-offset: 1px; border-color: var(--clay); }
.form-field-wide { grid-column: 1 / -1; }
.form-honeypot { display: none; }
.form-consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 16px; color: #414940; font-size: 10px; font-weight: 600; line-height: 1.6; }
.form-consent input { width: 17px; height: 17px; flex: 0 0 17px; margin: 0; accent-color: var(--green); }
.form-consent > span > span { color: var(--clay); }
.form-note { margin: 17px 0 0; color: #5e655e; font-size: 9px; line-height: 1.6; }
.form-note a { color: var(--green); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 17px; }
.form-actions > span { color: #5e655e; font-size: 8px; }
.form-actions .button { border: 0; cursor: pointer; }
.form-actions .button:disabled { cursor: wait; opacity: .7; }
.form-status { min-height: 0; margin: 0; color: var(--green); font-size: 10px; line-height: 1.6; }
.form-status:not(:empty) { margin-top: 14px; }
.form-status.is-error { color: #9f463a; }
.form-status.is-success { color: var(--green); }

.project-dialog { position: fixed; width: min(560px, calc(100% - 32px)); max-width: none; padding: 47px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); box-shadow: 0 24px 80px rgb(0 0 0 / 20%); }
.project-dialog::backdrop { background: rgb(18 30 23 / 65%); backdrop-filter: blur(3px); }
.dialog-close { position: absolute; top: 13px; right: 15px; width: 35px; height: 35px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font-size: 22px; line-height: 1; cursor: pointer; }
.dialog-category { color: var(--green); }
.project-dialog h2 { margin: 17px 0 12px; font-family: var(--font-display); font-size: clamp(32px, 6vw, 47px); letter-spacing: -.06em; }
.dialog-description { color: #626961; font-size: 13px; line-height: 1.8; }
.concept-disclaimer { margin: 21px 0; padding: 12px 14px; background: var(--paper-deep); color: #656b63; font-size: 10px; line-height: 1.6; }
.dialog-contact { margin-top: 7px; }

@media (max-width: 1000px) {
  .service-card { min-height: 375px; padding: 17px; }
  .service-card h3 { font-size: 15px; }
  .service-includes { font-size: 9px; }
  .project-card:nth-child(n) { grid-column: span 3; }
  .project-card:nth-child(5) { grid-column: 2 / span 4; }
  .project-card:nth-child(3) .work-art, .project-card:nth-child(4) .work-art { min-height: 330px; }
  .work-meta p { max-width: 100%; }
  .contact-inner { gap: 36px; }
  .contact-form { padding: 21px; }
}
@media (max-width: 760px) {
  .service-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .service-card:nth-child(n) { grid-column: auto; min-height: 370px; padding: 17px; }
  .service-card h3 { min-height: 0; margin-top: 26px; font-size: 16px; }
  .service-includes { gap: 8px; font-size: 9px; }
  .work-grid { grid-template-columns: 1fr 1fr; gap: 29px 12px; }
  .project-card:nth-child(n) { grid-column: auto; }
  .project-card:nth-child(n) .work-art { min-height: 280px; }
  .project-card:nth-child(5) { grid-column: 1 / -1; }
  .project-card:nth-child(5) .work-art { min-height: 330px; }
  .restaurant-layout > strong { font-size: clamp(45px, 9vw, 64px); }
  .barber-mark strong { font-size: clamp(44px, 9vw, 62px); }
  .pricing { padding-block: 80px; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .pricing-card { min-height: 420px; padding: 21px; }
  .pricing-card-featured { order: -1; grid-column: 1 / -1; min-height: 385px; }
  .contact-section { padding-block: 76px 82px; }
  .contact-inner { grid-template-columns: 1fr; gap: 30px; }
  .contact-inner h2 { font-size: clamp(46px, 9vw, 63px); }
  .contact-form { padding: 20px; }
  .form-field input, .form-field select, .form-field textarea { font-size: 16px; }
  .project-dialog { padding: 40px 27px 28px; }
}
@media (max-width: 430px) {
  .service-grid, .pricing-grid, .work-grid { grid-template-columns: 1fr; }
  .service-card:nth-child(n) { min-height: 0; padding: 20px; }
  .service-card h3 { min-height: 0; }
  .service-includes { margin-bottom: 20px; font-size: 10px; }
  .project-card:nth-child(n) { grid-column: auto; }
  .project-card:nth-child(n) .work-art { min-height: 315px; }
  .project-card:nth-child(5) .work-art { min-height: 315px; }
  .restaurant-layout > strong { font-size: 69px; }
  .barber-mark strong { font-size: 67px; }
  .fashion-silhouette { width: 130px; height: 168px; }
  .fashion-word { font-size: 70px; }
  .construction-copy strong { font-size: 27px; }
  .pricing-card, .pricing-card-featured { min-height: 0; grid-column: auto; padding: 23px; }
  .pricing-card-featured { order: 0; }
  .pricing-card ul { margin-bottom: 22px; }
  .form-grid { grid-template-columns: 1fr; gap: 14px; }
  .form-field-wide { grid-column: auto; }
  .form-actions { align-items: flex-start; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .contact-direct .contact-email { font-size: 20px; }
  .project-dialog { padding: 38px 22px 24px; }
}
