:root {
      color-scheme: light;
      --ink: #171a16;
      --ink-soft: #343a35;
      --muted: #68716a;
      --paper: #f5f6f2;
      --white: #fff;
      --line: #e3e7e1;
      --teal: #16c9b1;
      --teal-deep: #008d7e;
      --yellow: #f3cf43;
      --radius: 22px;
      --shadow: 0 20px 60px rgba(20, 29, 24, .09);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 92px; }
    body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.55; }
    a { color: inherit; text-decoration: none; }
    button { font: inherit; }
    .skip-link { position: absolute; top: -100px; left: 16px; z-index: 100; padding: 12px 16px; background: var(--ink); color: white; border-radius: 10px; }
    .skip-link:focus { top: 12px; }
    .topline { min-height: 34px; display: flex; align-items: center; justify-content: center; padding: 6px 18px; background: var(--ink); color: #e9eee8; font-size: 11px; letter-spacing: .15em; text-align: center; text-transform: uppercase; }
    .topline span { color: var(--teal); }
    .site-header { position: sticky; top: 0; z-index: 20; background: rgba(245, 246, 242, .92); border-bottom: 1px solid rgba(220, 225, 218, .75); backdrop-filter: blur(16px); }
    .header-inner { max-width: 1280px; min-height: 86px; margin: 0 auto; padding: 12px 30px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
    .brand { display: inline-flex; align-items: center; gap: 12px; min-width: 200px; }
    .brand-mark { width: 52px; height: 56px; border-radius: 12px; background: white; overflow: hidden; display: grid; place-items: center; box-shadow: 0 4px 16px rgba(0,0,0,.05); }
    .brand-mark img { width: 100%; height: 100%; object-fit: contain; }
    .brand-copy { display: grid; line-height: 1.2; }
    .brand-name { font-size: 15px; font-weight: 850; letter-spacing: .13em; }
    .brand-tag { margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
    .main-nav { display: flex; align-items: center; gap: clamp(16px, 2.3vw, 34px); }
    .main-nav a { color: #4e5850; font-size: 13px; font-weight: 650; transition: color .2s ease; }
    .main-nav a:hover, .main-nav a:focus-visible { color: var(--teal-deep); }
    .header-actions { display: flex; align-items: center; gap: 12px; }
    .lang-switch { display: inline-flex; padding: 3px; gap: 2px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.68); }
    .lang-switch button { min-width: 35px; padding: 5px 8px; border: 0; border-radius: 999px; background: transparent; color: #657068; cursor: pointer; font-size: 10px; font-weight: 800; }
    .lang-switch button[aria-pressed="true"] { background: var(--ink); color: white; }
    .header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 17px; border-radius: 999px; background: var(--ink); color: white; font-size: 12px; font-weight: 750; transition: transform .2s ease, background .2s ease; }
    .header-cta:hover { transform: translateY(-2px); background: var(--teal-deep); }
    .menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; }
    .menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 17px; height: 2px; margin: 4px auto; background: var(--ink); content: ""; transition: transform .2s ease; }
    .hero { max-width: 1280px; min-height: 620px; margin: 0 auto; padding: 72px 30px 82px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr); align-items: center; gap: clamp(36px, 7vw, 100px); }
    .eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--teal-deep); font-size: 11px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
    .eyebrow::before { width: 30px; height: 2px; background: linear-gradient(90deg, var(--teal), var(--yellow)); content: ""; }
    h1, h2, h3, p { margin-top: 0; }
    h1 { max-width: 680px; margin-bottom: 23px; font-size: clamp(48px, 6.5vw, 82px); line-height: .99; letter-spacing: -.065em; font-weight: 790; }
    .hero-highlight { background: linear-gradient(100deg, #009f8c, #6cbf79 48%, #d4a918); -webkit-background-clip: text; background-clip: text; color: transparent; }
    .hero-lede { max-width: 560px; margin-bottom: 30px; color: #5c665f; font-size: clamp(16px, 1.6vw, 19px); line-height: 1.7; }
    .hero-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
    .button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 11px; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
    .button:hover { transform: translateY(-2px); }
    .button-primary { background: var(--ink); color: white; box-shadow: 0 9px 24px rgba(23,26,22,.16); }
    .button-primary:hover { background: var(--teal-deep); }
    .button-secondary { border-color: #d9dfd8; background: rgba(255,255,255,.55); color: var(--ink); }
    .button-secondary:hover { background: white; box-shadow: 0 8px 22px rgba(23,26,22,.07); }
    .arrow { font-size: 17px; line-height: 0; }
    .hero-note { display: flex; align-items: center; gap: 10px; margin-top: 29px; color: #737b74; font-size: 11px; }
    .note-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(22,201,177,.12); }
    .hero-visual { min-height: 500px; position: relative; display: grid; place-items: center; }
    .hero-panel { position: relative; width: min(100%, 470px); height: 490px; overflow: hidden; border-radius: 28px; background: #141a17; box-shadow: 0 34px 90px rgba(20,30,25,.2); isolation: isolate; }
    .hero-panel::before { position: absolute; inset: 0; background: radial-gradient(ellipse at 77% 19%, rgba(23, 205, 183, .72), transparent 32%), radial-gradient(ellipse at 30% 73%, rgba(241, 204, 56, .45), transparent 33%), linear-gradient(135deg, #202a25 4%, #101311 66%); content: ""; z-index: -2; }
    .hero-panel::after { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(180deg, black, transparent 90%); content: ""; z-index: -1; }
    .hero-orbit { position: absolute; width: 360px; height: 360px; top: 35px; right: -78px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; box-shadow: 0 0 0 25px rgba(255,255,255,.025), 0 0 0 65px rgba(255,255,255,.025); }
    .hero-orbit::before, .hero-orbit::after { position: absolute; content: ""; background: linear-gradient(180deg, var(--teal), var(--yellow)); opacity: .9; }
    .hero-orbit::before { width: 1px; height: 480px; top: -62px; left: 48%; transform: rotate(34deg); }
    .hero-orbit::after { height: 1px; width: 460px; top: 57%; left: -54px; transform: rotate(-22deg); }
    .hero-logo-card { position: absolute; top: 44px; left: 35px; width: 90px; height: 94px; display: grid; place-items: center; border-radius: 18px; background: white; transform: rotate(-5deg); box-shadow: 0 15px 40px rgba(0,0,0,.18); }
    .hero-logo-card img { width: 100%; height: 100%; object-fit: contain; }
    .hero-caption { position: absolute; left: 35px; right: 35px; bottom: 35px; color: white; }
    .hero-caption small { display: inline-block; margin-bottom: 11px; color: var(--teal); font-size: 10px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
    .hero-caption strong { display: block; max-width: 340px; font-size: clamp(31px, 4vw, 44px); line-height: 1.02; letter-spacing: -.045em; }
    .hero-caption span { display: block; margin-top: 12px; color: rgba(255,255,255,.66); font-size: 12px; }
    .floating-tag { position: absolute; right: -19px; top: 80px; display: flex; align-items: center; gap: 9px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.35); border-radius: 14px; background: rgba(255,255,255,.88); color: #263029; box-shadow: var(--shadow); font-size: 11px; font-weight: 800; transform: rotate(3deg); }
    .floating-tag i { width: 9px; height: 9px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--yellow)); }
    .intro-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.5); }
    .intro-bar-inner { max-width: 1280px; margin: 0 auto; padding: 25px 30px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
    .intro-bar p { margin: 0; color: #667168; font-size: 12px; font-weight: 700; }
    .service-pills { display: flex; flex-wrap: wrap; gap: 8px; }
    .service-pills span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: white; color: #414b43; font-size: 10px; font-weight: 750; }
    .section { max-width: 1280px; margin: 0 auto; padding: 106px 30px; }
    .section-heading { max-width: 720px; margin-bottom: 42px; }
    .section-heading h2 { margin-bottom: 14px; font-size: clamp(34px, 4.5vw, 54px); line-height: 1.05; letter-spacing: -.055em; }
    .section-heading p { max-width: 620px; margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
    .section-kicker { margin-bottom: 12px; color: var(--teal-deep); font-size: 10px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
    .services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
    .service-card { min-height: 255px; padding: 25px 23px; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,255,255,.72); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
    .service-card:hover { transform: translateY(-5px); border-color: rgba(22,201,177,.5); box-shadow: var(--shadow); }
    .service-icon { width: 47px; height: 47px; margin-bottom: 26px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, rgba(22,201,177,.16), rgba(243,207,67,.24)); color: #087f71; font-size: 20px; font-weight: 800; }
    .service-card h3 { margin-bottom: 10px; font-size: 18px; letter-spacing: -.025em; }
    .service-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
    .projects-section { max-width: none; background: #e9ede8; }
    .projects-inner { max-width: 1280px; margin: 0 auto; padding: 104px 30px; }
    .projects-heading { display: flex; align-items: end; justify-content: space-between; gap: 26px; }
    .projects-heading .section-heading { margin-bottom: 35px; }
    .filter-list { display: flex; flex-wrap: wrap; gap: 7px; padding-bottom: 39px; }
    .filter-button { min-height: 37px; padding: 0 13px; border: 1px solid #d3dbd3; border-radius: 999px; background: transparent; color: #57625a; cursor: pointer; font-size: 10px; font-weight: 800; }
    .filter-button[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: white; }
    .projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .project-card { overflow: hidden; border: 1px solid rgba(214,220,213,.8); border-radius: 20px; background: white; box-shadow: 0 10px 30px rgba(25,35,28,.045); transition: transform .25s ease, box-shadow .25s ease; }
    .project-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
    .project-card[hidden] { display: none; }
    .project-art { height: 235px; position: relative; overflow: hidden; display: grid; place-items: center; isolation: isolate; }
    .project-art::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 46%, rgba(14,19,16,.58)); content: ""; z-index: 2; }
    .art-stage { background: radial-gradient(circle at 50% 27%, rgba(26,211,186,.75), transparent 22%), linear-gradient(135deg, #1c2723, #101311 74%); }
    .art-stage::before { position: absolute; width: 62%; height: 75%; bottom: -8%; border: 1px solid rgba(255,255,255,.55); border-bottom: 0; border-radius: 48% 48% 0 0; box-shadow: 0 0 0 22px rgba(255,255,255,.04), 0 0 0 45px rgba(255,255,255,.03); content: ""; }
    .art-stage .beam { position: absolute; bottom: -15%; width: 2px; height: 100%; background: linear-gradient(180deg, var(--teal), transparent); transform: rotate(30deg); opacity: .75; }
    .art-stage .beam:nth-child(1) { left: 29%; }
    .art-stage .beam:nth-child(2) { left: 70%; transform: rotate(-28deg); background: linear-gradient(180deg, var(--yellow), transparent); }
    .art-rooftop { background: linear-gradient(150deg, #f3d04b 0%, #edae40 39%, #304843 40%, #1a2825 100%); }
    .art-rooftop::before { position: absolute; width: 168px; height: 168px; top: 19px; right: 46px; border-radius: 50%; background: rgba(255,245,200,.86); box-shadow: 0 0 60px rgba(255,241,177,.45); content: ""; }
    .art-rooftop .rail { position: absolute; left: 0; right: 0; height: 2px; bottom: 35%; background: rgba(255,255,255,.8); box-shadow: 0 -22px rgba(255,255,255,.35); }
    .art-rooftop .rail::before { position: absolute; inset: -48px 9% 0; border-left: 2px solid rgba(255,255,255,.55); border-right: 2px solid rgba(255,255,255,.55); content: ""; }
    .art-cabinet { background: linear-gradient(135deg, #d8d1c2, #f2eee5 60%, #c2b8a5); }
    .art-cabinet::before { position: absolute; width: 66%; height: 86%; left: 17%; bottom: -3%; border: 8px solid rgba(255,255,255,.84); border-bottom: 0; background: linear-gradient(90deg, #e8e1d5 0 32%, #d3c9b7 32% 34%, #eee9df 34% 66%, #d3c9b7 66% 68%, #e5ddcf 68%); box-shadow: 15px 15px 0 rgba(89,79,60,.12); content: ""; }
    .art-cabinet::after { background: linear-gradient(180deg, transparent 40%, rgba(39,36,29,.46)); }
    .cabinet-handle { position: absolute; width: 3px; height: 38px; top: 39%; background: #8e7957; z-index: 1; }
    .cabinet-handle.one { left: 46%; }
    .cabinet-handle.two { right: 34%; }
    .project-art-label { position: absolute; left: 20px; bottom: 17px; z-index: 3; color: white; font-size: 9px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
    .project-copy { min-height: 180px; padding: 22px 22px 24px; }
    .project-type { margin-bottom: 9px; color: var(--teal-deep); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
    .project-copy h3 { margin-bottom: 8px; font-size: 20px; line-height: 1.2; letter-spacing: -.04em; }
    .project-copy p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
    .method-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
    .method-section .section-heading { margin: 0; }
    .method-list { display: grid; gap: 13px; }
    .method-item { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.66); }
    .method-number { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: 11px; font-weight: 850; }
    .method-item h3 { margin: 1px 0 4px; font-size: 14px; }
    .method-item p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
    .contact-band { padding: 0 30px 106px; }
    .contact-panel { max-width: 1220px; min-height: 300px; position: relative; overflow: hidden; margin: 0 auto; padding: 58px 64px; border-radius: 26px; background: var(--ink); color: white; isolation: isolate; }
    .contact-panel::before { position: absolute; z-index: -1; width: 530px; height: 530px; top: -210px; right: -90px; border: 1px solid rgba(22,201,177,.65); border-radius: 50%; box-shadow: 0 0 0 32px rgba(22,201,177,.04), 0 0 0 78px rgba(22,201,177,.04), 0 0 0 140px rgba(243,207,67,.035); content: ""; }
    .contact-panel::after { position: absolute; z-index: -1; width: 190px; height: 190px; right: 67px; bottom: -107px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--yellow)); filter: blur(1px); opacity: .8; content: ""; }
    .contact-panel .section-kicker { color: var(--teal); }
    .contact-panel h2 { max-width: 630px; margin-bottom: 14px; font-size: clamp(34px, 4.7vw, 56px); line-height: 1.04; letter-spacing: -.055em; }
    .contact-panel p { max-width: 520px; margin-bottom: 25px; color: rgba(255,255,255,.68); font-size: 14px; }
    .contact-links { display: flex; flex-wrap: wrap; gap: 10px; }
    .contact-links .button-primary { background: white; color: var(--ink); }
    .contact-links .button-primary:hover { background: var(--teal); }
    .contact-links .button-secondary { border-color: rgba(255,255,255,.27); background: transparent; color: white; }
    .contact-links .button-secondary:hover { background: rgba(255,255,255,.1); }
    .site-footer { border-top: 1px solid var(--line); background: #eef0eb; }
    .footer-inner { max-width: 1280px; margin: 0 auto; padding: 35px 30px 25px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
    .footer-brand { display: flex; align-items: center; gap: 12px; }
    .footer-brand img { width: 41px; height: 45px; border-radius: 9px; background: white; object-fit: contain; }
    .footer-brand strong { display: block; font-size: 12px; letter-spacing: .13em; }
    .footer-brand span { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; }
    .footer-contact { display: flex; flex-wrap: wrap; justify-content: end; gap: 9px 20px; color: #576159; font-size: 11px; font-weight: 650; }
    .footer-contact a:hover { color: var(--teal-deep); }
    .footer-bottom { max-width: 1280px; margin: 0 auto; padding: 0 30px 20px; display: flex; justify-content: space-between; gap: 12px; color: #7d857e; font-size: 9px; }
    :focus-visible { outline: 3px solid rgba(0,141,126,.68); outline-offset: 3px; }
    @media (max-width: 1000px) {
      .header-inner { gap: 14px; padding-inline: 23px; }
      .brand { min-width: 0; }
      .main-nav { gap: 14px; }
      .header-cta { display: none; }
      .hero { grid-template-columns: 1.05fr .95fr; gap: 35px; min-height: auto; padding-top: 65px; }
      .hero-panel { height: 440px; }
      .hero-visual { min-height: 440px; }
      .services-grid { grid-template-columns: repeat(2, 1fr); }
      .projects-grid { grid-template-columns: repeat(2, 1fr); }
      .project-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: .9fr 1.1fr; }
      .project-card:last-child .project-art { height: 100%; min-height: 230px; }
      .method-section { gap: 40px; }
    }
    @media (max-width: 720px) {
      html { scroll-padding-top: 74px; }
      .topline { min-height: 30px; font-size: 9px; }
      .header-inner { min-height: 70px; padding: 9px 18px; }
      .brand-mark { width: 43px; height: 46px; }
      .brand-name { font-size: 13px; }
      .brand-tag { max-width: 175px; font-size: 7px; }
      .menu-toggle { display: block; flex: 0 0 42px; }
      .header-actions { gap: 8px; }
      .main-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; padding: 9px 18px 18px; border-bottom: 1px solid var(--line); background: rgba(245,246,242,.98); box-shadow: 0 18px 25px rgba(20,29,24,.08); }
      .site-header.menu-open .main-nav { display: grid; gap: 0; }
      .main-nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); font-size: 14px; }
      .main-nav a:last-child { border-bottom: 0; }
      .site-header.menu-open .menu-toggle span { opacity: 0; }
      .site-header.menu-open .menu-toggle::before { transform: translateY(6px) rotate(45deg); }
      .site-header.menu-open .menu-toggle::after { transform: translateY(-6px) rotate(-45deg); }
      .hero { padding: 52px 20px 59px; grid-template-columns: 1fr; gap: 38px; }
      h1 { max-width: 570px; font-size: clamp(48px, 13vw, 70px); }
      .hero-lede { font-size: 15px; }
      .hero-visual { min-height: 380px; }
      .hero-panel { height: 380px; }
      .hero-orbit { width: 285px; height: 285px; }
      .hero-logo-card { top: 24px; left: 22px; width: 70px; height: 74px; }
      .hero-caption { left: 24px; right: 24px; bottom: 25px; }
      .floating-tag { right: -5px; top: 47px; font-size: 9px; }
      .intro-bar-inner { padding: 20px; align-items: flex-start; flex-direction: column; }
      .service-pills span { font-size: 9px; }
      .section, .projects-inner { padding: 75px 20px; }
      .section-heading { margin-bottom: 30px; }
      .section-heading h2 { font-size: 39px; }
      .section-heading p { font-size: 13px; }
      .services-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
      .service-card { min-height: 230px; padding: 18px 16px; }
      .service-icon { margin-bottom: 20px; }
      .service-card h3 { font-size: 15px; }
      .service-card p { font-size: 11px; }
      .projects-heading { display: block; }
      .projects-heading .section-heading { margin-bottom: 22px; }
      .filter-list { padding-bottom: 24px; }
      .projects-grid { grid-template-columns: 1fr; gap: 13px; }
      .project-card:last-child { display: block; grid-column: auto; }
      .project-card:last-child .project-art { height: 220px; }
      .project-art { height: 220px; }
      .project-copy { min-height: 0; padding: 19px; }
      .method-section { grid-template-columns: 1fr; gap: 28px; }
      .method-item { padding: 14px; }
      .contact-band { padding: 0 20px 75px; }
      .contact-panel { min-height: auto; padding: 40px 23px; border-radius: 22px; }
      .contact-panel::before { right: -300px; }
      .contact-panel::after { right: -52px; }
      .contact-panel h2 { font-size: 40px; }
      .contact-panel p { font-size: 13px; }
      .contact-links { display: grid; grid-template-columns: 1fr; }
      .contact-links .button { width: 100%; }
      .footer-inner { padding: 28px 20px 20px; align-items: flex-start; flex-direction: column; }
      .footer-contact { justify-content: flex-start; flex-direction: column; gap: 8px; }
      .footer-bottom { padding: 0 20px 18px; flex-direction: column; }
    }
    @media (max-width: 390px) {
      .brand-tag { max-width: 132px; }
      .lang-switch button { min-width: 30px; padding-inline: 6px; }
      .services-grid { grid-template-columns: 1fr; }
      .service-card { min-height: 0; }
      .service-icon { margin-bottom: 15px; }
    }
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    }
    .project-art.has-photo { background: #202723; }
    .project-art.has-photo::before { display: none; }
    .project-art-image { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
    .photo-button { position: absolute; right: 12px; bottom: 11px; z-index: 4; min-height: 34px; padding: 0 12px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; background: rgba(18,22,19,.76); color: white; cursor: pointer; font-size: 10px; font-weight: 800; backdrop-filter: blur(8px); }
    .photo-button:hover { background: var(--teal-deep); }
    .projects-status { margin: 18px 0 0; color: var(--muted); font-size: 12px; }
    .photo-dialog { width: min(94vw, 980px); max-width: 980px; max-height: 92vh; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: #151916; color: white; box-shadow: 0 28px 100px rgba(0,0,0,.4); }
    .photo-dialog::backdrop { background: rgba(8,12,10,.82); backdrop-filter: blur(5px); }
    .photo-dialog-inner { padding: 18px; }
    .dialog-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 1px 2px 13px; }
    .dialog-title { margin: 0; font-size: 15px; letter-spacing: -.02em; }
    .dialog-close { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; color: white; cursor: pointer; font-size: 20px; line-height: 1; }
    .dialog-image-frame { min-height: 240px; max-height: 70vh; display: grid; place-items: center; overflow: hidden; border-radius: 13px; background: #0d100e; }
    .dialog-image-frame img { display: block; max-width: 100%; max-height: 70vh; object-fit: contain; }
    .dialog-controls { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 2px 0; }
    .dialog-controls button { min-height: 37px; padding: 0 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.08); color: white; cursor: pointer; font-size: 11px; font-weight: 750; }
    .dialog-controls button:hover { background: rgba(255,255,255,.16); }
    .dialog-counter { color: rgba(255,255,255,.65); font-size: 11px; font-variant-numeric: tabular-nums; }
    @media (max-width: 720px) {
      .photo-dialog { width: calc(100vw - 20px); border-radius: 16px; }
      .photo-dialog-inner { padding: 11px; }
      .dialog-image-frame { min-height: 180px; }
      .dialog-controls button { padding-inline: 10px; font-size: 10px; }
    }
