/* La Fioreria di Ambrosio A. — native PHP edition */

:root {
  --ivory: #f5efe7;
  --ivory-deep: #ebe0d3;
  --paper: #fbf8f3;
  --forest: #17352b;
  --forest-deep: #0c211a;
  --blush: #d9b0a6;
  --gold: #b18a50;
  --ink: #1f2420;
  --line: rgba(23, 53, 43, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--forest-deep); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
body, button, a, input, textarea, select { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--blush); color: var(--forest-deep); }

.site-header {
  align-items: center; color: #fff; display: grid; grid-template-columns: 1fr auto 1fr;
  height: 94px; left: 0; padding: 0 clamp(22px, 4vw, 72px); position: absolute; right: 0; top: 0; z-index: 50;
}
.site-header::after { background: rgba(255,255,255,.2); bottom: 0; content: ""; height: 1px; left: clamp(22px,4vw,72px); position: absolute; right: clamp(22px,4vw,72px); }
.brand { align-items: center; display: inline-flex; gap: 12px; justify-self: start; min-width: 220px; }
.brand img { height: 64px; object-fit: contain; width: 64px; }
.brand > span { font-family: var(--serif); font-size: 21px; line-height: .95; }
.brand small { display: block; font-family: var(--sans); font-size: 8px; letter-spacing: .22em; margin-top: 8px; text-transform: uppercase; }
.desktop-nav { align-items: center; display: flex; gap: clamp(22px,2.7vw,46px); }
.desktop-nav a, .header-contact { font-size: 11px; font-weight: 700; letter-spacing: .13em; position: relative; text-transform: uppercase; }
.desktop-nav a::after { background: currentColor; bottom: -8px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform .35s ease; width: 100%; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-contact { align-items: center; display: flex; gap: 15px; justify-self: end; }
.header-contact span { align-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: flex; height: 36px; justify-content: center; transition: background .25s ease,color .25s ease; width: 36px; }
.header-contact:hover span { background: #fff; color: var(--forest); }
.mobile-menu { display: none; }

.hero-slider { background: var(--forest-deep); color: #fff; height: min(900px,100svh); min-height: 720px; overflow: hidden; position: relative; }
.hero-slides, .hero-slide { height: 100%; inset: 0; position: absolute; width: 100%; }
.hero-slide { opacity: 0; pointer-events: none; transition: opacity 1.05s ease; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; z-index: 2; }
.hero-slide > img { height: 100%; object-fit: cover; transform: scale(1.035); transition: transform 8s ease; width: 100%; }
.hero-slide.is-active > img { transform: scale(1); }
.hero-shade { background: linear-gradient(90deg,rgba(6,22,16,.9) 0%,rgba(6,22,16,.62) 37%,rgba(6,22,16,.08) 72%),linear-gradient(0deg,rgba(6,22,16,.45) 0%,transparent 55%); inset: 0; position: absolute; }
.hero-copy { bottom: clamp(105px,14vh,150px); left: clamp(26px,8vw,150px); max-width: 930px; position: absolute; right: clamp(26px,8vw,150px); }
.hero-copy > p, .kicker { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .28em; margin: 0 0 22px; text-transform: uppercase; }
.hero-copy h1 { font-family: var(--serif); font-size: clamp(58px,7.4vw,122px); font-weight: 400; letter-spacing: -.045em; line-height: .86; margin: 0; max-width: 1000px; }
.hero-copy h1 span { display: block; opacity: 0; transform: translateY(34px); }
.hero-slide.is-active .hero-copy h1 span { animation: title-in .85s ease forwards; }
.hero-slide.is-active .hero-copy h1 span:nth-child(2) { animation-delay: .12s; }
.hero-copy-bottom { align-items: flex-end; display: flex; gap: 50px; justify-content: space-between; margin-top: 44px; max-width: 880px; }
.hero-copy-bottom > p { color: rgba(255,255,255,.8); font-family: var(--serif); font-size: clamp(17px,1.4vw,22px); line-height: 1.55; margin: 0; max-width: 560px; }
.hero-circle-link { align-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: flex; flex: 0 0 auto; flex-direction: column; font-size: 9px; gap: 6px; height: 112px; justify-content: center; letter-spacing: .15em; text-transform: uppercase; transition: background .3s ease,color .3s ease; width: 112px; }
.hero-circle-link b { font-size: 21px; font-weight: 400; }
.hero-circle-link:hover { background: var(--ivory); color: var(--forest); }
.hero-controls { align-items: center; bottom: 42px; display: flex; gap: 18px; position: absolute; right: clamp(26px,4vw,72px); z-index: 5; }
.hero-controls > button { background: transparent; border: 0; color: #fff; cursor: pointer; font-size: 20px; padding: 10px; }
.hero-dots { display: flex; gap: 8px; }
.hero-dots button { background: transparent; border: 0; cursor: pointer; padding: 10px 2px; }
.hero-dots span { background: rgba(255,255,255,.4); display: block; height: 1px; transition: width .35s ease,background .35s ease; width: 20px; }
.hero-dots button.is-active span { background: #fff; width: 52px; }
.scroll-cue { align-items: center; bottom: 0; display: flex; gap: 15px; left: clamp(26px,4vw,72px); position: absolute; z-index: 5; }
.scroll-cue span { font-size: 9px; letter-spacing: .2em; padding-bottom: 36px; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue i { background: rgba(255,255,255,.55); height: 74px; width: 1px; }

.section-shell { margin: 0 auto; max-width: 1500px; padding-left: clamp(24px,6vw,110px); padding-right: clamp(24px,6vw,110px); }
.manifesto { display: grid; gap: clamp(32px,5vw,90px); grid-template-columns: 60px minmax(0,1.5fr) minmax(260px,.72fr); padding-bottom: clamp(100px,13vw,210px); padding-top: clamp(110px,14vw,220px); }
.section-index { color: var(--gold); font-family: var(--serif); font-size: 16px; padding-top: 8px; }
.manifesto-copy h2, .services-heading h2, .featured-intro h2, .lab-story-copy h2, .contact-cta h2 { font-family: var(--serif); font-size: clamp(44px,5.1vw,86px); font-weight: 400; letter-spacing: -.045em; line-height: .98; margin: 0; }
.manifesto-text { align-self: end; border-top: 1px solid var(--line); padding-top: 28px; }
.manifesto-text p, .services-heading > p, .lab-story-copy > p, .contact-cta-content > p { color: rgba(31,36,32,.72); font-family: var(--serif); font-size: 18px; line-height: 1.75; margin: 0; }
.text-link { border-bottom: 1px solid var(--forest); display: inline-flex; font-size: 10px; font-weight: 700; justify-content: space-between; letter-spacing: .14em; margin-top: 34px; padding-bottom: 10px; text-transform: uppercase; width: 100%; }

.services-section { background: var(--forest); color: var(--ivory); overflow: hidden; padding: clamp(90px,11vw,175px) 0; }
.kicker-light { color: #d9bc89; }
.services-heading { align-items: end; display: grid; gap: 60px; grid-template-columns: 1.35fr .65fr; margin-bottom: clamp(60px,7vw,110px); }
.services-heading > p { border-left: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.68); padding-left: 32px; }
.service-rail { display: grid; grid-template-columns: repeat(4,1fr); }
.service-panel { align-items: end; aspect-ratio: .78; background-position: center; background-size: cover; display: grid; gap: 24px; grid-template-columns: 40px 1fr auto; overflow: hidden; padding: clamp(25px,3vw,50px); position: relative; }
.service-panel::before { background: linear-gradient(0deg,rgba(8,25,19,.92),rgba(8,25,19,.12) 70%); content: ""; inset: 0; position: absolute; transition: background .4s ease; }
.service-panel:hover::before { background: linear-gradient(0deg,rgba(8,25,19,.94),rgba(8,25,19,.32) 75%); }
.service-wedding { background-image: url("../images/hero-weddings.webp"); }
.service-lab { background-image: url("../images/hero-flowerlab.webp"); }
.service-composition { background-image: url("../images/hero-home.webp"); }
.service-event { background-image: url("../images/gallery-event.webp"); }
.service-panel > * { position: relative; z-index: 1; }
.service-number { color: #d9bc89; font-family: var(--serif); font-size: 14px; }
.service-panel p { color: rgba(255,255,255,.65); font-size: 9px; letter-spacing: .2em; margin: 0 0 10px; text-transform: uppercase; }
.service-panel h3 { font-family: var(--serif); font-size: clamp(29px,3.1vw,54px); font-weight: 400; letter-spacing: -.04em; line-height: 1; margin: 0 0 13px; }
.service-panel div > span { color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 15px; }
.service-panel > a { align-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: flex; height: 48px; justify-content: center; transition: background .3s ease,color .3s ease; width: 48px; }
.service-panel > a:hover { background: var(--ivory); color: var(--forest); }

.featured-section { padding-bottom: clamp(100px,14vw,220px); padding-top: clamp(100px,14vw,220px); }
.featured-intro { align-items: end; display: grid; gap: 50px; grid-template-columns: 60px minmax(0,1fr) auto; }
.featured-intro > div:nth-child(2) { max-width: 780px; }
.button { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: 10px; font-weight: 700; justify-content: center; letter-spacing: .14em; min-height: 52px; padding: 0 27px; text-transform: uppercase; transition: background .25s ease,border-color .25s ease,color .25s ease; }
.button-outline { border-color: var(--forest); }
.button-outline:hover, .button-dark { background: var(--forest); color: #fff; }
.button-dark:hover { background: var(--gold); }
.work-grid { align-items: start; display: grid; gap: clamp(22px,3.5vw,60px); grid-template-columns: 1.1fr .8fr 1fr; margin-top: clamp(70px,9vw,145px); }
.work-card-2 { margin-top: 20%; }
.work-card-3 { margin-top: -10%; }
.work-image-wrap { overflow: hidden; position: relative; }
.work-card-1 .work-image-wrap { aspect-ratio: .82; }
.work-card-2 .work-image-wrap { aspect-ratio: .8; }
.work-card-3 .work-image-wrap { aspect-ratio: .76; }
.work-image-wrap img { height: 100%; object-fit: cover; transition: transform .75s ease; width: 100%; }
.work-card:hover img { transform: scale(1.035); }
.work-image-wrap span { background: var(--paper); bottom: 0; color: var(--gold); font-family: var(--serif); font-size: 13px; padding: 14px 18px; position: absolute; right: 0; }
.work-card > p { color: var(--gold); font-size: 9px; letter-spacing: .18em; margin: 25px 0 8px; text-transform: uppercase; }
.work-card > h3 { font-family: var(--serif); font-size: clamp(26px,2.3vw,38px); font-weight: 400; margin: 0; }

.lab-story { background: var(--ivory-deep); display: grid; grid-template-columns: 1.1fr .9fr; min-height: 760px; }
.lab-story-image { min-height: 700px; overflow: hidden; }
.lab-story-image img { height: 100%; object-fit: cover; width: 100%; }
.lab-story-copy { align-self: center; max-width: 690px; padding: clamp(70px,8vw,150px); }
.lab-story-copy h2 { font-size: clamp(46px,4.4vw,74px); }
.lab-story-copy > p { margin: 34px 0 40px; }

.contact-cta { color: #fff; min-height: 780px; overflow: hidden; position: relative; }
.contact-cta > img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.contact-cta-overlay { background: linear-gradient(90deg,rgba(8,28,21,.94) 0%,rgba(8,28,21,.76) 50%,rgba(8,28,21,.22) 100%); inset: 0; position: absolute; }
.contact-cta-content { left: clamp(24px,10vw,170px); max-width: 800px; position: absolute; top: 50%; transform: translateY(-50%); }
.contact-cta-content > p { color: rgba(255,255,255,.75); margin: 32px 0 42px; max-width: 590px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button-gold { background: var(--gold); color: #fff; }
.button-gold:hover { background: #d2b179; color: var(--forest-deep); }
.button-ghost { border-color: rgba(255,255,255,.55); }
.button-ghost:hover { background: #fff; color: var(--forest); }

.site-footer { background: var(--forest-deep); color: rgba(255,255,255,.73); display: grid; gap: 40px; grid-template-columns: 1.5fr repeat(3,.65fr); padding: clamp(75px,8vw,130px) clamp(24px,6vw,100px) 35px; }
.footer-brand img { height: 175px; object-fit: contain; object-position: left; width: 190px; }
.footer-brand p { font-family: var(--serif); font-size: 15px; line-height: 1.6; max-width: 330px; }
.footer-column { display: flex; flex-direction: column; gap: 10px; padding-top: 38px; }
.footer-column > span { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .17em; margin-bottom: 12px; text-transform: uppercase; }
.footer-column p, .footer-column a { font-family: var(--serif); font-size: 15px; line-height: 1.6; margin: 0; }
.footer-column a:hover { color: #fff; }
.footer-bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.14); display: flex; font-size: 9px; grid-column: 1/-1; justify-content: space-between; letter-spacing: .12em; margin-top: 45px; padding-top: 28px; text-transform: uppercase; }
.footer-bottom div { display: flex; gap: 25px; }
.whatsapp-float { align-items: center; background: #1fa855; border: 5px solid rgba(255,255,255,.85); border-radius: 50%; bottom: 25px; box-shadow: 0 12px 28px rgba(7,25,18,.25); display: flex; height: 62px; justify-content: center; position: fixed; right: 25px; transition: transform .25s ease; width: 62px; z-index: 60; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { fill: white; height: 29px; width: 29px; }
.cookie-notice { align-items: center; background: var(--paper); border: 1px solid var(--line); bottom: 25px; box-shadow: 0 20px 60px rgba(7,25,18,.18); display: flex; gap: 22px; left: 25px; max-width: 580px; padding: 18px 20px; position: fixed; z-index: 70; }
.cookie-notice p { font-family: var(--serif); font-size: 13px; line-height: 1.5; margin: 0; }
.cookie-notice button { background: var(--forest); border: 0; color: white; cursor: pointer; flex: 0 0 auto; font-size: 9px; letter-spacing: .12em; padding: 13px 16px; text-transform: uppercase; }
.reveal-up { animation: reveal-up .8s ease both; }
.delay-1 { animation-delay: .12s; }

@keyframes title-in { to { opacity: 1; transform: translateY(0); } }
@keyframes reveal-up { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-contact { display: none; }
  .mobile-menu { display: block; justify-self: end; }
  .mobile-menu summary { align-items: center; cursor: pointer; display: flex; flex-direction: column; gap: 7px; height: 44px; justify-content: center; list-style: none; width: 44px; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { background: #fff; display: block; height: 1px; width: 25px; }
  .mobile-menu nav { background: var(--forest-deep); display: flex; flex-direction: column; left: 0; padding: 115px 28px 40px; position: absolute; right: 0; top: 0; z-index: -1; }
  .mobile-menu nav a { border-bottom: 1px solid rgba(255,255,255,.13); font-family: var(--serif); font-size: 30px; padding: 15px 0; }
  .manifesto { grid-template-columns: 40px 1fr; }
  .manifesto-text { grid-column: 2; max-width: 650px; }
  .service-rail { grid-template-columns: repeat(2,1fr); }
  .service-panel { aspect-ratio: .68; grid-template-columns: 1fr auto; }
  .service-number { display: none; }
  .site-footer { grid-template-columns: 1.3fr repeat(2,.7fr); }
  .footer-column:nth-of-type(4) { grid-column: 2; }
}

@media (max-width: 760px) {
  .site-header { height: 78px; padding: 0 18px; }
  .site-header::after { left: 18px; right: 18px; }
  .brand { min-width: 0; }
  .brand img { height: 50px; width: 50px; }
  .brand > span { font-size: 17px; }
  .hero-slider { height: 820px; min-height: 720px; }
  .hero-shade { background: linear-gradient(0deg,rgba(6,22,16,.93) 0%,rgba(6,22,16,.58) 65%,rgba(6,22,16,.22) 100%); }
  .hero-copy { bottom: 105px; left: 24px; right: 24px; }
  .hero-copy > p { margin-bottom: 18px; }
  .hero-copy h1 { font-size: clamp(51px,16vw,72px); line-height: .92; }
  .hero-copy-bottom { align-items: start; flex-direction: column; gap: 25px; margin-top: 28px; }
  .hero-copy-bottom > p { font-size: 16px; line-height: 1.5; }
  .hero-circle-link { border-radius: 0; flex-direction: row; height: 44px; justify-content: space-between; padding: 0 17px; width: 150px; }
  .hero-circle-link b { font-size: 16px; }
  .hero-controls { bottom: 25px; right: 18px; }
  .scroll-cue { display: none; }
  .manifesto { gap: 18px; grid-template-columns: 1fr; padding-bottom: 100px; padding-top: 100px; }
  .manifesto .section-index, .manifesto-text { grid-column: 1; }
  .manifesto-copy h2, .services-heading h2, .featured-intro h2, .lab-story-copy h2, .contact-cta h2 { font-size: clamp(43px,13vw,60px); }
  .manifesto-text { margin-top: 25px; }
  .services-section { padding: 90px 0 0; }
  .services-heading { gap: 30px; grid-template-columns: 1fr; margin-bottom: 60px; }
  .services-heading > p { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding-left: 0; padding-top: 24px; }
  .service-rail { grid-template-columns: 1fr; }
  .service-panel { aspect-ratio: 1/1.1; border-top: 1px solid rgba(255,255,255,.16); padding: 28px 24px; }
  .service-panel h3 { font-size: 42px; }
  .featured-section { padding-bottom: 100px; padding-top: 100px; }
  .featured-intro { align-items: start; gap: 22px; grid-template-columns: 1fr; }
  .featured-intro .button { justify-self: start; margin-top: 15px; }
  .work-grid { gap: 50px; grid-template-columns: 1fr; margin-top: 70px; }
  .work-card-2, .work-card-3 { margin-top: 0; }
  .work-card-1 .work-image-wrap, .work-card-2 .work-image-wrap, .work-card-3 .work-image-wrap { aspect-ratio: .9; }
  .lab-story { grid-template-columns: 1fr; }
  .lab-story-image { min-height: 460px; }
  .lab-story-copy { padding: 80px 24px; }
  .contact-cta { min-height: 740px; }
  .contact-cta-overlay { background: rgba(8,28,21,.8); }
  .contact-cta-content { left: 24px; right: 24px; }
  .cta-actions { flex-direction: column; }
  .cta-actions .button { width: 100%; }
  .site-footer { gap: 30px; grid-template-columns: 1fr; padding: 70px 24px 30px; }
  .footer-brand img { height: 150px; }
  .footer-column, .footer-column:nth-of-type(4) { grid-column: 1; padding-top: 0; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 22px; }
  .footer-bottom div { flex-wrap: wrap; gap: 14px 22px; }
  .whatsapp-float { bottom: 18px; height: 56px; right: 18px; width: 56px; }
  .cookie-notice { align-items: stretch; bottom: 14px; flex-direction: column; left: 14px; padding: 16px; right: 80px; }
}

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

/* Inner pages */
.hero-slider-compact { height: min(760px,82svh); min-height: 620px; }
.hero-slider-compact .hero-copy { bottom: clamp(90px,11vh,120px); }
.hero-slider-compact .hero-copy h1 { font-size: clamp(54px,6.5vw,102px); }
.inner-intro { display: grid; gap: clamp(30px,5vw,80px); grid-template-columns: 55px minmax(0,1.4fr) minmax(260px,.65fr); padding-bottom: clamp(100px,13vw,190px); padding-top: clamp(100px,13vw,190px); }
.inner-intro h2, .gallery-intro h2, .experience-heading h2, .process-heading h2, .related-heading h2, .about-mosaic-copy h2, .values-section > div:first-child h2, .contact-page-title h2, .map-visual h2, .inner-contact-band h2, .order-note h2, .event-scene h2, .faq-aside h2 { font-family: var(--serif); font-size: clamp(42px,4.8vw,78px); font-weight: 400; letter-spacing: -.045em; line-height: .98; margin: 0; }
.inner-intro-body { align-self: end; border-top: 1px solid var(--line); color: rgba(31,36,32,.72); font-family: var(--serif); font-size: 18px; line-height: 1.75; margin: 0; padding-top: 28px; }
.editorial-split { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 760px; }
.editorial-image { min-height: 720px; }
.editorial-image img { height: 100%; object-fit: cover; width: 100%; }
.editorial-copy { align-self: stretch; background: var(--ivory-deep); display: flex; flex-direction: column; justify-content: center; padding: clamp(60px,8vw,145px); }
.editorial-copy h2 { font-family: var(--serif); font-size: clamp(43px,4.4vw,72px); font-weight: 400; letter-spacing: -.04em; line-height: .98; margin: 0; }
.editorial-copy > p:not(.kicker) { color: rgba(31,36,32,.72); font-family: var(--serif); font-size: 18px; line-height: 1.75; margin: 34px 0; }
.editorial-list { list-style: none; margin: 10px 0 0; padding: 0; }
.editorial-list li { align-items: center; border-top: 1px solid var(--line); display: flex; font-family: var(--serif); font-size: 16px; gap: 20px; padding: 18px 0; }
.editorial-list li:last-child { border-bottom: 1px solid var(--line); }
.editorial-list span { color: var(--gold); font-family: var(--sans); font-size: 9px; letter-spacing: .14em; }
.experience-block, .process-section, .related-works, .values-section { padding-bottom: clamp(100px,13vw,190px); padding-top: clamp(100px,13vw,190px); }
.experience-heading, .process-heading, .related-heading { max-width: 780px; }
.experience-grid { display: grid; gap: 0; grid-template-columns: repeat(3,1fr); margin-top: clamp(65px,8vw,120px); }
.experience-grid article { border-left: 1px solid var(--line); min-height: 300px; padding: 30px clamp(24px,3.5vw,60px); }
.experience-grid article:last-child { border-right: 1px solid var(--line); }
.experience-grid span, .values-list span { color: var(--gold); font-size: 10px; letter-spacing: .16em; }
.experience-grid h3, .values-list h3 { font-family: var(--serif); font-size: clamp(28px,2.6vw,42px); font-weight: 400; line-height: 1.04; margin: 70px 0 22px; }
.experience-grid p, .values-list p { color: rgba(31,36,32,.68); font-family: var(--serif); font-size: 16px; line-height: 1.65; }
.creation-grid { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(2,1fr); margin-top: clamp(65px,8vw,120px); }
.creation-grid article { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); min-height: 320px; padding: clamp(30px,4vw,65px); }
.creation-grid span { color: var(--gold); font-size: 10px; letter-spacing: .16em; }
.creation-grid h3 { font-family: var(--serif); font-size: clamp(30px,3vw,48px); font-weight: 400; line-height: 1; margin: 75px 0 20px; }
.creation-grid p { color: rgba(31,36,32,.68); font-family: var(--serif); font-size: 16px; line-height: 1.7; margin: 0; max-width: 520px; }
.order-note { align-items: end; background: var(--forest); color: #fff; display: grid; gap: clamp(45px,8vw,130px); grid-template-columns: 1.15fr .85fr; padding: clamp(90px,11vw,175px) clamp(24px,9vw,150px); }
.order-note > p { border-left: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 18px; line-height: 1.75; margin: 0; padding-left: clamp(25px,4vw,60px); }
.event-scene { background: var(--forest); color: #fff; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 760px; }
.event-scene-copy { align-self: center; padding: clamp(65px,8vw,145px); }
.event-scene-copy > p:last-child { color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 18px; line-height: 1.75; margin: 35px 0 0; }
.event-scene-image { min-height: 720px; }
.event-scene-image img { height: 100%; object-fit: cover; width: 100%; }
.event-process { background: var(--ivory-deep); max-width: none; padding-left: clamp(24px,9vw,150px); padding-right: clamp(24px,9vw,150px); }
.faq-section { display: grid; gap: clamp(60px,9vw,140px); grid-template-columns: .7fr 1.3fr; padding-bottom: clamp(110px,14vw,210px); }
.faq-aside { align-self: start; position: sticky; top: 45px; }
.faq-aside > p:last-child { color: rgba(31,36,32,.68); font-family: var(--serif); font-size: 17px; line-height: 1.7; margin: 30px 0 0; max-width: 430px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { align-items: center; cursor: pointer; display: grid; gap: 22px; grid-template-columns: 42px 1fr 32px; list-style: none; padding: 30px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-size: 10px; letter-spacing: .15em; }
.faq-list summary h3 { font-family: var(--serif); font-size: clamp(22px,2.2vw,34px); font-weight: 400; line-height: 1.15; margin: 0; }
.faq-list summary b { color: var(--gold); font-size: 24px; font-weight: 400; transition: transform .25s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details > p { color: rgba(31,36,32,.68); font-family: var(--serif); font-size: 17px; line-height: 1.75; margin: 0; max-width: 760px; padding: 0 54px 34px 64px; }
.inner-contact-band { align-items: center; background: var(--forest); color: #fff; display: grid; gap: 70px; grid-template-columns: 1.3fr .7fr; padding: clamp(80px,10vw,160px) clamp(24px,9vw,150px); }
.inner-contact-band h2 { font-size: clamp(48px,5vw,82px); }
.inner-contact-band > div:last-child { border-left: 1px solid rgba(255,255,255,.22); padding-left: clamp(25px,4vw,65px); }
.inner-contact-band > div:last-child p { color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 18px; line-height: 1.7; margin: 0 0 30px; }

.wedding-statement { background: var(--forest); color: #fff; display: grid; grid-template-columns: .85fr 1.15fr; min-height: 740px; }
.wedding-statement > img { height: 100%; object-fit: cover; width: 100%; }
.wedding-statement > div { align-self: center; max-width: 850px; padding: clamp(65px,8vw,140px); }
.wedding-statement h2 { font-family: var(--serif); font-size: clamp(48px,5vw,82px); font-weight: 400; letter-spacing: -.045em; line-height: .98; margin: 0; }
.wedding-statement div > p:last-child { color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 18px; line-height: 1.75; margin: 36px 0 0; }
.process-list { list-style: none; margin: 80px 0 0; padding: 0; }
.process-list li { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 45px; grid-template-columns: 75px 1fr; padding: 32px 0; transition: padding .3s ease; }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list li:hover { padding-left: 18px; }
.process-list > li > span { color: var(--gold); font-size: 10px; letter-spacing: .15em; }
.process-list h3 { font-family: var(--serif); font-size: clamp(28px,3vw,48px); font-weight: 400; margin: 0 0 6px; }
.process-list p { color: rgba(31,36,32,.66); font-family: var(--serif); margin: 0; }
.portfolio-grid { display: grid; gap: clamp(25px,3.5vw,55px); grid-template-columns: repeat(3,1fr); margin-top: 75px; }
.portfolio-card > div { aspect-ratio: .83; overflow: hidden; position: relative; }
.portfolio-card img { height: 100%; object-fit: cover; transition: transform .75s ease; width: 100%; }
.portfolio-card > div > span { align-items: center; background: var(--paper); bottom: 0; display: flex; font-size: 9px; height: 54px; justify-content: center; letter-spacing: .14em; opacity: 0; position: absolute; right: 0; text-transform: uppercase; transform: translateY(12px); transition: opacity .3s ease,transform .3s ease; width: 82px; }
.portfolio-card:hover img { transform: scale(1.035); }
.portfolio-card:hover > div > span { opacity: 1; transform: translateY(0); }
.portfolio-card > p { color: var(--gold); font-size: 9px; letter-spacing: .18em; margin: 22px 0 8px; text-transform: uppercase; }
.portfolio-card > h3 { font-family: var(--serif); font-size: clamp(27px,2.5vw,40px); font-weight: 400; margin: 0; }

.gallery-intro { align-items: end; display: grid; gap: 80px; grid-template-columns: 1.2fr .8fr; padding-bottom: 100px; padding-top: clamp(100px,12vw,170px); }
.category-nav { display: flex; flex-wrap: wrap; gap: 11px; justify-content: flex-end; }
.category-nav a { border: 1px solid var(--line); font-size: 9px; font-weight: 700; letter-spacing: .13em; padding: 15px 18px; text-transform: uppercase; transition: background .25s ease,color .25s ease; }
.category-nav a:hover { background: var(--forest); color: #fff; }
.gallery-categories { padding-bottom: clamp(100px,14vw,220px); }
.gallery-category { border-top: 1px solid var(--line); padding: 75px 0 clamp(100px,11vw,170px); scroll-margin-top: 30px; }
.gallery-category-head { display: grid; gap: 40px; grid-template-columns: 50px 1fr; }
.gallery-category-head > span { color: var(--gold); font-size: 10px; letter-spacing: .14em; padding-top: 9px; }
.gallery-category-head h2 { font-family: var(--serif); font-size: clamp(44px,5vw,78px); font-weight: 400; letter-spacing: -.04em; line-height: 1; margin: 0; }
.gallery-category-head p { color: rgba(31,36,32,.66); font-family: var(--serif); font-size: 17px; line-height: 1.6; margin: 17px 0 0; }
.portfolio-grid-wide { grid-template-columns: repeat(2,1fr); margin-left: 90px; }
.portfolio-grid-wide .portfolio-card > div { aspect-ratio: 1.18; }

.project-hero { color: #fff; height: min(850px,92svh); min-height: 650px; overflow: hidden; position: relative; }
.project-hero > img { height: 100%; object-fit: cover; width: 100%; }
.project-hero-shade { background: linear-gradient(0deg,rgba(5,20,14,.78),rgba(5,20,14,.05) 70%); inset: 0; position: absolute; }
.project-hero-copy { bottom: clamp(60px,9vw,130px); left: clamp(24px,8vw,135px); position: absolute; right: 24px; }
.project-hero-copy > a { font-size: 9px; letter-spacing: .15em; position: absolute; top: -70px; text-transform: uppercase; }
.project-hero-copy > p { color: #d9bc89; font-size: 10px; letter-spacing: .2em; margin: 0 0 18px; text-transform: uppercase; }
.project-hero-copy h1 { font-family: var(--serif); font-size: clamp(65px,9vw,145px); font-weight: 400; letter-spacing: -.055em; line-height: .85; margin: 0; }
.project-story { display: grid; gap: clamp(50px,8vw,130px); grid-template-columns: .45fr 1fr; padding-bottom: clamp(90px,12vw,180px); padding-top: clamp(90px,12vw,180px); }
.project-meta { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; height: min-content; padding-top: 22px; }
.project-meta span { color: var(--gold); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.project-meta p { font-family: var(--serif); font-size: 15px; margin: 0 0 20px; text-align: right; }
.project-story h2 { font-family: var(--serif); font-size: clamp(42px,5vw,76px); font-weight: 400; letter-spacing: -.04em; line-height: 1; margin: 0 0 32px; }
.project-story > div:last-child > p:last-child { color: rgba(31,36,32,.7); font-family: var(--serif); font-size: 19px; line-height: 1.8; max-width: 790px; }
.project-gallery { align-items: start; display: grid; gap: clamp(25px,4vw,65px); grid-template-columns: repeat(2,1fr); padding-bottom: clamp(110px,14vw,210px); }
.project-image { margin: 0; position: relative; }
.project-image:nth-child(3n+2) { margin-top: 18%; }
.project-image img { height: auto; width: 100%; }
.project-image figcaption { background: var(--paper); bottom: 0; color: var(--gold); font-family: var(--serif); font-size: 13px; padding: 15px 18px; position: absolute; right: 0; }

.about-mosaic { background: var(--ivory-deep); display: grid; grid-template-columns: 1.05fr .95fr; }
.about-mosaic-image { min-height: 780px; }
.about-mosaic-image img, .about-detail img { height: 100%; object-fit: cover; width: 100%; }
.about-mosaic-copy { align-self: center; max-width: 790px; padding: clamp(70px,8vw,145px); }
.about-mosaic-copy > p:last-child { color: rgba(31,36,32,.7); font-family: var(--serif); font-size: 18px; line-height: 1.75; margin: 34px 0 0; }
.about-detail { display: none; }
.values-section { display: grid; gap: clamp(60px,9vw,140px); grid-template-columns: .8fr 1.2fr; }
.values-list { border-top: 1px solid var(--line); }
.values-list article { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 25px; grid-template-columns: 45px .6fr 1fr; padding: 32px 0; }
.values-list h3 { margin: 0; }
.values-list p { margin: 0; }

.contact-page { padding-bottom: clamp(110px,14vw,210px); padding-top: clamp(100px,13vw,190px); }
.contact-page-title { max-width: 920px; }
.contact-cards { display: grid; grid-template-columns: repeat(3,1fr); margin-top: clamp(70px,9vw,130px); }
.contact-cards article { border-left: 1px solid var(--line); min-height: 330px; padding: 32px clamp(25px,3.5vw,58px); }
.contact-cards article:last-child { border-right: 1px solid var(--line); }
.contact-cards span { color: var(--gold); font-size: 10px; letter-spacing: .14em; }
.contact-cards h3 { font-family: var(--serif); font-size: 38px; font-weight: 400; margin: 70px 0 18px; }
.contact-cards p { color: rgba(31,36,32,.68); font-family: var(--serif); line-height: 1.65; min-height: 55px; }
.contact-cards a { border-bottom: 1px solid var(--forest); display: inline-block; font-size: 9px; font-weight: 700; letter-spacing: .14em; margin-top: 22px; padding-bottom: 9px; text-transform: uppercase; }
.map-visual { align-items: end; background: radial-gradient(circle at 80% 20%,rgba(177,138,80,.2),transparent 25%),linear-gradient(135deg,#18372c,#0b2119); color: #fff; display: grid; gap: 80px; grid-template-columns: 1fr auto; min-height: 590px; padding: clamp(80px,10vw,160px) clamp(24px,9vw,150px); }
.map-visual > div { max-width: 780px; }
.map-visual > div > p:last-child { color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 18px; line-height: 1.7; max-width: 620px; }
.map-visual > a { align-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; display: flex; flex-direction: column; font-size: 9px; gap: 9px; height: 150px; justify-content: center; letter-spacing: .13em; text-transform: uppercase; width: 150px; }

.legal-page { min-height: 750px; max-width: 1050px; padding-bottom: 130px; padding-top: 190px; }
body:has(.legal-page) .site-header, body:has(.admin-shell) .site-header { background: var(--forest-deep); position: absolute; }
.legal-page h1 { font-family: var(--serif); font-size: clamp(56px,7vw,92px); font-weight: 400; letter-spacing: -.05em; margin: 0 0 55px; }
.legal-page h2 { font-family: var(--serif); font-size: 32px; font-weight: 400; margin: 55px 0 14px; }
.legal-page > p:not(.kicker) { color: rgba(31,36,32,.72); font-family: var(--serif); font-size: 18px; line-height: 1.8; }

@media (max-width: 950px) {
  .inner-intro { grid-template-columns: 40px 1fr; }
  .inner-intro-body { grid-column: 2; }
  .editorial-split, .wedding-statement, .about-mosaic, .event-scene { grid-template-columns: 1fr; }
  .editorial-image, .about-mosaic-image, .event-scene-image { min-height: 600px; }
  .experience-grid, .contact-cards { grid-template-columns: 1fr; }
  .experience-grid article, .contact-cards article { border-left: 0; border-top: 1px solid var(--line); min-height: 0; padding: 35px 0 50px; }
  .experience-grid article:last-child, .contact-cards article:last-child { border-bottom: 1px solid var(--line); border-right: 0; }
  .experience-grid h3, .contact-cards h3 { margin-top: 35px; }
  .inner-contact-band, .gallery-intro, .values-section, .order-note, .faq-section { grid-template-columns: 1fr; }
  .order-note > p { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); padding-left: 0; padding-top: 35px; }
  .faq-aside { position: static; }
  .inner-contact-band > div:last-child { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); padding-left: 0; padding-top: 35px; }
  .category-nav { justify-content: flex-start; }
  .portfolio-grid { grid-template-columns: repeat(2,1fr); }
  .portfolio-grid-wide { margin-left: 0; }
  .project-story { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .hero-slider-compact { height: 720px; min-height: 660px; }
  .inner-intro { gap: 18px; grid-template-columns: 1fr; padding-bottom: 95px; padding-top: 95px; }
  .inner-intro .section-index, .inner-intro-body { grid-column: 1; }
  .inner-intro-body { margin-top: 22px; }
  .editorial-image, .about-mosaic-image, .event-scene-image { min-height: 460px; }
  .editorial-copy, .about-mosaic-copy { padding: 75px 24px; }
  .creation-grid { grid-template-columns: 1fr; }
  .creation-grid article { min-height: 0; padding: 35px 25px 45px; }
  .creation-grid h3 { margin-top: 45px; }
  .order-note, .event-scene-copy { padding: 85px 24px; }
  .faq-section { gap: 65px; padding-bottom: 95px; }
  .faq-list summary { gap: 12px; grid-template-columns: 30px 1fr 24px; padding: 25px 0; }
  .faq-list details > p { padding: 0 24px 30px 42px; }
  .inner-contact-band { gap: 35px; padding: 85px 24px; }
  .wedding-statement > div { padding: 80px 24px; }
  .process-list li { gap: 16px; grid-template-columns: 40px 1fr; }
  .portfolio-grid, .portfolio-grid-wide { grid-template-columns: 1fr; }
  .gallery-intro { gap: 45px; padding-bottom: 75px; padding-top: 90px; }
  .category-nav { gap: 7px; }
  .category-nav a { padding: 12px; }
  .gallery-category { padding-top: 50px; }
  .gallery-category-head { gap: 12px; grid-template-columns: 1fr; }
  .portfolio-grid-wide { margin-top: 55px; }
  .project-hero { height: 740px; }
  .project-hero-copy h1 { font-size: 65px; }
  .project-gallery { grid-template-columns: 1fr; }
  .project-image:nth-child(3n+2) { margin-top: 0; }
  .values-section { padding-bottom: 95px; padding-top: 95px; }
  .values-list article { align-items: start; grid-template-columns: 38px 1fr; }
  .values-list article p { grid-column: 2; }
  .contact-page { padding-bottom: 95px; padding-top: 95px; }
  .map-visual { align-items: start; gap: 50px; grid-template-columns: 1fr; padding: 85px 24px; }
  .map-visual > a { border-radius: 0; flex-direction: row; height: 52px; width: 190px; }
  .legal-page { padding-bottom: 95px; padding-top: 150px; }
}

/* Native PHP integration */
.screen-reader-text { clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute !important; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background: var(--paper); clip: auto !important; clip-path: none; color: var(--forest); display: block; font-size: 14px; height: auto; left: 8px; padding: 15px 22px; top: 8px; width: auto; z-index: 100000; }
.wp-content-section { color: rgba(31,36,32,.72); font-family: var(--serif); font-size: 18px; line-height: 1.75; padding-bottom: clamp(90px,12vw,170px); }
.wp-content-section > * { max-width: 920px; }
.not-found-page { min-height: 760px; padding-bottom: 140px; padding-top: 210px; text-align: center; }
.not-found-page h1 { font-family: var(--serif); font-size: clamp(72px,12vw,180px); font-weight: 400; letter-spacing: -.06em; line-height: .8; margin: 0 0 40px; }
.not-found-page p { color: rgba(31,36,32,.68); font-family: var(--serif); font-size: 20px; margin: 0 auto 35px; max-width: 600px; }
.pagination { display: flex; gap: 12px; justify-content: center; padding: 70px 24px; }
.pagination a, .pagination span { border: 1px solid var(--line); font-size: 10px; padding: 13px 17px; }
.pagination .current { background: var(--forest); color: white; }

/* CMS */
.admin-shell { background: #f3f0ea; color: #202720; display: grid; grid-template-columns: 275px 1fr; min-height: 100svh; }
.admin-sidebar { background: var(--forest-deep); color: rgba(255,255,255,.72); display: flex; flex-direction: column; height: 100svh; padding: 30px 20px 22px; position: sticky; top: 0; }
.admin-brand { align-items: center; color: #fff; display: flex; gap: 12px; padding: 0 8px 35px; }
.admin-brand img { height: 58px; object-fit: contain; width: 58px; }
.admin-brand > span { font-family: var(--serif); font-size: 19px; }
.admin-brand small { color: var(--gold); display: block; font-family: var(--sans); font-size: 7px; letter-spacing: .2em; margin-top: 7px; text-transform: uppercase; }
.admin-sidebar nav { display: flex; flex-direction: column; gap: 5px; }
.admin-sidebar nav button { align-items: center; background: transparent; border: 0; color: inherit; cursor: pointer; display: flex; font-size: 11px; font-weight: 700; gap: 13px; letter-spacing: .06em; padding: 14px; text-align: left; text-transform: uppercase; transition: background .2s ease,color .2s ease; width: 100%; }
.admin-sidebar nav button > span { align-items: center; border: 1px solid rgba(255,255,255,.17); display: flex; font-family: var(--serif); font-size: 15px; height: 32px; justify-content: center; width: 32px; }
.admin-sidebar nav button.is-active, .admin-sidebar nav button:hover { background: rgba(255,255,255,.08); color: #fff; }
.admin-sidebar nav button.is-active > span { border-color: var(--gold); color: #d9bc89; }
.admin-user { align-items: center; border-top: 1px solid rgba(255,255,255,.12); display: flex; gap: 11px; margin-top: auto; padding: 22px 8px 0; }
.admin-user > span { align-items: center; background: var(--gold); border-radius: 50%; color: white; display: flex; font-family: var(--serif); height: 38px; justify-content: center; width: 38px; }
.admin-user div { min-width: 0; }
.admin-user b, .admin-user small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-user b { color: white; font-family: var(--serif); font-size: 13px; font-weight: 400; }
.admin-user small { font-size: 8px; margin-top: 3px; max-width: 170px; }
.admin-main { min-width: 0; padding: 0 clamp(24px,4vw,70px) 80px; }
.admin-topbar { align-items: center; border-bottom: 1px solid rgba(23,53,43,.13); display: flex; justify-content: space-between; min-height: 110px; }
.admin-topbar p { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .17em; margin: 0 0 6px; text-transform: uppercase; }
.admin-topbar h1 { font-family: var(--serif); font-size: 32px; font-weight: 400; margin: 0; }
.admin-topbar > div:last-child { display: flex; gap: 10px; }
.admin-topbar > div:last-child a { border: 1px solid rgba(23,53,43,.2); font-size: 8px; font-weight: 700; letter-spacing: .12em; padding: 12px 16px; text-transform: uppercase; }
.admin-topbar > div:last-child a:first-child { background: var(--forest); color: white; }
.admin-message { background: #f1e3df; border-left: 3px solid #a45d4e; font-family: var(--serif); font-size: 14px; margin-top: 25px; padding: 15px 18px; }
.admin-message.success { background: #e2ece5; border-color: #3d7657; }
.admin-progress { height: 2px; left: 0; overflow: hidden; position: fixed; right: 0; top: 0; z-index: 100; }
.admin-progress span { animation: admin-loading 1.1s ease infinite; background: var(--gold); display: block; height: 100%; width: 35%; }
@keyframes admin-loading { from { transform: translateX(-100%); } to { transform: translateX(400%); } }
.admin-section { padding-top: clamp(45px,6vw,85px); }
.admin-welcome { background: var(--forest); color: white; display: grid; grid-template-columns: 1.1fr .9fr; min-height: 350px; overflow: hidden; }
.admin-welcome > div { align-self: center; padding: clamp(35px,5vw,75px); }
.admin-welcome h2, .admin-section-intro h2 { font-family: var(--serif); font-size: clamp(38px,4.5vw,66px); font-weight: 400; letter-spacing: -.04em; line-height: 1; margin: 0; }
.admin-welcome div > p:last-child { color: rgba(255,255,255,.68); font-family: var(--serif); font-size: 16px; line-height: 1.65; max-width: 520px; }
.admin-welcome > img { height: 100%; object-fit: cover; width: 100%; }
.admin-stats { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 25px; }
.admin-stats article { background: white; border-right: 1px solid #ece8e0; padding: 30px; }
.admin-stats article:last-child { border-right: 0; }
.admin-stats span { color: var(--forest); font-family: var(--serif); font-size: 48px; }
.admin-stats p { color: #7b817c; font-size: 9px; font-weight: 700; letter-spacing: .12em; margin: 10px 0 0; text-transform: uppercase; }
.admin-quick { margin-top: 55px; }
.admin-quick h3, .admin-items-column > h3, .portfolio-admin-grid h3, .project-admin-list > h3 { font-family: var(--serif); font-size: 27px; font-weight: 400; }
.admin-quick > div { display: grid; gap: 12px; grid-template-columns: repeat(3,1fr); }
.admin-quick button { align-items: center; background: transparent; border: 1px solid rgba(23,53,43,.18); cursor: pointer; display: flex; font-family: var(--serif); font-size: 16px; justify-content: space-between; padding: 24px; text-align: left; }
.admin-quick button:hover { background: white; }
.admin-section-intro { align-items: end; display: grid; gap: 60px; grid-template-columns: 1.2fr .8fr; margin-bottom: 55px; }
.admin-section-intro > p { border-left: 1px solid rgba(23,53,43,.18); color: #6c726d; font-family: var(--serif); font-size: 16px; line-height: 1.65; margin: 0; padding-left: 30px; }
.admin-section-intro.stacked { display: block; }
.admin-section-intro.stacked > p { border-left: 0; border-top: 1px solid rgba(23,53,43,.18); margin-top: 30px; padding-left: 0; padding-top: 22px; }
.page-editor-list { background: white; border: 1px solid #e4dfd7; }
.page-editor { border-bottom: 1px solid #e4dfd7; }
.page-editor:last-child { border-bottom: 0; }
.page-editor summary { align-items: center; cursor: pointer; display: flex; justify-content: space-between; list-style: none; padding: 25px 30px; }
.page-editor summary::-webkit-details-marker { display: none; }
.page-editor summary span { color: var(--gold); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.page-editor summary h3 { font-family: var(--serif); font-size: 23px; font-weight: 400; margin: 6px 0 0; }
.page-editor summary b { font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.page-editor form, .admin-form { background: #f9f7f2; border-top: 1px solid #e4dfd7; display: grid; gap: 20px; grid-template-columns: repeat(2,1fr); padding: 30px; }
.admin-form { border: 1px solid #e4dfd7; }
.admin-form.compact-form { grid-template-columns: 1fr 1fr; padding: 24px; }
.page-editor label, .admin-form label { color: #636b64; display: flex; flex-direction: column; font-size: 8px; font-weight: 700; gap: 8px; letter-spacing: .12em; text-transform: uppercase; }
.page-editor input, .page-editor textarea, .admin-form input, .admin-form textarea, .admin-form select { background: white; border: 1px solid #dcd6cc; border-radius: 0; color: #252b26; font-family: var(--serif); font-size: 15px; outline: none; padding: 14px; resize: vertical; text-transform: none; width: 100%; }
.page-editor input:focus, .page-editor textarea:focus, .admin-form input:focus, .admin-form textarea:focus, .admin-form select:focus { border-color: var(--gold); }
.field-wide { grid-column: 1/-1; }
.admin-primary, .admin-secondary { border: 0; cursor: pointer; font-size: 9px; font-weight: 700; letter-spacing: .14em; min-height: 50px; padding: 0 24px; text-transform: uppercase; width: max-content; }
.admin-primary { background: var(--forest); color: white; }
.admin-secondary { background: var(--gold); color: white; }
.admin-primary:disabled, .admin-secondary:disabled { cursor: wait; opacity: .5; }
.admin-two-columns { display: grid; gap: clamp(35px,5vw,75px); grid-template-columns: .8fr 1.2fr; }
.admin-items-column { background: white; padding: 30px; }
.admin-items-column > h3 { border-bottom: 1px solid #e4dfd7; margin: 0; padding-bottom: 20px; }
.admin-media-row { align-items: center; border-bottom: 1px solid #ece8e0; display: grid; gap: 18px; grid-template-columns: 105px 1fr 34px; padding: 18px 0; }
.admin-media-row > img { height: 78px; object-fit: cover; width: 105px; }
.admin-media-row span, .project-admin-list article span { color: var(--gold); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.admin-media-row h4, .project-admin-list h4 { font-family: var(--serif); font-size: 18px; font-weight: 400; margin: 5px 0; }
.admin-media-row p, .project-admin-list p { color: #7b817c; font-size: 10px; margin: 0; }
.admin-media-row > button { background: transparent; border: 1px solid #ddd6cb; cursor: pointer; font-size: 18px; height: 34px; width: 34px; }
.portfolio-admin-grid { display: grid; gap: 25px; grid-template-columns: .75fr 1.25fr; }
.portfolio-admin-grid > div { background: white; padding: 30px; }
.portfolio-admin-grid h3 { margin: 0 0 25px; }
.category-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.category-pills span { background: #f0ece5; font-size: 8px; font-weight: 700; letter-spacing: .12em; padding: 11px 13px; text-transform: uppercase; }
.check-field { align-items: center; flex-direction: row !important; }
.check-field input { width: auto; }
.project-admin-list { background: white; margin-top: 25px; padding: 30px; }
.project-admin-list > h3 { margin: 0 0 15px; }
.project-admin-list article { align-items: center; border-top: 1px solid #ece8e0; display: grid; gap: 18px; grid-template-columns: 105px 1fr 150px 32px auto; padding: 18px 0; }
.project-admin-list article > img { height: 80px; object-fit: cover; width: 105px; }
.project-admin-list article > a { align-items: center; border: 1px solid #ded8cf; display: flex; height: 32px; justify-content: center; width: 32px; }
.project-switches { display: flex; flex-direction: column; font-size: 9px; gap: 8px; }
.project-switches label { align-items: center; display: flex; gap: 8px; }
.danger-button { background: transparent; border: 0; color: #a24b3f; cursor: pointer; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.settings-form { background: white; max-width: 950px; padding: 35px; }

@media (max-width: 1100px) {
  .admin-shell { grid-template-columns: 225px 1fr; }
  .admin-sidebar nav button { font-size: 9px; }
  .admin-stats { grid-template-columns: repeat(2,1fr); }
  .admin-two-columns, .portfolio-admin-grid { grid-template-columns: 1fr; }
  .project-admin-list article { grid-template-columns: 85px 1fr 130px 32px; }
  .project-admin-list article > img { width: 85px; }
  .danger-button { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  .admin-shell { display: block; }
  .admin-sidebar { display: block; height: auto; padding: 14px 14px 0; position: static; }
  .admin-brand { padding-bottom: 12px; }
  .admin-brand img { height: 45px; width: 45px; }
  .admin-sidebar nav { flex-direction: row; margin: 0 -14px; overflow-x: auto; padding: 0 14px 12px; }
  .admin-sidebar nav button { flex: 0 0 auto; padding: 8px 10px; width: auto; }
  .admin-sidebar nav button > span { height: 26px; width: 26px; }
  .admin-user { display: none; }
  .admin-main { padding: 0 16px 60px; }
  .admin-topbar { min-height: 92px; }
  .admin-topbar h1 { font-size: 25px; }
  .admin-topbar > div:last-child a { padding: 9px; }
  .admin-topbar > div:last-child a:last-child { display: none; }
  .admin-welcome { grid-template-columns: 1fr; }
  .admin-welcome > img { height: 210px; }
  .admin-stats { grid-template-columns: repeat(2,1fr); }
  .admin-stats article { padding: 20px; }
  .admin-quick > div, .admin-section-intro { grid-template-columns: 1fr; }
  .admin-section-intro { gap: 25px; }
  .admin-section-intro > p { border-left: 0; border-top: 1px solid rgba(23,53,43,.18); padding-left: 0; padding-top: 20px; }
  .page-editor form, .admin-form, .admin-form.compact-form { grid-template-columns: 1fr; padding: 20px; }
  .field-wide { grid-column: 1; }
  .page-editor summary { padding: 20px; }
  .admin-media-row { grid-template-columns: 75px 1fr 30px; }
  .admin-media-row > img { height: 65px; width: 75px; }
  .portfolio-admin-grid > div, .project-admin-list, .admin-items-column { padding: 20px; }
  .project-admin-list article { align-items: start; grid-template-columns: 75px 1fr 30px; }
  .project-admin-list article > img { height: 65px; width: 75px; }
  .project-switches { grid-column: 2; }
  .project-admin-list article > a { grid-column: 3; grid-row: 1; }
  .danger-button { grid-column: 2; }
  .settings-form { padding: 20px; }
}

/* Moduli CMS 1.2 — aggiunti senza modificare le sezioni approvate */
.page-feeds { background: var(--paper); }
.page-feed { padding-bottom: clamp(95px,12vw,180px); padding-top: clamp(95px,12vw,180px); }
.page-feed + .page-feed { border-top: 1px solid var(--line); }
.page-feed-head { align-items: end; display: grid; gap: clamp(25px,5vw,80px); grid-template-columns: minmax(0,1.25fr) minmax(260px,.65fr); margin-bottom: clamp(45px,7vw,90px); }
.page-feed-head h2 { font-family: var(--serif); font-size: clamp(42px,4.8vw,78px); font-weight: 400; letter-spacing: -.045em; line-height: .98; margin: 0; }
.page-feed-head > p { border-top: 1px solid var(--line); color: rgba(31,36,32,.72); font-family: var(--serif); font-size: 17px; line-height: 1.7; margin: 0; padding-top: 22px; }
.page-feed-grid { gap: clamp(8px,1.2vw,18px); }
.page-feed-grid-square { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.page-feed-grid-masonry { columns: 3; column-gap: clamp(8px,1.2vw,18px); }
.page-feed-grid figure { break-inside: avoid; margin: 0 0 clamp(8px,1.2vw,18px); }
.page-feed-grid figure > a { background: var(--ivory-deep); display: block; overflow: hidden; position: relative; }
.page-feed-grid-square figure > a { aspect-ratio: 1; }
.page-feed-grid img { height: 100%; object-fit: cover; transition: transform .65s ease; width: 100%; }
.page-feed-grid-masonry img { height: auto; }
.page-feed-grid figure > a > span { align-items:center; background:rgba(12,33,26,.82); bottom:12px; color:white; display:flex; height:38px; justify-content:center; opacity:0; position:absolute; right:12px; transform:translateY(8px); transition:opacity .25s ease,transform .25s ease; width:38px; }
.page-feed-grid figure > a:hover img { transform: scale(1.025); }
.page-feed-grid figure > a:hover > span { opacity:1; transform:translateY(0); }
.page-feed-grid figcaption { color:rgba(31,36,32,.7); font-family:var(--serif); font-size:13px; line-height:1.5; padding:10px 2px 2px; }
.feed-lightbox { align-items:center; background:rgba(5,14,10,.95); display:grid; grid-template-columns:70px minmax(0,1fr) 70px; inset:0; opacity:0; padding:38px; position:fixed; transition:opacity .22s ease; z-index:2147483000; }
.feed-lightbox[data-open="1"] { opacity:1; }
.feed-lightbox > button { background:transparent; border:1px solid rgba(255,255,255,.45); color:white; cursor:pointer; font-family:var(--serif); font-size:23px; height:50px; justify-self:center; width:50px; }
.feed-lightbox > [data-feed-lightbox-close] { position:absolute; right:28px; top:28px; }
.feed-lightbox figure { margin:0; max-height:88vh; text-align:center; }
.feed-lightbox img { height:auto; margin:auto; max-height:82vh; max-width:min(1200px,100%); object-fit:contain; width:auto; }
.feed-lightbox figcaption { color:rgba(255,255,255,.8); font-family:var(--serif); font-size:14px; margin-top:12px; }
.feed-lightbox-open { overflow:hidden; }

.legal-updated { border-left:2px solid var(--gold); font-size:14px!important; margin:35px 0!important; padding:3px 0 3px 18px; }
body:has(.accessibility-page) .site-header { background:var(--forest-deep); position:absolute; }
.accessibility-page { padding-bottom:clamp(100px,12vw,180px); padding-top:190px; }
.accessibility-intro { max-width:980px; }
.accessibility-intro h1 { font-family:var(--serif); font-size:clamp(56px,7vw,92px); font-weight:400; letter-spacing:-.05em; line-height:.94; margin:0 0 42px; }
.accessibility-intro > p:not(.kicker) { color:rgba(31,36,32,.72); font-family:var(--serif); font-size:18px; line-height:1.8; max-width:820px; }
.accessibility-intro > span { color:var(--gold); display:block; font-size:9px; font-weight:700; letter-spacing:.14em; margin-top:28px; text-transform:uppercase; }
.accessibility-status { background:var(--forest); color:white; margin:clamp(65px,8vw,120px) 0; padding:clamp(45px,6vw,85px); }
.accessibility-status h2 { font-family:var(--serif); font-size:clamp(44px,5vw,76px); font-weight:400; letter-spacing:-.04em; margin:0 0 24px; }
.accessibility-status > p:last-child { color:rgba(255,255,255,.74); font-family:var(--serif); font-size:17px; line-height:1.75; margin:0; max-width:900px; }
.accessibility-grid { display:grid; gap:0 55px; grid-template-columns:repeat(2,minmax(0,1fr)); }
.accessibility-grid article { border-top:1px solid var(--line); padding:38px 0 48px; }
.accessibility-grid h2 { font-family:var(--serif); font-size:31px; font-weight:400; margin:0 0 15px; }
.accessibility-grid p { color:rgba(31,36,32,.72); font-family:var(--serif); font-size:16px; line-height:1.75; margin:0; }
.accessibility-sources { border-top:1px solid var(--line); display:flex; flex-wrap:wrap; gap:12px 26px; margin-top:35px; padding-top:28px; }
.accessibility-sources p { color:var(--gold); flex-basis:100%; font-size:9px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; }
.accessibility-sources a { border-bottom:1px solid var(--forest); font-family:var(--serif); font-size:14px; padding-bottom:4px; }

@media(max-width:760px){.page-feed-head{align-items:start;grid-template-columns:1fr}.page-feed-grid-square{grid-template-columns:repeat(2,minmax(0,1fr))}.page-feed-grid-masonry{columns:2}.feed-lightbox{grid-template-columns:44px minmax(0,1fr) 44px;padding:70px 10px 25px}.feed-lightbox>button{height:38px;width:38px}.accessibility-page{padding-top:150px}.accessibility-grid{grid-template-columns:1fr}.accessibility-status{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}}
