:root { --bg: #f3f0e9; --paper: #faf9f5; --text: #191918; --muted: #77736c; --dark: #ded9d0; --dark-muted: #aaa69d; --accent: #956044; --max: 1400px; }
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
body.modal-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; margin-bottom: 20px; }
h1 { font-size: 50px; line-height: .88; letter-spacing: -.01em; }
h2 { font-size: 40px; line-height: .98; letter-spacing: -.01em; }
input, textarea, select { border: 1px solid var(--bg); appearance: none; padding: 6px; outline: 0; width: 100%; }
input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus { border-color: var(--muted); }
form textarea { max-width: 100%; min-height: 300px; height: auto; }
form input, form textarea { margin-bottom: 10px; font-size: 16px; }
a:hover, button:hover, button:focus, button:not([disabled]):hover { color: var(--accent); border-color: var(--dark); }
section { max-width: var(--max); margin: auto; padding: 80px 5vw; }
.section-header { display: grid; grid-template-columns: 1fr 2fr; gap: 5vw; margin-bottom: 60px; }
.section-description { max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.45; }
.eyebrow, .section-number { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .2em; }
.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; background: rgba(243, 240, 233, .92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--dark); }
.site-nav { max-width: var(--max); margin: auto; padding: 20px 5vw; display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 14px; font-weight: 700; letter-spacing: .18em; }
.nav-links { display: flex; gap: 25px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--accent); }
.menu-toggle { display: none; border: 0; background: none; width: 38px; height: 38px; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 1px; background: var(--text); margin: 6px auto; transition: transform .25s ease; }
.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1.1fr; gap: 7vw; align-items: center; padding-top: 70px; padding-bottom: 160px; }
.hero-copy { max-width: 610px; }
.hero-copy .eyebrow { margin-bottom: 25px; }
.hero-intro { max-width: 610px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 2.3vw, 31px); line-height: 1.38; margin-bottom: 28px; }
.hero-small { max-width: 560px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.hero-image { overflow: hidden; background: #ded9d0; }
.caption { display: flex; justify-content: space-between; margin-top: 10px; color: var(--muted); font-size: 10px; }
.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 25px; }
.work { margin-bottom: 40px; }
.work:nth-child(1) { grid-column: span 7; }
.work:nth-child(2) { grid-column: span 5; margin-top: 100px; }
.work:nth-child(3) { grid-column: span 5; }
.work:nth-child(4) { grid-column: span 7; margin-top: 90px; }
.work-image { position: relative; overflow: hidden; display: block; background: #ddd8cf; }
.work-image img { aspect-ratio: 4 / 5; object-fit: cover; transition: transform .7s ease; }
.work-image:hover img { transform: scale(1.025); }
.interact-button { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid rgba(255, 255, 255, .7); background: rgba(20, 20, 20, .72); color: #fff; padding: 13px 20px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; backdrop-filter: blur(8px); }
.work-title { font-family: Georgia, "Times New Roman", serif; font-size: 23px; margin-top: 15px; }
.work-meta { color: var(--muted); font-size: 11px; }
.archive-teaser { border-top: 1px solid var(--dark); margin-top: 50px; padding-top: 30px; display: flex; justify-content: space-between; align-items: center; }
.archive-teaser p { color: var(--muted); font-size: 14px; max-width: 600px; }
.archive-link { white-space: nowrap; border-bottom: 1px solid var(--text); padding-bottom: 5px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.ideas { background: var(--dark); color: #574915; }
.ideas-inner { max-width: var(--max); margin: auto; padding: 0 5vw; }
.ideas-main { max-width: 1000px; margin-top: 45px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.35; }
.ideas-note { max-width: 720px; margin-top: 40px; color: var(--accent); font-size: 18px; line-height: 1.75; }
.experiment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.experiment { background: var(--paper); padding: 12px; }
.experiment img { aspect-ratio: 1 / 1; object-fit: cover; }
.experiment-info { padding: 20px 8px 12px; }
.experiment-info h3 { font-size: 27px; }
.experiment-info p { color: var(--muted); font-size: 12px; margin-top: 5px; }
.recognition { border-top: 1px solid var(--dark); }
.recognition-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 7vw; }
.recognition-intro { font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.5; max-width: 500px; }
.awards { border-top: 1px solid var(--dark); }
.award { display: grid; grid-template-columns: 80px 1fr; gap: 25px; padding: 20px 0; border-bottom: 1px solid var(--dark); }
.award-year { color: var(--muted); font-size: 11px; }
.award-name { font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.award-category { color: var(--muted); font-size: 12px; margin-top: 3px; }
.certificates { display: flex; gap: 18px; margin-top: 30px; }
.certificate { width: 105px; cursor: pointer; }
.certificate img { aspect-ratio: 3 / 4; object-fit: cover; border: 1px solid var(--dark); }
.certificate span { display: block; margin-top: 7px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.about { border-top: 1px solid var(--dark); }
.about-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 5vw; }
.about-text { max-width: 780px; }
.about-text p { font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.55; margin-bottom: 25px; }
.about-text strong { color: var(--accent); font-weight: 400; }
.profile-strip { margin-top: 65px; padding-top: 25px; border-top: 1px solid var(--dark); display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.profile-item span { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 8px; }
.profile-item strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 400; }
.contact { max-width: none; background: var(--dark); color: #574915; }
.contact-inner { max-width: var(--max); margin: auto; padding: 0 5vw; }
.contact p { max-width: 680px; margin: 35px 0; font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.45; }
.contact-link { display: inline-block; border-bottom: 1px solid var(--text); padding-bottom: 5px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.contact-link.large { font-size: 14px; }
.site-footer { background: #cbc6bd; color: var(--accent); padding: 28px 5vw; }
.footer-inner { max-width: var(--max); margin: auto; display: flex; justify-content: space-between; }
.archive-item { min-width: 0; }
.archive-item.is-hidden { display: none; }
.archive-image:hover img { transform: scale(1.025); }
.archive-info { display: flex; justify-content: space-between; gap: 25px; padding-top: 16px; }
.archive-info p { color: var(--muted); font-size: 12px; margin-top: 5px; }
.single-hero { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.single-hero h1 { max-width: 1100px; margin-top: 20px; }
.single-intro { max-width: 700px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.45; }
.single-image-section img { max-height: 80vh; object-fit: contain; }
.single-content { display: grid; grid-template-columns: 1fr 2fr; gap: 2vw; }
.single-content-label { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .15em; }
.bludit-content { max-width: 800px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.7; }
.bludit-content p { margin-bottom: 25px; }
.bludit-content h2 { margin: 50px 0 20px; }
.bludit-content img { margin: 40px 0; }
.bludit-content a { text-decoration: underline; }
.single-meta { border-top: 1px solid var(--dark); display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.single-meta span { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 8px; }
.single-meta strong { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.single-back { padding-top: 0; }
.single-back a { border-bottom: 1px solid var(--text); padding-bottom: 5px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.contact-hero { display: grid; grid-template-columns: 1fr 2fr; align-content: center; }
.contact-hero p { grid-column: 2; max-width: 700px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.contact-details { border-top: 1px solid var(--dark); }
.contact-detail { display: grid; grid-template-columns: 1fr 2fr; padding: 30px 0; border-bottom: 1px solid var(--dark); }
.contact-detail > span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.contact-big-link { font-family: Georgia, "Times New Roman", serif; font-size: clamp(25px, 3vw, 40px); }
.contact-note p { max-width: 650px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.contact-closing { min-height: 50vh; background: var(--paper); border: 1px solid var(--dark); }
.contact-page { max-width: var(--max); margin: auto; min-height: 100vh; padding: 100px 5vw 400px; display: grid; grid-template-columns: 1fr 1.2fr; gap: 5vw; }
.contact-page section { min-width: 100%; padding: 2vw; height: 100%; }
.contact-page label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.contact-page input, .contact-page textarea { width: 100%; border: 0; border-bottom: 1px solid var(--dark); background: transparent; color: var(--text); padding: 11px 0; outline: 0; }
.intro { max-width: 560px; margin-top: 20px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.2; }
.empty-state { grid-column: 1 / -1; padding: 50px 0; color: var(--muted); }
.error-page { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.error-page h1 { margin: 25px 0; }
.modal { position: fixed; z-index: 1000; inset: 0; display: none; align-items: center; justify-content: center; padding: 25px; background: rgba(10, 10, 10, .96); }
.modal.active { display: flex; }
.modal-content { position: relative; width: min(1150px, 95vw); height: min(850px, 92vh); background: #111; display: flex; align-items: center; justify-content: center; }
.modal-title { position: absolute; z-index: 5; top: 18px; left: 20px; color: #fff; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.modal-close { position: absolute; z-index: 10; top: 15px; right: 15px; width: 40px; height: 40px; border: 1px solid #555; background: rgba(0, 0, 0, .6); color: #fff; cursor: pointer; font-size: 22px; }
.modal img, .modal video { max-width: 100%; max-height: 100%; object-fit: contain; }
#media-container { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
#three-container { width: 100%; height: 100%; display: none; position: relative; }
#three-container canvas { width: 100%; height: 100%; display: block; }
.viewer-controls { position: absolute; right: 20px; bottom: 18px; }
.viewer-controls button { border: 1px solid #555; background: rgba(0, 0, 0, .65); color: #fff; padding: 9px 14px; cursor: pointer; }
@media (max-width: 800px) {
  .site-nav { padding: 17px 5vw; }
  .menu-toggle { display: block; z-index: 20; }
  .nav-links { position: fixed; inset: 0 0 0 auto; width: min(330px, 85vw); height: 100vh; padding: 100px 35px 40px; background: var(--paper); border-left: 1px solid var(--dark); display: flex; flex-direction: column; align-items: flex-start; gap: 24px; font-size: 12px; transform: translateX(100%); transition: transform .3s ease; }
  .nav-links.open { transform: translateX(0); }
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero-image img { aspect-ratio: 4 / 5; }
  .section-header, .about-grid, .recognition-layout, .single-content, .contact-hero { grid-template-columns: 1fr; }
  .contact-hero p { grid-column: auto; }
  .contact-page { grid-template-columns: 1fr; padding-top: 140px; gap: 70px; }
  .contact-form { padding: 30px 25px; }
  .work-grid { display: block; }
  .work:nth-child(2), .work:nth-child(4) { margin-top: 0; }
  .experiment-grid { grid-template-columns: 1fr; }
  .profile-strip { grid-template-columns: 1fr; }
  .archive-teaser { display: block; }
  .archive-link { display: inline-block; margin-top: 20px; }
  .archive-toolbar { align-items: flex-start; flex-direction: column; }
  .archive-grid { grid-template-columns: 1fr; row-gap: 70px; }
  .archive-item:nth-child(even) { margin-top: 0; }
  .archive-info { display: block; }
  .archive-meta { margin-top: 12px; }
  .single-meta { grid-template-columns: 1fr; }
  .contact-detail { grid-template-columns: 1fr; gap: 12px; }
  .footer-inner { flex-direction: column; gap: 10px; }
  section { padding: 90px 5vw; }
  .modal { padding: 8px; }
  .modal-content { width: 100%; height: 90vh; }
}
.archive-hero-number { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 20px; }
.archive-hero { display: grid; grid-template-columns: 2fr 1fr; align-content: center; padding-bottom: 0; }
.archive-hero p { max-width: 700px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.45; }
.archive-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid var(--dark); border-bottom: 1px solid var(--dark); padding: 18px 0; margin-bottom: 45px; }
.archive-count { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; white-space: nowrap; }
.archive-filters { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 8px; }
.filter-button { appearance: none; border: 1px solid transparent; background: transparent; color: var(--muted); padding: 7px 11px; cursor: pointer; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.filter-button:hover { color: var(--text); }
.filter-button.active { border-color: var(--text); color: var(--text); }
.archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 28px; row-gap: 70px; }
.archive-image { position: relative; display: block; width: 100%; aspect-ratio: 4 / 5; overflow: hidden; background: #e4e0d8; }
.archive-image img { height: 100%; object-fit: contain; transition: transform .65s cubic-bezier(.2, .7, .2, 1); }
.archive-item:hover .archive-image img { transform: scale(1.018); }
.archive-view { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) translateY(8px); opacity: 0; border: 1px solid rgba(255, 255, 255, .75); background: rgba(20, 20, 20, .72); color: #fff; padding: 12px 18px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; backdrop-filter: blur(8px); transition: opacity .25s ease, transform .25s ease; }
.archive-item:hover .archive-view, .archive-item:focus-within .archive-view { opacity: 1; transform: translate(-50%, -50%) translateY(0); }
.archive-title-block h2 { font-size: 22px; }
.archive-title-block p { line-height: 1.5; max-width: 420px; }
.archive-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 11px; color: var(--muted); font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.meta-separator { color: var(--dark); }
.archive-empty { grid-column: 1 / -1; padding: 90px 0 120px; border-top: 1px solid var(--dark); }
.archive-empty h2 { margin-top: 25px; margin-bottom: 25px; }
.archive-empty p { max-width: 500px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.archive-empty strong { color: var(--text); font-weight: 400; }
.archive-pagination { display: flex; justify-content: center; align-items: center; gap: 28px; margin-top: 100px; padding-top: 30px; border-top: 1px solid var(--dark); }
.pagination-numbers { display: flex; align-items: center; gap: 5px; }
.pagination-numbers a, .pagination-numbers span, .pagination-arrow { display: flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; color: var(--muted); font-size: 10px; transition: color .2s ease, background .2s ease; }
.pagination-numbers a:hover, .pagination-arrow:hover { color: var(--text); }
.pagination-numbers .current { background: var(--text); color: var(--bg); }
.pagination-arrow { border: 1px solid var(--dark); font-size: 14px; }
.pagination-dots { min-width: 20px !important; color: var(--muted) !important; background: transparent !important; }
@media (max-width: 1000px) {
  .archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 22px; row-gap: 55px; }
}
@media (max-width: 700px) {
  .archive-hero { padding-top: 145px; padding-bottom: 80px; }
  .archive-content { padding-bottom: 90px; }
  .archive-toolbar { display: block; }
  .archive-count { margin-bottom: 18px; }
  .archive-filters { justify-content: flex-start; gap: 5px; }
  .archive-grid { grid-template-columns: 1fr; row-gap: 55px; }
  .archive-pagination { margin-top: 70px; gap: 12px; }
}
@media (max-width: 420px) {
  .archive-filters { display: grid; grid-template-columns: repeat(2, 1fr); width: 100%; }
  .filter-button { border: 1px solid var(--dark); text-align: center; }
  .filter-button.active { border-color: var(--text); }
  .pagination-numbers { gap: 2px; }
  .pagination-numbers a, .pagination-numbers span, .pagination-arrow { min-width: 30px; height: 30px; }
}