@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url(assets/cormorant-0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(assets/cormorant-1.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(assets/dm-sans-variable.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --navy: #101820;
  --gold: #7d7256;
  --champagne: #bcb095;
  --white: #ffffff;
  --surface: #f5f5f2;
  --muted: #666c70;
  --line: #deded6;
  --dark-line: #344049;
  --body: 'DM Sans', Arial, Helvetica, sans-serif;
  --display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--white); color: var(--navy); font: 400 1rem/1.7 var(--body); -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; height: auto; }
svg { display: block; }
button, a, summary { touch-action: manipulation; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
::selection { background: #e8e0cc; color: var(--navy); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { overflow-wrap: break-word; }
h1, h2 { font-family: var(--display); font-weight: 500; }
h1 em, h2 em { font-weight: 400; color: var(--gold); }
.wrap { width: min(1440px, 100%); margin-inline: auto; padding-inline: 5.2%; }
.eyebrow { font-size: .75rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; line-height: 1.5; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 10px 18px; background: var(--navy); color: white; }
.skip-link:focus { top: 15px; }
.site-header { background: white; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.brand { display: block; width: 338px; max-width: 100%; flex-shrink: 0; }
.brand-art { width: 100%; height: auto; overflow: hidden; }
.brand-wordmark { font-family: Georgia, 'Times New Roman', serif; font-size: 110px; font-weight: 400; fill: var(--navy); }
.brand-descriptor { font-family: var(--body); font-size: 52px; font-weight: 600; fill: var(--navy); }
.brand-divider { stroke: #8b9296; stroke-width: 1px; }
.footer-brand .brand-wordmark { fill: #ffffff; }
.footer-brand .brand-descriptor { fill: #d4c5a5; }
.footer-brand .brand-divider { stroke: #89949b; }
.nav { display: flex; align-items: center; gap: 30px; font-size: .875rem; }
.nav a { white-space: nowrap; padding-block: 12px; }
.nav a:hover { color: var(--gold); }
.nav .contact-link { border: 1px solid #c9c5b7; padding: 12px 18px; margin-left: 10px; }
.contact-link span { margin-left: 19px; color: var(--gold); }
.nav .contact-link:hover { border-color: var(--gold); background: var(--surface); }
.menu-button { display: none; background: none; border: 1px solid var(--line); padding: 9px 13px; font-size: .875rem; }
.hero { display: grid; grid-template-columns: 1fr 1.06fr; gap: 5%; align-items: center; padding-block: 62px 64px; }
.hero-copy { padding-block: 20px; }
.hero-kicker { color: var(--gold); margin-bottom: 29px; }
.hero h1 { font-size: clamp(3.4rem, 4.9vw, 4.95rem); line-height: 1.04; letter-spacing: -.035em; margin-bottom: 28px; }
.hero-intro { font-size: 1.0625rem; line-height: 1.8; color: #555e64; max-width: 440px; margin-bottom: 33px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.button-primary { display: inline-flex; align-items: center; justify-content: space-between; gap: 38px; padding: 16px 22px; background: var(--navy); color: var(--white); font-size: .875rem; font-weight: 500; border: 1px solid var(--navy); transition: background .2s, border-color .2s; }
.button-primary:hover { background: #2b3740; border-color: #2b3740; }
.button-primary span { color: var(--champagne); font-size: 1.1rem; }
.text-link { display: inline-flex; align-items: center; gap: 25px; font-size: .875rem; font-weight: 500; line-height: 1.6; border-bottom: 1px solid #b2a78c; padding-bottom: 5px; }
.text-link:hover { color: var(--gold); }
.hero-note { border-top: 1px solid var(--line); margin-top: 43px; padding-top: 21px; display: flex; align-items: center; gap: 25px; color: var(--muted); font-size: .8125rem; line-height: 1.55; }
.hero-year { font-family: var(--display); color: var(--gold); font-size: 1.8rem; white-space: nowrap; }
.featured { display: block; position: relative; align-self: stretch; min-height: 480px; aspect-ratio: 1.07; background: var(--navy); overflow: hidden; }
.project-button { display: block; width: 100%; padding: 0; border: 0; background: none; text-align: left; }
.featured > img { height: 100%; width: 100%; object-fit: cover; object-position: 67% center; transition: transform .65s ease; }
.featured:hover > img { transform: scale(1.025); }
.featured-caption { position: absolute; bottom: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 25px; background: rgba(16,24,32,.95); color: white; }
.featured-caption .eyebrow { color: var(--champagne); font-size: .75rem; }
.featured-title { display: block; font-family: var(--display); font-size: 1.8rem; line-height: 1.2; margin-top: 4px; }
.featured-action { font-size: .8125rem; white-space: nowrap; }
.featured-action > span { display: inline-block; margin-left: 13px; color: var(--champagne); }
.client-strip { display: grid; grid-template-columns: 178px 1fr; gap: 35px; align-items: center; padding-block: 33px 36px; border-top: 1px solid var(--line); }
.client-strip .eyebrow { color: var(--muted); font-size: .75rem; line-height: 1.85; }
.brand-names { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
.brand-names span { font-size: 1.15rem; line-height: 1.3; font-weight: 600; color: #465057; letter-spacing: -.035em; }
.brand-names .puma { font-size: 1.5rem; font-weight: 700; font-style: italic; }
.brand-names .moet { font-family: Georgia, serif; font-size: .9375rem; letter-spacing: .025em; font-weight: 400; }
.brand-names .bo { font-size: .75rem; font-weight: 500; letter-spacing: .09em; }
.section { padding-block: 100px; }
.light { background: var(--surface); color: var(--navy); }
.section-top { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 48px; }
.section-top .eyebrow { color: var(--gold); }
.section-top h2 { font-size: clamp(2.9rem, 4.3vw, 4.4rem); line-height: 1.1; letter-spacing: -.025em; margin: 18px 0 0; }
.section-top > p { max-width: 305px; color: var(--muted); font-size: 1rem; margin: 0 0 5px; }
.work-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 48px 48px; align-items: start; }
.work-grid > .project-button:nth-child(even) { margin-top: 70px; }
.project-image { display: block; aspect-ratio: 1.43; background: #e5e6e2; overflow: hidden; }
.project-image img { height: 100%; width: 100%; object-fit: cover; transition: transform .65s ease; }
.project-button:hover .project-image img { transform: scale(1.03); }
.project-meta { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 18px; }
.project-title { display: block; font-family: var(--display); font-weight: 500; font-size: 2rem; line-height: 1.1; }
.project-type { display: block; margin-top: 8px; color: var(--muted); font-size: .8125rem; }
.round-arrow { display: inline-grid; place-items: center; width: 38px; height: 38px; border: 1px solid #c5c2b6; border-radius: 50%; color: var(--gold); font-size: 1.25rem; flex-shrink: 0; transition: background .2s; }
.project-button:hover .round-arrow { background: #ebe8df; }
.portfolio-more { margin-top: 49px; border-top: 1px solid #d4d4ca; padding-top: 24px; }
.portfolio-more > summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: .9375rem; font-weight: 500; }
.portfolio-more > summary::-webkit-details-marker { display: none; }
.portfolio-more > summary span:last-child { font-size: 1.6rem; color: var(--gold); }
.portfolio-more[open] > summary span:last-child { transform: rotate(45deg); }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px 25px; margin-top: 30px; }
.archive-grid .project-image { aspect-ratio: 1.65; }
.archive-grid .project-title { font-size: 1.65rem; }
.archive-grid .project-type { font-size: .75rem; }
.archive-grid .round-arrow { width: 32px; height: 32px; }
.work-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid #d4d4ca; margin-top: 29px; padding-top: 26px; }
.work-bottom p { color: var(--muted); font-size: .8125rem; max-width: 485px; margin: 0; }
.work-bottom .text-link { white-space: nowrap; }
#expertise { background: var(--navy); color: white; }
#expertise :focus-visible, .footer :focus-visible { outline-color: var(--champagne); }
.services-intro { display: grid; grid-template-columns: .8fr 1.5fr; gap: 70px; align-items: start; margin-bottom: 56px; }
.services-intro .eyebrow { color: var(--champagne); margin-top: 9px; }
.services-summary { font-size: .9375rem; line-height: 1.8; color: #b2bac0; margin: 22px 0 0; }
.services-intro h2 { font-size: clamp(3rem, 4.7vw, 4.5rem); line-height: 1.06; letter-spacing: -.02em; margin: 0; }
.services-intro h2 em { color: var(--champagne); }
.service-row { display: grid; grid-template-columns: 45px 1fr 1.1fr; gap: 30px; border-top: 1px solid var(--dark-line); padding-block: 30px; }
.service-row:last-child { border-bottom: 1px solid var(--dark-line); }
.service-number { color: var(--champagne); font-size: .75rem; padding-top: 7px; }
.service-row h3 { font-family: var(--display); font-weight: 400; font-size: 2.2rem; line-height: 1.1; letter-spacing: -.01em; margin: 0; }
.service-row p { color: #c5cbd0; font-size: 1rem; line-height: 1.7; margin: 0; max-width: 490px; }
.service-tags { margin-top: 15px; color: #a9b0b5; font-size: .75rem; line-height: 1.8; }
.about { background: white; padding-block: 105px; }
.about-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 9%; }
.about .eyebrow { color: var(--gold); }
.about h2 { font-size: clamp(3rem, 4.2vw, 4.3rem); line-height: 1.1; letter-spacing: -.025em; margin: 22px 0 31px; }
.about-copy > p { font-size: 1.0625rem; line-height: 1.8; color: #555e64; margin: 0 0 22px; }
.history { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; border-top: 1px solid var(--line); padding-top: 22px; margin-top: 31px; }
.history strong { font-family: var(--display); font-size: 3.25rem; font-weight: 400; color: var(--gold); line-height: 1.1; }
.history p { color: var(--muted); font-size: .8125rem; margin: 7px 0 0; }
.about-copy > p.heritage-list { font-size: .8125rem; color: var(--muted); line-height: 1.9; margin: 26px 0 0; }
.contact { background: var(--surface); color: var(--navy); padding-block: 84px; border-top: 1px solid var(--line); }
.contact .eyebrow { color: var(--gold); margin-bottom: 22px; }
.contact-grid { display: grid; grid-template-columns: 1.7fr 1fr; gap: 75px; align-items: center; }
.contact h2 { font-size: clamp(3.4rem, 5vw, 5rem); line-height: 1.08; letter-spacing: -.025em; margin: 0; }
.contact-action { max-width: 330px; }
.contact-action > p { font-size: 1rem; color: #555e64; line-height: 1.75; margin: 0 0 25px; }
.contact-action > p.contact-note { font-size: .75rem; color: var(--muted); margin: 12px 0 0; }
.footer { background: var(--navy); color: white; padding-block: 47px 27px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 32px; }
.footer-brand { width: 325px; }
.footer-top p { color: #b2bbc1; font-size: .8125rem; margin: 16px 0 0; }
.footer-links { display: flex; align-items: center; gap: 28px; font-size: .8125rem; }
.footer-links a:hover { color: var(--champagne); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--dark-line); padding-top: 21px; color: #afb8bf; font-size: .75rem; }
.project-dialog { padding: 0; width: calc(100% - 48px); max-width: 1060px; max-height: 90svh; overflow-y: auto; border: 0; background: white; color: var(--navy); }
.project-dialog::backdrop { background: rgba(7,13,18,.86); }
.dialog-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 24px; }
.dialog-top .eyebrow { color: var(--gold); }
.dialog-close { background: transparent; border: 1px solid #c9c5b7; padding: 7px 15px; font-size: .875rem; }
.dialog-image { width: 100%; max-height: 60svh; object-fit: contain; background: var(--surface); }
.dialog-copy { padding: 25px 30px 32px; }
.dialog-copy h2 { font-size: 2.5rem; line-height: 1.1; margin: 0 0 12px; }
.dialog-copy p { color: var(--muted); font-size: 1rem; margin: 0; }
.dialog-copy .text-link { margin-top: 22px; }
@media (min-width: 1500px) { .wrap { padding-inline: 74px; } }
@media (max-width: 1120px) {
  .header-inner { gap: 25px; }
  .brand { width: 290px; }
  .nav { gap: 20px; font-size: .8125rem; }
  .nav .contact-link { margin-left: 0; padding: 11px 14px; }
  .hero { gap: 4%; }
  .hero h1 { font-size: clamp(3.3rem, 5.3vw, 4.3rem); }
  .hero-kicker { font-size: .75rem; letter-spacing: .11em; }
  .hero-intro { font-size: 1rem; }
  .hero-actions { gap: 22px; }
  .button-primary { padding: 15px 19px; gap: 25px; }
  .featured { min-height: 450px; }
  .featured-caption { padding: 17px 20px; }
  .featured-action { font-size: .75rem; }
  .client-strip { grid-template-columns: 145px 1fr; gap: 25px; }
  .brand-names { gap: 21px; }
  .brand-names span { font-size: 1rem; }
  .brand-names .moet { font-size: .875rem; }
  .brand-names .bo { font-size: .75rem; }
  .work-grid { gap: 38px; }
  .services-intro { gap: 35px; }
  .service-row { grid-template-columns: 35px 1fr 1.2fr; gap: 22px; }
  .contact-grid { gap: 40px; }
  .footer-links { gap: 20px; }
}
@media (max-width: 900px) {
  .header-inner { min-height: 92px; flex-wrap: wrap; gap: 0; }
  .brand { width: 300px; }
  .menu-button { display: block; }
  .nav { display: none; flex-direction: column; align-items: stretch; width: 100%; padding: 15px 0 22px; margin-top: 12px; border-top: 1px solid var(--line); font-size: .9375rem; gap: 0; }
  .nav.open { display: flex; }
  .nav a { padding-block: 11px; }
  .nav .contact-link { align-self: flex-start; margin-top: 8px; }
  .hero { grid-template-columns: 1fr 1fr; gap: 30px; padding-block: 42px; }
  .hero h1 { font-size: 3.35rem; }
  .hero-kicker { font-size: .75rem; max-width: 250px; line-height: 1.8; margin-bottom: 20px; }
  .hero-note { margin-top: 29px; gap: 18px; }
  .hero-year { font-size: 1.5rem; }
  .featured { min-height: 460px; }
  .featured-caption { display: block; }
  .featured-action { display: block; margin-top: 8px; }
  .client-strip { display: block; }
  .client-strip .eyebrow { margin-bottom: 20px; }
  .client-strip .eyebrow br { display: none; }
  .brand-names { justify-content: space-between; }
  .section, .about { padding-block: 74px; }
  .section-top { gap: 30px; }
  .section-top > p { max-width: 255px; font-size: .9375rem; }
  .work-grid { gap: 35px 28px; }
  .work-grid > .project-button:nth-child(even) { margin-top: 48px; }
  .services-intro h2 { font-size: 3.3rem; }
  .service-row h3 { font-size: 2rem; }
  .about-grid { gap: 6%; }
  .about h2 { font-size: 3.2rem; }
  .contact h2 { font-size: 3.65rem; }
  .footer-top { align-items: start; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 25px; }
}
@media (max-width: 680px) {
  .wrap { padding-inline: 6%; }
  .header-inner { min-height: 88px; }
  .brand { width: min(260px, calc(100% - 75px)); }
  .hero { grid-template-columns: 1fr; gap: 35px; padding-top: 36px; padding-bottom: 34px; }
  .hero-copy { padding: 0; }
  .hero-kicker { max-width: none; margin-bottom: 21px; font-size: .75rem; letter-spacing: .1em; }
  .hero h1 { font-size: clamp(2.85rem, 10.9vw, 4.4rem); line-height: 1.03; margin-bottom: 23px; }
  .hero-intro { max-width: 520px; margin-bottom: 28px; font-size: 1rem; line-height: 1.75; }
  .hero-actions { gap: 26px; }
  .hero-note { margin-top: 31px; padding-top: 20px; gap: 22px; }
  .hero-year { font-size: 1.75rem; }
  .hero-note > span:last-child { font-size: .75rem; }
  .featured { min-height: 0; aspect-ratio: 1.16; }
  .featured > img { object-position: 64% center; }
  .featured-caption { display: flex; gap: 15px; padding: 17px 19px; }
  .featured-caption .eyebrow { font-size: .75rem; letter-spacing: .08em; }
  .featured-title { font-size: 1.7rem; }
  .featured-action { margin-top: 0; font-size: .75rem; }
  .client-strip { padding-block: 25px 32px; }
  .client-strip .eyebrow { font-size: .75rem; line-height: 1.6; margin-bottom: 23px; }
  .brand-names { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px 20px; }
  .brand-names .puma { font-size: 1.35rem; }
  .brand-names .moet { font-size: .75rem; line-height: 1.45; }
  .brand-names .bo { font-size: .75rem; letter-spacing: .01em; line-height: 1.5; }
  .brand-names span { font-size: 1rem; }
  .section, .about { padding-block: 57px; }
  .section-top { display: block; margin-bottom: 32px; }
  .section-top h2 { font-size: 3.2rem; margin-top: 15px; }
  .section-top > p { font-size: 1rem; max-width: 390px; margin-top: 20px; }
  .work-grid { grid-template-columns: 1fr; gap: 34px; }
  .work-grid > .project-button:nth-child(even) { margin-top: 0; }
  .project-image { aspect-ratio: 1.42; }
  .project-meta { padding-top: 14px; }
  .project-title { font-size: 1.95rem; }
  .project-type { font-size: .8125rem; margin-top: 6px; }
  .portfolio-more { margin-top: 33px; padding-top: 21px; }
  .portfolio-more > summary { font-size: .875rem; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 19px; }
  .archive-grid .project-title { font-size: 1.45rem; }
  .archive-grid .project-type { font-size: .75rem; }
  .archive-grid .round-arrow { display: none; }
  .archive-grid .project-meta { gap: 0; }
  .work-bottom { display: block; margin-top: 24px; }
  .work-bottom p { margin-bottom: 21px; font-size: .8125rem; }
  .work-bottom .text-link { white-space: normal; font-size: .8125rem; }
  .services-intro { grid-template-columns: 1fr; gap: 30px; margin-bottom: 34px; }
  .services-summary { margin-top: 13px; font-size: .9375rem; }
  .services-summary br { display: none; }
  .services-intro h2 { font-size: 3.1rem; }
  .service-row { grid-template-columns: 25px 1fr; gap: 13px; padding-block: 25px; }
  .service-row h3 { font-size: 2rem; }
  .service-row h3 br { display: none; }
  .service-row > div:last-child { grid-column: 2; }
  .service-row p { font-size: 1rem; }
  .service-tags { margin-top: 12px; font-size: .75rem; }
  .about-grid { grid-template-columns: 1fr; gap: 31px; }
  .about h2 { font-size: 3.15rem; margin: 19px 0 25px; }
  .about-copy > p { font-size: 1rem; }
  .history strong { font-size: 3rem; }
  .contact { padding-block: 57px; }
  .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact h2 { font-size: clamp(3rem, 10.8vw, 4rem); }
  .contact-action { max-width: 370px; }
  .contact .eyebrow { margin-bottom: 18px; }
  .contact-action > p { font-size: 1rem; margin-bottom: 23px; }
  .footer { padding-block: 37px 24px; }
  .footer-top { display: block; padding-bottom: 29px; }
  .footer-brand { width: 292px; max-width: 100%; }
  .footer-top p { font-size: .8125rem; margin-top: 12px; }
  .footer-links { display: flex; flex-wrap: wrap; gap: 19px 23px; margin-top: 29px; }
  .footer-bottom { flex-direction: column; gap: 9px; padding-top: 20px; }
  .project-dialog { width: calc(100% - 24px); }
  .dialog-top { padding: 14px 15px; }
  .dialog-top .eyebrow { font-size: .75rem; letter-spacing: .07em; }
  .dialog-copy { padding: 21px; }
  .dialog-copy h2 { font-size: 2.1rem; }
}
@media (max-width: 360px) {
  .hero-actions { gap: 20px; }
  .button-primary { gap: 18px; padding: 14px 16px; }
  .hero-actions .text-link { font-size: .8125rem; }
  .hero h1 { font-size: 2.85rem; }
  .brand-names { grid-template-columns: repeat(2, 1fr); }
  .featured-caption { padding: 14px; }
  .featured-action { font-size: .75rem; }
  .featured-caption .eyebrow { font-size: .75rem; }
}

/* Full-width photographic opening with a left-aligned overlay. */
.hero.hero-fullbleed {
  position: relative;
  display: block;
  width: 100%;
  min-height: clamp(700px, calc(100svh - 108px), 1000px);
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: var(--navy);
  color: white;
}
.hero-fullbleed .hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 49%;
  pointer-events: none;
}
.hero-fullbleed::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(7,15,22,.84) 0%, rgba(7,15,22,.72) 30%, rgba(7,15,22,.48) 47%, rgba(7,15,22,.08) 66%, transparent 80%), linear-gradient(0deg, rgba(7,15,22,.72) 0%, transparent 30%);
}
.hero-fullbleed .hero-inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: clamp(72px, 8.2svh, 112px);
  padding-bottom: 28px;
}
.hero-fullbleed .hero-copy { max-width: 1100px; padding: 0; }
.hero-fullbleed .hero-kicker { color: #dfd3b9; margin-bottom: 26px; max-width: none; font-size: .75rem; letter-spacing: .17em; }
.hero-fullbleed h1 { color: white; font-size: clamp(3.4rem, 6.15vw, 6rem); line-height: 1.02; letter-spacing: -.03em; margin-bottom: 27px; }
.hero-fullbleed h1 em { color: #d8c7a4; }
.hero-fullbleed .hero-intro { max-width: 490px; font-size: 1.0625rem; line-height: 1.8; color: #edf0f1; margin-bottom: 32px; }
.hero-fullbleed .hero-actions { gap: 30px; }
.hero-fullbleed .button-primary { background: white; border-color: white; color: var(--navy); padding: 17px 24px; }
.hero-fullbleed .button-primary span { color: var(--gold); }
.hero-fullbleed .button-primary:hover { background: #e9e2d2; border-color: #e9e2d2; }
.hero-fullbleed .text-link { color: white; border-color: #bcb095; }
.hero-fullbleed .text-link:hover { color: #e0d1b4; }
.hero-fullbleed :focus-visible { outline-color: #e7d7b8; }
.hero-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 64px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.25); }
.hero-fullbleed .hero-note { border: 0; margin: 0; padding: 0; color: #d5dadd; gap: 25px; }
.hero-fullbleed .hero-year { color: #d8c7a4; font-size: 1.8rem; }
.hero-project { display: flex; align-items: center; gap: 24px; border: 0; padding: 5px 0 5px 10px; text-align: left; background: none; color: white; }
.hero-project .eyebrow { display: block; font-size: .75rem; color: #d5c6a8; letter-spacing: .13em; }
.hero-project-name { display: block; font-family: var(--display); font-size: 1.75rem; line-height: 1.2; margin-top: 4px; }
.hero-project-name > span { font-family: var(--body); font-size: .8125rem; color: #d2d8dc; }
.hero-project .round-arrow { width: 43px; height: 43px; border-color: rgba(255,255,255,.45); color: white; }
.hero-project:hover .round-arrow { background: rgba(255,255,255,.15); }
.hero-fullbleed + .client-strip { border-top: 0; }
@media (max-width: 1120px) {
  .hero-fullbleed .hero-intro { max-width: 465px; }
}
@media (max-width: 900px) {
  .hero.hero-fullbleed { min-height: max(700px, calc(100svh - 92px)); }
  .hero-fullbleed .hero-inner { padding-top: 76px; padding-bottom: 27px; }
  .hero-fullbleed::after { background: linear-gradient(90deg, rgba(7,15,22,.84) 0%, rgba(7,15,22,.68) 39%, rgba(7,15,22,.18) 74%, transparent 100%), linear-gradient(0deg, rgba(7,15,22,.74), transparent 34%); }
  .hero-fullbleed .hero-note { gap: 20px; }
}
@media (max-width: 680px) {
  .hero.hero-fullbleed { min-height: max(720px, calc(100svh - 88px)); }
  .hero-fullbleed .hero-inner { padding-top: 65px; padding-bottom: 25px; }
  .hero-fullbleed .hero-background { object-position: 65% center; }
  .hero-fullbleed::after { background: linear-gradient(90deg, rgba(7,15,22,.8), rgba(7,15,22,.52) 70%, rgba(7,15,22,.28)), linear-gradient(0deg, rgba(7,15,22,.8), transparent 34%); }
  .hero-fullbleed .hero-copy { max-width: 100%; }
  .hero-fullbleed .hero-kicker { max-width: 330px; font-size: .75rem; line-height: 1.8; letter-spacing: .11em; margin-bottom: 22px; }
  .hero-fullbleed h1 { font-size: clamp(1.75rem, 8.1vw, 3.4rem); line-height: 1.08; margin-bottom: 23px; }
  .hero-fullbleed .hero-intro { max-width: 420px; font-size: 1rem; line-height: 1.75; margin-bottom: 28px; }
  .hero-fullbleed .hero-actions { gap: 25px; }
  .hero-fullbleed .button-primary { padding: 15px 19px; gap: 25px; }
  .hero-footer { align-items: center; margin-top: 54px; padding-top: 21px; gap: 20px; }
  .hero-fullbleed .hero-note { display: block; }
  .hero-fullbleed .hero-year { display: block; font-size: 1.65rem; margin-bottom: 6px; }
  .hero-fullbleed .hero-note > span:last-child { display: block; font-size: .75rem; line-height: 1.65; }
  .hero-project { gap: 12px; padding-left: 0; }
  .hero-project .eyebrow { font-size: .75rem; letter-spacing: .04em; }
  .hero-project-name { font-size: 1.6rem; }
  .hero-project-name > span { display: block; font-size: .75rem; margin-top: 4px; }
  .hero-project .round-arrow { width: 34px; height: 34px; }
}
@media (max-width: 360px) {
  .hero-fullbleed .hero-inner { padding-top: 51px; }
  .hero-fullbleed .hero-actions { gap: 20px; }
  .hero-fullbleed .button-primary { padding: 14px 16px; gap: 18px; }
  .hero-project .round-arrow { display: none; }
}


/* An open portfolio wall: a broad campaign, two smaller images and a tall retail photograph. */
.work-editorial { background: white; padding-block: 72px 68px; }
.work-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.work-heading .eyebrow { color: var(--gold); }
.work-heading h2 { font-size: clamp(3.8rem, 6.4vw, 6.5rem); line-height: 1.04; letter-spacing: -.035em; margin: 14px 0 0; }
.work-heading p { margin: 0 0 8px; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.work-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-areas: "campaign campaign retail" "beauty food retail"; gap: 30px 22px; width: min(1600px, 100%); margin-inline: auto; padding-inline: clamp(18px, 2.2vw, 36px); }
.work-piece { display: flex; flex-direction: column; min-width: 0; padding: 0; border: 0; background: transparent; color: var(--navy); text-align: left; }
.work-piece-campaign { grid-area: campaign; }
.work-piece-retail { grid-area: retail; }
.work-piece-travel { grid-area: beauty; }
.work-piece-promotion { grid-area: food; }
.work-art { display: block; position: relative; width: 100%; aspect-ratio: 1.81; background: var(--surface); overflow: hidden; }
.work-art > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.work-piece-campaign .work-art { aspect-ratio: 1.8; }
.work-piece-campaign .work-art > img { object-position: center; }
.work-piece-retail .work-art { flex: 1; aspect-ratio: auto; min-height: 0; }
.work-piece-retail .work-art > img { position: absolute; inset: 0; object-position: 55% center; }
.work-view { position: absolute; right: 18px; bottom: 18px; padding: 10px 16px; background: white; color: var(--navy); font-size: .875rem; line-height: 1.5; opacity: 0; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; }
.work-piece:hover .work-art > img { transform: scale(1.035); }
.work-piece:hover .work-view, .work-piece:focus-visible .work-view { opacity: 1; transform: translateY(0); }
.work-caption { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 18px; padding-top: 14px; }
.work-name { font-family: var(--display); font-size: clamp(1.9rem, 2.7vw, 2.7rem); font-weight: 500; line-height: 1.15; letter-spacing: -.02em; }
.work-discipline { font-size: .875rem; color: var(--muted); line-height: 1.5; }
.work-archive .portfolio-more { margin-top: 52px; }
.work-archive .work-bottom { margin-top: 24px; }
@media (max-width: 1000px) {
  .work-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-areas: "campaign retail" "beauty food"; gap: 30px 20px; }
  .work-piece-campaign .work-art, .work-piece-retail .work-art { aspect-ratio: 1.44; flex: none; }
  .work-piece-retail .work-art > img { position: static; }
  .work-heading h2 { font-size: 4.8rem; }
  .work-heading p { max-width: 280px; }
  .work-name { font-size: 2.2rem; }
}
@media (max-width: 680px) {
  .work-editorial { padding-block: 47px 48px; }
  .work-heading { display: block; margin-bottom: 29px; }
  .work-heading h2 { font-size: clamp(3.2rem, 12vw, 4.5rem); margin-top: 12px; }
  .work-heading p { margin: 18px 0 0; max-width: none; }
  .work-gallery { grid-template-columns: minmax(0, 1fr); grid-template-areas: "campaign" "retail" "beauty" "food"; padding-inline: 6%; gap: 31px; }
  .work-piece-campaign .work-art, .work-piece-retail .work-art { aspect-ratio: 1.44; }
  .work-name { font-size: 2.2rem; }
  .work-caption { padding-top: 12px; gap: 5px 18px; }
  .work-archive .portfolio-more { margin-top: 34px; }
}
@media (hover: none) {
  .work-view { opacity: 1; transform: none; right: 12px; bottom: 12px; padding: 8px 12px; }
}

/* Structured surfaces and a consistent grid across the page. */
:root { --slate-surface: #e6ebed; --slate-line: #c4cfd4; --ink-blue: #1d3444; }
.wrap, .work-gallery { width: min(1560px, 100%); padding-inline: clamp(26px, 5.2vw, 80px); }
.site-header { border-top: 4px solid var(--navy); border-bottom: 1px solid #c8cdd0; }
.header-inner { min-height: 94px; }
.site-header .brand { width: 245px; }
.nav .contact-link { background: var(--navy); border-color: var(--navy); color: white; }
.nav .contact-link:hover { background: #294251; border-color: #294251; color: white; }
.nav .contact-link span { color: var(--champagne); }
.hero.hero-fullbleed { min-height: clamp(630px, calc(100svh - 98px), 880px); }
.hero-fullbleed .hero-inner { padding-top: clamp(60px, 8svh, 90px); }
.hero-fullbleed .hero-kicker { display: flex; align-items: center; gap: 15px; }
.hero-fullbleed .hero-kicker::before { content: ''; display: block; width: 36px; height: 1px; flex-shrink: 0; background: var(--champagne); }
.hero-footer { margin-top: 44px; }
.clients-band { background: #172631; color: white; border-bottom: 3px solid var(--champagne); }
.client-strip { border: 0; padding-block: 27px; gap: 30px; }
.client-strip .eyebrow { color: #c8d0d4; border-right: 1px solid #53616b; padding-right: 20px; }
.brand-names span { color: #e2e7e8; }
.chapter-label { display: flex; align-items: center; gap: 12px; margin: 0; }
.work-heading .chapter-label, .about .chapter-label { color: #695d44; }
.chapter-number { display: inline-grid; place-items: center; width: 36px; height: 36px; flex-shrink: 0; border: 1px solid currentColor; font-size: .75rem; letter-spacing: .02em; }
.work-editorial { padding-block: 53px 45px; background-color: var(--slate-surface); background-image: linear-gradient(90deg, rgba(16,24,32,.045) 1px, transparent 1px); background-size: 25% 100%; border-bottom: 1px solid var(--slate-line); }
.work-heading { margin-bottom: 30px; }
.work-heading h2 { font-size: clamp(3.6rem, 5.8vw, 5.5rem); margin-top: 14px; }
.work-heading p { border-left: 2px solid #9a8c6e; padding-left: 20px; color: #485b66; margin-bottom: 5px; }
.work-gallery { gap: 18px; }
.work-piece { background: white; box-shadow: 0 8px 24px rgba(19,38,50,.07); outline: 1px solid rgba(16,24,32,.06); }
.work-piece:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
.work-caption { padding: 15px 20px 17px; gap: 6px 16px; border-top: 3px solid var(--navy); background: #f9faf9; }
.work-name { font-size: clamp(1.9rem, 2.5vw, 2.5rem); }
.work-discipline { color: #53616a; }
.work-archive .portfolio-more { margin-top: 27px; padding-top: 0; border-top: 0; }
.portfolio-more > summary { background: #d6dfe3; border: 1px solid #bbc8cf; padding: 13px 20px; }
.portfolio-more > summary:hover { background: #cbd7dd; }
.archive-grid { gap: 23px; margin-top: 23px; }
.archive-grid .project-button { background: #f9faf9; box-shadow: 0 4px 15px rgba(19,38,50,.05); }
.archive-grid .project-meta { padding: 15px 17px 19px; align-items: start; border-top: 2px solid #7c8e98; }
.archive-grid .project-type { font-size: .875rem; }
.work-bottom { border-color: #bcc9cf; padding-top: 20px; }
.work-bottom p { font-size: .875rem; color: #50606a; }
#expertise { padding-block: 70px; background: linear-gradient(115deg, #111e28 0%, #1b303f 100%); border-bottom: 4px solid var(--champagne); }
.services-intro { grid-template-columns: 1fr 1.3fr; gap: 40px; margin-bottom: 31px; align-items: center; }
.services-intro .eyebrow { margin-top: 0; }
.services-summary { margin-top: 17px; color: #c1cbd2; font-size: 1rem; }
.services-intro h2 { font-size: clamp(3rem, 4.2vw, 4.2rem); }
.services-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.service-row { grid-template-columns: minmax(0, 1fr) auto; gap: 21px; padding: 30px; background: linear-gradient(125deg, #223947, #1b303e); border: 1px solid #425663; }
.service-row:nth-child(2), .service-row:nth-child(3) { background: linear-gradient(125deg, #1c313f, #152a38); }
.service-row:last-child { border-bottom: 1px solid #425663; }
.service-number { grid-column: 2; grid-row: 1; padding-top: 0; font: 400 2.7rem/1 var(--display); color: #bcb095; }
.service-row h3 { grid-column: 1; grid-row: 1; font-size: 2.35rem; line-height: 1.12; }
.service-row h3 br { display: none; }
.service-row > div:last-child { grid-column: 1 / -1; }
.service-row p { max-width: none; color: #e0e5e8; }
.service-tags { border-top: 1px solid #465b69; padding-top: 13px; margin-top: 18px; font-size: .875rem; color: #bdc9d0; }
.about { padding-block: 69px; background: #e9ebe7; border-bottom: 1px solid #c7cecb; }
.about-grid { grid-template-columns: 1fr 1.03fr; gap: 5%; align-items: start; }
.about h2 { margin-block: 20px 22px; font-size: clamp(3rem, 4.1vw, 4.15rem); }
.about-copy { padding: 31px 34px; background: #f7f8f5; border: 1px solid #ced5d0; box-shadow: 0 8px 24px rgba(16,24,32,.035); }
.about-copy > p { font-size: 1rem; color: #41505a; margin-bottom: 20px; }
.about-copy > p.heritage-list { border-top: 1px solid #cad2cd; padding-top: 18px; margin-top: 20px; font-size: .875rem; line-height: 1.8; color: #52605e; }
.history { padding: 0; margin-top: 26px; gap: 0; background: #223746; border: 1px solid #465663; }
.history > div { padding: 20px 23px; min-width: 0; }
.history > div + div { border-left: 1px solid #52616a; }
.history strong { display: block; font-size: 3.1rem; color: #d4c5a5; }
.history p { font-size: .875rem; color: #e0e6e7; }
.contact { padding-block: 67px; color: white; border: 0; background: linear-gradient(116deg, #223d4f 0%, #223d4f 66%, #2c485a 66%, #2c485a 100%); }
.contact .eyebrow { color: #dacbac; margin-bottom: 23px; }
.contact-grid { grid-template-columns: 1.5fr 1fr; gap: 60px; }
.contact h2 { font-size: clamp(3.3rem, 4.7vw, 4.8rem); }
.contact h2 em { color: #d4c5a5; }
.contact-action { max-width: 375px; border-left: 1px solid #718490; padding-left: 30px; }
.contact-action > p { color: #ecf0f1; }
.contact-action > p.contact-note { color: #c2cfd6; font-size: .8125rem; }
.contact .button-primary { color: var(--navy); background: white; border-color: white; }
.contact .button-primary:hover { background: #e4dcca; border-color: #e4dcca; }
.contact .button-primary span { color: var(--gold); }
.contact :focus-visible { outline-color: #e7d7b8; }
.footer { border-top: 1px solid #405361; padding-block: 37px 24px; }
.footer-top { padding-bottom: 26px; }
@media (max-width: 1000px) {
  .work-caption { padding-inline: 17px; }
  .service-row { padding: 24px; gap: 18px; }
  .service-row h3 { font-size: 2.1rem; }
  .about-copy { padding: 27px; }
  .history > div { padding: 18px; }
}
@media (max-width: 900px) {
  .header-inner { min-height: 88px; }
  .site-header .brand { width: 230px; }
  .hero.hero-fullbleed { min-height: max(650px, calc(100svh - 92px)); }
  .client-strip .eyebrow { border-right: 0; padding-right: 0; margin-bottom: 18px; }
  .about-grid { grid-template-columns: 1fr; gap: 27px; }
  .about-intro { display: grid; grid-template-columns: 1fr 1fr; column-gap: 28px; align-items: start; }
  .about-intro > .chapter-label, .about-intro > h2, .about-intro > .text-link { grid-column: 1; }
  .about-intro > .text-link { justify-self: start; }
  .about-intro > .history { grid-column: 2; grid-row: 1 / 4; margin-top: 0; align-self: stretch; grid-template-columns: 1fr; }
  .history > div + div { border-left: 0; border-top: 1px solid #52616a; }
  .contact-grid { gap: 35px; }
  .contact-action { padding-left: 23px; }
}
@media (max-width: 680px) {
  .wrap, .work-gallery { padding-inline: 6%; }
  .header-inner { min-height: 80px; }
  .site-header .brand { width: min(210px, calc(100% - 75px)); }
  .hero.hero-fullbleed { min-height: max(660px, calc(100svh - 84px)); }
  .hero-fullbleed .hero-inner { padding-top: 49px; }
  .hero-fullbleed .hero-kicker { gap: 11px; }
  .hero-fullbleed .hero-kicker::before { width: 21px; }
  .hero-footer { margin-top: 39px; }
  .client-strip { padding-block: 23px; }
  .brand-names { gap: 22px 17px; }
  .work-editorial { padding-block: 40px 35px; background-size: 50% 100%; }
  .work-heading { margin-bottom: 25px; }
  .work-heading h2 { font-size: clamp(3.2rem, 12vw, 4.5rem); }
  .work-heading p { padding-left: 15px; margin-top: 18px; font-size: .9375rem; }
  .work-gallery { gap: 21px; }
  .work-caption { padding: 13px 16px 16px; }
  .work-name { font-size: 2.15rem; }
  .archive-grid { gap: 20px 14px; }
  .archive-grid .project-meta { padding: 12px; }
  .archive-grid .project-type { font-size: .8125rem; }
  #expertise, .about, .contact { padding-block: 45px; }
  .services-intro { grid-template-columns: 1fr; gap: 23px; margin-bottom: 25px; }
  .services-intro h2 { font-size: clamp(2.75rem, 9.8vw, 3.3rem); }
  .services-list { grid-template-columns: 1fr; gap: 12px; }
  .service-row { padding: 23px; }
  .service-row h3 { font-size: 2.15rem; }
  .service-number { font-size: 2.45rem; }
  .about-intro { display: block; }
  .about h2 { font-size: 3rem; }
  .about-intro > .history { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 25px; }
  .history > div + div { border-top: 0; border-left: 1px solid #52616a; }
  .history strong { font-size: 2.75rem; }
  .history > div { padding: 17px; }
  .about-copy { padding: 24px; }
  .contact { background: linear-gradient(145deg, #223d4f 0%, #223d4f 75%, #2c485a 75%); }
  .contact-grid { grid-template-columns: 1fr; gap: 24px; }
  .contact h2 { font-size: clamp(3rem, 10.8vw, 4rem); }
  .contact-action { max-width: none; border-left: 0; border-top: 1px solid #718490; padding: 24px 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
