/* Product showcases and individual project pages. */
.project-art-button{display:block;text-decoration:none;color:inherit}
.project-title>a:not(.round-link){min-width:0;color:inherit;text-decoration:none}
.project-title>a:not(.round-link):hover{color:#506331}
.project-card-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px 26px;margin-top:21px}
.project-card-actions .project-read{margin-top:0;min-height:40px}
.project-read,.store-inline{display:inline-flex;align-items:center;gap:12px;font-size:12px;font-weight:600;text-decoration:none}
.store-inline{min-height:40px;color:#505845;border-bottom:1px solid transparent}
.store-inline:hover{border-color:currentColor}
.store-inline svg{width:14px;height:16px}
.store-button{background:#20271d;color:#f7f7ef;border:1px solid #20271d;gap:15px;font-size:13px;padding:17px 24px;white-space:normal}
.store-button:hover{background:#35472c;color:#fff;border-color:#35472c;transform:translateY(-2px)}
.store-button>svg{flex-shrink:0}
.store-button>span:last-child{font-size:20px}
.product-tile{position:absolute;top:106px;left:-10px;width:72%;height:244px;padding:25px;border-radius:14px;background:#c5bde1;color:#252033;transform:rotate(-11deg);box-shadow:0 35px 75px #0006;z-index:1;display:grid;grid-template-columns:70px 1fr;grid-template-rows:auto 1fr auto;gap:16px;overflow:hidden}
.product-tile:after{content:"";position:absolute;width:320px;height:320px;border:1px solid #56427e22;border-radius:50%;top:-140px;right:-40px;pointer-events:none;box-shadow:0 0 0 35px #56427e06,0 0 0 70px #56427e05}
.product-tile>.micro{grid-column:1/-1;font-size:8px;letter-spacing:.1em}
.product-tile>img{width:66px;height:66px;border-radius:17px;align-self:center}
.product-tile>strong{font-size:36px;letter-spacing:-.055em;font-weight:500;align-self:center}
.product-tile>strong>span{display:block;font-size:9px;letter-spacing:0;margin-top:5px}
.product-tile-bottom{grid-column:1/-1;font:8px var(--mono);display:flex;justify-content:space-between;align-items:center}
.product-tile-bottom>span{font:26px var(--display)}
.featured>.project-card:nth-child(2){grid-column:1/-1;display:grid;grid-template-columns:1fr 1.05fr;gap:60px;align-items:center;padding:24px 0 44px;border-bottom:1px solid #cfd3c5}
.featured>.project-card:nth-child(2) .project-info{grid-column:1;grid-row:1;padding:20px 25px 20px 0}
.featured>.project-card:nth-child(2) .project-art-button{grid-column:2;grid-row:1}
.featured>.project-card:nth-child(2) .project-art{aspect-ratio:1.36}
.featured>.project-card:nth-child(2) .project-title h3{font-size:42px}
.featured>.project-card:nth-child(n+3){display:block;grid-column:auto}
.featured>.project-card:nth-child(n+3) .project-info{padding:25px 0 0}
.featured>.project-card:nth-child(n+3) .project-art{aspect-ratio:1.5}
.featured>.project-card:first-child .project-art{aspect-ratio:1.13}
.featured>.project-card:first-child{background:#e8e4ef}
.featured>.project-card:first-child .art-pdf{background:#c9c0dd}
.featured>.project-card:first-child .project-info{padding:22px 8px}
.featured>.project-card:first-child .showcase-phone{width:32%}
.featured>.project-card:first-child .omnidoc-word{font-size:52px}
.portfolio-grid .project-card{border-bottom:1px solid #cfd3c5;padding-bottom:30px}
.portfolio-grid .project-title h3{font-size:34px}
.portfolio-grid .project-info>p{max-width:49ch}
.project-card[hidden]{display:none!important}
.project-page{background:#f0efe8;color:#22261f}
.project-hero{padding-top:37px}
.project-breadcrumb{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:35px;color:#606756}
.project-breadcrumb>a{font-size:12px;text-decoration:none;display:flex;align-items:center;gap:13px;min-height:36px}
.project-breadcrumb>a:hover{color:#283c1a}
.project-breadcrumb .micro{font-size:9px}
.project-heading{border-top:1px solid #ccd1c3;border-bottom:1px solid #ccd1c3;padding:28px 0 35px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.project-heading-name{display:flex;align-items:center;gap:25px;min-width:0}
.project-heading h1{font-size:clamp(55px,7.8vw,112px);font-weight:450;letter-spacing:-.065em;line-height:1.02;margin:0;overflow-wrap:anywhere}
.project-heading-name>img{border-radius:21px;width:74px;height:74px;flex-shrink:0}
.project-heading>.status{font-size:12px;white-space:nowrap;padding:9px 14px;background:#e4e9da;border:1px solid #c9d1bd;border-radius:50px}
.project-heading>.status.building{background:#eae4d7;border-color:#d8cfba;color:#6a5530}
.project-hero-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;align-items:center;padding:43px 0}
.project-lead{padding:10px 0}
.project-lead>.eyebrow{font-size:9px;margin-bottom:28px}
.project-lead h2{font-size:clamp(33px,3.4vw,47px);font-weight:450;line-height:1.14;letter-spacing:-.05em;white-space:pre-line;margin:0 0 25px}
.project-lead>p.muted{font-size:15px;line-height:1.85;max-width:39ch;color:#686f60}
.project-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px 24px;margin-top:28px}
.project-hero-actions .text-button{font-size:12px;min-height:42px}
.project-cover{min-width:0}
.project-cover .project-art{aspect-ratio:1.32;border-radius:13px;min-height:0}
.project-cover .art-pdf{background:#c9c0dd}
.project-cover .omnidoc-word{font-size:50px;top:48px;left:34px}
.project-cover .omnidoc-word>span{font-size:10px;margin-top:8px}
.project-cover .showcase-phone{width:29%;border-width:5px}
.project-cover .phone-front{right:28%;top:30%;transform:rotate(-8deg)}
.project-cover .phone-back{right:6%;top:23%;transform:rotate(10deg)}
.project-cover .art-rahmet .art-word{font-size:60px;left:36px;bottom:59px}
.project-cover .art-rahmet .moon{width:190px;height:190px;right:14%;top:14%}
.project-cover .art-diet .art-word{font-size:62px}
.development-note{color:#79613a;font-size:12px;line-height:1.8;max-width:34ch;margin-top:18px;padding-left:15px;border-left:2px solid #c8b487}
.project-highlights{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #ccd1c3;border-bottom:1px solid #ccd1c3;padding:25px 0}
.project-highlights>div{padding:3px 35px;border-left:1px solid #ccd1c3;display:flex;gap:8px;flex-direction:column}
.project-highlights>div:first-child{border:0;padding-left:0}
.project-highlights strong{font-size:27px;line-height:1.2;letter-spacing:-.035em;font-weight:500}
.project-highlights>div>span{font-size:11px;color:#6b7263}
.project-overview{display:grid;grid-template-columns:.85fr 1.25fr;gap:90px;padding-block:90px}
.project-overview h2{font-size:35px;letter-spacing:-.045em;font-weight:450;line-height:1.2;max-width:15ch;margin:25px 0 0}
.overview-copy{font-size:19px;line-height:1.85;letter-spacing:-.02em;margin:0}
.project-facts{margin:27px 0 0;border-top:1px solid #ccd1c3;display:grid;grid-template-columns:100px 1fr;gap:30px;padding-top:23px}
.project-facts dt{font-size:10px;color:#6b7263;margin-bottom:8px}
.project-facts dd{font-size:12px;line-height:1.8;margin:0}
.planned-note{font-size:12px;margin-top:20px}
.screen-section{background:#e5e1eb;border-block:1px solid #d9d3e3}
.screen-section .section{padding-block:72px 65px}
.screen-section .section-heading{align-items:flex-end;gap:40px}
.screen-section .section-heading h2{font-size:48px;max-width:560px}
.gallery-hint{font-size:12px;color:#6a6275;max-width:200px;line-height:1.7;margin:0 0 7px}
.screen-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:35px}
.screen-gallery figure{margin:0;min-width:0}
.screen-gallery figure>a{display:block;position:relative;border-radius:26px;padding:5px;background:#23212a;box-shadow:0 18px 25px -20px #261b4160;transition:transform .25s,box-shadow .25s}
.screen-gallery figure>a:hover{transform:translateY(-8px);box-shadow:0 24px 30px -20px #261b4170}
.screen-gallery img{width:100%;height:auto;display:block;border-radius:21px}
.screen-zoom{position:absolute;bottom:16px;right:16px;border-radius:50%;width:35px;height:35px;background:#f0efe8;box-shadow:0 3px 15px #0006;display:grid;place-items:center;color:#292333;font-size:22px}
.screen-gallery figcaption{display:flex;align-items:center;gap:12px;font-size:12px;margin-top:22px}
.screen-gallery figcaption>.micro{font-size:9px;color:#847a92}
.image-dialog{width:min(440px,calc(100% - 32px));max-height:calc(100dvh - 32px);padding:14px;background:#f0efe8;color:#24221f;border:0;border-radius:16px;overflow:auto;box-shadow:0 24px 100px #0006}
.image-dialog::backdrop{background:#0b0c0ae3;backdrop-filter:blur(7px)}
.image-dialog-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 0 12px;position:sticky;top:-14px;background:#f0efe8;z-index:1}
.image-dialog h2{font-size:15px;line-height:1.3;margin:0;font-weight:500}
.image-dialog .dialog-close{width:40px;height:40px;flex-shrink:0;border-color:#c7c9c0;color:#30372a}
.image-dialog>img{display:block;width:auto;max-width:100%;height:auto;max-height:calc(100dvh - 132px);margin:0 auto;border-radius:15px;object-fit:contain}
.project-features{padding-block:85px}
.project-features .section-heading h2{font-size:52px;max-width:700px}
.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.feature-grid>article{padding:32px 35px 35px;border:1px solid #d4d9ca;border-radius:10px;background:#e9ecdf;min-width:0}
.project-pdf .feature-grid>article{background:#eae7ef;border-color:#d9d3e4}
.project-rahmet .feature-grid>article{background:#e3e9df;border-color:#cdd8c8}
.project-converter .feature-grid>article{background:#e3e7ed;border-color:#d0d8e2}
.feature-number{display:flex;justify-content:space-between;font:10px var(--mono);color:#657057;align-items:center;margin-bottom:36px}
.feature-number>span{font:25px var(--display);opacity:.6}
.feature-grid h3{font-size:28px;line-height:1.2;letter-spacing:-.04em;font-weight:500;margin:0 0 16px}
.feature-grid p{font-size:14px;line-height:1.85;color:#606859;margin:0;max-width:44ch}
.project-stack{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:30px 0 0;margin-top:30px;border-top:1px solid #ccd1c3}
.project-stack .eyebrow{font-size:9px;margin:0}
.project-stack .tags{margin:0}
.project-stack .tags li{font-size:10px}
.product-cta{background:#222b20;color:#f2f3e9;padding-block:65px}
.product-cta>.container{display:flex;align-items:center;justify-content:space-between;gap:50px}
.product-cta .eyebrow{color:#b8c4a5}
.product-cta h2{font:italic 55px/1.12 Georgia,serif;letter-spacing:-.045em;white-space:pre-line;margin:25px 0 0;max-width:630px;color:#e4efaa}
.product-cta-actions{display:flex;flex-direction:column;gap:18px;align-items:flex-start}
.product-cta .store-button{background:#e3eea5;color:#25311c;border-color:#e3eea5}
.product-cta .store-button:hover{background:#f0f8cc;color:#25311c}
.product-cta .text-button{font-size:12px;color:#e0e5d7}
.next-project{padding-block:43px;display:flex;justify-content:space-between;align-items:center;gap:30px;text-decoration:none;color:#242b20}
.next-project .eyebrow{font-size:9px;color:#727b64}
.next-project h2{font-size:45px;letter-spacing:-.045em;line-height:1.15;font-weight:450;margin:16px 0 0}
.next-arrow{font-size:55px;transition:transform .2s}
.next-project:hover .next-arrow{transform:translate(5px,-5px)}
.project-page :focus-visible{outline-color:#60527a;outline-offset:5px}
@media(min-width:1600px){.project-hero-grid{gap:90px}.project-cover .project-art{max-height:520px}}
@media(max-width:1100px){
  .product-tile{height:210px;top:93px;padding:21px;grid-template-columns:50px 1fr;gap:12px}
  .product-tile>img{width:50px;height:50px;border-radius:12px}.product-tile>strong{font-size:27px}.product-tile>strong>span{font-size:8px}
  .featured>.project-card:nth-child(2){gap:30px}.featured>.project-card:nth-child(2) .project-info{padding-right:0}.featured>.project-card:nth-child(2) .project-title h3{font-size:32px}
  .featured>.project-card:first-child .omnidoc-word{font-size:38px}.featured>.project-card:first-child .project-info{padding:10px 3px}
  .project-heading h1{font-size:8vw}.project-hero-grid{gap:30px}.project-lead h2{font-size:34px}.project-lead>.eyebrow{font-size:8px;margin-bottom:22px}.project-lead>p.muted{font-size:13px}.project-hero-actions{gap:12px}.store-button{font-size:11px;padding:14px 18px}
  .project-cover .omnidoc-word{font-size:36px;left:24px}.project-cover .showcase-phone{width:31%;border-width:3px}
  .project-overview{gap:50px;padding-block:65px}.project-overview h2{font-size:30px}.overview-copy{font-size:17px}.screen-gallery{gap:22px}.screen-gallery figure>a{border-radius:20px}.screen-gallery img{border-radius:15px}.screen-gallery figcaption{font-size:11px;gap:8px}
  .project-cover .art-rahmet .art-word{font-size:43px}.project-cover .art-rahmet .moon{width:140px;height:140px}.project-cover .art-diet .art-word{font-size:44px}
  .screen-section .section-heading h2{font-size:40px}.project-features .section-heading h2{font-size:45px}.feature-grid>article{padding:26px}.feature-grid h3{font-size:25px}.project-stack{flex-wrap:wrap}.product-cta h2{font-size:43px}.product-cta>.container{gap:30px}
}
@media(max-width:680px){
  .product-tile{width:73%;height:176px;left:0;top:85px;padding:18px;grid-template-columns:44px 1fr;gap:11px}
  .product-tile>.micro{font-size:6px}.product-tile>img{width:44px;height:44px}.product-tile>strong{font-size:26px}.product-tile>strong>span{font-size:7px}.product-tile-bottom{font-size:6px}
  .featured>.project-card:nth-child(2){display:block;grid-column:auto;padding:0 0 30px}.featured>.project-card:nth-child(2) .project-info{padding:22px 0 0}.featured>.project-card:nth-child(2) .project-art{aspect-ratio:1.2}.featured>.project-card:nth-child(2) .project-title h3{font-size:29px}
  .featured>.project-card:first-child .project-info{padding:23px 5px 9px}.featured>.project-card:first-child .omnidoc-word{font-size:38px}.featured>.project-card:first-child .project-art{aspect-ratio:1.13}
  .featured>.project-card:nth-child(n+3) .project-art{aspect-ratio:1.28}.featured>.project-card:nth-child(n+3) .project-info{padding-top:22px}
  .project-card-actions{gap:8px 22px;margin-top:16px}.project-read,.store-inline{font-size:11px}.portfolio-grid .project-title h3{font-size:29px}
  .project-hero{padding-top:20px}.project-breadcrumb{margin-bottom:18px}.project-breadcrumb>a{font-size:11px}.project-breadcrumb .micro{font-size:8px}
  .project-heading{display:block;padding:22px 0 25px}.project-heading-name{gap:16px}.project-heading-name>img{width:48px;height:48px;border-radius:13px}.project-heading h1{font-size:13.2vw;letter-spacing:-.065em;line-height:1.08;overflow-wrap:normal}.project-heading>.status{font-size:10px;display:inline-flex;margin-top:20px;padding:6px 10px}
  .project-hero-grid{display:flex;flex-direction:column;gap:28px;padding:28px 0}.project-lead{width:100%;padding:0}.project-lead>.eyebrow{font-size:9px;margin-bottom:20px}.project-lead h2{font-size:35px;line-height:1.18;margin-bottom:18px}.project-lead>p.muted{font-size:14px;max-width:100%}.project-hero-actions{gap:16px 23px;margin-top:24px}.store-button{font-size:12px;min-height:48px;padding:14px 18px}.project-hero-actions .text-button{font-size:11px}
  .project-cover{width:100%}.project-cover .project-art{aspect-ratio:1.15;border-radius:12px}.project-cover .omnidoc-word{font-size:37px;left:23px;top:43px}.project-cover .omnidoc-word>span{font-size:8px}.project-cover .showcase-phone{width:31%}.project-cover .phone-front{right:28%;top:34%}.project-cover .phone-back{right:7%;top:25%}.project-cover .art-rahmet .art-word{font-size:43px;left:25px;bottom:55px}.project-cover .art-rahmet .moon{width:150px;height:150px;top:13%}.project-cover .art-diet .art-word{font-size:46px}
  .project-highlights{padding:19px 0;gap:0}.project-highlights>div{padding:3px 12px;gap:8px}.project-highlights strong{font-size:19px;line-height:1.2}.project-highlights>div>span{font-size:10px;line-height:1.6}.project-highlights>div:last-child{padding-right:0}.project-converter .project-highlights strong{font-size:16px}
  .project-overview{display:block;padding-block:50px}.project-overview h2{font-size:33px;max-width:100%;margin:20px 0 25px}.overview-copy{font-size:16px;line-height:1.85}.project-facts{grid-template-columns:70px 1fr;gap:18px;padding-top:20px;margin-top:24px}.project-facts dt{font-size:10px}.project-facts dd{font-size:11px}
  .screen-section .section{padding-block:50px}.screen-section .section-heading h2{font-size:37px}.gallery-hint{max-width:100%;font-size:12px;margin-top:20px}.screen-gallery{grid-template-columns:repeat(2,1fr);gap:26px 19px}.screen-gallery figure>a{border-radius:19px;padding:4px}.screen-gallery img{border-radius:15px}.screen-gallery figcaption{font-size:10px;gap:7px;margin-top:14px}.screen-zoom{width:28px;height:28px;right:11px;bottom:11px;font-size:18px}
  .project-features{padding-block:50px}.project-features .section-heading h2{font-size:37px}.feature-grid{grid-template-columns:1fr;gap:14px}.feature-grid>article{padding:25px}.feature-number{margin-bottom:25px}.feature-grid h3{font-size:26px}.feature-grid p{font-size:13px}.project-stack{margin-top:26px;gap:20px;padding-top:25px}.project-stack .tags li{font-size:9px}
  .product-cta{padding-block:45px}.product-cta>.container{display:block}.product-cta h2{font-size:40px;line-height:1.17;margin-top:20px;max-width:100%}.product-cta-actions{margin-top:30px;gap:10px}.product-cta .text-button{font-size:11px;min-height:44px}
  .next-project{padding-block:32px;gap:20px}.next-project h2{font-size:31px;margin-top:13px}.next-arrow{font-size:43px}.development-note{font-size:12px;max-width:100%}
}
@media(max-width:360px){.product-tile{height:157px;top:82px;padding:15px;grid-template-columns:37px 1fr}.product-tile>img{width:37px;height:37px}.product-tile>strong{font-size:22px}.product-tile>strong>span{font-size:6px}.project-heading-name{gap:12px}.project-heading-name>img{width:40px;height:40px}.project-heading h1{font-size:13vw}.project-lead h2{font-size:30px}.screen-gallery{gap:24px 14px}.screen-gallery figcaption{font-size:9px}.project-cover .omnidoc-word{font-size:33px}.project-highlights strong{font-size:17px}.project-converter .project-highlights strong{font-size:14px}.product-cta h2{font-size:34px}.next-project h2{font-size:28px}}
@media(prefers-reduced-motion:reduce){.screen-gallery figure>a,.next-arrow,.store-button{transition:none;transform:none!important}}
