* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: #f4f4f4;
  color: #111;
  font-family: "your-adobe-font-name", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.site-inner { width: min(100%, 1120px); min-height: 100vh; margin: 0 auto; padding: 0 54px 80px; background: #fff; }
.header { min-height: 94px; display: flex; align-items: center; justify-content: space-between; }
.logo img { display: block; width: 38px; height: 38px; object-fit: contain; }
.menu { display: flex; align-items: center; gap: 34px; }
.menu a { color: #111; font-size: 12px; text-decoration: none; }
.menu a:hover { text-decoration: underline; }

.hero { position: relative; max-width: none; min-height: 252px; overflow: hidden; padding: 52px min(43vw, 430px) 36px 0; isolation: isolate; }.hero h1,.hero p { position: relative; z-index: 1; max-width: 680px; }.emoji-instruction { margin: 10px 0 0; color: rgba(18,18,18,.42); font: italic 12px/1.2 Georgia,serif; letter-spacing: .04em; }
.aimee-scribble-pad { position: absolute; overflow: hidden; touch-action: none; cursor: crosshair; }.aimee-scribble-pad::before { position: absolute; inset: 0; z-index: 0; content: ""; background: url("images/aimee-background.png") right top / contain no-repeat; opacity: .14; }.aimee-scribble-pad canvas { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; }.aimee-scribble-hint { position: absolute; right: 16px; bottom: 14px; z-index: 0; color: rgba(20,20,20,.2); font: italic 12px/1 Georgia,serif; letter-spacing: .04em; pointer-events: none; }.hero .aimee-scribble-pad { top: 0; right: 0; width: min(40vw, 440px); height: 100%; }.project-page main { position: relative; }.project-page main > .aimee-scribble-pad { top: 24px; right: 0; width: min(52vw, 570px); height: 252px; }.aimee-scribble-pad:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.hero-tornado { display: inline-block; padding: 0; border: 0; color: inherit; background: transparent; font: inherit; line-height: 1; cursor: pointer; transform-origin: center; }.hero-tornado:focus-visible { outline: 2px solid #111; outline-offset: 3px; }.hero-tornado.is-whirling { position: relative; z-index: 5; animation: tornado-whirl .45s ease-out both; pointer-events: none; }@keyframes tornado-whirl { 0% { transform: translateX(0) scale(1); } 45% { transform: translateX(7px) scale(2.2); } 100% { transform: translateX(-5px) scale(3); opacity: 0; } }.tornado-vortex,.tornado-debris-cloud { position: fixed; width: 100vmax; height: 100vmax; pointer-events: none; transform-origin: center; animation: tornado-takeover 2.65s cubic-bezier(.16,.68,.25,1) forwards; }.tornado-vortex { z-index: 60; background: url("images/tornado") center / contain no-repeat; filter: drop-shadow(0 0 24px rgba(29,40,43,.48)); }.tornado-debris-cloud { z-index: 61; }.tornado-debris { position: absolute; width: var(--debris-size); height: calc(var(--debris-size) * .58); pointer-events: none; background: linear-gradient(135deg,#16191a,#666260 48%,#191a1b); border-radius: 42% 58% 46% 54%; box-shadow: 0 0 4px rgba(27,24,22,.45); animation: tornado-debris-flight 1.85s cubic-bezier(.15,.62,.32,1) forwards; }@keyframes tornado-takeover { 0% { transform: translate(-50%,-50%) scale(.03); opacity: 0; } 10% { opacity: 1; } 30% { transform: translate(-42%,-57%) scale(.2); opacity: .92; } 51% { transform: translate(-59%,-43%) scale(.5); opacity: .7; } 76% { transform: translate(-40%,-56%) scale(.94); opacity: .32; } 100% { transform: translate(-55%,-45%) scale(1.32); opacity: 0; } }@keyframes tornado-debris-flight { 0% { transform: translate(0,0) scale(.15) rotate(0); opacity: 0; } 11% { opacity: .9; } 72% { opacity: .62; } 100% { transform: translate(var(--debris-x),var(--debris-y)) scale(.04) rotate(var(--debris-rotate)); opacity: 0; } }
.hero-heart { display: inline-block; padding: 0; border: 0; color: inherit; background: transparent; font: inherit; line-height: 1; cursor: pointer; }.hero-heart:focus-visible { outline: 2px solid #111; outline-offset: 3px; }.heart-balloon { position: fixed; z-index: 20; width: 25px; height: 31px; border-radius: 50% 50% 47% 47%; pointer-events: none; background: radial-gradient(circle at 32% 25%, #575757 0 7%, #151515 8% 55%, #030303 56%); box-shadow: inset -5px -6px 0 rgba(0,0,0,.5); animation: balloon-flight 2.25s cubic-bezier(.14,.75,.3,1) forwards; }.heart-balloon::after { position: absolute; top: 28px; left: 11px; width: 18px; height: var(--string-length); content: ""; border-left: 1px solid #1d1d1d; border-radius: 50%; transform: rotate(var(--string-rotate)); transform-origin: top left; }.heart-balloon::before { position: absolute; bottom: -3px; left: 10px; width: 5px; height: 6px; content: ""; background: #090909; clip-path: polygon(0 0,100% 0,50% 100%); }@keyframes balloon-flight { 0% { transform: translate(0,0) scale(.35); opacity: 0; } 10% { opacity: 1; } 78% { opacity: 1; } 100% { transform: translate(var(--balloon-x),var(--balloon-y)) rotate(var(--balloon-rotate)) scale(1.35); opacity: 0; } }
.hero-wand { display: inline-block; padding: 0; border: 0; color: inherit; background: transparent; font: inherit; line-height: 1; cursor: pointer; }.hero-wand:focus-visible { outline: 2px solid #111; outline-offset: 3px; }.magic-burst { position: fixed; inset: -28vmax; z-index: 50; pointer-events: none; background: radial-gradient(circle at var(--burst-x) var(--burst-y), rgba(255,255,255,.98) 0 1%, rgba(255,245,163,.88) 3%, rgba(255,211,67,.4) 10%, transparent 31%), repeating-conic-gradient(from 0deg at var(--burst-x) var(--burst-y), rgba(255,246,172,.88) 0 1.7deg, rgba(255,215,69,.34) 1.7deg 3.5deg, transparent 3.5deg 10deg); mix-blend-mode: screen; animation: magic-flash 1.18s ease-out forwards; }@keyframes magic-flash { 0% { opacity: 0; transform: scale(.08); } 17% { opacity: 1; } 62% { opacity: .8; } 100% { opacity: 0; transform: scale(1.56); } }
.magic-fragment { position: fixed; z-index: 51; width: var(--fragment-size); height: var(--fragment-size); pointer-events: none; background: #fff8a6; box-shadow: 0 0 7px 2px rgba(255,215,69,.7); animation: magic-fragment-flight .78s cubic-bezier(.15,.7,.3,1) .5s forwards; }@keyframes magic-fragment-flight { 0% { transform: translate(0,0) scale(.1) rotate(0); opacity: 0; } 10% { opacity: 1; } 70% { opacity: .85; } 100% { transform: translate(var(--fragment-x),var(--fragment-y)) scale(.02) rotate(var(--fragment-rotate)); opacity: 0; } }
.heart-balloon { width: 30px; height: 30px; color: #050505; background: transparent; box-shadow: none; font-size: 30px; line-height: 1; }.heart-balloon::before,.heart-balloon::after { content: none; }
.site-credit { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; min-height: 190px; margin: 54px -54px -80px; padding: 28px 54px; overflow: hidden; color: #fff; background: #0e0d0d; }.site-credit::before { position: absolute; inset: 0; z-index: 0; content: ""; background-image: url("images/homepage-elements-horizontal.png"); background-position: center; background-repeat: no-repeat; background-size: calc(100% + 110px) auto; opacity: .92; }.site-credit::after { position: absolute; inset: 0; z-index: 0; content: ""; background: url("images/aimee-background.png") center / cover no-repeat; mix-blend-mode: multiply; opacity: .38; }.site-credit p { position: relative; z-index: 1; margin: 0; font-size: 10px; line-height: 1.35; letter-spacing: .035em; }.site-credit p:last-child { color: #ff6b6b; opacity: .82; }.site-credit-greeting { font-family: Georgia, serif; font-size: 13px !important; font-style: italic; letter-spacing: .08em !important; }.site-credit-art { display: none; }
.hero h1 { font-size: 21px; line-height: 1.15; font-weight: 700; }
.hero h1 span { display: block; font-weight: 500; }
.hero p { margin-top: 9px; font-size: 12px; line-height: 1.35; }

/* One 16:9 card plus two 4:3 cards in each balanced row. */
.projects { --gap: 8px; display: grid; grid-template-columns: repeat(10, 1fr); gap: var(--gap); }
/* Masonry-style gallery: each project retains its own 16:9 or 4:3 shape. */
.projects { column-count: 3; column-gap: 12px; }
.project-card { position: relative; overflow: hidden; border: 1px solid #888; border-radius: 4px; background: #eee; cursor: default; }
.project-card { color: inherit; text-decoration: none; }
.project-card.wide { grid-column: span 4; aspect-ratio: 16 / 9; }
.project-card.standard { grid-column: span 3; aspect-ratio: 4 / 3; }
.project-card { break-inside: avoid; margin-bottom: 12px; }
.project-card.wide { aspect-ratio: 16 / 9; }
.project-card.standard { aspect-ratio: 4 / 3; }
.project-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
.project-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; color: #fff; background: rgba(0, 0, 0, .72); opacity: 0; transition: opacity .22s ease; }
.project-card:hover .project-overlay { opacity: 1; }
.project-overlay p { font-size: 18px; font-weight: 600; line-height: 1.08; }
.project-overlay span { margin-top: 7px; font-size: 11px; line-height: 1.25; }

#toolbox { padding-top: 48px; }
#toolbox > h2, .card h2 { margin-bottom: 25px; font-size: 18px; font-weight: 500; text-transform: lowercase; }
.toolbox-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 40px; }
.tool-category h3 { margin-bottom: 12px; font-size: 12px; font-weight: 500; line-height: 1.2; }
.icons { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; min-height: 32px; margin-bottom: 13px; }
.icons img { width: 22px; height: 22px; object-fit: contain; }
.tool-category p { max-width: 215px; font-size: 10px; line-height: 1.25; }
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 65px; padding-top: 52px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; padding-top: 52px; }
.card:nth-child(2) { grid-column: 2 / span 2; }
.card h2 { margin-bottom: 10px; }
.card ul { padding-left: 16px; font-size: 11px; line-height: 1.3; }

.contact { margin-top: 72px; padding: 40px 0 4px; border-top: 1px solid #111; max-width: 680px; }
.contact-content { display: flex; align-items: flex-start; gap: 22px; }
.profile-photo { flex: 0 0 88px; width: 88px; height: 88px; border: 1px solid #d2d2d2; border-radius: 50%; object-fit: cover; }
.contact-copy { min-width: 0; }
.contact-kicker { margin-bottom: 10px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.contact h2 { max-width: 520px; font-size: 28px; font-weight: 500; line-height: 1.05; }
.contact > p:not(.contact-kicker) { max-width: 500px; margin-top: 16px; font-size: 13px; }
.contact-links { display: flex; gap: 24px; margin-top: 24px; }
.contact-links a { color: #111; font-size: 13px; font-weight: 600; text-underline-offset: 3px; }

/* Reusable project-page template */
.project-page { width: min(100%, 1120px); min-height: 100vh; margin: 0 auto; padding: 0 54px 80px; background: #fff; }
.project-header { border-bottom: 0; }
.project-back { display: inline-block; margin: 38px 0 56px; color: #111; font-size: 12px; text-decoration: none; }
.project-back:hover, .project-footer-nav a:hover { text-decoration: underline; }
.project-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 52px; padding-bottom: 42px; background: #050505; color: #fff; }
.project-intro,.casablanca-summary { position: relative; overflow: hidden; isolation: isolate; }.project-intro > *,.casablanca-summary > * { position: relative; z-index: 1; }
.project-intro-copy, .project-overview { padding: 32px; }
.project-eyebrow, .project-label { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.project-intro h1 { margin: 12px 0 22px; font-size: clamp(30px, 4.2vw, 52px); font-weight: 600; line-height: .95; letter-spacing: -.045em; }
.project-services { list-style: none; font-size: 11px; line-height: 1.45; text-transform: uppercase; }
.project-overview { display: flex; flex-direction: column; justify-content: flex-end; gap: 12px; font-size: 13px; line-height: 1.35; }
.project-overview .project-label { margin-bottom: 4px; }
.iwd-intro { background: #251942; }.quote-flipbook { margin: 70px 0; }
.quote-flipbook-intro { display: flex; justify-content: space-between; gap: 48px; align-items: end; margin-bottom: 22px; }
.quote-flipbook-intro h2 { margin-top: 8px; font-size: clamp(28px, 3.5vw, 44px); font-weight: 500; line-height: .98; letter-spacing: -.04em; }
.quote-flipbook-intro > p { max-width: 330px; font-size: 13px; line-height: 1.4; }
.quote-book-shelf { --book-card-width: clamp(180px, 23vw, 270px); display: grid; grid-template-columns: var(--book-card-width) minmax(0, 1fr); gap: 20px; align-items: start; }
.quote-book-cover { position: sticky; top: 20px; margin: 0; background: #251942; }
.quote-book-cover img { display: block; width: 100%; aspect-ratio: 1130 / 1915; object-fit: cover; }
.quote-book-cover figcaption { padding: 9px 11px; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.quote-flipbook-viewport { position: relative; overflow: hidden; }
.quote-flipbook-viewport::after { position: absolute; top: 0; right: 0; bottom: 56px; width: 60px; background: linear-gradient(90deg, transparent, #fff); content: ""; pointer-events: none; }
.quote-flipbook-track { display: grid; grid-auto-flow: column; grid-auto-columns: var(--book-card-width); gap: 14px; overflow-x: auto; padding: 0 52px 16px 0; scroll-snap-type: x mandatory; scrollbar-color: #111 #e8e5e1; }
.quote-scroll-controls { display: flex; justify-content: flex-end; gap: 8px; padding-top: 8px; }
.quote-scroll-button { width: 42px; height: 36px; border: 1px solid #111; background: #fff; color: #111; font-size: 20px; line-height: 1; cursor: pointer; }
.quote-scroll-button:hover, .quote-scroll-button:focus-visible { color: #fff; background: #111; }
.quote-spread { position: relative; display: block; aspect-ratio: 1130 / 1915; overflow: hidden; padding: 0; border: 0; background: #111; cursor: pointer; scroll-snap-align: start; }
.quote-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #fff; transition: opacity .35s ease; }
.quote-image-revealed { opacity: 0; }
.quote-spread span { position: absolute; right: 12px; bottom: 12px; z-index: 2; padding: 6px 8px; color: #111; background: rgba(255,255,255,.88); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; transition: opacity .2s ease; }
.quote-spread:hover .quote-image-revealed, .quote-spread:focus-visible .quote-image-revealed, .quote-spread.is-revealed .quote-image-revealed { opacity: 1; }
.quote-spread:hover .quote-image-hidden, .quote-spread:focus-visible .quote-image-hidden, .quote-spread.is-revealed .quote-image-hidden { opacity: 0; }
.quote-spread:hover span, .quote-spread:focus-visible span, .quote-spread.is-revealed span { opacity: 0; }
.quote-spread:focus-visible { outline: 3px solid #f06d65; outline-offset: 3px; }
.iwd-notes { display: grid; gap: 14px; margin-top: 70px; }
.iwd-process-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.iwd-process-card { min-height: 360px; padding: 32px; background: #e8e5e1; }
.iwd-inspiration-images { display: flex; align-items: center; justify-content: center; gap: 26px; height: calc(100% - 32px); padding-top: 26px; }
.iwd-inspiration-images img { width: min(42%, 220px); aspect-ratio: 2 / 3; object-fit: cover; }
.iwd-bwn-cover { display: flex; align-items: center; justify-content: center; height: calc(100% - 32px); padding-top: 26px; }
.iwd-bwn-cover img { display: block; width: 100%; max-height: 270px; object-fit: cover; object-position: center 62%; }
.iwd-writing { display: grid; gap: 52px; padding: 38px 32px; background: #e8e5e1; }
.iwd-writing > p { max-width: 760px; font-size: clamp(22px, 2.6vw, 34px); font-weight: 500; line-height: 1.12; letter-spacing: -.025em; }
.iwd-outcome { grid-template-columns: 150px minmax(0, 1fr); }
.iwd-reflection { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; }
.iwd-reflection img { display: block; width: auto; max-width: 100%; height: auto; max-height: 520px; object-fit: contain; object-position: top left; justify-self: start; }
.iwd-reflection > div { display: grid; gap: 16px; }
.iwd-reflection > div > p:not(.project-label) { font-size: 16px; line-height: 1.42; }
.iwd-outcome > p:last-child { max-width: 700px; font-size: 16px; font-weight: 400; line-height: 1.45; letter-spacing: 0; }
.iwd-reflection > div > p:not(.project-label) { font-size: clamp(22px, 2.35vw, 30px); font-weight: 500; line-height: 1.18; letter-spacing: -.02em; }

/* SAP Global Partner Organization Hall of Fame */
.hof-intro { padding-bottom: 12px; background: #1b3f91; }
.hof-hero { margin: 0; background: #111; }
.hof-hero img { display: block; width: 100%; max-height: 500px; object-fit: contain; background: #111; }
.hof-hero figcaption { padding: 11px 14px; color: #fff; font-size: 11px; }
.hof-evolution { display: grid; grid-template-columns: 1fr; gap: 0; margin-top: 14px; background: #e8e5e1; }
.hof-rebrand-panels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; padding: 28px; background: #f4f4f4; }
.hof-rebrand-panel { position: relative; display: block; aspect-ratio: 1152 / 594; overflow: hidden; padding: 0; border: 0; background: #fff; cursor: pointer; }
.hof-rebrand-panel img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; transition: opacity .35s ease, transform .45s ease; }
.hof-rebrand-panel .hof-rebrand-reveal { object-fit: contain; opacity: 0; background: #f4f4f4; }
.hof-rebrand-panel span { position: absolute; right: 12px; bottom: 12px; z-index: 2; padding: 7px 9px; color: #111; background: rgba(255, 255, 255, .9); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: opacity .2s ease; }
.hof-rebrand-panel:hover .hof-rebrand-reveal, .hof-rebrand-panel:focus-visible .hof-rebrand-reveal, .hof-rebrand-panel.is-revealed .hof-rebrand-reveal { opacity: 1; }
.hof-rebrand-panel:hover .hof-rebrand-base, .hof-rebrand-panel:focus-visible .hof-rebrand-base, .hof-rebrand-panel.is-revealed .hof-rebrand-base { opacity: 0; transform: scale(1.02); }
.hof-rebrand-panel:hover span, .hof-rebrand-panel:focus-visible span, .hof-rebrand-panel.is-revealed span { opacity: 0; }
.hof-rebrand-panel:focus-visible { outline: 3px solid #1b3f91; outline-offset: 3px; }
.hof-evolution article { display: flex; flex-direction: column; justify-content: center; padding: 32px; }
.hof-evolution h2 { margin: 12px 0 16px; font-size: clamp(25px, 2.7vw, 38px); font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
.hof-evolution article > p:last-child { max-width: 760px; font-size: 14px; line-height: 1.45; }
.hof-trophy-story { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 14px; margin-top: 14px; background: #111; color: #fff; }
.hof-trophy-story .hof-hero { background: #111; }
.hof-trophy-story .hof-hero img { height: 100%; min-height: 340px; }
.hof-trophy-story article { display: flex; flex-direction: column; justify-content: center; padding: 38px 32px; }
.hof-trophy-story h2 { margin: 12px 0 16px; font-size: clamp(25px, 2.8vw, 39px); font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
.hof-trophy-story article > p:last-child { max-width: 370px; font-size: 14px; line-height: 1.45; }
.hof-new-system { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: 14px; margin-top: 14px; background: #e7eefb; }
.hof-system-copy { display: flex; flex-direction: column; justify-content: center; padding: 38px; }
.hof-new-system h2 { margin: 12px 0 16px; font-size: clamp(26px, 3vw, 40px); font-weight: 500; line-height: 1.02; letter-spacing: -.035em; }
.hof-system-copy > p:last-child { max-width: 390px; font-size: 13px; line-height: 1.42; }
.hof-new-system figure { display: grid; align-content: center; margin: 0; padding: 22px; background: #f0f0f0; }
.hof-new-system img { display: block; width: 100%; max-height: 310px; object-fit: contain; background: #fff; }
.hof-new-system figcaption { padding: 12px 2px 2px; font-size: 12px; line-height: 1.35; }
.hof-outcome { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 52px; margin-top: 14px; padding: 38px 32px; color: #fff; background: #111; }
.hof-outcome > p:last-child { max-width: 770px; font-size: clamp(22px, 2.6vw, 34px); font-weight: 500; line-height: 1.12; letter-spacing: -.025em; }
.project-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.project-panel { min-height: 260px; padding: 30px; background: #e8e5e1; }
.project-panel h2 { margin: 12px 0 16px; font-size: 27px; font-weight: 500; line-height: 1.02; letter-spacing: -.03em; }
.project-panel p { font-size: 12px; line-height: 1.42; }
.project-panel-feature { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; padding: 0; overflow: hidden; background: #d8cfdf; }
.project-panel-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px; }
.project-panel-feature img { display: block; width: 100%; height: 100%; min-height: 350px; object-fit: cover; }
.project-panel-quote { display: flex; flex-direction: column; justify-content: space-between; background: #6c4e93; color: #fff; }
.project-panel-quote blockquote { max-width: 420px; font-size: 27px; font-weight: 500; line-height: 1.06; letter-spacing: -.025em; }
.project-panel-reflection { background: #222; color: #fff; }
.project-footer-nav { display: flex; justify-content: space-between; margin-top: 54px; padding-top: 18px; border-top: 1px solid #111; }
.project-footer-nav a { color: #111; font-size: 12px; font-weight: 600; text-decoration: none; }

@media (max-width: 760px) {
  .site-inner { padding: 0 32px 60px; }
  .hero { min-height: 210px; padding-right: 170px; }.hero .aimee-scribble-pad { width: 250px; }.project-page main > .aimee-scribble-pad { right: 0; width: 310px; height: 210px; }
  .site-credit { min-height: 165px; margin: 42px -32px -60px; padding: 24px 32px; }
  .projects { grid-template-columns: repeat(2, 1fr); }
  .project-card.wide, .project-card.standard { grid-column: span 1; aspect-ratio: 4 / 3; }
  .projects { column-count: 2; }
  .project-overlay { padding: 16px; }
  .project-overlay p { font-size: 16px; }
  .toolbox-grid { grid-template-columns: repeat(2, 1fr); }
  .cards { gap: 40px; }
  .cards { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .card:nth-child(2) { grid-column: auto; }
  .contact { margin-top: 60px; }
  .project-page { padding: 0 32px 60px; }
  .project-intro { grid-template-columns: 1fr; gap: 0; }
  .project-intro-copy, .project-overview { padding: 26px; }
  .project-panel-feature { grid-template-columns: 1fr; }
  .project-panel-feature img { min-height: 250px; }
  .quote-flipbook { margin: 52px 0; }
  .quote-flipbook-intro { align-items: start; flex-direction: column; gap: 14px; }
  .quote-book-shelf { --book-card-width: clamp(160px, 30vw, 220px); grid-template-columns: var(--book-card-width) minmax(0, 1fr); gap: 14px; }
  .iwd-notes { margin-top: 52px; }
  .iwd-process-card { min-height: 300px; padding: 24px; }
  .iwd-writing { gap: 28px; padding: 30px 24px; }
  .hof-evolution, .hof-trophy-story, .hof-new-system { grid-template-columns: 1fr; }
  .hof-hero img { max-height: 360px; }
  .hof-rebrand-panels { grid-template-columns: 1fr; gap: 20px; padding: 20px; }
  .hof-trophy-story .hof-hero img { min-height: 0; height: auto; }
}

@media (max-width: 500px) {
  .site-inner { padding: 0 20px 48px; }
  .header { min-height: 76px; }
  .menu { gap: 18px; }
  .menu a { font-size: 11px; }
  .hero { min-height: 0; padding: 36px 88px 28px 0; }.hero .aimee-scribble-pad { width: 150px; opacity: .8; }.project-page main > .aimee-scribble-pad { top: 18px; width: 190px; height: 160px; }
  .site-credit { align-items: flex-start; min-height: 150px; margin: 38px -20px -48px; padding: 22px 20px; }.site-credit-art { width: 175px; }
  .hero h1 { font-size: 20px; }
  .projects, .toolbox-grid, .cards { grid-template-columns: 1fr; }
  .project-card.wide, .project-card.standard { grid-column: span 1; aspect-ratio: 16 / 9; }
  .projects { column-count: 1; }
  .toolbox-grid, .cards { grid-template-columns: 1fr; }
  .toolbox-grid { gap: 28px; }
  .cards { gap: 34px; padding-top: 42px; }
  .contact { margin-top: 48px; padding-top: 32px; }
  .contact-content { gap: 16px; }
  .profile-photo { flex-basis: 72px; width: 72px; height: 72px; }
  .contact h2 { font-size: 24px; }
  .project-page { padding: 0 20px 48px; }
  .project-back { margin: 28px 0 34px; }
  .project-intro h1 { font-size: 35px; }
  .project-gallery { grid-template-columns: 1fr; }
  .project-panel { min-height: 220px; padding: 24px; }
  .project-panel h2, .project-panel-quote blockquote { font-size: 24px; }
  .project-panel-copy { padding: 28px; }
  .project-footer-nav { gap: 22px; }
  body { font-size: 16px; line-height: 1.5; }
  .menu a { font-size: 13px; }
  .hero h1 { font-size: 26px; }
  .hero p { font-size: 15px; line-height: 1.45; }
  #toolbox > h2, .card h2 { font-size: 22px; }
  .tool-category h3 { font-size: 15px; }
  .tool-category p { max-width: none; font-size: 14px; line-height: 1.4; }
  .card ul { font-size: 14px; line-height: 1.45; }
  .contact-kicker { font-size: 13px; }
  .contact-copy > p { font-size: 15px; line-height: 1.45; }
  .project-eyebrow, .project-label { font-size: 11px; }
  .project-services { font-size: 13px; line-height: 1.55; }
  .project-overview { font-size: 15px; line-height: 1.48; }
  .quote-flipbook-intro > p, .project-panel p { font-size: 15px; line-height: 1.45; }
  .quote-book-shelf { --book-card-width: clamp(150px, 42vw, 190px); grid-template-columns: var(--book-card-width) minmax(0, 1fr); gap: 12px; }
  .quote-book-cover { position: static; }
  .quote-flipbook-viewport::after { right: 0; bottom: 52px; width: 32px; }
  .quote-flipbook-track { gap: 10px; padding-right: 28px; }
  .quote-spread span { font-size: 11px; }
  .project-footer-nav a, .project-back { font-size: 14px; }
  .iwd-process-grid, .iwd-outcome, .iwd-reflection { grid-template-columns: 1fr; }
  .iwd-process-card { min-height: 260px; }
  .iwd-writing { gap: 22px; padding: 26px 20px; }
  .iwd-writing > p { font-size: 21px; line-height: 1.2; }
  .iwd-reflection img { width: 100%; max-height: none; height: auto; object-fit: contain; }
  .iwd-reflection > div > p:not(.project-label) { font-size: 15px; line-height: 1.48; }
  .iwd-outcome > p:last-child { font-size: 15px; font-weight: 400; line-height: 1.48; letter-spacing: 0; }
  .iwd-reflection > div > p:not(.project-label) { font-size: 21px; font-weight: 500; line-height: 1.22; letter-spacing: -.02em; }
  .hof-evolution article, .hof-trophy-story article, .hof-system-copy { padding: 26px 20px; }
  .hof-evolution article > p:last-child, .hof-trophy-story article > p:last-child, .hof-system-copy > p:last-child, .hof-new-system figcaption { font-size: 14px; line-height: 1.45; }
  .hof-outcome { grid-template-columns: 1fr; }
  .hof-outcome { gap: 22px; padding: 26px 20px; }
  .hof-outcome > p:last-child { font-size: 21px; line-height: 1.2; }
}

/* Casablanca Popcorn Co. — portfolio case study */
.casablanca-page { --casa-red: #e11f26; --casa-deep: #9e151a; --casa-yellow: #ffda4d; --casa-ink: #201914; --casa-paper: #fff8e9; --casa-display: "am-udine", Georgia, serif; --casa-utility: "myriad-pro-light-semiext", Arial, sans-serif; --casa-copy: "Niramit", Arial, sans-serif; background: #fff; }
.casablanca-page { font-family: "your-adobe-font-name", Arial, sans-serif; }
.casablanca-page .project-back { color: var(--casa-ink); }
.casablanca-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(200px, .42fr); min-height: 270px; overflow: hidden; padding: 20px 65px; color: var(--casa-paper); background: linear-gradient(135deg, var(--casa-deep), var(--casa-red) 64%); }
.casablanca-fade-burst { position: absolute; right: -25%; bottom: -68%; width: 900px; aspect-ratio: 1; border-radius: 50%; opacity: .42; background: repeating-conic-gradient(var(--casa-yellow) 0 10deg, transparent 10deg 20deg); -webkit-mask-image: radial-gradient(circle, #000 0 43%, transparent 72%); mask-image: radial-gradient(circle, #000 0 43%, transparent 72%); }
.casablanca-hero-copy { position: relative; z-index: 1; max-width: 580px; }
.casablanca-page .project-label,.casablanca-page .type-role { font-family: var(--casa-utility); }
.casablanca-hero h1,.casablanca-page h2 { font-family: var(--casa-display); font-weight: 400; line-height: .9; }
.casablanca-hero h1 { margin: 12px 0 18px; color: var(--casa-paper); font-family: inherit; font-size: clamp(48px, 5vw, 72px); font-weight: 600; line-height: .97; letter-spacing: -.045em; }
.casablanca-hero h1 span { white-space: nowrap; }
.casablanca-hero-copy > p:last-child { max-width: 470px; font: 18px/1.45 var(--casa-copy); }
.casablanca-hero .project-label,.casablanca-hero-copy > p:last-child { font-family: inherit; }
.casablanca-hero .casablanca-smiley { align-self: center; margin-top: -20px; }
.casablanca-smiley { position: relative; z-index: 1; align-self: end; justify-self: center; width: min(230px, 100%); padding: 0; border: 0; background: transparent; cursor: pointer; transform-origin: 50% 70%; }
.casablanca-smiley img { display: block; width: 100%; height: auto; clip-path: inset(1% 7% 1% 7%); transform: scale(1.14); }
.casablanca-smiley span { position: absolute; top: 49%; left: 50%; padding: 6px 8px; color: var(--casa-ink); background: var(--casa-yellow); font: 11px var(--casa-utility); letter-spacing: .07em; text-transform: uppercase; opacity: 0; transform: translate(-50%, -50%); transition: opacity .2s ease; }
.casablanca-smiley:hover span,.casablanca-smiley:focus-visible span { opacity: 1; }.casablanca-smiley:hover { animation: casa-pop .7s ease-in-out; }.casablanca-smiley.is-popping { animation: casa-pop .8s ease-in-out 2; }.casablanca-smiley:focus-visible { outline: 3px solid var(--casa-yellow); outline-offset: 5px; }
@keyframes casa-pop { 0%,100% { transform: rotate(0) scale(1); } 20% { transform: rotate(-7deg) scale(1.08); } 48% { transform: rotate(8deg) scale(.94); } 72% { transform: rotate(-4deg) scale(1.04); } }
.casablanca-summary { display: grid; grid-template-columns: minmax(210px, .6fr) minmax(0, 1.4fr); gap: 75px; padding: 70px 65px; background: linear-gradient(to top right, var(--casa-deep) 0%, var(--casa-red) 62%); color: var(--casa-paper); }.casablanca-summary ul { list-style: none; margin-top: 12px; font: 13px/1.45 var(--casa-utility); text-transform: uppercase; }.casablanca-summary > div:last-child { max-width: 590px; font: 17px/1.48 var(--casa-copy); }.casablanca-summary > div:last-child p + p { margin-top: 18px; }
.casablanca-summary > div:last-child { font-family: inherit; }
.casablanca-ad-teaser { margin: 28px 0 0; overflow: hidden; border: 1px solid rgba(255,248,233,.45); background: var(--casa-ink); }.casablanca-ad-teaser img { display: block; width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }.casablanca-ad-teaser figcaption { padding: 8px 10px; color: var(--casa-paper); font: 11px/1 var(--casa-utility); letter-spacing: .08em; text-transform: uppercase; }
.casablanca-summary .project-label,.casablanca-summary ul { font-family: inherit; }
.casablanca-summary-side h2 { margin: 12px 0 15px; color: var(--casa-paper); font-family: inherit; font-size: clamp(30px, 3.4vw, 45px); font-weight: 600; line-height: .97; letter-spacing: -.045em; }.casablanca-summary-tagline { max-width: 310px; font-size: 15px; line-height: 1.35; }.casablanca-scope { margin-top: 42px; }
.casablanca-logo-stack { display: grid; gap: 9px; max-width: 250px; margin-top: 30px; }.casablanca-logo-treatment { padding: 18px; background: #fff; }.casablanca-logo-treatment.is-inverted { border: 1px solid rgba(255,255,255,.65); background: var(--casa-ink); }.casablanca-logo-treatment img { display: block; width: 100%; max-height: 78px; object-fit: contain; object-position: left center; }.casablanca-logo-treatment.is-inverted img { filter: invert(1); }
.casablanca-colour { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; padding: 85px 65px; background: var(--casa-yellow); }.casablanca-colour h2,.casablanca-gradient h2,.casablanca-character h2 { margin-top: 12px; color: var(--casa-red); font-size: clamp(44px, 5vw, 72px); }.casablanca-swatches { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; align-items: start; }.casablanca-swatch { display: flex; min-height: 0; padding: 0; flex-direction: column; color: var(--casa-ink); font: 13px/1.35 var(--casa-utility); }.casablanca-swatch::before { width: 88px; height: 88px; margin-bottom: 12px; border: 2px solid var(--casa-ink); border-radius: 50%; content: ""; }.casablanca-swatch b { margin-top: 3px; font-size: 14px; font-weight: 400; }.casablanca-swatch.red::before { background: var(--casa-red); }.casablanca-swatch.deep::before { background: var(--casa-deep); }.casablanca-swatch.yellow::before { background: var(--casa-yellow); }.casablanca-swatch.cream::before { background: var(--casa-paper); }.casablanca-swatch.black::before { background: var(--casa-ink); }
.casablanca-gradient { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; padding: 85px 65px; background: var(--casa-paper); }.gradient-sample { min-height: 270px; background: linear-gradient(135deg, var(--casa-red), var(--casa-deep)); }.casablanca-gradient > div:last-child { max-width: 410px; }.casablanca-gradient p:last-child,.casablanca-type article p:last-child,.casablanca-character p:last-child { margin-top: 18px; font: 16px/1.5 var(--casa-copy); }
.casablanca-type { padding: 85px 65px; color: var(--casa-paper); background: var(--casa-ink); }.casablanca-type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 32px; }.casablanca-type h2 { color: var(--casa-yellow); font-size: clamp(34px, 4vw, 54px); }.casablanca-type .casablanca-myriad { font-family: var(--casa-utility); line-height: 1.02; }.casablanca-type .casablanca-niramit { font-family: var(--casa-copy); }.type-role { margin-top: 14px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.casablanca-character { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; padding: 85px 65px; color: var(--casa-paper); background: linear-gradient(135deg, var(--casa-deep), var(--casa-red)); }.casablanca-character > div:not(.casablanca-fade-burst),.casablanca-character > .casablanca-smiley { position: relative; z-index: 1; }.casablanca-character > div:not(.casablanca-fade-burst) { max-width: 450px; }.casablanca-character .casablanca-fade-burst { z-index: 0; }.casablanca-character h2 { color: var(--casa-yellow); }.casablanca-smiley-large { width: min(320px, 70%); }
.casablanca-page .project-footer-nav { border-color: var(--casa-ink); }.casablanca-page .project-footer-nav a { color: var(--casa-ink); }
@media (max-width: 760px) { .casablanca-hero,.casablanca-summary,.casablanca-colour,.casablanca-gradient,.casablanca-character { grid-template-columns: 1fr; gap: 35px; padding: 50px 28px; }.casablanca-hero { min-height: 565px; }.casablanca-smiley { width: 210px; }.casablanca-swatches { grid-template-columns: repeat(2, 1fr); gap: 24px; }.casablanca-swatch { min-height: 0; }.casablanca-type { padding: 55px 28px; }.casablanca-type-grid { grid-template-columns: 1fr; }.casablanca-gradient { gap: 35px; }.gradient-sample { min-height: 190px; }.casablanca-character .casablanca-smiley { margin: 0 auto; } }

/* Lightweight starters for in-progress case studies */
.verae-magazine-link { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-top: 14px; padding: 58px 48px; color: #d9f5dc; background: #0d2d3b; }.verae-magazine-link h2 { margin: 12px 0 14px; font-size: clamp(32px, 4vw, 54px); font-weight: 500; line-height: .96; letter-spacing: -.045em; }.verae-magazine-link p:last-child { max-width: 460px; font-size: 15px; line-height: 1.45; }.verae-magazine-link a { flex: 0 0 auto; padding: 13px 17px; border: 1px solid currentColor; color: inherit; font-size: 13px; font-weight: 600; text-decoration: none; }.verae-magazine-link a:hover { color: #0d2d3b; background: #d9f5dc; }.verae-magazine-link a span { margin-left: 14px; font-size: 18px; }@media (max-width: 760px) { .verae-magazine-link { align-items: start; flex-direction: column; gap: 28px; padding: 36px 28px; } }
.verae-intro { background: #0d2d3b; }.peril-intro { background: #260d12; }.loose-hero { margin: 14px 0 0; background: #e8e5e1; }.loose-hero img { display: block; width: 100%; max-height: 650px; object-fit: cover; }.loose-hero figcaption { padding: 11px 14px; font-size: 11px; }.verae-hero { background: #062f41; }.verae-hero img { object-fit: contain; }.verae-hero figcaption { color: #fff; }.loose-notes { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; margin-top: 14px; padding: 55px 48px; background: #e8e5e1; }.loose-notes h2 { margin-top: 12px; font-size: clamp(30px, 3.6vw, 48px); font-weight: 500; line-height: .98; letter-spacing: -.04em; }.loose-notes > p { max-width: 530px; font-size: 16px; line-height: 1.45; }@media (max-width: 760px) { .loose-notes { grid-template-columns: 1fr; gap: 28px; padding: 36px 28px; } }

.promise-scope-label { margin-top: 28px; }.project-reflection { display: grid; grid-template-columns: .8fr 1.2fr; gap: 52px; margin-top: 14px; padding: 48px 32px; background: #e8e5e1; }.reflection-image { min-height: 230px; margin: 0; overflow: hidden; background: linear-gradient(135deg, #d2cdc7, #f4f3f0); }.reflection-image img { display: block; width: 100%; height: 100%; object-fit: cover; }.project-reflection h2 { margin: 12px 0 16px; font-size: clamp(30px, 3.6vw, 48px); font-weight: 500; line-height: .98; letter-spacing: -.04em; }.project-reflection p:last-child { max-width: 560px; font-size: 14px; line-height: 1.45; }.inventing-anna { display: grid; gap: 14px; margin-top: 14px; }.inventing-anna-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; padding: 58px 48px; color: #fff; background: #211c1a; }.inventing-anna h2 { margin-top: 12px; font-size: clamp(38px, 4.8vw, 65px); font-weight: 500; line-height: .94; letter-spacing: -.05em; }.inventing-anna-intro > p { max-width: 520px; font-size: 16px; line-height: 1.48; }.inventing-anna-collage { margin: 0; padding: 22px; background: #e8e5e1; }.inventing-anna-collage img { display: block; width: 100%; height: auto; }.inventing-anna-collage figcaption,.inventing-cover-comparison figcaption { margin-top: 12px; font-size: 12px; }.inventing-anna-collage figcaption strong { display: block; font-size: 13px; }.inventing-anna-collage figcaption p { max-width: 620px; margin-top: 5px; line-height: 1.45; }.inventing-cover-comparison { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 14px; }.inventing-cover-comparison figure { margin: 0; padding: 22px; background: #f1efed; }.inventing-cover-comparison figure img { display: block; width: 100%; height: auto; }.inventing-comparison-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px; background: #e8e5e1; }.inventing-comparison-copy h3 { margin: 12px 0 16px; font-size: clamp(26px, 3vw, 40px); font-weight: 500; line-height: 1; letter-spacing: -.04em; }.inventing-comparison-copy p:last-child { max-width: 370px; font-size: 14px; line-height: 1.45; }.promise-final-hero { padding: 18px; background: #e8e5e1; }.promise-final-hero img { display: block; width: 100%; max-height: none; object-fit: contain; }@media (max-width: 760px) { .project-reflection,.inventing-anna-intro,.inventing-cover-comparison { grid-template-columns: 1fr; gap: 28px; }.project-reflection,.inventing-anna-intro,.inventing-comparison-copy { padding: 36px 28px; }.inventing-anna-collage,.inventing-cover-comparison figure,.promise-final-hero { padding: 14px; } }

/* Marginalia Bookstore — portfolio case study */
.marginalia-page { --marginalia-green: #2b6c4d; --marginalia-blue: #29333f; --marginalia-paper: #e8e3d1; --marginalia-ink: #211d1b; background: #fff; }.marginalia-intro { background: var(--marginalia-blue); }.marginalia-hero { display: grid; place-items: center; min-height: 460px; padding: 55px; background: var(--marginalia-paper); }.marginalia-hero img { width: min(460px, 80%); mix-blend-mode: multiply; }.marginalia-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding: 90px 65px; background: #fff; }.marginalia-story h2,.marginalia-palette h2,.marginalia-application h2 { margin-top: 12px; font: 500 clamp(40px, 5vw, 70px)/.94 Georgia,serif; letter-spacing: -.045em; }.marginalia-story > p,.marginalia-application p:last-child { max-width: 500px; font-size: 17px; line-height: 1.5; }.marginalia-palette { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; padding: 85px 65px; color: #fff; background: var(--marginalia-green); }.marginalia-palette h2 { color: var(--marginalia-paper); }.marginalia-swatches { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.marginalia-swatch { display: flex; min-height: 210px; padding: 20px; flex-direction: column; justify-content: flex-end; font-size: 13px; }.marginalia-swatch b { margin-top: 5px; font-size: 17px; }.marginalia-swatch.leaf { color: #fff; background: var(--marginalia-green); border: 1px solid rgba(255,255,255,.45); }.marginalia-swatch.midnight { color: #fff; background: var(--marginalia-blue); }.marginalia-swatch.parchment { color: var(--marginalia-ink); background: var(--marginalia-paper); }.marginalia-application { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; padding: 90px 65px; background: var(--marginalia-paper); }.marginalia-application img { width: 100%; max-height: 390px; object-fit: contain; mix-blend-mode: multiply; }.marginalia-page .project-footer-nav { border-color: var(--marginalia-ink); }.marginalia-page .project-footer-nav a { color: var(--marginalia-ink); }@media (max-width: 760px) { .marginalia-story,.marginalia-palette,.marginalia-application { grid-template-columns: 1fr; gap: 34px; padding: 55px 28px; }.marginalia-hero { min-height: 310px; padding: 38px; }.marginalia-swatches { grid-template-columns: 1fr; }.marginalia-swatch { min-height: 125px; } }
.marginalia-website { margin: 14px 0 0; padding: 18px; background: var(--marginalia-paper); }.marginalia-website img,.marginalia-assortment img { display: block; width: 100%; height: auto; }.marginalia-website figcaption,.marginalia-process figcaption,.marginalia-applications figcaption,.marginalia-assortment figcaption { margin-top: 12px; font-size: 12px; line-height: 1.35; }.marginalia-process { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 14px; margin-top: 14px; }.marginalia-process-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px; color: var(--marginalia-paper); background: var(--marginalia-blue); }.marginalia-process h2,.marginalia-application-copy h2 { margin: 12px 0 16px; font: 500 clamp(28px, 3vw, 42px)/.98 Georgia,serif; letter-spacing: -.04em; }.marginalia-process-copy p:last-child,.marginalia-application-copy p:last-child { font-size: 14px; line-height: 1.46; }.marginalia-process figure { margin: 0; padding: 18px; background: #f1efed; }.marginalia-process figure img { display: block; width: 100%; height: 100%; min-height: 275px; object-fit: cover; }.marginalia-applications { display: grid; grid-template-columns: 1.1fr .9fr; gap: 14px; margin-top: 14px; }.marginalia-applications figure { margin: 0; padding: 18px; background: var(--marginalia-paper); }.marginalia-storefront { grid-row: span 2; }.marginalia-storefront img { display: block; width: 100%; height: calc(100% - 30px); object-fit: cover; }.marginalia-application-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px; color: var(--marginalia-paper); background: var(--marginalia-green); }.marginalia-tote { display: grid; align-content: center; }.marginalia-tote img { display: block; width: 100%; max-height: 350px; object-fit: contain; }.marginalia-assortment { margin: 14px 0 0; padding: 18px; background: #181818; color: #fff; }.marginalia-assortment img { max-height: 620px; object-fit: contain; }@media (max-width: 760px) { .marginalia-process,.marginalia-applications { grid-template-columns: 1fr; }.marginalia-process-copy,.marginalia-application-copy { padding: 36px 28px; }.marginalia-storefront { grid-row: auto; }.marginalia-process figure img { min-height: 0; height: auto; }.marginalia-storefront img { height: auto; }.marginalia-website,.marginalia-process figure,.marginalia-applications figure,.marginalia-assortment { padding: 14px; } }
.marginalia-moodboard-link { align-self: flex-start; margin-top: 22px; padding: 10px 13px; border: 1px solid currentColor; color: inherit; font-size: 12px; font-weight: 600; line-height: 1; text-decoration: none; }.marginalia-moodboard-link:hover { color: var(--marginalia-blue); background: var(--marginalia-paper); }.marginalia-moodboard-link span { margin-left: 12px; font-size: 16px; }
.marginalia-process { grid-template-columns: .8fr 1.2fr; }.marginalia-process figure { display: grid; grid-template-rows: minmax(0, 1fr) auto; }.marginalia-process figure img { width: 100%; height: auto; min-height: 0; max-height: 460px; object-fit: contain; object-position: center; }.marginalia-process figcaption { min-height: 30px; }
.marginalia-story-copy { max-width: 520px; font-size: 17px; line-height: 1.5; }.marginalia-manuscript-characters { display: flex; align-items: end; gap: 10px; margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(33,29,27,.2); }.marginalia-manuscript-characters img { display: block; width: calc(25% - 8px); height: 98px; object-fit: contain; object-position: bottom center; mix-blend-mode: multiply; }.marginalia-process { grid-template-columns: .8fr 1fr 1fr; }@media (max-width: 760px) { .marginalia-manuscript-characters img { height: 76px; } }
.marginalia-process figure.marginalia-cat-process,.marginalia-process figure.marginalia-sketch-process { overflow: hidden; }.marginalia-process figure.marginalia-cat-process img,.marginalia-process figure.marginalia-sketch-process img { aspect-ratio: 3 / 4; height: auto; max-height: none; object-fit: cover; }.marginalia-process figure.marginalia-cat-process img { object-position: center; }.marginalia-process figure.marginalia-sketch-process img { object-position: 54% 52%; transform: scale(1.055); transform-origin: 54% 52%; }
.marginalia-manuscript-characters { gap: 18px; }.marginalia-manuscript-characters img { width: min(29%, 112px); height: 116px; object-fit: contain; object-position: center bottom; }
.marginalia-manuscript-characters { justify-content: space-between; gap: 10px; }.marginalia-manuscript-characters img { width: min(18%, 88px); height: 118px; }
.hof-rebrand-panel { aspect-ratio: 1200 / 540; }.hof-rebrand-panel .hof-rebrand-reveal { object-fit: contain; padding: 16px; background: #eef5fb; }.hof-rebrand-panel span.hof-panel-note,.hof-rebrand-panel span.hof-panel-action { position: absolute; z-index: 3; display: block; padding: 7px 9px; font-size: 10px; line-height: 1.2; }.hof-rebrand-panel span.hof-panel-note { right: auto; bottom: 12px; left: 12px; max-width: 230px; }.hof-rebrand-panel span.hof-panel-action { right: 12px; bottom: 12px; left: auto; }.hof-rebrand-panel:hover .hof-panel-note,.hof-rebrand-panel:focus-visible .hof-panel-note,.hof-rebrand-panel.is-revealed .hof-panel-note { opacity: 0; }.hof-brand-history { display: grid; grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr); gap: 14px; margin-top: 14px; }.hof-brand-history-copy { grid-row: span 3; display: flex; flex-direction: column; justify-content: center; padding: 42px; color: #fff; background: #0d2c72; }.hof-brand-history h2,.hof-certificate-story h2 { margin: 12px 0 16px; font-size: clamp(26px, 3vw, 40px); font-weight: 500; line-height: 1.02; letter-spacing: -.04em; }.hof-brand-history-copy p:last-child,.hof-certificate-story p:last-child { max-width: 480px; font-size: 14px; line-height: 1.46; }.hof-brand-history-copy a { color: inherit; text-underline-offset: 3px; }.hof-brand-history figure,.hof-certificate-story figure { margin: 0; padding: 18px; background: #f1f4f8; }.hof-brand-history img,.hof-certificate-story img { display: block; width: 100%; max-height: 260px; object-fit: contain; }.hof-brand-history figcaption,.hof-certificate-story figcaption { margin-top: 12px; font-size: 12px; line-height: 1.35; }.hof-certificate-story { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr); gap: 14px; margin-top: 14px; background: #111; color: #fff; }.hof-certificate-story figure { background: #f1f4f8; color: #111; }.hof-certificate-story > div { display: flex; flex-direction: column; justify-content: center; padding: 42px; }@media (max-width: 760px) { .hof-brand-history,.hof-certificate-story { grid-template-columns: 1fr; }.hof-brand-history-copy { grid-row: auto; }.hof-brand-history-copy,.hof-certificate-story > div { padding: 36px 28px; }.hof-rebrand-panel { aspect-ratio: 16 / 10; }.hof-rebrand-panel .hof-rebrand-reveal { padding: 10px; } }
.hof-rebrand-panels { align-items: start; }.hof-rebrand-card { margin: 0; }.hof-rebrand-panel { aspect-ratio: 1400 / 535; }.hof-rebrand-panel .hof-rebrand-base { object-fit: contain; background: #fff; }.hof-rebrand-panel .hof-rebrand-reveal { padding: 12px; background: #f7f4f3; }.hof-rebrand-card figcaption { margin-top: 11px; color: #111; font-size: 12px; line-height: 1.35; }.hof-rebrand-card figcaption strong { font-weight: 700; }.hof-brand-history-copy { grid-row: span 2; }@media (max-width: 760px) { .hof-rebrand-panel { aspect-ratio: 1400 / 535; } }
.hof-certificate-story figure { text-align: left; }.hof-certificate-story img { object-position: left center; }.hof-certificate-story figcaption { text-align: left; }
.hof-rebrand-panels { gap: 14px; padding: 0; background: transparent; }.hof-rebrand-panel,.hof-rebrand-panel .hof-rebrand-base { background: transparent; }
.hof-rebrand-panels { padding: 15px 32px 0; }@media (max-width: 760px) { .hof-rebrand-panels { padding: 15px 20px 0; } }
.hof-evolution { background: #f7f4f3; }
.hof-rebrand-panel { min-height: 0; }.hof-rebrand-card figcaption { margin: 0 0 10px; }
.hof-rebrand-panel { width: 100%; min-height: clamp(145px, 18vw, 250px); }
.hof-rebrand-panels { align-items: start; }.hof-rebrand-card { display: flex; flex-direction: column; align-items: stretch; gap: 8px; }.hof-rebrand-card figcaption { margin: 0; }.hof-rebrand-panel { flex: 0 0 auto; min-height: 0; margin: 0; }.hof-rebrand-card .hof-rebrand-base { object-fit: fill; }
