@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root { --ink: #1b211d; --muted: #667069; --paper: #f3f0e8; --line: rgba(27, 33, 29, .16); --lime: #d7f45b; --blue: #9ed4ea; --coral: #f47e61; --lilac: #c6b4ee; --yellow: #f8d85d; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'Space Grotesk', sans-serif; overflow-x: hidden; }
body:before { position: fixed; inset: 0; z-index: -1; content: ''; opacity: .35; pointer-events: none; background-image: radial-gradient(rgba(27,33,29,.15) .65px, transparent .65px); background-size: 8px 8px; }
a { color: inherit; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-shell { width: min(1240px, calc(100% - 64px)); margin: auto; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 80px; border-bottom: 1px solid var(--line); background: rgba(243,240,232,.94); backdrop-filter: blur(12px); }
.brand { color: var(--ink); text-decoration: none; font-size: 26px; font-weight: 700; letter-spacing: .01em; }
.brand span { color: #ef684c; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; margin-right: 34px; }
.main-nav a, .login-link { color: var(--muted); text-decoration: none; font-size: 12px; font-weight: 600; }
.main-nav a:hover, .main-nav a.active, .login-link:hover { color: var(--ink); }
.main-nav a.active { text-decoration: underline; text-decoration-color: #ef684c; text-underline-offset: 7px; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.login-link span { color: #ef684c; font-size: 16px; }
.cart-button, .menu-button { border: 0; background: none; cursor: pointer; }
.cart-button { position: relative; display: flex; align-items: center; gap: 6px; padding: 7px 0; }
.cart-icon { font-size: 22px; transform: rotate(-35deg); display: inline-block; }
.cart-count { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: var(--ink); color: var(--paper); font: 10px 'DM Mono', monospace; }
.menu-button { display: none; padding: 6px 0 6px 12px; }
.menu-button span { display: block; width: 22px; height: 1px; margin: 5px 0; background: var(--ink); }
.section-pad { padding: 116px 0; }
.section-topless { padding-top: 0; }
.hero { min-height: 660px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 56px; padding-top: 90px; }
.kicker { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: #ef684c; font: 11px 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase; }
.kicker-dot { width: 7px; height: 7px; border-radius: 50%; background: #ef684c; box-shadow: 0 0 0 5px rgba(239,104,76,.13); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font-size: 106px; line-height: .87; letter-spacing: .01em; font-weight: 700; }
h1 span, h2 em { color: #6e963d; font-style: normal; }
.hero-lede { max-width: 410px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; margin: 32px 0 50px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; padding: 14px 17px; border: 1px solid var(--ink); text-decoration: none; font-size: 12px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.button-dark { color: var(--paper); background: var(--ink); }
.button-light { color: var(--ink); background: var(--lime); }
.button span { font-size: 17px; line-height: 10px; }
.hero-proof { display: flex; align-items: center; gap: 13px; color: var(--muted); font: 10px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }
.hero-proof strong { color: var(--ink); font-weight: 500; }
.hero-art { position: relative; min-height: 500px; overflow: hidden; background: #d9e7d0; border: 1px solid var(--ink); }
.hero-art:before { position: absolute; inset: 28px; content: ''; border: 1px solid rgba(27,33,29,.24); border-radius: 50%; transform: rotate(-23deg) scaleX(1.4); }
.orbit { position: absolute; border: 1px solid rgba(27,33,29,.24); border-radius: 50%; }
.orbit-one { width: 430px; height: 180px; top: 90px; left: -45px; transform: rotate(31deg); }
.orbit-two { width: 430px; height: 230px; right: -70px; bottom: 38px; transform: rotate(-37deg); }
.art-card { position: absolute; border: 1px solid var(--ink); box-shadow: 5px 5px 0 rgba(27,33,29,.8); }
.art-card-main { top: 130px; left: 18%; width: 250px; height: 250px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; background: var(--ink); color: var(--paper); transform: rotate(-7deg); }
.art-card-main span { font-size: 52px; color: var(--lime); font-weight: 700; }
.art-card-main strong { font-size: 26px; line-height: 1; font-weight: 500; }
.art-card-main small, .art-card-note small { color: #b9c3ba; font: 10px 'DM Mono', monospace; text-transform: uppercase; }
.art-card-note { right: 10%; top: 92px; padding: 14px 18px; background: var(--lime); transform: rotate(9deg); font-size: 21px; font-weight: 700; }
.art-card-note small { display: block; margin-top: 5px; color: var(--ink); }
.art-sticker { position: absolute; right: 15%; bottom: 58px; display: grid; place-items: center; width: 105px; height: 105px; border-radius: 50%; color: var(--paper); background: #ef684c; text-align: center; font-size: 13px; line-height: 1.05; font-weight: 700; transform: rotate(12deg); }
.art-line { position: absolute; width: 58px; height: 1px; background: var(--ink); transform-origin: left; }
.line-one { right: 9%; top: 45%; transform: rotate(49deg); }.line-two { left: 8%; bottom: 25%; transform: rotate(-28deg); }
.section-heading h2, h2 { margin-bottom: 0; font-size: 56px; line-height: .98; letter-spacing: .01em; font-weight: 600; }
.section-heading .kicker { margin-bottom: 17px; }
.section-note { max-width: 340px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.service-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; border-top: 1px solid var(--line); }
.service-intro .section-note { justify-self: end; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-card { position: relative; min-height: 330px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--ink); text-decoration: none; transition: transform .25s, box-shadow .25s; }
.category-card:hover { transform: translateY(-7px); box-shadow: 6px 7px 0 var(--ink); }
.card-green { background: var(--lime); }.card-blue { background: var(--blue); }.card-coral { background: var(--coral); }.card-lilac { background: var(--lilac); }
.category-number { font: 10px 'DM Mono', monospace; }.service-symbol { margin-top: 35px; font-size: 38px; }.category-card h3 { margin: 18px 0 12px; font-size: 27px; line-height: .98; font-weight: 600; }.category-card p { max-width: 180px; margin-bottom: 0; font-size: 13px; line-height: 1.5; }.card-link { margin-top: auto; font-size: 12px; font-weight: 700; }.card-link b { margin-left: 8px; font-size: 17px; }
.popular-section { border-top: 1px solid var(--line); }.inline-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }.arrow-link { color: var(--ink); font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }.arrow-link span { margin-left: 8px; color: #ef684c; font-size: 17px; text-decoration: none; }.popular-list { margin-top: 52px; border-top: 1px solid var(--line); }.popular-list a { display: grid; grid-template-columns: 52px 1fr 200px 20px; align-items: center; gap: 10px; padding: 18px 0; border-bottom: 1px solid var(--line); text-decoration: none; }.popular-list a:hover { background: rgba(215,244,91,.18); }.popular-icon { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--ink); border-radius: 50%; font-size: 20px; }.popular-list small, .popular-list strong { display: block; }.popular-list small { margin-bottom: 4px; color: var(--muted); font: 10px 'DM Mono', monospace; text-transform: uppercase; }.popular-list strong { font-size: 16px; font-weight: 600; }.popular-list b { color: var(--muted); font-size: 12px; font-weight: 500; }.popular-list i { font-size: 18px; font-style: normal; }
.market-section { border-top: 1px solid var(--line); }.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 58px; }.package-card { min-height: 385px; padding: 25px; display: flex; flex-direction: column; border: 1px solid var(--ink); background: rgba(255,255,255,.22); }.featured-package { background: var(--lime); }.package-tag { display: inline-block; width: max-content; padding: 6px 8px; color: var(--ink); background: rgba(27,33,29,.1); font: 10px 'DM Mono', monospace; text-transform: uppercase; }.package-card h3 { margin: 38px 0 12px; font-size: 25px; font-weight: 600; }.package-card p { min-height: 48px; max-width: 260px; color: var(--muted); font-size: 13px; line-height: 1.5; }.package-card ul { padding: 17px 0 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }.package-card li { padding: 5px 0; font-size: 12px; }.package-card li:before { content: '✓'; margin-right: 8px; color: #ef684c; font-weight: 700; }.package-bottom { display: flex; align-items: end; justify-content: space-between; gap: 15px; margin-top: auto; }.package-bottom strong { font-size: 17px; }.package-bottom strong span { display: block; color: var(--muted); font: 10px 'DM Mono', monospace; font-weight: 400; text-transform: uppercase; }.mini-button { font-size: 11px; font-weight: 700; text-underline-offset: 4px; }
.instagram-section { background: var(--ink); color: var(--paper); padding-right: 7%; padding-left: 7%; margin-left: calc((100% - 100vw) / 2); margin-right: calc((100% - 100vw) / 2); }.instagram-section .kicker { color: var(--lime); }.instagram-section .section-note { color: #adb8ae; }.instagram-section h2 em { color: var(--lime); }.growth-tabs { display: flex; gap: 8px; margin-top: 52px; overflow-x: auto; }.growth-tab { padding: 11px 15px; border: 1px solid #59635c; background: none; color: #adb8ae; cursor: pointer; font-size: 12px; white-space: nowrap; }.growth-tab.active, .growth-tab:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }.growth-product { display: grid; grid-template-columns: 90px 1fr 170px 150px; align-items: center; gap: 24px; margin-top: 14px; padding: 28px; border: 1px solid #59635c; }.product-mark { display: grid; place-items: center; width: 78px; height: 78px; border-radius: 50%; background: var(--coral); color: var(--ink); font-size: 52px; }.product-info .package-tag { background: rgba(215,244,91,.18); color: var(--lime); }.product-info h3 { margin: 12px 0 6px; font-size: 24px; font-weight: 500; }.product-info p { margin: 0; color: #adb8ae; font-size: 12px; }.product-price { margin-top: 16px; color: var(--lime); font-size: 18px; font-weight: 700; }.product-price span { color: #adb8ae; font-size: 11px; font-weight: 400; }.quantity-control label { display: block; margin-bottom: 9px; color: #adb8ae; font: 10px 'DM Mono', monospace; text-transform: uppercase; }.quantity-control div { display: flex; align-items: center; border: 1px solid #59635c; }.quantity-control button, .quantity-control input { width: 38px; height: 38px; border: 0; color: var(--paper); background: transparent; text-align: center; }.quantity-control button { cursor: pointer; font-size: 20px; }.quantity-control input { width: 45px; border-right: 1px solid #59635c; border-left: 1px solid #59635c; font-size: 12px; }.order-button { border-color: var(--lime); }
.design-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 58px; }.design-card { min-height: 340px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--ink); }.design-yellow { background: var(--yellow); }.design-pink { background: #f4a2c1; }.design-orange { background: #f1a15d; }.design-symbol { font-size: 40px; }.design-card h3 { margin: 45px 0 13px; font-size: 27px; line-height: 1; font-weight: 600; }.design-card p { margin-bottom: 8px; font-size: 12px; }.design-card strong { margin-top: auto; font-size: 14px; }.design-card a { margin-top: 18px; font-size: 12px; font-weight: 700; text-underline-offset: 4px; }
.marketing-section { background: #d6e4ed; margin-left: calc((100% - 100vw) / 2); margin-right: calc((100% - 100vw) / 2); padding-right: max(32px, calc((100vw - 1240px) / 2)); padding-left: max(32px, calc((100vw - 1240px) / 2)); }.marketing-list { margin-top: 58px; border-top: 1px solid var(--line); }.marketing-list article { display: grid; grid-template-columns: 60px 1fr 185px 100px; align-items: center; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }.list-index { font: 11px 'DM Mono', monospace; }.marketing-list h3 { margin: 0 0 7px; font-size: 18px; font-weight: 600; }.marketing-list p { margin: 0; color: var(--muted); font-size: 12px; }.marketing-list strong { font-size: 12px; font-weight: 500; }.marketing-list a { font-size: 11px; font-weight: 700; text-underline-offset: 4px; }
.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; border-top: 1px solid var(--line); }.about-copy > p:not(.kicker) { max-width: 380px; margin: 28px 0; color: var(--muted); font-size: 15px; line-height: 1.7; }.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-self: end; gap: 16px; }.value-grid div { min-height: 170px; padding: 17px; border: 1px solid var(--line); }.value-grid span { color: #ef684c; font-size: 30px; }.value-grid h3 { margin: 25px 0 8px; font-size: 16px; }.value-grid p { color: var(--muted); font-size: 11px; line-height: 1.4; }
.work-section { border-top: 1px solid var(--line); }.work-grid { display: grid; grid-template-columns: 1fr 1.35fr; grid-template-rows: 250px 190px; gap: 14px; margin-top: 58px; }.work-tile { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; color: var(--paper); text-decoration: none; overflow: hidden; border: 1px solid var(--ink); }.work-tile:after { position: absolute; inset: 20px; content: ''; border: 1px solid rgba(243,240,232,.25); border-radius: 50%; transform: rotate(-20deg) scaleX(1.7); }.work-tile span, .work-tile strong, .work-tile i { position: relative; z-index: 1; }.work-tile span { font: 10px 'DM Mono', monospace; }.work-tile strong { font-size: 31px; line-height: .95; font-weight: 500; }.work-tile i { align-self: flex-end; font-size: 22px; font-style: normal; }.work-tile-tall { grid-row: 1 / span 2; background: #4c8270; }.work-tile-wide { background: #ef684c; }.work-tile-small { background: #7871a7; }
.quote-section { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding-bottom: 140px; background: var(--ink); color: var(--paper); margin-left: calc((100% - 100vw) / 2); margin-right: calc((100% - 100vw) / 2); padding-right: max(32px, calc((100vw - 1240px) / 2)); padding-left: max(32px, calc((100vw - 1240px) / 2)); }.quote-section .kicker { color: var(--lime); }.quote-section h2 em { color: var(--lime); }.quote-section > div > p:not(.kicker) { max-width: 320px; margin-top: 28px; color: #adb8ae; line-height: 1.6; font-size: 14px; }.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; align-content: start; }.quote-form label { color: #adb8ae; font: 10px 'DM Mono', monospace; text-transform: uppercase; }.quote-form input, .quote-form select, .quote-form textarea { display: block; width: 100%; margin-top: 9px; padding: 12px 0; border: 0; border-bottom: 1px solid #59635c; outline: 0; color: var(--paper); background: transparent; font: 13px 'Space Grotesk', sans-serif; resize: vertical; }.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--lime); }.quote-form select option { color: var(--ink); }.quote-form label:nth-child(3), .quote-form label:nth-child(4), .quote-form button, .form-message { grid-column: 1 / -1; }.quote-form button { justify-self: start; margin-top: 12px; }.form-message { margin: 0; color: var(--lime); font-size: 12px; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: 70px 0 25px; }.site-footer p { color: var(--muted); font-size: 13px; line-height: 1.5; }.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.footer-links div { display: flex; flex-direction: column; gap: 9px; }.footer-links small { margin-bottom: 9px; color: #ef684c; font: 10px 'DM Mono', monospace; text-transform: uppercase; }.footer-links a { color: var(--muted); font-size: 12px; text-decoration: none; }.footer-links a:hover { color: var(--ink); }.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 30px; border-top: 1px solid var(--line); color: var(--muted); font: 10px 'DM Mono', monospace; text-transform: uppercase; }.toast { position: fixed; right: 24px; bottom: 24px; z-index: 30; max-width: 300px; padding: 14px 18px; color: var(--paper); background: var(--ink); border-left: 4px solid var(--lime); box-shadow: 4px 4px 0 rgba(27,33,29,.25); font-size: 12px; opacity: 0; transform: translateY(15px); pointer-events: none; transition: opacity .2s, transform .2s; }.toast.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 900px) { .site-shell { width: min(100% - 40px, 1240px); }.main-nav { gap: 13px; margin-right: 15px; }.hero { grid-template-columns: 1fr 1fr; gap: 25px; }.hero-art { min-height: 420px; }.art-card-main { width: 210px; height: 210px; }.category-grid { grid-template-columns: repeat(2, 1fr); }.instagram-section, .marketing-section, .quote-section { margin-left: calc((100% - 100vw) / 2); margin-right: calc((100% - 100vw) / 2); padding-right: 40px; padding-left: 40px; }.growth-product { grid-template-columns: 78px 1fr 150px; }.order-button { grid-column: 2 / -1; justify-self: end; }.marketing-list article { grid-template-columns: 45px 1fr 150px; }.marketing-list a { grid-column: 2 / -1; }.about-section, .quote-section { gap: 45px; } }
@media (max-width: 640px) { .site-shell { width: calc(100% - 32px); }.site-header { min-height: 68px; }.main-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 16px 16px; border: 1px solid var(--ink); background: var(--paper); }.main-nav.open { display: flex; }.main-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }.menu-button { display: block; }.login-link { display: none; }.section-pad { padding: 80px 0; }.hero { display: block; min-height: 0; padding-top: 78px; }.hero h1 { font-size: 76px; }.hero-actions { flex-direction: column; align-items: flex-start; }.hero-art { min-height: 370px; margin-top: 65px; }.art-card-main { left: 12%; width: 195px; height: 195px; }.art-card-main strong { font-size: 21px; }.art-card-note { right: 7%; }.art-sticker { right: 9%; bottom: 38px; width: 83px; height: 83px; font-size: 11px; }.service-intro, .about-section, .quote-section { display: block; }.service-intro .section-note { margin-top: 28px; }.section-heading h2, h2 { font-size: 44px; }.category-grid, .package-grid, .design-grid { grid-template-columns: 1fr; }.category-card { min-height: 285px; }.inline-heading { display: block; }.inline-heading .section-note { margin-top: 25px; }.arrow-link { display: inline-block; margin-top: 25px; }.popular-list a { grid-template-columns: 43px 1fr 18px; }.popular-list a b { display: none; }.instagram-section, .marketing-section, .quote-section { margin-left: -16px; margin-right: -16px; padding-right: 16px; padding-left: 16px; }.growth-product { grid-template-columns: 1fr 1fr; padding: 20px; }.product-mark { width: 60px; height: 60px; font-size: 38px; }.product-info { grid-column: 2; }.product-info h3 { font-size: 19px; }.quantity-control { grid-column: 1; }.order-button { grid-column: 2; align-self: end; }.marketing-list article { grid-template-columns: 35px 1fr; gap: 10px; }.marketing-list strong, .marketing-list a { grid-column: 2; }.work-grid { grid-template-columns: 1fr; grid-template-rows: 240px 190px 190px; }.work-tile-tall { grid-row: auto; }.quote-section > div > p:not(.kicker) { margin-bottom: 45px; }.quote-form { display: block; }.quote-form label { display: block; margin-bottom: 22px; }.quote-form button { margin-top: 10px; }.site-footer { display: block; padding-top: 60px; }.footer-links { margin-top: 45px; }.footer-bottom { margin-top: 50px; }.footer-bottom span:last-child { display: none; } }
