@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,700;9..144,900&display=swap');

:root {
  --ink: #221b2e;
  --cream: #fffaf0;
  --paper: #fffdf8;
  --coral: #d92f5a;
  --pink: #ff9ec4;
  --purple: #6447df;
  --yellow: #ffd83d;
  --mint: #7fd7bd;
  --line: #2b2134;
  --shadow: 6px 6px 0 var(--line);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }
.site-header { position: relative; z-index: 10; border-bottom: 2px solid var(--line); background: rgba(255,250,240,.94); }
.nav-shell, .section-shell, .footer-shell { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.nav-shell { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { display: inline-flex; flex-direction: column; text-decoration: none; font: 900 1.4rem/1 "Fraunces", serif; letter-spacing: -.05em; }
.wordmark span { color: var(--coral); }
.wordmark small { margin-top: .35rem; font: 600 .55rem/1 "DM Sans", sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.nav-links { display: flex; gap: 2rem; }
.nav-links a { text-decoration: none; font-weight: 700; }
.nav-links a:hover { color: var(--coral); }
.nav-cta { padding: .7rem 1rem; background: var(--yellow); border: 2px solid var(--line); border-radius: 999px; box-shadow: 3px 3px 0 var(--line); text-decoration: none; font-weight: 800; }
.hero { min-height: 700px; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; padding-block: clamp(5rem, 9vw, 9rem); }
.eyebrow, .section-kicker { margin: 0 0 1rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; font-size: .76rem; }
.eyebrow { display: inline-block; padding: .45rem .8rem; background: var(--mint); border: 2px solid var(--line); border-radius: 999px; transform: rotate(-1deg); }
h1, h2, h3 { font-family: "Fraunces", serif; line-height: .99; letter-spacing: -.045em; }
h1 { max-width: 760px; margin: 1rem 0 1.5rem; font-size: clamp(3.4rem, 7.5vw, 7rem); }
h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.hero__intro { max-width: 590px; margin: 0 0 2rem; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 1rem; }
.button { display: inline-flex; align-items: center; gap: 1.6rem; padding: .95rem 1.25rem; border: 2px solid var(--line); border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translate(-2px,-2px); box-shadow: 5px 5px 0 var(--line); }
.button--primary { background: var(--coral); color: white; }
.button--ghost { background: var(--paper); }
.hero__art { position: relative; justify-self: center; width: min(100%, 420px); }
.hero__frame { aspect-ratio: 4/5; display: grid; place-items: center; border: 3px solid var(--line); border-radius: 45% 45% 24px 24px; background: linear-gradient(150deg, var(--pink), var(--yellow)); box-shadow: 12px 12px 0 var(--purple); overflow: hidden; }
.hero__frame span { padding: .6rem 1rem; background: var(--paper); border: 2px solid var(--line); border-radius: 999px; font-weight: 800; transform: rotate(-3deg); }
.hero__art > p { position: absolute; right: -1rem; bottom: 1.5rem; margin: 0; padding: .65rem 1rem; background: var(--paper); border: 2px solid var(--line); box-shadow: 4px 4px 0 var(--line); font-family: "Fraunces", serif; font-weight: 900; transform: rotate(4deg); }
.doodle { position: absolute; z-index: 2; font-size: 3rem; }
.doodle--one { left: -1.8rem; top: 14%; color: var(--purple); transform: rotate(-12deg); }
.doodle--two { right: -1.2rem; top: 5%; color: var(--coral); }
.ticker { overflow: hidden; border-block: 2px solid var(--line); background: var(--yellow); transform: rotate(-.6deg) scale(1.02); }
.ticker div { width: max-content; padding: .8rem 0; font-weight: 900; letter-spacing: .1em; word-spacing: .8em; }
.ticker span { color: var(--coral); }
.about { padding-block: clamp(6rem, 11vw, 10rem); }
.about__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 8vw, 8rem); align-items: end; }
.about__grid p { margin-top: 0; font-size: 1.18rem; }
.text-link { display: inline-block; margin-top: 1rem; padding-bottom: .2rem; border-bottom: 3px solid var(--coral); text-decoration: none; font-weight: 800; }
.featured { padding-bottom: clamp(6rem, 10vw, 9rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.section-heading h2 { max-width: 680px; }
.scribble { padding: .5rem .8rem; background: var(--purple); color: white; font-family: "Fraunces", serif; font-weight: 900; transform: rotate(5deg); }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.work-card { border: 2px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); overflow: hidden; }
.work-card:nth-child(2) { transform: translateY(2rem); }
.work-card__image { position: relative; aspect-ratio: 4/3; display: grid; place-items: center; border-bottom: 2px solid var(--line); overflow: hidden; }
.work-card:nth-child(1) .work-card__image { background: linear-gradient(145deg, var(--yellow), var(--pink)); }
.work-card:nth-child(2) .work-card__image { background: linear-gradient(145deg, var(--mint), #b6f0ff); }
.work-card:nth-child(3) .work-card__image { background: linear-gradient(145deg, #cebfff, var(--pink)); }
.work-card__image img { width: 100%; height: 100%; object-fit: cover; }
.work-card__image span { position: absolute; left: 1rem; bottom: 1rem; padding: .45rem .65rem; background: rgba(255,255,255,.9); border: 2px solid var(--line); border-radius: 999px; font-weight: 800; font-size: .68rem; text-transform: uppercase; }
.work-card__body { padding: 1.35rem; }
.work-card__body p { margin: 0 0 .55rem; color: #6d6178; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.work-card__body h3 { margin: 0 0 .7rem; font-size: 1.7rem; }
.work-card__body span { color: #62586b; }
.services { padding-block: clamp(6rem, 10vw, 9rem); background: var(--purple); color: white; border-block: 2px solid var(--line); }
.services__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.services__intro { position: sticky; top: 2rem; align-self: start; }
.services__intro h2 { margin-bottom: 1.5rem; }
.services__intro > p:last-child { max-width: 480px; color: #ede8ff; }
.service-list { border-top: 2px solid rgba(255,255,255,.65); }
.service-row { display: grid; grid-template-columns: 44px .7fr 1fr; gap: 1.25rem; padding: 2rem 0; border-bottom: 2px solid rgba(255,255,255,.65); align-items: start; }
.service-row > span { display: grid; place-items: center; width: 36px; aspect-ratio: 1; background: var(--yellow); color: var(--ink); border: 2px solid var(--line); border-radius: 50%; font-weight: 900; }
.service-row h3 { margin: .3rem 0 0; font-size: 1.75rem; }
.service-row p { margin: .25rem 0 0; color: #ede8ff; }
.shop { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; padding-block: clamp(6rem, 10vw, 9rem); }
.shop__card { position: relative; min-height: 470px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: clamp(2rem, 5vw, 4rem); border: 2px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.shop__card--ltk { background: var(--pink); }
.shop__card--amazon { background: var(--mint); }
.shop__card h2 { position: relative; z-index: 1; max-width: 520px; margin-bottom: 2rem; font-size: clamp(2.5rem, 4.2vw, 4rem); }
.shop__card .button { position: relative; z-index: 1; }
.button--dark { background: var(--ink); color: white; }
.shop__shape { position: absolute; right: -1rem; top: -5rem; color: rgba(255,255,255,.6); font: 900 15rem/1 "Fraunces", serif; transform: rotate(12deg); }
.contact { position: relative; margin-bottom: clamp(5rem, 9vw, 8rem); padding: clamp(4rem, 9vw, 8rem) 1.5rem; background: var(--yellow); border: 2px solid var(--line); border-radius: var(--radius); box-shadow: 10px 10px 0 var(--coral); text-align: center; overflow: hidden; }
.contact h2 { max-width: 840px; margin: 0 auto 1.4rem; }
.contact > p:not(.section-kicker) { max-width: 600px; margin: 0 auto 2rem; font-size: 1.15rem; }
.contact .button { margin-inline: auto; }
.contact__star { position: absolute; left: 2%; top: 5%; color: var(--coral); font-size: 6rem; transform: rotate(-14deg); }
.contact__pending { display: inline-block; padding: .8rem 1rem; border: 2px dashed var(--line); border-radius: 999px; background: rgba(255,255,255,.5); font-weight: 800; }
.site-footer { padding: 4rem 0 1rem; border-top: 2px solid var(--line); background: var(--ink); color: white; }
.footer-shell { display: grid; grid-template-columns: 1fr 1fr auto; gap: 2rem; align-items: center; }
.wordmark--footer { font-size: 1.7rem; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { font-weight: 800; }
.copyright { margin: 3rem 0 0; text-align: center; color: #cabfd2; font-size: .78rem; }
a:focus-visible { outline: 4px solid var(--purple); outline-offset: 4px; }

.link-page { min-height: 100vh; background: var(--yellow); }
.link-page::before, .link-page::after { content: ""; position: fixed; z-index: -1; width: 30rem; aspect-ratio: 1; border-radius: 50%; filter: blur(1px); }
.link-page::before { left: -12rem; top: -12rem; background: var(--pink); }
.link-page::after { right: -12rem; bottom: -12rem; background: var(--mint); }
.link-page main { min-height: 100vh; }
.link-shell { width: min(100% - 2rem, 620px); margin-inline: auto; padding: 2rem 0 3rem; }
.link-home { display: flex; width: max-content; margin-inline: auto; flex-direction: column; text-align: center; text-decoration: none; font: 900 1.55rem/1 "Fraunces", serif; letter-spacing: -.05em; }
.link-home span { color: var(--coral); }
.link-home small { margin-top: .4rem; font: 700 .55rem/1 "DM Sans", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.link-profile { padding: 2.5rem 0 1.75rem; text-align: center; }
.link-avatar { position: relative; width: 126px; aspect-ratio: 1; display: grid; place-items: center; margin: 0 auto 1.5rem; background: linear-gradient(145deg, var(--pink), var(--purple)); border: 3px solid var(--line); border-radius: 50%; box-shadow: 6px 6px 0 var(--line); }
.link-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.link-avatar > span { color: white; font: 900 4rem/1 "Fraunces", serif; }
.link-avatar i { position: absolute; right: -1rem; top: -.5rem; color: var(--coral); font-size: 2.5rem; font-style: normal; }
.link-eyebrow { margin: 0 0 .5rem; font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.link-profile h1 { margin: 0 0 1rem; font-size: clamp(3.1rem, 12vw, 4.6rem); }
.link-profile > p:last-child { max-width: 480px; margin: 0 auto; font-size: 1.05rem; }
.link-stack { display: grid; gap: 1rem; }
.link-button { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; border: 2px solid var(--line); border-radius: 22px; box-shadow: 5px 5px 0 var(--line); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.link-button:hover { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 var(--line); }
.link-button span { display: flex; flex-direction: column; font: 900 1.25rem/1.15 "Fraunces", serif; }
.link-button small { margin-bottom: .35rem; font: 800 .65rem/1 "DM Sans", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.link-button b { font-size: 1.4rem; }
.link-button--pink { background: var(--pink); }
.link-button--yellow { background: #ffe96f; }
.link-button--mint { background: var(--mint); }
.link-button--purple { background: #c7b9ff; }
.link-button--cream { background: var(--paper); }
.link-button--dark { background: var(--ink); color: white; }
.link-footer { padding: 2.5rem .5rem 0; text-align: center; }
.link-footer p { font-size: .72rem; line-height: 1.5; }
.link-footer span { font-size: .72rem; font-weight: 800; }

@media (max-width: 800px) {
  .nav-links { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 4rem; }
  .hero__copy { text-align: center; }
  .eyebrow { margin-inline: auto; }
  .hero__intro { margin-inline: auto; }
  .button-row { justify-content: center; }
  .hero__art { width: min(78vw, 360px); margin-top: 1rem; }
  .about__grid { grid-template-columns: 1fr; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card:nth-child(2) { transform: none; }
  .services__inner { grid-template-columns: 1fr; }
  .services__intro { position: static; }
  .shop { grid-template-columns: 1fr; }
  .shop__card { min-height: 400px; }
  .footer-shell { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

@media (max-width: 480px) {
  .nav-shell { min-height: 74px; }
  .nav-cta { padding: .65rem .8rem; font-size: .78rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.25rem); }
  .button { width: 100%; justify-content: space-between; }
  .section-heading { align-items: start; flex-direction: column; }
  .service-row { grid-template-columns: 40px 1fr; }
  .service-row p { grid-column: 2; }
  .contact__star { font-size: 3.5rem; }
  .link-shell { width: min(100% - 1.25rem, 620px); }
}

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