@font-face { font-family: 'Bricolage Grotesque'; font-style: normal; font-weight: 500 800; font-display: swap; src: url('/assets/bricolage-latin.woff2') format('woff2'); }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('/assets/dm-sans-latin.woff2') format('woff2'); }
:root { --yellow: #ffdf54; --coral: #ff6a50; --ink: #28291f; --paper: #fffcef; --display: 'Bricolage Grotesque', 'Arial Black', sans-serif; --body: 'DM Sans', Arial, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--yellow); color: var(--ink); font: 400 16px/1.6 var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; touch-action: manipulation; }
a:focus-visible { outline: 3px solid #2348a9; outline-offset: 6px; }
::selection { background: var(--ink); color: var(--yellow); }
.page { width: min(1320px, calc(100% - 96px)); margin: auto; min-height: 100svh; display: flex; flex-direction: column; }
.topbar { min-height: 103px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 3px solid var(--ink); }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 39px/.95 var(--display); letter-spacing: -2px; text-decoration: none; }
.brand svg { width: 39px; height: 39px; transform: rotate(-9deg); }
.period { color: #a92c18; }
.header-note { font-size: 10px; font-weight: 700; letter-spacing: 1.1px; line-height: 1.5; text-align: right; }
main { flex: 1; display: flex; align-items: center; padding: 54px 0 52px; }
.shop-card { width: 100%; background: var(--paper); border: 3px solid var(--ink); border-radius: 16px; box-shadow: 9px 10px 0 var(--ink); }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 2px solid var(--ink); padding: 12px 28px; font-size: 10px; font-weight: 700; letter-spacing: 1.8px; }
.card-top > span:last-child { font-size: 24px; line-height: 1; }
.card-body { display: grid; grid-template-columns: 1.6fr 1fr; align-items: center; gap: 30px; padding: 55px 48px 44px; }
h1 { margin: 0 0 25px; font: 800 clamp(38px, 5.1vw, 72px)/.99 var(--display); letter-spacing: -.055em; }
h1 > span { display: block; }
h1 em { font-style: normal; position: relative; display: inline-block; }
h1 em::after { content: ''; position: absolute; inset: auto -1px 1px; height: 9px; background: var(--coral); transform: rotate(-3deg); z-index: 0; }
.intro { font-size: clamp(17px, 1.55vw, 21px); line-height: 1.55; margin: 0 0 15px; }
.expertise { margin: 0 0 28px; font-size: 15px; line-height: 1.65; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 46px; padding: 16px 24px; background: var(--coral); border: 3px solid var(--ink); border-radius: 8px; box-shadow: 5px 5px 0 var(--ink); font-size: 18px; font-weight: 700; text-decoration: none; transition: transform .16s, box-shadow .16s; }
.button span { font-size: 28px; line-height: 1; }
.button:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--ink); }
.button:active { transform: translate(5px, 5px); box-shadow: none; }
.destination { font-size: 12px; margin: 15px 0 0; }
.art { min-height: 330px; position: relative; display: grid; place-items: center; }
.pegboard { position: absolute; inset: 15px -4px 0 0; border: 2px solid var(--ink); border-radius: 18px; background: radial-gradient(#28291f55 1.5px, transparent 1.5px) 0 0 / 15px 15px, var(--yellow); transform: rotate(-4deg); }
.repair-tag { position: relative; width: 225px; min-height: 320px; background: var(--coral); border: 3px solid var(--ink); border-radius: 42px 42px 6px 6px; padding: 38px 15px 17px; box-shadow: 6px 7px 0 var(--ink); transform: rotate(8deg); text-align: center; display: flex; align-items: center; flex-direction: column; }
.tag-hole { width: 13px; height: 13px; border: 2px solid var(--ink); border-radius: 50%; background: var(--paper); position: absolute; top: 14px; }
.tag-caption { font-size: 9px; letter-spacing: 1px; font-weight: 700; }
.wrench { width: 82px; height: 119px; margin: 12px 0 10px; transform: rotate(8deg); }
.tag-title { font: 800 27px/.97 var(--display); letter-spacing: -1.1px; }
.tag-bottom { border-top: 2px dashed var(--ink); width: calc(100% + 30px); margin-top: 19px; padding-top: 13px; font-size: 9px; font-weight: 700; letter-spacing: 1px; }
.asterisk { position: absolute; right: -19px; bottom: -25px; font: 800 105px/1 var(--display); color: var(--ink); transform: rotate(8deg); }
.card-bottom { padding: 18px 28px; border-top: 2px dashed var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 9px; font-weight: 700; letter-spacing: 1px; }
.bottom-star { font-size: 25px; line-height: 1; }
footer { display: flex; justify-content: space-between; gap: 20px; border-top: 2px solid var(--ink); padding: 19px 0 23px; font-size: 11px; }
footer > span:last-child { font-weight: 700; letter-spacing: 1px; }
@media (min-width: 1500px) { .card-body { padding: 65px 64px 56px; gap: 65px; } h1 { font-size: 84px; } .art { min-height: 365px; } }
@media (max-width: 1000px) { .page { width: calc(100% - 64px); } .card-body { gap: 20px; padding: 42px 32px 36px; } .repair-tag { width: 190px; } .tag-title { font-size: 24px; } .asterisk { right: -14px; font-size: 80px; } .art { min-height: 335px; } }
@media (max-width: 740px) { .page { width: calc(100% - 40px); } .topbar { min-height: 83px; } .brand { font-size: 33px; } .brand svg { width: 33px; height: 33px; } .header-note { font-size: 8px; letter-spacing: .7px; } main { padding: 32px 0 37px; } .shop-card { border-radius: 12px; box-shadow: 5px 6px 0 var(--ink); } .card-top { padding: 13px 21px; font-size: 8px; letter-spacing: 1.1px; } .card-body { display: block; padding: 32px 24px 27px; } h1 { font-size: clamp(38px, 7.8vw, 58px); } .intro { font-size: 17px; } .art { display: none; } .expertise { font-size: 14px; margin-bottom: 24px; } .button { width: 100%; font-size: 17px; padding: 15px 21px; } .destination { text-align: center; } .card-bottom { padding: 16px 20px; flex-wrap: wrap; justify-content: center; text-align: center; gap: 8px 14px; font-size: 8px; } .card-bottom > span:last-child { flex-basis: 100%; } .bottom-star { font-size: 20px; } footer { font-size: 10px; gap: 12px; } }
@media (max-width: 360px) { .page { width: calc(100% - 32px); } .header-note { display: none; } .card-body { padding-inline: 18px; } h1 { font-size: clamp(30px, 10.5vw, 38px); } .desktop-break { display: none; } .card-top { padding-inline: 17px; letter-spacing: .5px; } .intro { font-size: 16px; } footer > span:last-child { display: none; } }
@media (prefers-reduced-motion: reduce) { .button { transition: none; } }
