/* ============================================================
   ALEX MORGAN - BASIC HTML & CSS PORTFOLIO
   Change the colors below to quickly personalize the whole site.
   No JavaScript, frameworks, web fonts, or build tools required.
   ============================================================ */
:root {
  --page: #f7f8f4;
  --surface: #ffffff;
  --ink: #202c26;
  --muted: #606b64;
  --green: #245e48;
  --green-dark: #163f32;
  --line: #dfe4db;
  --mint: #e0ede2;
  --lavender: #e6e7f4;
  --peach: #f4e3d5;
  --radius: 18px;
  --max-width: 1180px;
}

/* BASE & ACCESSIBILITY */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--page); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 650; }
h1, h2 { letter-spacing: -0.055em; }
h1 { font-size: clamp(3.2rem, 5.6vw, 5rem); line-height: 1.08; }
h2 { font-size: clamp(2rem, 3.5vw, 3.1rem); line-height: 1.16; }
h3 { font-size: 1.38rem; letter-spacing: -0.025em; line-height: 1.3; }
em { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
svg { flex-shrink: 0; }
a:focus-visible { outline: 3px solid #aa5b26; outline-offset: 6px; border-radius: 5px; }
::selection { background: #d4e6bb; color: #15261e; }
.container { width: min(var(--max-width), calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; transform: translateY(-180%); background: var(--green-dark); color: white; padding: 12px 20px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.section { padding-block: 94px; }
.eyebrow { font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: 0.16em; line-height: 1.6; }
.section-index { color: #757f77; margin-right: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 14px 23px; border: 1px solid transparent; border-radius: 8px; font-size: 13px; font-weight: 600; line-height: 1.4; transition: background 180ms ease, transform 180ms ease, border-color 180ms ease; }
.button svg, .text-link svg { width: 18px; height: 18px; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: white; }
.button-primary:hover { background: var(--green-dark); }
.button-outline { border-color: #c7d0c5; }
.button-outline:hover { background: #e7ede4; border-color: #a6b5a6; }
.button-small { min-height: 42px; padding: 10px 17px; font-size: 12px; gap: 16px; }
.button-light { background: #f4f5dd; color: var(--green-dark); }
.button-light:hover { background: #e4e9c5; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 13px; font-weight: 600; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.status-dot, .tiny-dot, .contact-dot { display: inline-block; flex-shrink: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }

/* HEADER: the mobile navigation stays visible and requires no script. */
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247, 248, 244, 0.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-size: 17px; font-weight: 700; letter-spacing: -0.6px; white-space: nowrap; }
.brand-mark { display: flex; justify-content: center; align-items: center; width: 34px; height: 34px; border-radius: 9px; background: var(--green-dark); color: #f2f4d7; font-family: Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1; padding-bottom: 5px; letter-spacing: -2px; }
.brand-dot { color: var(--green); }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { padding-block: 12px; font-size: 12px; font-weight: 500; color: #4f5c53; }
.main-nav a:hover { color: var(--green); text-decoration: underline; text-underline-offset: 6px; }
.header-cta { justify-self: end; }

/* HERO */
.hero { display: grid; grid-template-columns: 1.08fr 1fr; align-items: center; gap: 38px; padding-block: 78px 76px; }
.availability { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 500; letter-spacing: 0.01em; padding: 6px 10px; border: 1px solid #d6e2d3; border-radius: 100px; background: #eef3e9; }
.status-dot { box-shadow: 0 0 0 3px #dfeadb; width: 5px; height: 5px; margin-left: 2px; }
.hero-eyebrow { margin-top: 28px; margin-bottom: 15px; color: var(--muted); font-size: 10px; }
.hero h1 { margin-bottom: 23px; }
.hero-description { max-width: 440px; font-size: 14px; color: var(--muted); line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 29px; flex-wrap: wrap; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 35px; }
.hero-notes span { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; color: #606b64; }
.hero-notes svg { width: 14px; height: 14px; color: var(--green); }
.hero-visual { position: relative; padding-top: 26px; min-width: 0; }
.visual-topline { position: absolute; top: 7px; right: 20px; display: flex; align-items: center; gap: 7px; font-size: 8px; letter-spacing: 1.5px; font-weight: 500; color: var(--muted); }
.visual-topline .tiny-dot { width: 4px; height: 4px; }
.hero-artwork { width: 100%; }
.craft-note { position: absolute; right: 17px; bottom: -10px; display: flex; align-items: center; gap: 13px; background: #fffefa; padding: 14px 22px 14px 16px; border: 1px solid #e1e5da; border-radius: 11px; box-shadow: 0 10px 35px #243d2910; transform: rotate(-3deg); }
.craft-note span { font-size: 11px; line-height: 1.6; color: var(--muted); }
.craft-note strong { color: var(--ink); font-size: 12px; font-weight: 600; }
.craft-icon { display: grid; place-items: center; width: 35px; height: 35px; }
.craft-icon svg { width: 26px; height: 26px; color: var(--green); }

/* SKILLS STRIP */
.skills-strip { border-block: 1px solid var(--line); }
.skills-inner { display: flex; align-items: center; gap: 50px; min-height: 97px; }
.skills-inner > p { flex: 0 0 165px; padding-right: 25px; border-right: 1px solid var(--line); font-size: 11px; line-height: 1.6; color: var(--muted); }
.skills-inner > p strong { color: var(--ink); font-weight: 600; }
.skill-items { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex: 1; font-size: 13px; font-weight: 500; letter-spacing: -0.1px; }
.skill-separator { font-size: 19px; font-weight: 300; color: #758d70; }

/* WORK */
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading > p { flex-shrink: 0; font-size: 12px; color: var(--muted); line-height: 1.8; padding-bottom: 3px; }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.project-link { display: block; border-radius: var(--radius); }
.project-art { position: relative; overflow: hidden; border-radius: 13px; aspect-ratio: 800 / 650; }
.mint { background: var(--mint); }
.lavender { background: var(--lavender); }
.peach { background: var(--peach); }
.project-art > img { width: 100%; height: 100%; object-fit: contain; transition: transform 300ms ease; }
.project-link:hover .project-art > img { transform: scale(1.035); }
.project-open { position: absolute; display: grid; place-items: center; right: 14px; bottom: 14px; width: 33px; height: 33px; background: #fffdfa; color: var(--green-dark); border-radius: 50%; box-shadow: 0 3px 10px #14261c0a; }
.project-open svg { width: 15px; height: 15px; }
.project-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 21px 0 8px; font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.project-year { font-size: 10px; letter-spacing: 0; }
.project-card h3 { margin-bottom: 8px; font-size: 21px; }
.project-card p { max-width: 315px; font-size: 12px; line-height: 1.8; color: var(--muted); }
.section-footnote { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 38px; font-size: 10px; color: var(--muted); }
.section-footnote .tiny-dot { width: 4px; height: 4px; background: #9aab95; }

/* ABOUT */
.about-section { border-block: 1px solid var(--line); background: #eff2eb; padding-block: 76px; }
.about-grid { display: grid; grid-template-columns: 0.87fr 1fr; gap: 100px; align-items: center; }
.about-visual { display: flex; flex-direction: column; min-height: 403px; padding: 29px 32px; border-radius: 14px; background: #dce5d6; overflow: hidden; }
.about-visual-top { display: flex; justify-content: space-between; align-items: center; }
.about-visual-top span { font-size: 9px; letter-spacing: 0.15em; font-weight: 600; color: #4a604b; }
.about-visual-top svg { width: 28px; height: 28px; color: #637c56; }
.monogram { margin: 10px 0 3px; line-height: 1.25; font-family: Georgia, "Times New Roman", serif; font-size: clamp(130px, 15.5vw, 205px); letter-spacing: -20px; color: var(--green-dark); }
.monogram span { color: #95a878; }
.about-visual-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: auto; gap: 20px; }
.about-visual-bottom > span:first-child { font-size: 11px; line-height: 1.8; color: #51634e; }
.about-visual-bottom strong { color: var(--green-dark); font-weight: 600; }
.about-sticker { display: grid; align-content: center; text-align: center; flex-shrink: 0; height: 78px; width: 78px; background: #f8efd1; color: #55633e; border-radius: 50%; font-family: Georgia, serif; font-style: italic; font-size: 17px; line-height: 1.1; transform: rotate(12deg); }
.about-copy h2 { margin-top: 13px; margin-bottom: 23px; }
.about-copy > p:not(.eyebrow) { font-size: 13px; line-height: 1.9; color: var(--muted); margin-top: 13px; }
.about-skills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.about-skills span { font-size: 10px; padding: 5px 10px; border: 1px solid #ccd7c7; border-radius: 5px; color: #455b48; background: #f4f6f0; }
.about-link { margin-top: 18px; color: var(--green-dark); font-size: 12px; }

/* SERVICES */
.process-section { padding-top: 87px; padding-bottom: 80px; }
.process-section h2 { font-size: clamp(2rem, 3vw, 2.65rem); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.service-card { padding: 26px 29px 28px; }
.service-card + .service-card { border-left: 1px solid var(--line); }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 27px; }
.service-number { font-size: 11px; color: #697a67; }
.service-top svg { width: 29px; height: 29px; color: var(--green); }
.service-card h3 { font-size: 17px; margin-bottom: 12px; }
.service-card p { color: var(--muted); font-size: 12px; line-height: 1.85; }
.service-detail { display: block; color: var(--green); font-size: 9px; margin-top: 23px; }

/* CONTACT */
.contact-section { padding-bottom: 80px; }
.contact-card { position: relative; display: grid; grid-template-columns: 1fr 0.75fr; align-items: end; gap: 70px; padding: 55px 65px; border-radius: 17px; background: var(--green-dark); color: #f6f6ed; overflow: hidden; }
.contact-card .eyebrow { display: flex; align-items: center; gap: 8px; color: #c6d7bd; font-size: 9px; }
.contact-dot { background: #c8db90; width: 5px; height: 5px; }
.contact-card h2 { margin-top: 23px; margin-bottom: 22px; font-size: clamp(2.8rem, 4.6vw, 4.15rem); line-height: 1.02; letter-spacing: -0.045em; }
.contact-card h2 em { color: #d0deaa; }
.contact-copy > p:not(.eyebrow) { font-size: 12px; line-height: 1.9; color: #c0cfc4; }
.contact-card .button { margin-top: 26px; min-width: 135px; min-height: 47px; padding: 12px 18px; font-size: 12px; }
.contact-aside { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding-bottom: 6px; }
.contact-spark { display: flex; align-self: flex-end; margin-bottom: 65px; margin-right: 0; transform: rotate(14deg); }
.contact-spark svg { width: 94px; height: 94px; color: #c8d7a4; }
.contact-spark path { stroke-width: 1.4px; }
.contact-aside > span { font-size: 10px; color: #bed0be; margin-bottom: 11px; }
.contact-email { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; padding-bottom: 14px; border-bottom: 1px solid #507361; font-size: clamp(1rem, 1.7vw, 1.45rem); letter-spacing: -0.03em; }
.contact-email:hover { color: #d0deaa; }
.contact-email svg { width: 21px; height: 21px; }
.contact-aside > p { color: #bacdbd; font-size: 9px; margin-top: 13px; }

/* FOOTER */
.site-footer { border-top: 1px solid var(--line); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 30px; }
.footer-top .brand { font-size: 14px; gap: 8px; }
.footer-top .brand-mark { width: 28px; height: 28px; font-size: 23px; border-radius: 7px; }
.footer-top p, .back-to-top { font-size: 10px; color: var(--muted); }
.back-to-top { min-height: 44px; display: flex; align-items: center; gap: 12px; }
.back-to-top:hover { color: var(--green); }
.back-to-top span { font-size: 18px; }
.footer-bottom { border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; padding-block: 19px 25px; color: var(--muted); font-size: 9px; }

/* PROJECT CASE-STUDY PAGES */
.case-hero { padding-top: 45px; }
.back-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 12px; color: var(--green); }
.back-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.back-link > span { font-size: 20px; }
.case-intro { display: grid; grid-template-columns: 1.25fr 0.8fr; align-items: end; gap: 85px; margin-top: 40px; }
.case-intro .eyebrow { color: var(--green); margin-bottom: 18px; }
.case-intro h1 { font-size: clamp(2.7rem, 5vw, 4.4rem); line-height: 1.09; }
.case-intro > p { font-size: 14px; line-height: 1.9; color: var(--muted); padding-bottom: 3px; }
.case-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 25px; border-block: 1px solid var(--line); padding-block: 22px; margin: 40px 0; }
.case-facts dt { font-size: 10px; color: var(--muted); margin-bottom: 7px; text-transform: uppercase; letter-spacing: 0.08em; }
.case-facts dd { margin: 0; font-size: 13px; font-weight: 500; }
.case-image { border-radius: 18px; overflow: hidden; }
.case-image img { max-width: 920px; width: 100%; margin-inline: auto; }
.case-caption { text-align: center; margin-top: 13px; color: var(--muted); font-size: 10px; }
.case-story { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; padding-block: 75px; }
.case-story .eyebrow { color: var(--green); margin-bottom: 18px; }
.case-story h2 { font-size: 30px; line-height: 1.25; margin-bottom: 20px; }
.case-story p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.9; }
.case-list { padding: 0; margin: 23px 0 0; list-style: none; }
.case-list li { display: flex; align-items: flex-start; gap: 9px; margin-top: 10px; font-size: 12px; line-height: 1.8; color: var(--muted); }
.case-list svg { width: 17px; height: 17px; margin-top: 3px; color: var(--green); }
.takeaway-box { display: flex; align-items: flex-start; gap: 30px; border: 1px solid #d5e0ce; background: #ecf1e7; border-radius: 14px; padding: 38px; }
.takeaway-icon svg { width: 40px; height: 40px; color: var(--green); margin-top: 8px; }
.takeaway-box .eyebrow { color: var(--green); margin-bottom: 13px; }
.takeaway-box h2 { font-size: 28px; margin-bottom: 15px; }
.takeaway-box p:not(.eyebrow) { font-size: 13px; line-height: 1.8; max-width: 770px; color: var(--muted); }
.case-next { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 50px 65px; }
.next-project { display: flex; align-items: center; gap: 35px; padding-block: 12px; }
.next-project > span { display: flex; flex-direction: column; }
.next-project small { font-size: 10px; color: var(--muted); }
.next-project strong { font-size: 21px; letter-spacing: -0.03em; }
.next-project svg { width: 25px; height: 25px; color: var(--green); transition: transform 180ms ease; }
.next-project:hover svg { transform: translateX(5px); }

/* TABLET */
@media (max-width: 1024px) {
  .container { width: calc(100% - 56px); }
  .hero { gap: 22px; padding-block: 58px 65px; }
  .hero h1 { font-size: clamp(3rem, 5.7vw, 4rem); }
  .hero-actions { gap: 14px; }
  .hero-actions .button { padding-inline: 17px; font-size: 12px; }
  .hero-actions .text-link { font-size: 11px; }
  .hero-notes { gap: 10px; }
  .hero-notes span { font-size: 9px; }
  .craft-note { padding: 10px 13px; right: 5px; bottom: -20px; }
  .visual-topline { right: 10px; font-size: 6px; letter-spacing: 1px; }
  .skills-inner { gap: 28px; }
  .skill-items { gap: 16px; font-size: 11px; }
  .skills-inner > p { flex-basis: 142px; font-size: 10px; }
  .section { padding-block: 75px; }
  .project-grid { gap: 19px; }
  .about-grid { gap: 55px; grid-template-columns: 0.9fr 1fr; }
  .about-visual { min-height: 380px; padding: 26px; }
  .about-copy h2 { font-size: 35px; }
  .service-card { padding: 23px; }
  .service-card h3 { font-size: 16px; }
  .contact-card { padding: 45px; gap: 48px; }
  .case-intro, .case-story { gap: 45px; }
}

/* SMALL TABLET */
@media (max-width: 800px) {
  .main-nav { gap: 22px; }
  .brand { font-size: 15px; }
  .nav-wrap { gap: 20px; }
  .hero { grid-template-columns: 1fr; padding-top: 48px; }
  .hero-copy { max-width: 620px; }
  .hero h1 { font-size: clamp(3.5rem, 9vw, 4.6rem); }
  .hero-description { max-width: 490px; font-size: 15px; }
  .hero-actions { gap: 28px; }
  .hero-actions .button { font-size: 13px; padding-inline: 24px; }
  .hero-actions .text-link { font-size: 13px; }
  .hero-notes span { font-size: 11px; }
  .hero-visual { width: 100%; max-width: 530px; margin: 16px auto 5px; }
  .visual-topline { font-size: 8px; top: 10px; right: 30px; }
  .craft-note { bottom: -8px; right: 18px; padding: 13px 20px; }
  .skills-inner { flex-direction: column; align-items: flex-start; gap: 14px; padding-block: 22px; }
  .skills-inner > p { flex: auto; border-right: 0; font-size: 11px; }
  .skills-inner > p br { display: none; }
  .skills-inner > p strong { margin-left: 4px; }
  .skill-items { width: 100%; font-size: 11px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .section-heading > p br { display: none; }
  .section-heading > p { font-size: 13px; }
  .project-grid { gap: 18px; }
  .project-meta { align-items: flex-start; gap: 6px; font-size: 8px; }
  .project-year { font-size: 9px; }
  .project-card h3 { font-size: 19px; }
  .project-card p { font-size: 11px; }
  .about-grid { gap: 35px; }
  .about-visual { padding: 20px; min-height: 355px; }
  .about-visual-top span { font-size: 7px; }
  .monogram { margin-top: 32px; font-size: 125px; letter-spacing: -12px; }
  .about-sticker { width: 60px; height: 60px; font-size: 14px; }
  .about-copy h2 { font-size: 31px; }
  .about-copy > p:not(.eyebrow) { font-size: 12px; }
  .about-skills span { padding: 4px 7px; font-size: 9px; }
  .service-card { padding: 22px 19px; }
  .service-card h3 { font-size: 15px; }
  .service-detail { font-size: 8px; }
  .contact-card { gap: 34px; padding: 36px; grid-template-columns: 1fr 0.95fr; }
  .contact-spark svg { width: 75px; height: 75px; }
  .contact-email { font-size: 16px; gap: 8px; }
  .contact-email svg { width: 17px; height: 17px; }
  .footer-top p { max-width: 200px; font-size: 9px; text-align: center; }
  .case-intro { grid-template-columns: 1fr; gap: 23px; margin-top: 25px; }
  .case-intro h1 { max-width: 620px; }
  .case-intro > p { max-width: 620px; }
  .case-facts { gap: 15px; }
  .case-facts dd { font-size: 11px; }
  .case-story h2 { font-size: 26px; }
}

/* PHONE */
@media (max-width: 600px) {
  html { scroll-padding-top: 140px; }
  .container { width: calc(100% - 40px); }
  .nav-wrap { min-height: 106px; grid-template-columns: 1fr auto; gap: 0 14px; padding-top: 13px; }
  .brand { font-size: 15px; gap: 8px; }
  .brand-mark { width: 30px; height: 30px; font-size: 24px; }
  .header-cta { grid-column: 2; grid-row: 1; min-height: 38px; padding: 8px 12px; font-size: 11px; gap: 10px; }
  .header-cta svg { width: 15px; height: 15px; }
  .main-nav { grid-column: 1 / -1; grid-row: 2; justify-content: center; gap: 37px; }
  .main-nav a { font-size: 11px; padding-block: 13px; }
  .hero { padding-top: 36px; padding-bottom: 50px; gap: 20px; }
  .availability { font-size: 9px; }
  .hero-eyebrow { margin-top: 23px; font-size: 9px; margin-bottom: 12px; }
  .hero h1 { font-size: clamp(2.7rem, 11.3vw, 4rem); letter-spacing: -0.058em; margin-bottom: 19px; }
  .hero-description { font-size: 13px; line-height: 1.85; max-width: 420px; }
  .hero-actions { gap: 19px; margin-top: 25px; }
  .hero-actions .button { font-size: 11px; min-height: 48px; padding: 13px 17px; gap: 12px; }
  .hero-actions .text-link { font-size: 11px; gap: 8px; }
  .hero-actions .text-link svg { width: 16px; height: 16px; }
  .hero-notes { gap: 12px; margin-top: 25px; }
  .hero-notes span { font-size: 9px; gap: 3px; }
  .hero-notes svg { width: 12px; height: 12px; }
  .hero-visual { margin-top: 9px; }
  .visual-topline { font-size: 6px; right: 16px; letter-spacing: 1px; }
  .craft-note { right: 5px; bottom: -9px; gap: 9px; padding: 10px 15px 10px 10px; }
  .craft-note span { font-size: 9px; }
  .craft-note strong { font-size: 10px; }
  .craft-icon svg { width: 24px; height: 24px; }
  .skills-inner { gap: 15px; }
  .skill-items { flex-wrap: wrap; justify-content: flex-start; gap: 10px 14px; font-size: 10px; }
  .skill-separator { font-size: 13px; }
  .skill-items .skill-separator:nth-child(6) { display: none; }
  .skill-items > span:last-child { flex-basis: 100%; }
  .section { padding-block: 58px; }
  h2 { font-size: 32px; }
  .eyebrow { font-size: 9px; }
  .section-heading { margin-bottom: 25px; gap: 13px; }
  .section-heading > p { font-size: 12px; }
  .project-grid { grid-template-columns: 1fr; gap: 32px; }
  .project-art { border-radius: 12px; }
  .project-meta { font-size: 9px; margin-top: 18px; }
  .project-year { font-size: 10px; }
  .project-card h3 { font-size: 23px; margin-bottom: 6px; }
  .project-card p { font-size: 12px; max-width: none; }
  .project-open { width: 35px; height: 35px; }
  .section-footnote { text-align: center; align-items: baseline; font-size: 9px; margin-top: 30px; gap: 6px; }
  .about-section { padding-block: 50px; }
  .about-grid { grid-template-columns: 1fr; gap: 34px; }
  .about-visual { min-height: 325px; padding: 25px; }
  .about-visual-top span { font-size: 9px; }
  .monogram { font-size: 170px; margin: 0; letter-spacing: -16px; line-height: 1.15; }
  .about-sticker { width: 67px; height: 67px; font-size: 16px; }
  .about-copy h2 { font-size: 35px; margin-bottom: 19px; }
  .about-copy > p:not(.eyebrow) { font-size: 13px; }
  .about-skills span { font-size: 10px; padding: 5px 9px; }
  .about-link { font-size: 12px; }
  .process-section h2 { font-size: 32px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { padding: 25px; }
  .service-card + .service-card { border-left: 0; border-top: 1px solid var(--line); }
  .service-top { margin-bottom: 20px; }
  .service-card h3 { font-size: 20px; }
  .service-card p { font-size: 13px; max-width: 400px; }
  .service-detail { font-size: 10px; margin-top: 20px; }
  .contact-section { padding-bottom: 50px; }
  .contact-card { grid-template-columns: 1fr; gap: 35px; padding: 31px 25px; border-radius: 13px; }
  .contact-card h2 { font-size: clamp(2.5rem, 11vw, 3.5rem); }
  .contact-copy > p:not(.eyebrow) { font-size: 12px; }
  .contact-card .eyebrow { font-size: 8px; }
  .contact-aside { padding-top: 24px; border-top: 1px solid #42634e; }
  .contact-spark { position: absolute; right: 21px; top: 35px; margin: 0; }
  .contact-spark svg { width: 38px; height: 38px; }
  .contact-email { font-size: 21px; }
  .contact-aside > p { font-size: 10px; }
  .footer-top { flex-wrap: wrap; gap: 10px; padding-block: 22px; }
  .footer-top .brand { font-size: 13px; }
  .footer-top p { order: 3; flex-basis: 100%; max-width: none; text-align: left; font-size: 10px; }
  .footer-bottom { flex-direction: column; gap: 5px; padding-block: 17px 22px; }
  .case-hero { padding-top: 24px; }
  .case-intro { margin-top: 24px; gap: 20px; }
  .case-intro h1 { font-size: 42px; }
  .case-intro > p { font-size: 13px; }
  .case-facts { grid-template-columns: 1fr 1fr; gap: 22px; margin-block: 28px; }
  .case-facts dt { font-size: 9px; }
  .case-facts dd { font-size: 12px; }
  .case-image { border-radius: 12px; }
  .case-caption { font-size: 9px; }
  .case-story { grid-template-columns: 1fr; gap: 38px; padding-block: 45px; }
  .case-story h2 { font-size: 28px; }
  .case-story p:not(.eyebrow) { font-size: 13px; }
  .takeaway-box { padding: 24px; flex-direction: column; gap: 17px; }
  .takeaway-icon svg { width: 28px; height: 28px; margin: 0; }
  .takeaway-box h2 { font-size: 27px; }
  .takeaway-box p:not(.eyebrow) { font-size: 12px; }
  .case-next { flex-direction: column; align-items: flex-start; padding-block: 30px 40px; gap: 15px; }
  .next-project { width: 100%; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 20px; }
}

@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .main-nav { gap: 31px; }
  .hero-actions { gap: 12px; }
  .hero-actions .button { padding-inline: 13px; }
  .hero-actions .text-link { font-size: 10px; gap: 5px; }
  .hero-notes { gap: 8px; }
  .hero-notes span { font-size: 8px; }
  .contact-card { padding-inline: 22px; }
  .contact-email { font-size: 19px; }
  .contact-card .eyebrow { max-width: 190px; }
  .contact-spark { right: 20px; top: 58px; }
}

/* Respect visitors who prefer less movement. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Keep print output clean and readable. */
@media print {
  body { background: white; color: black; }
  .site-header { position: static; background: white; }
  .main-nav, .header-cta, .skip-link, .hero-visual, .contact-spark, .back-to-top, .hero-actions { display: none; }
  .container { width: 100%; }
  .hero, .section, .about-section, .case-story { padding-block: 25px; }
  .hero { display: block; }
  .contact-card { background: white; border: 1px solid #ccc; color: black; }
  .contact-card h2 em, .contact-card p, .contact-card .eyebrow, .contact-aside > span, .contact-email { color: black; }
  .project-card, .service-card, .contact-card, .takeaway-box { break-inside: avoid; }
}
