
:root {
  --yellow: #f2c230;
  --yellow-soft: #f8df83;
  --ink: #141412;
  --ink-2: #242421;
  --paper: #f4f2eb;
  --white: #fff;
  --muted: #6b6a63;
  --line: rgba(20, 20, 18, .14);
  --shell: min(1240px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
::selection { background: var(--yellow); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 120px 0; }
.eyebrow {
  margin: 0 0 22px;
  color: #817f76;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow.light { color: rgba(255,255,255,.7); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: -.05em;
}
h2 { font-size: clamp(42px, 4vw, 68px); line-height: 1.02; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(244,242,235,.93);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.header-inner { height: 82px; display: flex; align-items: center; gap: 38px; }
.brand {
  position: relative;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -.08em;
  white-space: nowrap;
}
.brand span { color: var(--yellow); }
.brand i { display: inline-block; width: 8px; height: 8px; margin-left: 4px; background: var(--yellow); }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { font-size: 14px; font-weight: 600; }
.desktop-nav a:hover { color: #9c7500; }
.header-cta {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: 12px;
  padding: 13px 17px;
  background: var(--ink);
  color: white;
  font-size: 13px;
  font-weight: 700;
}
.header-cta span { color: var(--yellow); }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary { list-style: none; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; width: 27px; height: 2px; margin: 6px 0; background: var(--ink); }

.hero {
  position: relative;
  min-height: calc(100svh - 82px);
  overflow: hidden;
  background:
    linear-gradient(115deg, #191a17 0%, #272923 45%, rgba(23,25,20,.2) 76%),
    url("../images/arkrea-hero.png") center/cover no-repeat;
  color: white;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .17;
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 80px 80px;
}
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.2), transparent 65%); }
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: clamp(110px, 15vh, 180px);
  padding-bottom: 110px;
}
.hero h1 { max-width: 920px; margin-bottom: 30px; font-size: clamp(64px, 8.5vw, 132px); line-height: .88; }
.hero h1 em { color: var(--yellow); font-weight: inherit; }
.hero-lead { max-width: 650px; margin-bottom: 38px; color: rgba(255,255,255,.83); font-size: clamp(18px, 1.6vw, 23px); line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: var(--ink); }
.button-primary:hover { background: #ffd64a; }
.button-ghost { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.07); color: white; }
.hero-marker {
  position: absolute;
  z-index: 2;
  right: 3vw;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  color: rgba(255,255,255,.17);
  font-size: clamp(70px, 9vw, 140px);
  font-weight: 900;
  letter-spacing: -.1em;
  line-height: .65;
  text-align: right;
}
.hero-marker span:last-child { color: rgba(242,194,48,.55); }

.intro { background: var(--yellow); }
.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.intro .eyebrow { color: rgba(20,20,18,.62); }
.intro h2 { max-width: 600px; margin: 0; }
.large-copy { margin: 0; font-size: clamp(20px, 2vw, 28px); line-height: 1.45; letter-spacing: -.015em; }

.services-preview { background: #f7f6f1; }
.section-head { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 65px; }
.section-head h2 { max-width: 750px; margin-bottom: 0; }
.section-head > p { max-width: 430px; margin-bottom: 5px; color: var(--muted); line-height: 1.7; }
.text-link { display: inline-flex; gap: 24px; align-items: center; border-bottom: 1px solid var(--ink); padding-bottom: 8px; font-size: 14px; font-weight: 700; white-space: nowrap; }
.text-link span { color: #a87c00; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 350px; padding: 32px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.service-card:hover { background: var(--yellow); transform: translateY(-5px); }
.service-number { color: #9b9900; font: 13px/1 monospace; }
.service-card h3 { min-height: 70px; margin-top: 58px; font-family: Arial, Helvetica, sans-serif; font-size: 27px; line-height: 1.08; }
.service-card p { color: var(--muted); font-size: 15px; line-height: 1.65; }
.service-card a { display: inline-flex; gap: 18px; margin-top: 22px; font-size: 13px; font-weight: 700; }

.method-teaser { background: var(--ink); color: white; }
.media-split { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 760px; }
.image-panel { min-height: 640px; background: #383a32 center/cover no-repeat; }
.image-process { background-image: linear-gradient(0deg, rgba(0,0,0,.15), transparent), url("../images/arkrea-process.png"); }
.content-panel { padding: 30px 0 30px 82px; }
.content-panel h2 { margin-bottom: 32px; }
.content-panel > p:not(.eyebrow) { color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.7; }
.value-list { margin: 40px 0 35px; border-top: 1px solid rgba(255,255,255,.18); }
.value-row { display: grid; grid-template-columns: 60px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.value-row > span { color: var(--yellow); font: 12px/1.7 monospace; }
.value-row h3 { margin: 0 0 8px; font-size: 18px; }
.value-row p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.55; }
.method-teaser .text-link { border-color: rgba(255,255,255,.5); }

.team { background: var(--paper); }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.person-card { padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.portrait-placeholder {
  aspect-ratio: 1.35;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  background: #dedbd1;
  color: #98958c;
}
.portrait-placeholder.dark { background: #272824; color: #6f706b; }
.portrait-placeholder span { grid-area: 1/1; font-family: Arial, Helvetica, sans-serif; font-size: 80px; }
.portrait-placeholder small { grid-area: 1/1; align-self: end; margin-bottom: 18px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.person-card .role { margin-bottom: 7px; color: #9d7600; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.person-card h3 { margin-bottom: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 32px; font-weight: 700; }
.person-card > p:last-child { max-width: 570px; color: var(--muted); line-height: 1.6; }

.cta { position: relative; overflow: hidden; background: var(--yellow); }
.cta::after { content: "A"; position: absolute; right: -2vw; bottom: -150px; color: rgba(255,255,255,.25); font: 700 520px/1 Arial, Helvetica, sans-serif; }
.cta-inner { position: relative; z-index: 1; padding: 105px 0 100px; }
.cta .eyebrow { color: rgba(20,20,18,.55); }
.cta h2 { max-width: 950px; margin-bottom: 22px; }
.cta p:not(.eyebrow) { max-width: 670px; margin-bottom: 30px; font-size: 18px; line-height: 1.6; }
.cta .button-primary { background: var(--ink); color: white; }

.footer { padding: 80px 0 28px; background: #0f0f0e; color: white; }
.footer-grid { display: grid; grid-template-columns: 2fr 1.2fr .8fr 1fr; gap: 55px; }
.footer-brand { display: inline-block; margin-bottom: 20px; font-size: 32px; }
.footer h3 { margin-bottom: 20px; color: var(--yellow); font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
.footer p, .footer a { display: block; margin-bottom: 10px; color: rgba(255,255,255,.57); font-size: 13px; line-height: 1.55; }
.footer a:hover { color: white; }
.placeholder { color: var(--yellow-soft); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 70px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.footer-bottom p { margin: 0; }

/* Titoli pieni e ad alta leggibilità su tutti i dispositivi */
h1, h2, h3, h1 em, h2 em, h3 em {
  font-family: Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
  font-weight: 800 !important;
  text-shadow: none;
}

.page-hero {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: end;
  overflow: hidden;
  padding: 135px 0 90px;
  background: var(--ink);
  color: white;
}
.page-hero::after { content: ""; position: absolute; right: -4vw; top: 5%; width: 42vw; height: 42vw; border: 1px solid rgba(242,194,48,.25); transform: rotate(23deg); }
.page-hero .shell { position: relative; z-index: 1; }
.page-hero h1 { max-width: 1000px; margin-bottom: 28px; font-size: clamp(58px, 7.8vw, 116px); line-height: .9; }
.page-hero h1 em { color: var(--yellow); font-weight: 400; }
.page-hero > .shell > p:last-child { max-width: 680px; margin: 0; color: rgba(255,255,255,.7); font-size: 20px; line-height: 1.55; }
.yellow-hero { background: var(--yellow); color: var(--ink); }
.yellow-hero .eyebrow { color: rgba(20,20,18,.58); }
.yellow-hero h1 em { color: white; }
.yellow-hero > .shell > p:last-child { color: rgba(20,20,18,.7); }
.method-hero { background: linear-gradient(90deg, rgba(10,10,9,.94), rgba(10,10,9,.48)), url("../images/arkrea-process.png") center/cover; }
.portfolio-hero { background: linear-gradient(90deg, rgba(10,10,9,.91), rgba(10,10,9,.35)), url("../images/arkrea-interior.png") center/cover; }
.contact-hero { background: linear-gradient(110deg, #121311 0 58%, #282a25 58%); }

.editorial-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.editorial-grid h2 { margin-bottom: 0; }
.prose-large p { margin-bottom: 28px; color: #45443f; font-family: Arial, Helvetica, sans-serif; font-size: clamp(21px, 2vw, 28px); line-height: 1.55; }
.prose-large .button { margin-top: 15px; }
.philosophy { padding: 120px 0; background: var(--ink); color: white; }
.philosophy-grid { align-items: center; }
.philosophy blockquote { margin: 40px 0 0; padding: 25px 0 0 30px; border-top: 1px solid rgba(255,255,255,.2); border-left: 4px solid var(--yellow); color: var(--yellow-soft); font-family: Arial, Helvetica, sans-serif; font-size: 23px; line-height: 1.5; }
.profile-grid { display: grid; gap: 70px; }
.profile-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; padding-top: 45px; border-top: 1px solid var(--line); }
.profile-portrait { min-height: 480px; display: grid; place-items: center; background: #dedbd1; color: #9a978e; }
.profile-portrait span { grid-area: 1/1; font: 700 80px/1 Arial, Helvetica, sans-serif; }
.profile-portrait small { grid-area: 1/1; align-self: end; margin-bottom: 25px; letter-spacing: .12em; }
.profile-content .role, .person-card .role { color: #9d7600; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.profile-content h3 { font: 700 40px/1.1 Arial, Helvetica, sans-serif; }
.profile-content > p:not(.role) { max-width: 600px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.profile-content dl { margin-top: 35px; }
.profile-content dl div { display: grid; grid-template-columns: 130px 1fr; gap: 30px; padding: 15px 0; border-top: 1px solid var(--line); }
.profile-content dt { font-weight: 700; }
.profile-content dd { margin: 0; color: #9d7600; }
.inline-cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 90px; padding: 40px; background: var(--ink); color: white; }
.inline-cta h3 { margin: 0; font: 700 30px Arial, Helvetica, sans-serif; }

.anchor-nav { position: sticky; z-index: 30; top: 82px; background: var(--ink); color: white; }
.anchor-nav .shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.anchor-nav a { min-height: 78px; display: flex; align-items: center; gap: 13px; padding: 12px 18px; border-right: 1px solid rgba(255,255,255,.15); font-size: 12px; font-weight: 700; line-height: 1.35; }
.anchor-nav a:hover { background: var(--yellow); color: var(--ink); }
.anchor-nav span { color: var(--yellow); font: 11px monospace; }
.anchor-nav a:hover span { color: var(--ink); }
.detailed-service { position: relative; padding: 110px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 170px; }
.detailed-service:nth-child(even) { background: #e9e7df; }
.detailed-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.service-title-col > span { display: block; margin-bottom: 28px; color: #a17800; font: 13px monospace; }
.service-title-col h2 { font-size: clamp(43px, 4.5vw, 66px); }
.service-title-col .button { margin-top: 25px; }
.service-intro { margin-bottom: 48px; font: 400 25px/1.5 Arial, Helvetica, sans-serif; }
.service-detail-col h3 { margin-bottom: 16px; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.service-detail-col ul { margin: 0; padding: 0; list-style: none; }
.service-detail-col li { position: relative; padding: 15px 12px 15px 34px; border-top: 1px solid var(--line); color: #4f4e48; }
.service-detail-col li::before { content: "↗"; position: absolute; left: 4px; color: #a17800; }
.service-photo { width: var(--shell); min-height: 530px; margin: 90px auto 0; background: center/cover; }
.image-interior { background-image: url("../images/arkrea-interior.png"); }

.process-section { background: #f7f6f1; }
.phase-list { border-top: 1px solid var(--line); }
.phase { display: grid; grid-template-columns: 90px 1fr 1.2fr; gap: 30px; align-items: start; padding: 36px 0; border-bottom: 1px solid var(--line); }
.phase > span { color: #a17800; font: 13px monospace; }
.phase h3 { margin: 0; font: 700 29px/1.15 Arial, Helvetica, sans-serif; }
.phase p { max-width: 560px; margin: 0; color: var(--muted); line-height: 1.7; }
.method-quote { padding: 70px 0; background: var(--yellow); }
.method-quote .shell { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.method-quote p { margin: 0; font: 700 clamp(22px, 3vw, 42px) Arial, Helvetica, sans-serif; }
.method-quote i { width: 7px; height: 7px; background: var(--ink); transform: rotate(45deg); }

.portfolio-section { background: #f7f6f1; }
.content-notice { margin-bottom: 45px; padding: 22px 25px; border-left: 5px solid var(--yellow); background: white; }
.content-notice strong { display: block; margin-bottom: 5px; }
.content-notice p { margin: 0; color: var(--muted); line-height: 1.55; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 50px; }
.filter-bar button { cursor: pointer; border: 1px solid var(--line); background: transparent; padding: 11px 15px; color: #54534d; font-size: 12px; font-weight: 700; }
.filter-bar button:hover, .filter-bar button.active { border-color: var(--ink); background: var(--ink); color: white; }
.portfolio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px 28px; }
.project-image { position: relative; aspect-ratio: 1.35; background: #ccc center/cover; }
.project-image span { position: absolute; top: 18px; left: 18px; padding: 9px 11px; background: var(--yellow); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.project-hero { background-image: url("../images/arkrea-hero.png"); }
.project-interior { background-image: url("../images/arkrea-interior.png"); }
.project-process { background-image: url("../images/arkrea-process.png"); }
.project-meta { padding: 24px 0; border-bottom: 1px solid var(--line); }
.project-meta > p { margin-bottom: 8px; color: #a17800; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.project-meta h2 { margin-bottom: 24px; font-size: 32px; }
.project-meta dl { display: flex; gap: 30px; }
.project-meta dl div { min-width: 90px; }
.project-meta dt { margin-bottom: 5px; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.project-meta dd { margin: 0; color: #a17800; font-size: 12px; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.contact-info > p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.65; }
.contact-info dl { margin: 42px 0; }
.contact-info dl div { padding: 18px 0; border-top: 1px solid var(--line); }
.contact-info dt { margin-bottom: 7px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-info dd { margin: 0; line-height: 1.5; }
.contact-link { display: inline-block; border-bottom: 1px solid #9d7600; color: #765900; font-weight: 700; }
.map-placeholder { min-height: 280px; display: grid; place-items: center; padding: 30px; background: #dad8cf; text-align: center; }
.map-placeholder span { grid-area: 1/1; color: rgba(20,20,18,.12); font: 800 70px/1 sans-serif; }
.map-placeholder p { grid-area: 1/1; align-self: end; color: #a17800; font-size: 10px; letter-spacing: .1em; }
.contact-form { padding: 46px; background: white; box-shadow: 0 18px 60px rgba(20,20,18,.07); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 18px; }
.contact-form label { display: grid; gap: 9px; color: #45443f; font-size: 12px; font-weight: 700; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 0; border-bottom: 1px solid #bcb9af; border-radius: 0; outline: none; background: transparent; padding: 12px 2px; color: var(--ink); }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: #b18400; box-shadow: 0 2px 0 #b18400; }
.contact-form .upload { padding: 18px; border: 1px dashed #aaa79d; }
.contact-form .upload input { border: 0; }
.contact-form small { color: var(--muted); font-weight: 400; }
.contact-form .consent { display: flex; grid-template-columns: 20px 1fr; align-items: start; font-weight: 400; line-height: 1.5; }
.contact-form .consent input { width: 16px; margin-top: 3px; }
.contact-form .button { margin-top: 30px; }
.form-note, .form-message { margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.form-message { padding: 16px; border-left: 4px solid var(--yellow); background: var(--paper); color: var(--ink); }
.form-message strong { display: block; }

.legal-page { min-height: 70vh; padding-top: 150px; padding-bottom: 120px; }
.legal-page h1 { margin-bottom: 40px; font: 800 clamp(55px, 7vw, 100px)/.95 Arial, Helvetica, sans-serif; }
.legal-page h2 { margin-top: 60px; font-size: 38px; }
.legal-page li, .legal-page > p { margin-bottom: 12px; color: var(--muted); line-height: 1.7; }

.faq-section { background: #e9e7df; }
.faq-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: 125px; }
.faq-heading h2 { margin-bottom: 25px; }
.faq-heading > p:last-child { max-width: 520px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  display: grid;
  grid-template-columns: 55px 1fr 30px;
  gap: 12px;
  align-items: center;
  padding: 27px 0;
  cursor: pointer;
  list-style: none;
  color: #141412;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-shadow: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: #9d7600; font-size: 26px; font-weight: 400; text-align: right; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary span { color: #9d7600; font: 12px/1 monospace; }
.faq-list details > p { margin: 0 0 28px 67px; color: var(--muted); line-height: 1.7; }

.whatsapp-button {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 8px 18px 8px 8px;
  border-radius: 999px;
  background: #176b43;
  color: white;
  box-shadow: 0 12px 34px rgba(0,0,0,.24);
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}
.whatsapp-button:hover { transform: translateY(-3px); background: #128c55; }
.whatsapp-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 2px solid white;
  border-radius: 50%;
  font-size: 10px;
  letter-spacing: -.03em;
}

@media (max-width: 1050px) {
  :root { --shell: min(100% - 40px, 900px); }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu[open] nav { position: absolute; top: 82px; left: 0; right: 0; display: grid; gap: 0; padding: 20px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .mobile-menu nav > a:not(.button) { padding: 14px 4px; border-bottom: 1px solid var(--line); font-weight: 600; }
  .mobile-menu .button { margin-top: 18px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .media-split { grid-template-columns: 1fr; }
  .content-panel { padding: 70px 0 0; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
  .anchor-nav { top: 70px; }
  .anchor-nav .shell { width: 100%; overflow-x: auto; grid-template-columns: repeat(4, minmax(210px, 1fr)); }
  .editorial-grid, .detailed-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .profile-card { grid-template-columns: 1fr 1.2fr; gap: 35px; }
  .contact-grid { max-width: 800px; }
  .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .faq-heading { position: static; }
}
@media (max-width: 700px) {
  :root { --shell: calc(100% - 32px); }
  .section { padding: 78px 0; }
  .header-inner { height: 70px; }
  .mobile-menu[open] nav { top: 70px; }
  .hero { min-height: 780px; }
  .hero-content { padding-top: 105px; }
  .hero h1 { font-size: clamp(58px, 20vw, 86px); }
  .hero-lead { font-size: 17px; }
  .button-row .button { width: 100%; }
  .hero-marker { right: 20px; bottom: 45px; font-size: 76px; }
  .split-intro { grid-template-columns: 1fr; gap: 36px; }
  .section-head { display: block; margin-bottom: 38px; }
  .section-head .text-link { margin-top: 28px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .service-card h3 { min-height: auto; margin-top: 38px; }
  .image-panel { min-height: 430px; }
  .content-panel { padding-top: 55px; }
  .team-grid { grid-template-columns: 1fr; gap: 55px; }
  .portrait-placeholder { aspect-ratio: 1.1; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { display: block; }
  .page-hero { min-height: 560px; padding: 120px 0 70px; }
  .page-hero h1 { font-size: clamp(53px, 16vw, 76px); }
  .page-hero > .shell > p:last-child { font-size: 17px; }
  .profile-card { grid-template-columns: 1fr; }
  .profile-portrait { min-height: 370px; }
  .profile-content dl div { grid-template-columns: 1fr; gap: 5px; }
  .inline-cta { display: block; padding: 28px; }
  .inline-cta .button { margin-top: 22px; width: 100%; }
  .detailed-service { padding: 75px 0; }
  .service-photo { min-height: 330px; margin-top: 55px; }
  .phase { grid-template-columns: 55px 1fr; }
  .phase p { grid-column: 2; }
  .method-quote .shell { display: grid; grid-template-columns: 1fr 15px; }
  .portfolio-grid { grid-template-columns: 1fr; gap: 50px; }
  .project-meta dl { flex-wrap: wrap; }
  .contact-form { padding: 28px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-form .full { grid-column: auto; }
  .whatsapp-button { right: 14px; bottom: 14px; min-height: 50px; padding-right: 14px; }
  .whatsapp-button > span:last-child { display: none; }
  .whatsapp-icon { width: 38px; height: 38px; }
  .faq-list summary { grid-template-columns: 42px 1fr 24px; font-size: 16px; }
  .faq-list details > p { margin-left: 54px; }
}

@media (prefers-reduced-motion: no-preference) {
  .motion-ready .wow-reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .75s ease, transform .85s cubic-bezier(.2,.8,.2,1);
  }
  .motion-ready .wow-reveal.is-visible { opacity: 1; transform: translateY(0); }
  .motion-ready .service-card.wow-reveal:nth-child(2),
  .motion-ready .person-card.wow-reveal:nth-child(2) { transition-delay: .07s; }
  .motion-ready .service-card.wow-reveal:nth-child(3) { transition-delay: .14s; }
  .motion-ready .service-card.wow-reveal:nth-child(4) { transition-delay: .21s; }
}

/* Esperienza dinamica ARKREA */
.scroll-progress {
  position: fixed;
  z-index: 120;
  inset: 0 0 auto;
  height: 4px;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--yellow);
  box-shadow: 0 0 16px rgba(242,194,48,.65);
  will-change: transform;
}

.site-header {
  transition: background .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.site-header.is-scrolled {
  background: rgba(244,242,235,.82);
  border-color: rgba(20,20,18,.08);
  box-shadow: 0 15px 45px rgba(20,20,18,.08);
}
.desktop-nav a { position: relative; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--yellow);
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.cursor-orbit,
.cursor-dot {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.cursor-orbit {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border: 1px solid rgba(242,194,48,.75);
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(242,194,48,.17);
  transition: width .22s ease, height .22s ease, margin .22s ease, background .22s ease, border-color .22s ease;
}
.cursor-dot {
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  background: var(--yellow);
}
.cursor-hover .cursor-orbit {
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  border-color: rgba(242,194,48,.3);
  background: rgba(242,194,48,.08);
}
@media (hover: hover) and (pointer: fine) {
  .motion-ready .cursor-orbit,
  .motion-ready .cursor-dot { opacity: 1; }
}

.hero {
  --pointer-x: 72%;
  --pointer-y: 42%;
  --shift-x: 0px;
  --shift-y: 0px;
  background: #191a17;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -3%;
  background:
    linear-gradient(115deg, #191a17 0%, #272923 45%, rgba(23,25,20,.2) 76%),
    url("../images/arkrea-hero.png") center/cover no-repeat;
  transform: translate3d(var(--shift-x), var(--shift-y), 0) scale(1.055);
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
  will-change: transform;
}
.hero::after {
  z-index: 1;
  animation: blueprint-drift 18s linear infinite;
}
.hero-shade { z-index: 1; }
.hero-focus {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle 260px at var(--pointer-x) var(--pointer-y), rgba(242,194,48,.17), transparent 68%);
  mix-blend-mode: screen;
}
.hero-focus::before,
.hero-focus::after {
  content: "";
  position: absolute;
  opacity: .34;
  background: linear-gradient(90deg, transparent, var(--yellow), transparent);
  transition: left .18s linear, top .18s linear;
}
.hero-focus::before {
  top: var(--pointer-y);
  left: calc(var(--pointer-x) - 65px);
  width: 130px;
  height: 1px;
}
.hero-focus::after {
  top: calc(var(--pointer-y) - 65px);
  left: var(--pointer-x);
  width: 1px;
  height: 130px;
  background: linear-gradient(transparent, var(--yellow), transparent);
}
.hero-axis {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 7vw;
  width: 72px;
  height: 72px;
  opacity: .68;
  animation: axis-turn 16s linear infinite;
}
.hero-axis i { position: absolute; display: block; background: var(--yellow); }
.hero-axis i:first-child { top: 35px; left: 0; width: 72px; height: 1px; }
.hero-axis i:last-child { top: 0; left: 35px; width: 1px; height: 72px; }
.hero-content .eyebrow { animation: hero-enter .7s .08s both cubic-bezier(.2,.8,.2,1); }
.hero-content h1 { animation: hero-enter .9s .16s both cubic-bezier(.2,.8,.2,1); }
.hero-content .hero-lead { animation: hero-enter .9s .26s both cubic-bezier(.2,.8,.2,1); }
.hero-content .button-row { animation: hero-enter .9s .36s both cubic-bezier(.2,.8,.2,1); }
.hero-scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  transform: translateX(-50%);
  color: rgba(255,255,255,.7);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero-scroll-cue i {
  width: 1px;
  height: 34px;
  overflow: hidden;
  background: rgba(255,255,255,.25);
}
.hero-scroll-cue i::after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: var(--yellow);
  animation: scroll-cue 1.8s ease-in-out infinite;
}

.discipline-ribbon {
  overflow: hidden;
  background: var(--ink);
  color: white;
  border-top: 1px solid rgba(255,255,255,.14);
}
.discipline-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 58px;
  padding-inline: 28px;
  animation: ribbon-move 24s linear infinite;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.discipline-track i { color: var(--yellow); font-size: 19px; font-style: normal; }

.button { position: relative; overflow: hidden; }
.button::after {
  content: "";
  position: absolute;
  inset: -50% auto -50% -40%;
  width: 24%;
  transform: rotate(18deg);
  background: rgba(255,255,255,.36);
  transition: left .55s ease;
}
.button:hover::after { left: 125%; }

.service-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --glow-x: 50%;
  --glow-y: 50%;
  position: relative;
  overflow: hidden;
  transition: background .35s ease, transform .35s ease, box-shadow .35s ease;
  transform: perspective(950px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--ink);
  transition: transform .4s cubic-bezier(.2,.8,.2,1);
}
.service-card:hover {
  z-index: 2;
  transform: perspective(950px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-8px);
  box-shadow: 0 24px 55px rgba(20,20,18,.15);
}
.service-card:hover::before { transform: scaleX(1); }
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle 180px at var(--glow-x) var(--glow-y), rgba(255,255,255,.42), transparent 72%);
  transition: opacity .3s ease;
}
.service-card:hover::after { opacity: 1; }
.service-card h3, .service-card p, .service-card a { transition: transform .35s ease, color .35s ease; }
.service-card:hover h3, .service-card:hover p, .service-card:hover a { transform: translateY(-3px); color: var(--ink); }

.image-panel {
  overflow: hidden;
  box-shadow: -24px 24px 0 var(--yellow);
  transition: transform .7s cubic-bezier(.2,.8,.2,1), box-shadow .7s ease;
}
.image-panel:hover { transform: translate(8px,-8px); box-shadow: -34px 34px 0 var(--yellow); }

.portrait-placeholder { position: relative; overflow: hidden; }
.portrait-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-110%);
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.34) 50%, transparent 70%);
  transition: transform .85s ease;
}
.person-card:hover .portrait-placeholder::after { transform: translateX(110%); }

/* Percorso interattivo */
.journey-section {
  position: relative;
  overflow: clip;
  padding-top: 145px;
  padding-bottom: 150px;
  background: #10110f;
  color: white;
}
.journey-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
.journey-orbit {
  position: absolute;
  border: 1px solid rgba(242,194,48,.18);
  border-radius: 50%;
  pointer-events: none;
}
.journey-orbit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 25px rgba(242,194,48,.75);
}
.journey-orbit-one {
  top: -190px;
  right: -220px;
  width: 620px;
  height: 620px;
  animation: orbit-spin 24s linear infinite;
}
.journey-orbit-two {
  bottom: 7%;
  left: -180px;
  width: 390px;
  height: 390px;
  animation: orbit-spin 18s linear infinite reverse;
}
.journey-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 105px;
}
.journey-heading h2 {
  max-width: 1160px;
  margin: 0;
  font-size: clamp(54px, 7.2vw, 112px);
  line-height: .92;
  letter-spacing: -.065em;
}
.journey-heading h2 span {
  display: inline-block;
  margin-top: 12px;
  padding: 0 .13em .08em;
  background: var(--yellow);
  color: var(--ink);
  transform: rotate(-1.2deg);
  box-shadow: 18px 18px 0 rgba(255,255,255,.07);
}
.journey-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 7vw;
  align-items: start;
}
.journey-visual {
  position: sticky;
  top: 125px;
  height: min(69vh, 700px);
  min-height: 540px;
  overflow: hidden;
  background: #242622;
  box-shadow: -20px 20px 0 var(--yellow);
  isolation: isolate;
}
.journey-images,
.journey-image { position: absolute; inset: 0; }
.journey-image {
  opacity: 0;
  background-position: center;
  background-size: cover;
  filter: saturate(.75) contrast(1.07);
  transform: scale(1.13) rotate(.6deg);
  transition: opacity .75s ease, transform 1.25s cubic-bezier(.2,.8,.2,1);
}
.journey-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(10,10,9,.05), rgba(10,10,9,.5));
}
.journey-image.active { opacity: 1; transform: scale(1.01) rotate(0); }
.journey-blueprint {
  position: absolute;
  z-index: 2;
  inset: 24px;
  border: 1px solid rgba(255,255,255,.35);
}
.journey-blueprint::before,
.journey-blueprint::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,.3);
}
.journey-blueprint::before { top: 50%; left: 0; width: 100%; height: 1px; }
.journey-blueprint::after { top: 0; left: 50%; width: 1px; height: 100%; }
.journey-blueprint .measure {
  position: absolute;
  padding: 6px 8px;
  background: rgba(15,15,14,.72);
  color: rgba(255,255,255,.8);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
}
.measure-top { top: -1px; left: -1px; }
.measure-side { right: -42px; bottom: 74px; transform: rotate(-90deg); }
.blueprint-x,
.blueprint-y { position: absolute; z-index: 2; display: block; background: var(--yellow); }
.blueprint-x { top: calc(50% - 1px); left: calc(50% - 30px); width: 60px; height: 2px; }
.blueprint-y { top: calc(50% - 30px); left: calc(50% - 1px); width: 2px; height: 60px; }
.journey-count {
  position: absolute;
  z-index: 3;
  right: 42px;
  bottom: 33px;
  display: flex;
  align-items: end;
  gap: 8px;
}
.journey-count strong {
  color: var(--yellow);
  font-size: clamp(64px, 8vw, 118px);
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: .72;
}
.journey-count span { color: white; font: 11px/1 monospace; }
.journey-steps { border-top: 1px solid rgba(255,255,255,.18); }
.journey-step {
  width: 100%;
  min-height: 285px;
  display: grid;
  grid-template-columns: 48px 1fr 28px;
  gap: 22px;
  align-items: start;
  margin: 0;
  padding: 47px 4px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
  background: transparent;
  color: white;
  text-align: left;
  cursor: pointer;
  opacity: .38;
  transition: opacity .4s ease, padding-left .4s ease, background .4s ease;
}
.journey-step:hover,
.journey-step:focus-visible,
.journey-step.active {
  opacity: 1;
  padding-left: 18px;
  background: linear-gradient(90deg, rgba(242,194,48,.08), transparent 80%);
}
.journey-step:focus-visible { outline: 2px solid var(--yellow); outline-offset: 4px; }
.journey-number { color: var(--yellow); font: 12px/1.4 monospace; }
.journey-copy { display: grid; gap: 13px; }
.journey-copy small {
  color: var(--yellow);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.journey-copy strong {
  max-width: 510px;
  color: white;
  font-size: clamp(25px, 2.5vw, 39px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.03;
}
.journey-copy > span {
  max-width: 480px;
  color: rgba(255,255,255,.62);
  font-size: 15px;
  line-height: 1.7;
}
.journey-step > i { color: var(--yellow); font-size: 18px; font-style: normal; }

.cta::before {
  content: "";
  position: absolute;
  right: 10%;
  top: 50%;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(20,20,18,.22);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 45px rgba(20,20,18,.035), 0 0 0 90px rgba(20,20,18,.025);
  animation: cta-pulse 4s ease-in-out infinite;
}
.faq-list summary { transition: color .25s ease, padding-left .25s ease; }
.faq-list summary:hover { padding-left: 10px; color: #745700; }
.faq-list details[open] { background: rgba(255,255,255,.34); }

.whatsapp-button::before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(23,107,67,.55);
  border-radius: inherit;
  animation: whatsapp-wave 2.5s ease-out infinite;
}

@keyframes hero-enter {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes blueprint-drift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 0 80px, 80px 0; }
}
@keyframes axis-turn { to { transform: rotate(360deg); } }
@keyframes scroll-cue {
  0% { transform: translateY(-20px); opacity: 0; }
  35% { opacity: 1; }
  100% { transform: translateY(38px); opacity: 0; }
}
@keyframes ribbon-move { to { transform: translateX(-50%); } }
@keyframes cta-pulse {
  50% { transform: translateY(-50%) scale(1.05); opacity: .7; }
}
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes whatsapp-wave {
  0% { opacity: .7; transform: scale(.94); }
  70%, 100% { opacity: 0; transform: scale(1.14); }
}

@media (max-width: 1050px) {
  .journey-heading { margin-bottom: 70px; }
  .journey-layout { grid-template-columns: 1fr; gap: 65px; }
  .journey-visual { top: 95px; height: 58vw; min-height: 500px; }
  .journey-step { min-height: 230px; }
}

@media (max-width: 700px) {
  .hero-axis { right: -20px; top: 55%; }
  .hero-scroll-cue { display: none; }
  .discipline-track { min-height: 52px; gap: 22px; font-size: 10px; }
  .journey-section { padding-top: 95px; padding-bottom: 90px; }
  .journey-heading { margin-bottom: 55px; }
  .journey-heading h2 { font-size: clamp(48px, 15vw, 70px); }
  .journey-visual {
    position: relative;
    top: auto;
    height: 410px;
    min-height: 0;
    box-shadow: -10px 10px 0 var(--yellow);
  }
  .journey-layout { gap: 45px; }
  .journey-blueprint { inset: 15px; }
  .journey-count { right: 27px; bottom: 25px; }
  .journey-step {
    min-height: 0;
    grid-template-columns: 34px 1fr 18px;
    gap: 12px;
    padding: 34px 2px;
  }
  .journey-step:hover,
  .journey-step:focus-visible,
  .journey-step.active { padding-left: 8px; }
  .journey-copy strong { font-size: 27px; }
  .journey-orbit-one { right: -430px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .hero::before { transform: scale(1.03); transition: none; }
  .discipline-track { animation: none; }
}

/* ==============================================================
   ARKREA Studio 4.0 · adattamento blocchi WordPress nativi
   ============================================================== */
.arkrea-content,
.arkrea-content > .wp-block-group,
.arkrea-content > .wp-block-cover {
  margin: 0;
  max-width: none;
}
.arkrea-content .wp-block-group,
.arkrea-content .wp-block-cover,
.arkrea-content .wp-block-image,
.arkrea-content .wp-block-buttons,
.arkrea-content .wp-block-details {
  margin-block-start: 0;
  margin-block-end: 0;
}
.arkrea-content .alignfull {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}
.arkrea-content h1,
.arkrea-content h2,
.arkrea-content h3,
.arkrea-content h4,
.arkrea-content p,
.arkrea-content summary,
.arkrea-content a {
  -webkit-text-stroke: 0 transparent !important;
  text-stroke: 0 transparent !important;
  text-shadow: none;
}
.arkrea-content mark {
  padding: 0;
  background: transparent;
  color: inherit;
}

/* Header WordPress e logo */
.desktop-nav .arkrea-menu,
.desktop-nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.desktop-nav .arkrea-menu a,
.desktop-nav ul a {
  display: inline-block;
}
.arkrea-custom-logo {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 52px;
}
.mobile-menu .arkrea-mobile-links,
.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Cover modificabili */
.wp-block-cover.hero,
.wp-block-cover.page-hero {
  padding: 0;
}
.wp-block-cover.hero .wp-block-cover__image-background,
.wp-block-cover.page-hero .wp-block-cover__image-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-block-cover.hero::before {
  z-index: 1;
  inset: 0;
  background: linear-gradient(115deg, rgba(18,19,17,.97) 0%, rgba(25,27,22,.89) 46%, rgba(23,25,20,.22) 78%);
  transform: none;
}
.wp-block-cover.hero::after { z-index: 2; }
.wp-block-cover.hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 3;
  width: 100%;
  color: white;
}
.wp-block-cover.hero .hero-focus,
.wp-block-cover.hero .hero-axis { z-index: 2; }
.wp-block-cover.hero .wp-block-cover__image-background {
  transform: translate3d(var(--shift-x), var(--shift-y), 0) scale(1.055);
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
}
.hero h1 mark,
.page-hero h1 mark {
  background: transparent !important;
  color: var(--yellow) !important;
}
.hero h1 .hero-title-word,
.hero h1 .hero-title-rest,
.hero h1 mark {
  display: block;
}
.yellow-hero h1 mark { color: white !important; }
.wp-block-cover.page-hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
  width: 100%;
}
.page-hero .wp-block-cover__image-background {
  filter: brightness(.42) saturate(.82);
}
.page-hero .page-lead,
.page-hero .shell > p:last-child {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 20px;
  line-height: 1.55;
}
.yellow-hero .page-lead { color: rgba(20,20,18,.7); }

/* Pulsanti core */
.wp-block-buttons.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wp-block-button.button {
  min-height: 0;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}
.wp-block-button.button::after { display: none; }
.wp-block-button.button .wp-block-button__link {
  position: relative;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
}
.wp-block-button.button-primary .wp-block-button__link {
  background: var(--yellow) !important;
  color: var(--ink) !important;
}
.wp-block-button.button-ghost .wp-block-button__link {
  border-color: rgba(255,255,255,.4);
  background: rgba(255,255,255,.07) !important;
  color: white !important;
}
.cta .wp-block-button.button-primary .wp-block-button__link {
  background: var(--ink) !important;
  color: white !important;
}
.wp-block-button.button .wp-block-button__link::after {
  content: "";
  position: absolute;
  inset: -50% auto -50% -40%;
  width: 24%;
  transform: rotate(18deg);
  background: rgba(255,255,255,.36);
  transition: left .55s ease;
}
.wp-block-button.button .wp-block-button__link:hover::after { left: 125%; }

/* Sezioni e immagini */
.large-copy > p { margin: 0; }
.service-card > * { position: relative; z-index: 1; }
.service-card .service-link { margin-top: 22px; }
.service-card .service-link a { display: inline-flex; gap: 18px; font-size: 13px; font-weight: 700; }
figure.image-panel {
  min-height: 640px;
  margin: 0;
  background: #383a32;
}
figure.image-panel img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  display: block;
  object-fit: cover;
}
.value-row .value-number {
  margin: 0;
  color: var(--yellow);
  font: 12px/1.7 monospace;
}
.professional-photo {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 26px;
  padding: 0;
}
.professional-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  filter: saturate(.58) contrast(1.05);
}
.portrait-placeholder.professional-photo { aspect-ratio: 1.35; }
.profile-portrait.professional-photo { min-height: 480px; }
.philosophy .philosophy-quote {
  margin: 40px 0 0;
  padding: 25px 0 0 30px;
  border-top: 1px solid rgba(255,255,255,.2);
  border-left: 4px solid var(--yellow);
  color: var(--yellow-soft);
  font-size: 23px;
  line-height: 1.5;
}
.profile-content h4 {
  margin: 34px 0 12px;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.profile-content ul { padding-left: 20px; color: var(--muted); line-height: 1.7; }

/* Percorso interattivo con immagini sostituibili */
.journey-images { position: absolute; inset: 0; }
figure.journey-image {
  position: absolute;
  inset: 0;
  margin: 0;
}
figure.journey-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.journey-step .journey-number { margin: 0; }
.journey-step .journey-label {
  margin: 0;
  color: var(--yellow);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.journey-step .journey-copy h3 {
  max-width: 510px;
  margin: 0;
  color: white;
  font-size: clamp(25px, 2.5vw, 39px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.03;
}
.journey-step .journey-copy > p:last-child {
  max-width: 480px;
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 15px;
  line-height: 1.7;
}
.journey-step .journey-arrow {
  margin: 0;
  color: var(--yellow);
  font-size: 18px;
}
.journey-heading h2 mark {
  display: inline-block;
  margin-top: 12px;
  padding: 0 .13em .08em;
  background: var(--yellow) !important;
  color: var(--ink) !important;
  transform: rotate(-1.2deg);
  box-shadow: 18px 18px 0 rgba(255,255,255,.07);
}

/* Pagine interne */
.anchor-nav .shell > p { margin: 0; }
.anchor-nav .anchor-link a { min-height: 78px; display: flex; align-items: center; gap: 13px; padding: 12px 18px; border-right: 1px solid rgba(255,255,255,.15); font-size: 12px; font-weight: 700; line-height: 1.35; }
.anchor-nav .anchor-link a:hover { background: var(--yellow); color: var(--ink); }
.anchor-nav .anchor-link span { color: var(--yellow); font: 11px monospace; }
.service-anchor-marker { position: absolute; top: -160px; left: 0; }
.service-title-col .service-number { display: block; margin-bottom: 28px; color: #a17800; font: 13px monospace; }
.service-detail-col ul { margin: 0; padding: 0; list-style: none; }
.service-detail-col li { position: relative; padding: 15px 12px 15px 34px; border-top: 1px solid var(--line); color: #4f4e48; }
.service-detail-col li::before { content: "↗"; position: absolute; left: 4px; color: #a17800; }
figure.service-photo {
  width: var(--shell);
  min-height: 530px;
  margin: 90px auto;
}
figure.service-photo img { width: 100%; height: 530px; object-fit: cover; }
.phase .phase-number { margin: 0; color: #a17800; font: 13px monospace; }
.method-quote .shell > p { margin: 0; font: 700 clamp(22px,3vw,42px) Arial,Helvetica,sans-serif; }
.contact-details > p { padding: 18px 0; margin: 0; border-top: 1px solid var(--line); line-height: 1.6; }
.contact-details strong { display: block; margin-bottom: 5px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.arkrea-map { min-height: 320px; margin-top: 30px; overflow: hidden; background: #dad8cf; }
.arkrea-map iframe { width: 100%; height: 320px; display: block; border: 0; filter: grayscale(.9) contrast(1.05); }
.arkrea-honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.contact-form button.button { border: 0; cursor: pointer; background: var(--yellow); }
.legal-page > .wp-block-group.content-notice { margin-bottom: 45px; }
.faq-list .wp-block-details { padding: 0; }
.faq-list summary span { margin-right: 28px; }

/* Portfolio dinamico */
.project-image {
  display: block;
  background-position: center;
  background-size: cover;
}
.project-meta h2 a:hover { color: #8a6800; }

/* Editor/admin bar */
body.admin-bar .site-header { top: 32px; }

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

@media (max-width: 1050px) {
  .mobile-menu nav .arkrea-mobile-links,
  .mobile-menu nav ul {
    display: contents;
  }
  .mobile-menu nav li { display: contents; }
  .mobile-menu nav .arkrea-mobile-links > a,
  .mobile-menu nav ul a {
    padding: 14px 4px;
    border-bottom: 1px solid var(--line);
    font-weight: 600;
  }
}

@media (max-width: 700px) {
  .hero h1 {
    font-size: clamp(46px, 14.3vw, 60px);
    word-break: keep-all;
    overflow-wrap: normal;
  }
  .hero h1 mark { white-space: nowrap; }
  .wp-block-cover.hero .wp-block-cover__image-background { object-position: 58% center; }
  .wp-block-buttons.button-row { display: grid; grid-template-columns: 1fr; width: 100%; }
  .wp-block-button.button,
  .wp-block-button.button .wp-block-button__link { width: 100%; }
  figure.image-panel,
  figure.image-panel img { min-height: 430px; }
  .profile-portrait.professional-photo { min-height: 370px; }
  .anchor-nav .shell { display: flex; }
  .anchor-nav .shell > p { min-width: 210px; }
  .mobile-menu nav .arkrea-mobile-links > a,
  .mobile-menu nav ul a {
    padding: 13px 0;
    border-bottom-color: rgba(255,255,255,.15);
    color: white;
    font-size: clamp(27px,8.5vw,40px);
    font-weight: 800;
  }
  .mobile-menu nav .button { margin-top: 18px; }
}

/* Mobile experience premium */
.mobile-swipe-hint { display: none; }

@media (max-width: 700px) {
  :root { --shell: calc(100% - 34px); }

  body { overflow-x: hidden; }
  h2 {
    font-size: clamp(38px, 11.5vw, 52px);
    line-height: .98;
    letter-spacing: -.055em;
  }
  .section { padding: 88px 0; }
  .eyebrow { margin-bottom: 17px; font-size: 10px; letter-spacing: .17em; }

  .site-header {
    background: rgba(244,242,235,.86);
    backdrop-filter: blur(20px) saturate(1.35);
  }
  .header-inner { height: 68px; }
  .brand { font-size: 23px; }
  .brand i { width: 7px; height: 7px; }
  .mobile-menu summary {
    position: relative;
    z-index: 72;
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    border: 1px solid rgba(20,20,18,.16);
    border-radius: 50%;
    background: rgba(255,255,255,.48);
  }
  .mobile-menu summary span {
    width: 19px;
    margin: 3px 0;
    transition: transform .3s ease, background .3s ease;
  }
  .mobile-menu[open] summary { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.08); }
  .mobile-menu[open] summary span { background: white; }
  .mobile-menu[open] summary span:first-child { transform: translateY(4px) rotate(45deg); }
  .mobile-menu[open] summary span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu[open] nav {
    position: fixed;
    z-index: 70;
    inset: 0;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    padding: 82px 28px 34px;
    border: 0;
    background:
      linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
      #11120f;
    background-size: 64px 64px;
    color: white;
  }
  .mobile-menu nav > a:not(.button) {
    position: relative;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
    font-size: clamp(27px, 8.5vw, 40px);
    font-weight: 800;
    letter-spacing: -.04em;
  }
  .mobile-menu nav > a:not(.button)::after {
    content: "↗";
    position: absolute;
    right: 2px;
    color: var(--yellow);
    font-size: 18px;
  }
  .mobile-menu .button {
    width: 100%;
    min-height: 58px;
    margin-top: 24px;
  }

  .hero {
    min-height: max(730px, calc(100svh - 68px));
    border-bottom: 0;
  }
  .hero::before {
    inset: -2%;
    background:
      linear-gradient(180deg, rgba(12,13,11,.42) 0%, rgba(12,13,11,.26) 30%, rgba(12,13,11,.9) 86%),
      linear-gradient(105deg, rgba(16,17,14,.75), transparent 72%),
      url("../images/arkrea-hero.png") 62% center/cover no-repeat;
    transform: scale(1.04);
    animation: mobile-hero-breathe 11s ease-in-out infinite alternate;
  }
  .hero::after {
    opacity: .22;
    background-size: 54px 54px;
  }
  .hero-shade {
    background:
      radial-gradient(circle 160px at 86% 63%, rgba(242,194,48,.2), transparent 72%),
      linear-gradient(0deg, rgba(0,0,0,.28), transparent 55%);
  }
  .hero-focus {
    background: radial-gradient(circle 180px at 82% 54%, rgba(242,194,48,.14), transparent 72%);
  }
  .hero-focus::before,
  .hero-focus::after { display: none; }
  .hero-content {
    display: flex;
    min-height: max(730px, calc(100svh - 68px));
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 72px;
    padding-bottom: 92px;
  }
  .hero-content .eyebrow {
    align-self: flex-start;
    max-width: 300px;
    margin-bottom: 22px;
    padding: 9px 11px;
    border: 1px solid rgba(255,255,255,.19);
    background: rgba(13,14,12,.38);
    backdrop-filter: blur(9px);
    line-height: 1.35;
  }
  .hero h1 {
    max-width: none;
    margin-bottom: 23px;
    font-size: clamp(46px, 13.2vw, 58px);
    line-height: .9;
    letter-spacing: -.06em;
  }
  .hero-title-word {
    display: block;
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
    font-size: 1em;
  }
  .hero-title-rest {
    display: block;
    margin-top: .13em;
    font-size: .74em;
    line-height: 1;
    letter-spacing: -.045em;
  }
  .hero h1 em {
    display: block;
    width: max-content;
    margin-top: .07em;
    padding: .02em .1em .08em .02em;
    color: var(--yellow);
    font-size: 1.23em;
    line-height: .88;
    white-space: nowrap;
  }
  .hero-lead {
    max-width: 335px;
    margin-bottom: 27px;
    color: rgba(255,255,255,.78);
    font-size: 15px;
    line-height: 1.55;
  }
  .button-row { display: grid; grid-template-columns: 1fr 54px; gap: 9px; }
  .button-row .button {
    width: auto;
    min-height: 56px;
    padding: 0 18px;
  }
  .hero .button-primary { justify-content: flex-start; padding-right: 48px; }
  .hero .button-primary::before {
    content: "↗";
    position: absolute;
    right: 18px;
    font-size: 17px;
  }
  .hero .button-ghost {
    width: 54px;
    overflow: hidden;
    padding: 0;
    color: transparent;
    font-size: 0;
  }
  .hero .button-ghost::before {
    content: "→";
    color: white;
    font-size: 20px;
  }
  .hero-marker {
    right: 13px;
    bottom: 13px;
    font-size: 62px;
    line-height: .64;
  }
  .hero-axis {
    top: 24%;
    right: -9px;
    width: 58px;
    height: 58px;
    opacity: .85;
  }
  .hero-axis i:first-child { top: 28px; width: 58px; }
  .hero-axis i:last-child { left: 28px; height: 58px; }
  .discipline-ribbon { position: relative; box-shadow: 0 -18px 50px rgba(0,0,0,.2); }
  .discipline-track { min-height: 48px; gap: 19px; font-size: 9px; letter-spacing: .16em; }

  .intro {
    position: relative;
    overflow: hidden;
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .intro::before {
    content: "";
    position: absolute;
    top: -105px;
    right: -120px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(20,20,18,.18);
    border-radius: 50%;
    box-shadow: 0 0 0 38px rgba(255,255,255,.08), 0 0 0 76px rgba(20,20,18,.035);
  }
  .split-intro { position: relative; z-index: 1; gap: 30px; }
  .intro h2 { font-size: clamp(43px, 12.7vw, 58px); }
  .large-copy { font-size: 18px; line-height: 1.55; }

  .services-preview { padding-bottom: 98px; }
  .services-preview .section-head { margin-bottom: 18px; }
  .services-preview .section-head h2 { font-size: clamp(42px, 12vw, 54px); }
  .services-preview .section-head .text-link { display: none; }
  .mobile-swipe-hint {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    color: #7d5d00;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .mobile-swipe-hint span { font-size: 19px; animation: mobile-swipe 1.7s ease-in-out infinite; }
  .service-grid {
    width: calc(100vw - 17px);
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin-right: -17px;
    padding: 0 17px 22px 0;
    border: 0;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .service-grid::-webkit-scrollbar { display: none; }
  .service-card {
    flex: 0 0 min(82vw, 330px);
    min-height: 360px;
    padding: 27px 24px;
    border: 1px solid var(--line);
    background: white;
    scroll-snap-align: start;
    transform: none;
    box-shadow: 0 18px 40px rgba(20,20,18,.07);
  }
  .service-card:nth-child(even) { background: #ebe8df; }
  .service-card::before { height: 4px; transform: scaleX(1); background: var(--yellow); }
  .service-card::after {
    opacity: .42;
    background: radial-gradient(circle 170px at 100% 0%, rgba(242,194,48,.22), transparent 72%);
  }
  .service-card h3 {
    min-height: 0;
    margin-top: 68px;
    font-size: 29px;
  }
  .service-card p { font-size: 14px; }
  .service-card a { position: absolute; right: 24px; bottom: 26px; left: 24px; justify-content: space-between; }

  .method-teaser { padding-top: 0; }
  .method-teaser .media-split { width: 100%; }
  .image-panel {
    min-height: 72vw;
    box-shadow: none;
  }
  .image-process { background-position: center 42%; }
  .content-panel {
    width: var(--shell);
    margin-inline: auto;
    padding: 64px 0 0;
  }
  .content-panel h2 { font-size: clamp(41px, 12vw, 54px); }
  .value-row { grid-template-columns: 42px 1fr; padding: 22px 0; }

  .journey-section { padding-top: 90px; padding-bottom: 92px; }
  .journey-heading { margin-bottom: 45px; }
  .journey-heading h2 {
    font-size: clamp(43px, 12.6vw, 58px);
    line-height: .96;
  }
  .journey-heading h2 br { display: none; }
  .journey-heading h2 span {
    margin-top: 10px;
    box-shadow: 9px 9px 0 rgba(255,255,255,.07);
  }
  .journey-layout { display: block; }
  .journey-visual {
    position: sticky;
    z-index: 4;
    top: 78px;
    height: min(52vh, 390px);
    min-height: 330px;
    margin-bottom: 26px;
    box-shadow: -9px 9px 0 var(--yellow), 0 22px 55px rgba(0,0,0,.38);
  }
  .journey-blueprint { inset: 13px; }
  .measure-side { right: -47px; }
  .journey-count { right: 24px; bottom: 22px; }
  .journey-count strong { font-size: 74px; }
  .journey-step {
    min-height: 245px;
    grid-template-columns: 32px 1fr 18px;
    gap: 10px;
    padding: 35px 5px;
    opacity: .46;
  }
  .journey-step:hover,
  .journey-step:focus-visible,
  .journey-step.active {
    padding-left: 10px;
    opacity: 1;
  }
  .journey-copy strong { font-size: 29px; line-height: 1.02; }
  .journey-copy > span { font-size: 14px; line-height: 1.6; }
  .journey-orbit-one { right: -470px; }

  .team .section-head { margin-bottom: 42px; }
  .team-grid { gap: 42px; }
  .portrait-placeholder {
    aspect-ratio: 1.15;
    margin-bottom: 22px;
    box-shadow: 10px 10px 0 rgba(242,194,48,.7);
  }
  .person-card h3 { font-size: 30px; }

  .faq-section { background: #dedbd1; }
  .faq-grid { gap: 34px; }
  .faq-heading h2 { font-size: clamp(41px, 11.8vw, 52px); }
  .faq-heading > p:last-child { font-size: 15px; }
  .faq-list { border-top: 0; }
  .faq-list details {
    margin-bottom: 8px;
    padding: 0 15px;
    border: 1px solid rgba(20,20,18,.1);
    border-radius: 2px;
    background: rgba(255,255,255,.55);
    box-shadow: 0 10px 25px rgba(20,20,18,.035);
  }
  .faq-list summary {
    grid-template-columns: 32px 1fr 22px;
    padding: 21px 0;
    font-size: 15px;
    line-height: 1.3;
  }
  .faq-list summary:hover { padding-left: 0; }
  .faq-list details > p {
    margin: 0 0 22px 44px;
    font-size: 14px;
    line-height: 1.6;
  }

  .cta-inner { padding: 92px 0 96px; }
  .cta h2 { font-size: clamp(43px, 12.5vw, 57px); }
  .cta p:not(.eyebrow) { font-size: 16px; }
  .cta .button { width: 100%; min-height: 58px; }
  .cta::before {
    right: -120px;
    width: 245px;
    height: 245px;
  }
  .cta::after { right: -70px; bottom: -75px; font-size: 280px; }

  .footer { padding-top: 68px; }
  .footer-grid { gap: 28px; }
  .footer-bottom { margin-top: 48px; }

  .whatsapp-button {
    right: 12px;
    bottom: 12px;
    width: 54px;
    min-height: 54px;
    justify-content: center;
    padding: 0;
    border: 2px solid rgba(255,255,255,.72);
    box-shadow: 0 14px 35px rgba(0,0,0,.3);
  }
  .whatsapp-icon { width: 38px; height: 38px; border: 0; font-size: 11px; }
}

@media (max-width: 365px) {
  .hero h1 { font-size: 44px; }
  .hero-lead { font-size: 14px; }
  .hero-content { padding-bottom: 84px; }
  .service-card { flex-basis: 86vw; }
  .journey-visual { min-height: 300px; }
}

@keyframes mobile-hero-breathe {
  from { transform: scale(1.04); }
  to { transform: scale(1.095); }
}
@keyframes mobile-swipe {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(8px); }
}

/* Compatibilità WordPress + Elementor Free */
.elementor-widget-arkrea_page,
.elementor-widget-arkrea_page > .elementor-widget-container,
.elementor-widget-arkrea_page main { margin: 0; padding: 0; }
.elementor-widget-arkrea_page > .elementor-widget-container { overflow: visible; }
.elementor-widget-arkrea_page p { margin-top: 0; }
.elementor-section-wrap > .elementor-section,
.elementor-page .elementor-section.elementor-section-full_width { width: 100%; }
.arkrea-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
body.admin-bar .site-header { top: 32px; }
body.admin-bar .anchor-nav { top: 114px; }
@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
  body.admin-bar .anchor-nav { top: 116px; }
}

/* Override finali del tema nativo: preservano il layout premium senza dipendenze Elementor. */
@media (max-width: 700px) {
  .wp-block-cover.hero::before {
    inset: 0;
    background:
      radial-gradient(circle 160px at 86% 63%, rgba(242,194,48,.16), transparent 72%),
      linear-gradient(105deg, rgba(16,17,14,.91), rgba(16,17,14,.3) 78%);
    transform: none;
    animation: none;
  }
  .wp-block-cover.hero .wp-block-cover__image-background {
    object-position: 62% center;
    animation: mobile-hero-breathe 11s ease-in-out infinite alternate;
  }
  .hero .wp-block-buttons.button-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
  }
  .hero .wp-block-button.button,
  .hero .wp-block-button.button-primary,
  .hero .wp-block-button.button-ghost {
    width: 100% !important;
    min-height: 0;
    overflow: visible;
    padding: 0 !important;
    color: inherit;
    font-size: inherit;
  }
  .hero .wp-block-button.button-primary::before,
  .hero .wp-block-button.button-ghost::before {
    display: none;
  }
  .hero .wp-block-button .wp-block-button__link {
    width: 100% !important;
    min-height: 56px;
  }
}
