:root {
  --ink: #f8ead3;
  --ink-soft: #dfc4a3;
  --paper: #090604;
  --cream: #150d09;
  --cream-deep: #24140c;
  --bronze: #e07027;
  --bronze-dark: #b84d17;
  --gold: #f3c870;
  --muted: #c9b295;
  --line: rgba(243, 200, 112, .22);
  --white: #fff;
  --shadow: 0 24px 70px rgba(0, 0, 0, .36);
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 3%, rgba(224,112,39,.16), transparent 30rem),
    radial-gradient(circle at 90% 38%, rgba(243,200,112,.08), transparent 35rem),
    var(--paper);
  font-family: Arial, "Noto Sans Hebrew", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
img, svg { max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid rgba(243,200,112,.72); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 1000; inset-block-start: .75rem; inset-inline-start: .75rem; transform: translateY(-180%); color: #140c08; background: var(--gold); border: 2px solid var(--gold); padding: .7rem 1rem; border-radius: .5rem; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(243,200,112,.2); background: rgba(9,6,4,.92); backdrop-filter: blur(16px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; white-space: nowrap; }
.brand-logo {
  width: clamp(150px, 18vw, 210px);
  height: 72px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: .7rem;
  filter: drop-shadow(0 10px 22px rgba(224,112,39,.18));
}
.desktop-nav { display: flex; gap: 2rem; font-size: .9rem; font-weight: 800; }
.desktop-nav a { text-decoration: none; }
.desktop-nav a:hover { color: var(--gold); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .75rem 1.25rem; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 850; line-height: 1.2; box-shadow: 0 10px 24px rgba(0,0,0,.26); transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover { box-shadow: 0 14px 32px rgba(224,112,39,.22); }
.button.compact { min-height: 44px; padding: .6rem 1rem; }
.button-primary { color: #130b07; background: linear-gradient(110deg, #f6d68e, #e67e2f 58%, #f4c66c); border-color: #e89b47; }
.button-primary:hover { background: linear-gradient(110deg, #fff0c7, #ef8e3d 58%, #f8d890); border-color: var(--gold); }
.button-outline { background: rgba(255,255,255,.035); border-color: var(--line); }
.button-outline:hover { border-color: var(--gold); background: rgba(243,200,112,.1); }
.button-gold { background: linear-gradient(110deg, #fff0c7, #e88634 55%, #f3c870); color: #160c07; }
.button-ghost { color: white; border-color: rgba(255,255,255,.22); }
.button-ghost:hover { border-color: var(--gold); }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }

.hero { min-height: calc(100vh - 87px); display: grid; grid-template-columns: 1.03fr .97fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; padding-block: clamp(3.5rem, 9vw, 7.5rem); }
.eyebrow { margin: 0; color: var(--gold); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero h1, .section-heading h2, .occasions h2, .contact-card h2, .document-shell h1, .empty-state h1 { margin: .8rem 0 0; font-weight: 900; letter-spacing: -.055em; line-height: 1.02; }
.hero h1 { font-size: clamp(3rem, 7.2vw, 6.5rem); }
.hero h1 span { color: #ef8a3c; text-shadow: 0 0 30px rgba(224,112,39,.12); }
.hero-lead { max-width: 650px; margin: 1.7rem 0 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.32rem); line-height: 1.8; }
.location { margin: 1rem 0 0; font-weight: 800; }
.location span { color: var(--gold); font-size: .7em; margin-inline-end: .35rem; }
.microcopy { max-width: 620px; color: var(--muted); font-size: .83rem; }
.hero-art { position: relative; min-height: 560px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 1.5rem; color: white; background: #0a0604; border: 1px solid rgba(243,200,112,.35); border-radius: 2rem; box-shadow: 0 36px 90px rgba(0,0,0,.48); isolation: isolate; }
.hero-art::after { content: ""; position: absolute; z-index: 4; inset: .8rem; border: 1px solid rgba(243,200,112,.32); border-radius: 1.45rem; pointer-events: none; }
.hero-result-photo { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-photo-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(5,3,2,.18), rgba(5,3,2,.12) 35%, rgba(5,3,2,.88) 82%), linear-gradient(90deg, rgba(5,3,2,.55), transparent 72%); }
.hero-brand-panel { width: min(85%, 330px); margin: 0 auto; text-align: center; }
.hero-brand-panel p { margin: .35rem 0 0; color: #f3dec2; font-size: .84rem; font-weight: 750; text-shadow: 0 2px 12px #000; }
.hero-brand-logo { width: 100%; height: 145px; object-fit: cover; object-position: center; border-radius: 1rem; mix-blend-mode: screen; filter: drop-shadow(0 12px 24px rgba(0,0,0,.6)); }
.art-pills { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; font-size: .7rem; text-align: center; }
.art-pills { position: relative; z-index: 5; margin-top: auto; }
.art-pills span { color: #180e08; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; padding: .55rem .35rem; background: linear-gradient(120deg, rgba(255,234,188,.92), rgba(225,113,40,.9)); font-weight: 850; }

.trust-strip { border-block: 1px solid var(--line); background: rgba(21,13,9,.86); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; padding-block: 2.7rem; }
.trust-grid article { min-width: 0; }
.trust-grid article { position: relative; padding: .2rem .2rem .2rem 0; }
.trust-grid article::after { content: ""; position: absolute; inset-inline-end: -1rem; inset-block: .35rem; width: 1px; background: rgba(243,200,112,.18); }
.trust-grid article:last-child::after { display: none; }
.icon { display: inline-grid; place-items: center; width: 2rem; height: 2rem; margin-bottom: .8rem; border: 1px solid rgba(243,200,112,.55); border-radius: 50%; color: var(--gold); font-size: .66rem; font-weight: 900; }
.trust-grid h2 { margin: 0; font-size: 1rem; }
.trust-grid p { margin: .45rem 0 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }

.section { padding-block: clamp(4.5rem, 9vw, 8rem); }
.section-heading { max-width: 650px; }
.section-heading h2, .occasions h2, .contact-card h2 { font-size: clamp(2.35rem, 5vw, 4.45rem); }
.section-heading h2::after { content: ""; display: block; width: 4.5rem; height: 3px; margin-top: 1.25rem; border-radius: 99px; background: linear-gradient(90deg, var(--gold), var(--bronze), transparent); box-shadow: 0 0 18px rgba(243,200,112,.28); }
.section-heading > p:last-child, .occasions > p { color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 3.2rem; }
.feature-card { min-height: 220px; padding: 1.7rem; border: 1px solid var(--line); border-radius: 1.4rem; background: linear-gradient(145deg, rgba(31,18,11,.95), rgba(12,8,6,.96)); box-shadow: var(--shadow); }
.feature-card { transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 28px 60px rgba(0,0,0,.42); }
.feature-card > span { color: var(--gold); font-size: 1.7rem; }
.feature-card h3 { margin: 1rem 0 .5rem; font-size: 1.22rem; }
.feature-card p { margin: 0; color: var(--muted); }

.work-section { color: white; border-block: 1px solid rgba(243,200,112,.18); background: radial-gradient(circle at 75% 20%, rgba(224,112,39,.16), transparent 30rem), #0d0805; }
.work-gallery { display: grid; grid-template-columns: 1fr 1.08fr 1fr; gap: 1.15rem; margin-top: 3rem; align-items: stretch; }
.work-card { position: relative; min-width: 0; min-height: 520px; margin: 0; overflow: hidden; border: 1px solid rgba(243,200,112,.3); border-radius: 1.6rem; background: #120b07; box-shadow: 0 28px 70px rgba(0,0,0,.42); }
.work-card-featured { transform: translateY(-1.2rem); }
.work-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .5s ease; }
.work-card:hover img { transform: scale(1.025); }
.work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(0,0,0,.86)); pointer-events: none; }
.work-card figcaption { position: absolute; z-index: 2; inset-inline: 1.15rem; inset-block-end: 1rem; color: #fae8ca; font-size: .86rem; font-weight: 800; text-shadow: 0 2px 10px #000; }
.work-card-tall img { object-position: center 46%; }
.work-note { max-width: 860px; margin: 1.4rem auto 0; color: #c9b295; font-size: .83rem; text-align: center; }

.dark-section { color: white; background: radial-gradient(circle at 12% 10%, rgba(243,200,112,.08), transparent 24rem), #090604; }
.results-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 4rem; align-items: start; }
.light .eyebrow { color: var(--gold); }
.light > p:last-child { color: #d4c9c0; }
.media-placeholders { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.media-placeholder { min-height: 380px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; border: 1px dashed rgba(255,255,255,.3); border-radius: 1.5rem; background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(216,173,105,.08)); text-align: center; }
.media-placeholder > span { color: var(--gold); font-size: 2rem; }
.media-placeholder strong { margin-top: 1rem; }
.media-placeholder small { max-width: 15rem; margin-top: .55rem; color: #cfc1b6; }
.instagram-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.instagram-card { min-width: 0; overflow: hidden; border: 1px solid rgba(243,200,112,.22); border-radius: 1.25rem; background: #130c08; box-shadow: 0 1rem 2.5rem rgba(0,0,0,.32); }
.instagram-card { transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.instagram-card:hover { transform: translateY(-5px); border-color: rgba(216,173,105,.7); box-shadow: 0 1.4rem 3rem rgba(0,0,0,.28); }
.instagram-frame { display: block; width: 100%; aspect-ratio: 4 / 5; border: 0; background: #111; }
.instagram-card > a { display: block; padding: .8rem 1rem 1rem; color: var(--gold); font-size: .86rem; font-weight: 800; text-decoration: none; }
.instagram-card > a:hover { color: white; }
.media-note { margin-top: 1.25rem; color: #cfc1b6; font-size: .82rem; line-height: 1.7; }

.facts-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 4rem; }
.facts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.facts-grid article { padding: 1.4rem; border: 1px solid var(--line); border-inline-start: 3px solid var(--gold); background: linear-gradient(145deg, #1d120c, #100a07); border-radius: 0 1rem 1rem 0; }
.facts-grid h3 { margin: 0; }
.facts-grid p { margin: .55rem 0 0; color: var(--muted); }
.medical-note { max-width: 900px; margin: 1.4rem 0 0; padding: 1.2rem 1.3rem; border: 1px solid rgba(243,200,112,.28); border-inline-start: 3px solid var(--gold); border-radius: 0 1rem 1rem 0; background: #050302; color: var(--ink); }
.medical-note blockquote { margin: 0; font-size: 1.12rem; font-weight: 700; }
.medical-note p { margin: .55rem 0 0; color: #ded5cc; font-size: .9rem; }
.source-note { max-width: 900px; margin: 2.2rem 0 0; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: .8rem; color: var(--muted); background: #120b07; font-size: .84rem; }

.cream-section { background: linear-gradient(180deg, #160e09, #0e0906); border-block: 1px solid var(--line); }
.process-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 4rem; }
.steps { display: grid; gap: .8rem; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 4rem 1fr; gap: 1rem; align-items: center; padding: 1.2rem 1.4rem; background: linear-gradient(120deg, #1d120c, #0c0805); border: 1px solid var(--line); border-radius: 1.15rem; }
.steps li > span { color: var(--gold); font-size: 2rem; font-weight: 900; }
.steps h3, .steps p { margin: 0; }
.steps p { color: var(--muted); }

.occasions { text-align: center; }
.occasions h2 { max-width: 900px; margin-inline: auto; }
.occasions > p { max-width: 720px; margin: 1.5rem auto; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1rem; color: var(--gold); font-weight: 900; }

.faq-section { background: #0d0805; border-block: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 4rem; }
.faq-list { display: grid; gap: .7rem; }
.faq-list details { border: 1px solid var(--line); border-radius: 1rem; background: linear-gradient(145deg, #1b110b, #0b0705); padding: 1.15rem 1.25rem; }
.faq-list summary { cursor: pointer; font-weight: 850; }
.faq-list p { color: var(--muted); margin: .8rem 0 0; }

.about-section { background: linear-gradient(180deg, #150d09, #090604); }
.about-card { display: grid; grid-template-columns: 170px 1fr auto; gap: 2rem; align-items: center; padding: clamp(1.5rem, 5vw, 3rem); border: 1px solid var(--line); border-radius: 2rem; background: linear-gradient(145deg, #1b110b, #0b0705); box-shadow: var(--shadow); }
.about-mark { position: relative; width: 160px; height: 110px; overflow: hidden; border: 1px solid rgba(243,200,112,.28); border-radius: 1.2rem; background: #000; }
.about-mark img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 50% 49%; }
.about-card h2 { margin: .4rem 0; font-size: 2rem; }
.about-card p:last-child { color: var(--muted); }

.contact-section { color: white; background: radial-gradient(circle at 85% 30%, rgba(224,112,39,.2), transparent 26rem), #070403; }
.contact-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; }
.contact-brand-logo { width: min(320px, 100%); height: 145px; margin-bottom: 1.1rem; object-fit: cover; object-position: center; border-radius: 1rem; filter: drop-shadow(0 15px 28px rgba(0,0,0,.48)); }
.contact-card .eyebrow { color: var(--gold); }
.contact-card p:last-child { color: #d7cbc0; }
.contact-actions { display: grid; gap: .7rem; }

.site-footer { color: white; background: #030201; border-top: 1px solid rgba(243,200,112,.18); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 3rem; padding-block: 3.5rem; }
.footer-brand-lockup { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; }
.footer-brand-lockup img { width: min(280px, 100%); height: 120px; object-fit: cover; object-position: center; border-radius: .9rem; }
.footer-grid p { color: #bfb4ab; }
.footer-grid nav { display: grid; align-content: start; gap: .55rem; }
.footer-grid h2 { margin: 0 0 .5rem; font-size: .9rem; }
.footer-grid a { color: #cfc5bd; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.1); padding-block: 1rem; color: #8f857d; font-size: .75rem; }

.document-page { min-height: 100vh; }
.document-shell { max-width: 850px; padding-block: 5rem 7rem; }
.document-shell h1 { font-size: clamp(2.6rem, 7vw, 5.3rem); }
.document-lead { color: var(--muted); font-size: 1.18rem; line-height: 1.8; }
.checklist { display: grid; gap: 1rem; margin: 3rem 0; padding: 0; list-style: none; }
.checklist li { display: grid; grid-template-columns: 3.5rem 1fr; gap: 1rem; padding: 1.3rem; border: 1px solid var(--line); border-radius: 1rem; background: #140d09; box-shadow: var(--shadow); }
.checklist li > span { display: grid; place-items: center; width: 2.8rem; height: 2.8rem; border-radius: 50%; color: #130b07; background: var(--gold); font-weight: 900; }
.checklist h2 { margin: 0; font-size: 1.12rem; }
.checklist p { margin: .35rem 0 0; color: var(--muted); }
.document-cta { margin-block: 3rem; padding: 2rem; color: white; background: #050302; border: 1px solid var(--line); border-radius: 1.5rem; }
.document-cta h2, .document-cta p { margin-top: 0; }
.legal-copy h2 { margin-top: 2.4rem; }
.legal-copy p { color: var(--muted); }
.notice { margin-block: 1.5rem; padding: 1rem 1.2rem; border: 1px solid #dab678; border-radius: .9rem; color: #f3d5a1; background: #21130a; }
.empty-state { min-height: 100vh; display: grid; place-content: center; text-align: center; }

@media (max-width: 900px) {
  .hero, .results-layout, .facts-layout, .process-layout, .faq-layout, .contact-card { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .hero-art { min-height: 440px; }
  .results-layout, .facts-layout, .process-layout, .faq-layout { gap: 2.5rem; }
  .work-gallery { grid-template-columns: 1fr 1fr; }
  .work-card-featured { transform: none; }
  .work-card:last-child { grid-column: 1 / -1; min-height: 460px; }
  .instagram-grid { grid-template-columns: 1fr 1fr; }
  .about-card { grid-template-columns: 150px 1fr; }
  .about-mark { width: 140px; height: 96px; }
  .about-card .button { grid-column: 1 / -1; }
  .trust-grid article::after { display: none; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 1.25rem, 1160px); }
  .site-header { position: relative; }
  .header-inner { min-height: 76px; }
  .desktop-nav { display: none; }
  .brand-logo { width: 132px; height: 62px; }
  .button.compact { padding-inline: .8rem; font-size: .82rem; }
  .hero { padding-block: 3rem 4.5rem; }
  .hero h1 { font-size: clamp(2.85rem, 14.5vw, 4.25rem); }
  .actions { display: grid; }
  .actions .button { width: 100%; }
  .hero-art { min-height: 420px; padding: 1.4rem; border-radius: 1.5rem; }
  .hero-brand-logo { height: 128px; }
  .art-pills { grid-template-columns: 1fr; }
  .trust-grid, .feature-grid, .media-placeholders, .facts-grid, .instagram-grid, .work-gallery, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid { gap: 1.5rem; }
  .feature-card { min-height: 0; }
  .work-card, .work-card:last-child { min-height: 470px; grid-column: auto; }
  .media-placeholder { min-height: 260px; }
  .steps li { grid-template-columns: 3.2rem 1fr; padding: 1rem; }
  .steps li > span { font-size: 1.55rem; }
  .about-card { grid-template-columns: 1fr; text-align: center; }
  .about-mark { width: min(280px, 100%); height: 125px; margin-inline: auto; }
  .contact-brand-logo { height: 128px; }
  .footer-grid { gap: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .document-shell { padding-block: 3.5rem 5rem; }
  .checklist li { grid-template-columns: 2.8rem 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header, .site-footer, .button { display: none !important; }
  body { background: white; }
  .document-shell { max-width: none; padding: 0; }
  .checklist li { box-shadow: none; break-inside: avoid; }
}
