/* Yalnızca index.html: onaylanan sinematik ana sayfa tasarımı. */
.home-page {
    --home-accent: #a77bff;
    --home-muted: #a4a6b2;
    --home-line: #282b36;
    background: #090b10;
    font-family: "Segoe UI", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.home-page .home-shell { width: calc(100% - 112px); max-width: 1280px; margin-inline: auto; }
.home-page section[id] { scroll-margin-top: 28px; }
.home-page svg { display: block; }
.home-page .visually-hidden {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.home-page .home-header { position: relative; z-index: 10; border-bottom: 1px solid #ffffff0b; background: #090b10; }
.home-page .home-header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.home-page .home-brand { display: inline-flex; gap: 11px; align-items: center; color: #f4f3f8; text-decoration: none; font-weight: 750; font-size: 19px; letter-spacing: .7px; white-space: nowrap; }
.home-page .home-brand-mark { width: 29px; height: 34px; fill: var(--home-accent); flex: none; }
.home-page .brand-accent { color: var(--home-accent); }
.home-page .home-nav { display: flex; gap: 29px; }
.home-page nav a { color: #c4c4ce; font-size: 12px; text-decoration: none; }
.home-page nav a:hover { color: #c9b0ff; }
.home-page .home-favorites {
    display: inline-flex; gap: 9px; align-items: center; min-height: 44px; flex: none;
    border: 0; padding: 8px 0 8px 10px; background: none; color: #dfd8ec; font-size: 12px; cursor: pointer;
}
.home-page .home-favorites svg { width: 21px; height: 21px; stroke: #c9a9ff; fill: none; stroke-width: 1.6; }
.home-page .home-favorite-count { padding: 2px 6px; border-radius: 4px; background: #a77bff22; color: #cfb5ff; }

.home-page .home-hero { position: relative; isolation: isolate; overflow: hidden; background: #090b10; }
.home-page .hero-environment { position: absolute; inset: 0; z-index: -3; background-repeat: no-repeat; background-size: cover; background-position: center; opacity: .28; }
.home-page .hero-environment--warm { right: 35%; mask-image: linear-gradient(90deg,#000 25%,transparent); }
.home-page .hero-environment--cool { left: 37%; opacity: .42; mask-image: linear-gradient(90deg,transparent,#000 65%); }
.home-page .home-hero::before {
    content: ""; position: absolute; inset: 0; z-index: -2;
    background: linear-gradient(0deg,#090b10,transparent 30%,#090b1020 75%,#090b1055), linear-gradient(90deg,#090b1066,transparent 65%);
}
.home-page .home-hero::after { content: ""; position: absolute; width: 680px; height: 550px; right: 0; top: 0; z-index: -1; background: radial-gradient(ellipse,#7b61ff12,transparent 70%); pointer-events: none; }
.home-page .home-hero-inner { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 20px; min-height: 574px; padding-block: 50px 40px; }
.home-page .home-hero-copy { position: relative; z-index: 2; padding-bottom: 25px; }
.home-page .home-eyebrow { color: #c7b1f3; font-size: 11px; line-height: 1.6; font-weight: 650; letter-spacing: 2.5px; margin: 0 0 15px; }
.home-page .home-hero h1 { color: #f5f4f9; font-size: clamp(52px,5.4vw,79px); font-weight: 750; line-height: 1.03; letter-spacing: -3px; margin: 0 0 24px; }
.home-page .home-hero h1 span { color: var(--home-accent); }
.home-page .home-hero-description { color: #d4d1dc; font-size: 17px; line-height: 1.65; margin-bottom: 30px; }
.home-page .home-hero-actions { display: flex; gap: 25px; flex-wrap: wrap; align-items: center; }
.home-page .home-primary-button {
    display: inline-flex; gap: 25px; align-items: center; justify-content: space-between;
    background: #a77bff; color: #140b24; border: 1px solid #b795ff; border-radius: 6px;
    padding: 15px 23px; min-height: 50px; font-size: 13px; font-weight: 700; text-decoration: none; transition: background .2s, transform .2s;
}
.home-page .home-primary-button:hover { background: #bb98ff; transform: translateY(-2px); }
.home-page .home-primary-button span { font-size: 22px; font-weight: 400; line-height: 1; }
.home-page .home-text-link { color: #c9b0f5; text-decoration: none; font-size: 12px; line-height: 1.7; border-bottom: 1px solid #aa7fff60; padding: 9px 0; }
.home-page .home-text-link span { margin-left: 7px; font-size: 16px; }
.home-page .home-text-link:hover { color: #eee3ff; }
.home-page .home-hero-showcase { min-width: 0; }
.home-page .hero-artworks { display: flex; align-items: center; justify-content: center; gap: 15px; padding: 10px 12px 0; min-height: 455px; }
.home-page .hero-art-card {
    position: relative; display: block; width: 48%; aspect-ratio: 507 / 724; max-height: 460px;
    overflow: hidden; border: 1px solid #b8986555; border-radius: 4px; background: #151212;
    transform: rotate(-4deg); box-shadow: 0 14px 45px #0009; text-decoration: none;
    transition: transform .25s, border-color .25s;
}
.home-page .hero-art-card:nth-child(2) { transform: rotate(4deg) translateY(20px); border-color: #9696a266; }
.home-page .hero-art-card:hover { transform: rotate(-2deg) translateY(-7px); border-color: #cba37c; }
.home-page .hero-art-card:nth-child(2):hover { transform: rotate(2deg) translateY(13px); border-color: #bcb4cc; }
.home-page .hero-art-card img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 18%; }
.home-page .hero-art-caption {
    position: absolute; inset: auto 0 0; padding: 56px 14px 24px; text-align: center;
    background: linear-gradient(transparent,#090b10eb); color: #fff; display: grid; gap: 8px;
}
.home-page .hero-art-caption small { font-size: 8px; font-weight: 500; letter-spacing: 3px; color: #d8ccd9; }
.home-page .hero-art-caption strong { font-size: 13px; font-weight: 550; letter-spacing: 2px; text-transform: uppercase; }
.home-page .hero-image-error { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; padding: 24px; font-size: 14px; color: #d5cce2; }
.home-page .hero-artwork-note { font-size: 11px; color: #b2aabc; margin-top: 22px; text-align: center; }
.home-page .hero-artwork-note span { display: inline-block; width: 24px; height: 2px; background: #bf98ff; margin-right: 12px; vertical-align: middle; }
.home-page .home-benefits { border-block: 1px solid var(--home-line); background: #0a0c12; }
.home-page .home-benefits-inner { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); padding-block: 23px; }
.home-page .home-benefit { display: flex; gap: 21px; align-items: center; padding: 0 30px; }
.home-page .home-benefit:first-child { padding-left: 8px; }
.home-page .home-benefit + .home-benefit { border-left: 1px solid #34333e; }
.home-page .home-benefit svg { width: 35px; height: 35px; flex: none; stroke: var(--home-accent); stroke-width: 1.6; fill: none; }
.home-page .home-benefit h2 { font-size: 15px; font-weight: 600; margin-bottom: 4px; letter-spacing: -.2px; }
.home-page .home-benefit p { color: var(--home-muted); font-size: 12px; line-height: 1.5; }

.home-page .home-collection { padding-block: 52px 52px; }
.home-page .home-section-heading { display: flex; justify-content: space-between; align-items: center; gap: 32px; margin-bottom: 25px; }
.home-page h2 { font-size: clamp(28px,2.65vw,38px); letter-spacing: -1px; line-height: 1.16; font-weight: 700; }
.home-page .home-section-description { color: #b8b8c5; font-size: 14px; line-height: 1.7; margin: 12px 0 0; }
.home-page .home-section-heading .home-eyebrow { margin-bottom: 10px; }
.home-page .catalog-toolbar { gap: 12px; align-items: center; flex-wrap: wrap; flex-shrink: 0; }
.home-page .catalog-filter { min-width: 155px; }
.home-page #tag-filter { background: #0b0d14; color: #dad7e5; font-size: 12px; padding: 10px 14px; border-color: #545564; border-radius: 5px; cursor: pointer; }
.home-page .secondary-button { border-color: #545564; background: transparent; color: #e1dce9; border-radius: 5px; font-size: 12px; font-weight: 500; }
.home-page .secondary-button:hover { background: #a77bff14; border-color: #b48bea; }
.home-page .secondary-button[aria-pressed="true"] { background: #302344; border-color: var(--home-accent); }
.home-page #favorites-filter svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.home-page #favorites-filter[aria-pressed="true"] svg { fill: currentColor; }
.home-page #favorites-count { background: #a77bff15; color: #cfb5ff; min-width: 17px; }
.home-page #product-count { color: #b8b2c8; font-size: 12px; white-space: nowrap; margin-left: 6px; }
.home-page .home-collection > .feedback-message:not(:empty) { margin: 0 0 20px; }
.home-page .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.home-page .product-card { background: #0d0f16; border: 1px solid #33323e; border-radius: 7px; transition: transform .25s,border-color .25s,box-shadow .25s; }
.home-page .product-card:hover { transform: translateY(-4px); border-color: #7f639f; box-shadow: 0 16px 30px #0003; }
.home-page .product-image { height: 325px; background: #15151b; border-bottom: 1px solid #3a343a; }
.home-page .product-image img { object-fit: cover; object-position: center 18%; }
.home-page .product-info { padding: 17px 22px 20px; }
.home-page .product-info .category { font-size: 9px; letter-spacing: 2.2px; color: #bfbbc9; margin-bottom: 9px; }
.home-page .product-info h3 { font-size: 24px; letter-spacing: -.5px; margin-bottom: 10px; font-weight: 650; }
.home-page .product-tags { gap: 6px; margin-bottom: 16px; }
.home-page .product-tag { border: 1px solid #ffffff08; background: #20212a; color: #c5c3cf; border-radius: 20px; font-size: 11px; padding: 3px 10px; }
.home-page .product-bottom > span { font-size: 25px; font-weight: 650; letter-spacing: -.5px; color: var(--home-accent); }
.home-page .preview-button { border-color: #5b566a; border-radius: 5px; min-width: 118px; justify-content: space-between; gap: 23px; font-size: 12px; padding: 10px 16px; }
.home-page .preview-button::after { content: "→"; font-size: 21px; line-height: 1; }
.home-page .preview-button:hover { background: #a77bff; border-color: #a77bff; color: #160c22; }
.home-page .favorite-button--card { top: 12px; right: 12px; width: 40px; height: 40px; border-radius: 5px; background: #0b0d16dc; border-color: #8c7d98; padding: 9px; }
.home-page .favorite-button--card[aria-pressed="true"] { color: #cba8ff; background: #302344; border-color: #ac88de; }

.home-page .home-process { border-top: 1px solid var(--home-line); padding-block: 38px 40px; }
.home-page .home-process .home-eyebrow { margin-bottom: 11px; }
.home-page .home-process h2 { font-size: 31px; }
.home-page .home-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 32px; }
.home-page .home-step { display: flex; align-items: flex-start; gap: 20px; padding-right: 22px; }
.home-page .home-step + .home-step { border-left: 1px solid #393641; padding-left: 32px; }
.home-page .home-step-number { color: var(--home-accent); font-size: 24px; font-weight: 650; line-height: 1.3; }
.home-page .home-step svg { width: 29px; height: 29px; flex: none; stroke: #cfb7f5; stroke-width: 1.4; fill: none; margin-top: 3px; }
.home-page .home-step h3 { font-size: 15px; font-weight: 550; margin: 3px 0 9px; }
.home-page .home-step p { font-size: 12px; color: #afabba; line-height: 1.75; }

.home-page .home-guide { padding-block: 50px; background: radial-gradient(ellipse at 28% 50%,#26243740,transparent 55%),#0e1119; border-block: 1px solid var(--home-line); }
.home-page .home-guide-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 65px; align-items: start; }
.home-page .home-guide-intro { padding: 12px 28px 0 0; }
.home-page .home-guide-intro h2 { font-size: 35px; }
.home-page .home-guide-intro .home-section-description { max-width: 370px; margin-bottom: 22px; }
.home-page .guide-artwork-link { display: inline-block; margin-left: 15px; }
.home-page .source-note { max-width: 400px; font-size: 11px; line-height: 1.75; margin-top: 22px; color: #9f9aac; }
.home-page .source-note a { color: #bea6df; }
.home-page .guide-steps { display: grid; grid-template-columns: 1fr; gap: 0; padding-left: 30px; border-left: 1px solid #34313f; }
.home-page .guide-steps li { background: none; border: none; border-radius: 0; padding: 17px 0; gap: 17px; }
.home-page .guide-steps li + li { border-top: 1px solid #2c2b37; }
.home-page .guide-number { display: grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 1px solid #656173; border-radius: 50%; flex: none; font-size: 12px; color: #e1d9ed; font-weight: 400; }
.home-page .guide-steps h3 { font-size: 14px; margin: 5px 0 7px; font-weight: 550; }
.home-page .guide-steps p { color: #9f9bac; font-size: 12px; line-height: 1.75; }

.home-page .home-faq { display: grid; grid-template-columns: 1fr 1.65fr; gap: 60px; padding-block: 52px 60px; }
.home-page .home-faq-intro { padding-top: 12px; }
.home-page .home-faq h2 { font-size: 35px; }
.home-page .faq-list { border: 1px solid #35313f; border-radius: 5px; overflow: hidden; background: #0d0f16; }
.home-page .faq-list details { border-color: #2a2733; }
.home-page .faq-list details:last-child { border-bottom: none; }
.home-page .faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 17px 20px; font-size: 13px; color: #ded8e9; list-style: none; }
.home-page .faq-list summary::-webkit-details-marker { display: none; }
.home-page .faq-list summary::after { content: "+"; font-size: 22px; line-height: 1; color: #bcb0cd; flex: none; font-weight: 300; }
.home-page .faq-list details[open] summary::after { content: "−"; }
.home-page .faq-list details[open] summary { color: #caa7fa; }
.home-page .faq-list p { padding: 0 20px 20px; font-size: 13px; line-height: 1.8; color: #a9a2b7; }
.home-page .faq-list summary:focus-visible { outline-offset: -4px; }
.home-page .home-footer { padding: 30px 0; border-top: 1px solid #2a2533; background: #090b10; }
.home-page .home-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.home-page .home-footer .home-brand { font-size: 15px; gap: 10px; }
.home-page .home-footer .home-brand-mark { width: 24px; height: 28px; }
.home-page .home-footer nav { display: flex; gap: 25px; }
.home-page .home-footer nav a { font-size: 11px; }
.home-page .home-footer p { color: #aaa2b8; font-size: 11px; line-height: 1.65; }
.home-page .home-footer-note { border-left: 1px solid #39323f; padding-left: 25px; }

@media (max-width: 1150px) {
    .home-page .home-shell { width: calc(100% - 64px); }
    .home-page .home-header-inner { gap: 18px; }
    .home-page .home-nav { gap: 22px; }
    .home-page .home-hero-inner { grid-template-columns: .9fr 1.1fr; min-height: 500px; }
    .home-page .home-hero h1 { font-size: 61px; letter-spacing: -2.5px; }
    .home-page .home-hero-description { font-size: 16px; }
    .home-page .hero-artworks { min-height: 360px; gap: 10px; padding-inline: 5px; }
    .home-page .hero-art-caption strong { font-size: 11px; letter-spacing: 1px; }
    .home-page .home-section-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
    .home-page .catalog-toolbar { width: 100%; }
    .home-page #product-count { margin-left: auto; }
    .home-page .product-image { height: 300px; }
    .home-page .home-benefit { padding-inline: 20px; gap: 15px; }
    .home-page .home-benefit h2 { font-size: 13px; }
    .home-page .home-benefit p { font-size: 11px; }
    .home-page .home-step { gap: 13px; }
    .home-page .home-step + .home-step { padding-left: 22px; }
    .home-page .home-step svg { width: 24px; }
    .home-page .home-guide-layout { gap: 24px; }
    .home-page .guide-artwork-link { display: table; margin-left: 0; margin-top: 8px; }
    .home-page .home-faq { gap: 32px; }
}
@media (max-width: 850px) {
    .home-page .home-header-inner { flex-wrap: wrap; gap: 0; padding-block: 17px 10px; }
    .home-page .home-nav { order: 3; width: 100%; justify-content: center; gap: 32px; padding-top: 12px; }
    .home-page .home-nav a { padding: 6px 0; }
    .home-page .home-hero-inner { grid-template-columns: 1fr 1fr; gap: 8px; padding-block: 42px; min-height: 470px; }
    .home-page .home-hero h1 { font-size: 49px; letter-spacing: -2px; }
    .home-page .home-hero-actions { gap: 12px; }
    .home-page .home-primary-button { padding: 12px 16px; gap: 20px; }
    .home-page .hero-artworks { min-height: 290px; }
    .home-page .hero-art-caption { padding-bottom: 16px; }
    .home-page .hero-art-caption small { font-size: 7px; letter-spacing: 1.5px; }
    .home-page .hero-art-caption strong { font-size: 9px; letter-spacing: .6px; }
    .home-page .home-benefit { gap: 10px; padding-inline: 14px; }
    .home-page .home-benefit svg { width: 27px; }
    .home-page .home-step { display: grid; grid-template-columns: auto 1fr; gap: 10px; }
    .home-page .home-step > div { grid-column: 1 / -1; }
    .home-page .home-footer-inner { flex-wrap: wrap; }
    .home-page .home-footer-note { display: none; }
}
@media (max-width: 600px) {
    .home-page .home-shell { width: calc(100% - 40px); }
    .home-page .home-brand { font-size: 16px; gap: 8px; }
    .home-page .home-brand-mark { width: 25px; height: 30px; }
    .home-page .home-favorites { font-size: 11px; gap: 6px; }
    .home-page .home-nav { gap: 25px; }
    .home-page .home-nav a { font-size: 11px; }
    .home-page .home-hero-inner { grid-template-columns: 1fr; gap: 15px; padding-block: 37px 24px; }
    .home-page .home-hero-copy { padding: 0; }
    .home-page .home-hero h1 { font-size: clamp(45px,11.5vw,65px); letter-spacing: -2px; margin-bottom: 19px; }
    .home-page .home-eyebrow { font-size: 9px; letter-spacing: 2px; margin-bottom: 12px; }
    .home-page .home-hero-description { font-size: 14px; margin-bottom: 22px; }
    .home-page .home-hero-actions { gap: 20px; }
    .home-page .home-primary-button { font-size: 12px; padding: 12px 16px; }
    .home-page .home-text-link { font-size: 11px; }
    .home-page .home-hero-showcase { margin: 5px 0 0; }
    .home-page .hero-artworks { min-height: 0; padding: 14px 8px 8px; gap: 16px; }
    .home-page .hero-art-card { width: 47%; max-height: 380px; }
    .home-page .hero-art-caption strong { font-size: 10px; letter-spacing: .6px; }
    .home-page .hero-artwork-note { margin-top: 23px; font-size: 10px; }
    .home-page .home-benefits-inner { grid-template-columns: 1fr; padding-block: 3px; }
    .home-page .home-benefit { gap: 18px; padding: 15px 4px; }
    .home-page .home-benefit:first-child { padding-left: 4px; }
    .home-page .home-benefit + .home-benefit { border-left: none; border-top: 1px solid #26252e; }
    .home-page .home-benefit svg { width: 28px; height: 28px; }
    .home-page .home-benefit h2 { font-size: 13px; margin-bottom: 2px; }
    .home-page .home-benefit p { font-size: 11px; }
    .home-page .home-collection { padding-block: 36px; }
    .home-page h2 { font-size: 29px; letter-spacing: -.8px; }
    .home-page .home-section-description { font-size: 12px; }
    .home-page .home-section-heading { gap: 20px; margin-bottom: 20px; }
    .home-page .catalog-toolbar { gap: 9px; }
    .home-page .catalog-filter { flex: 1 1 135px; min-width: 0; }
    .home-page #tag-filter { width: 100%; padding-inline: 10px; font-size: 11px; }
    .home-page #favorites-filter { padding-inline: 10px; font-size: 11px; gap: 6px; }
    .home-page #product-count { flex-basis: 100%; margin: 0; font-size: 11px; }
    .home-page .product-grid { grid-template-columns: minmax(0,1fr); gap: 22px; }
    .home-page .product-image { height: 270px; }
    .home-page .product-info { padding: 16px 18px 18px; }
    .home-page .product-info h3 { font-size: 23px; }
    .home-page .product-bottom > span { font-size: 24px; }
    .home-page .home-process { padding-block: 34px; }
    .home-page .home-process h2 { font-size: 27px; max-width: 310px; }
    .home-page .home-steps { grid-template-columns: 1fr; gap: 20px; margin-top: 25px; }
    .home-page .home-step { display: flex; gap: 17px; padding: 0; }
    .home-page .home-step + .home-step { border-left: 0; border-top: 1px solid #292633; padding: 20px 0 0; }
    .home-page .home-step h3 { font-size: 14px; }
    .home-page .home-step-number { font-size: 21px; min-width: 26px; }
    .home-page .home-guide { padding-block: 35px; }
    .home-page .home-guide-layout { grid-template-columns: 1fr; gap: 25px; }
    .home-page .home-guide-intro { padding: 0; }
    .home-page .home-guide-intro h2 { font-size: 30px; }
    .home-page .home-guide-intro h2 br { display: none; }
    .home-page .guide-steps { border-left: none; padding-left: 0; border-top: 1px solid #35303f; }
    .home-page .guide-steps li { padding-block: 17px; }
    .home-page .home-faq { grid-template-columns: 1fr; gap: 24px; padding-block: 34px 40px; }
    .home-page .home-faq h2 { font-size: 30px; }
    .home-page .home-faq-intro { padding: 0; }
    .home-page .home-faq-intro .home-section-description br { display: none; }
    .home-page .faq-list summary { padding: 16px; font-size: 12px; }
    .home-page .faq-list p { padding: 0 16px 18px; font-size: 12px; }
    .home-page .home-footer-inner { justify-content: center; gap: 22px; }
    .home-page .home-footer nav { gap: 22px; }
    .home-page .home-footer p { width: 100%; text-align: center; }
}
@media (max-width: 360px) {
    .home-page .home-shell { width: calc(100% - 32px); }
    .home-page .home-brand { font-size: 15px; gap: 5px; }
    .home-page .home-favorites > span:not(.home-favorite-count) { display: none; }
    .home-page .home-favorites { min-width: 44px; justify-content: center; }
    .home-page .home-nav { gap: 20px; }
    .home-page .hero-art-caption strong { font-size: 9px; letter-spacing: 0; }
    .home-page .home-hero-actions { gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
    .home-page .hero-art-card:hover { transform: rotate(-4deg); }
    .home-page .hero-art-card:nth-child(2):hover { transform: rotate(4deg) translateY(20px); }
    .home-page .home-primary-button:hover, .home-page .product-card:hover { transform: none; }
}

