:root {
  --blue: #91abb2;
  --blue-soft: #dfe8e9;
  --blue-deep: #536a70;
  --paper: #fcfbf8;
  --ivory: #f4f0e8;
  --ink: #2e302d;
  --muted: #6b6d68;
  --warm: #a98e79;
  --line: rgba(46, 48, 45, .18);
  --serif: "Newsreader", "Iowan Old Style", Baskerville, Georgia, serif;
  --sans: "Newsreader", "Iowan Old Style", Baskerville, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; font-weight: 300; line-height: 1.7; }
main { display: flex; flex-direction: column; }
main > .hero { order: 1; }
main > .editorial-index { order: 2; }
main > #experience { order: 3; }
main > #services { order: 4; }
main > #italy { order: 5; }
main > #miriam { order: 6; }
main > #stories { order: 7; }
main > #elopements { order: 8; }
main > #contacts { order: 9; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.02; letter-spacing: -.012em; }
h2 { margin-bottom: 0; font-size: clamp(2.15rem, 3.2vw, 3.8rem); }

.site-header {
  position: fixed; z-index: 50; inset: 0 0 auto; height: 82px; padding: 0 4vw;
  display: flex; align-items: center; gap: 2rem; color: #fff;
  background: rgba(145, 171, 178, .82); backdrop-filter: blur(9px);
  border-bottom: 1px solid rgba(255,255,255,.35); transition: background .25s ease;
}
.site-header.is-scrolled { background: rgba(145, 171, 178, .96); }
.brand { width: 62px; margin-right: auto; }
.brand img { width: 46px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1rem, 1.7vw, 2rem); }
.desktop-nav a { font-size: .72rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.desktop-nav a:hover { opacity: .7; }
.language-switcher { display: flex; gap: .45rem; padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.45); }
.language { padding: .2rem; border: 0; color: rgba(255,255,255,.58); background: none; font-size: .7rem; cursor: pointer; }
.language.is-active { color: #fff; text-decoration: underline; text-underline-offset: .35rem; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: none; cursor: pointer; }
.menu-toggle span { display: block; width: 27px; height: 1px; margin: 7px auto; background: #fff; }
.mobile-menu { position: fixed; z-index: 45; inset: 82px 0 auto; padding: 2.2rem 5vw; color: #fff; background: var(--blue); }
.mobile-menu nav { display: grid; gap: .8rem; font-family: var(--serif); font-size: 1.75rem; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: var(--blue); }
.hero-image { position: absolute; inset: 0; margin: 0; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(78,101,107,.46), rgba(92,117,123,.18) 58%, rgba(92,117,123,.08)), linear-gradient(0deg, rgba(49,63,67,.34), transparent 48%); }
.hero-copy { position: relative; z-index: 2; width: min(100%, 1050px); padding: 10rem 7vw 7rem; }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(2.25rem, 3.45vw, 4.1rem); font-weight: 300; line-height: 1; letter-spacing: -.006em; text-shadow: 0 2px 24px rgba(0,0,0,.11); white-space: pre-line; }
.hero-copy > p { max-width: 43rem; margin: 1.6rem 0 0; font-size: clamp(1rem, 1.15vw, 1.12rem); line-height: 1.65; white-space: pre-line; }
.hero-links { display: flex; gap: 2.2rem; flex-wrap: wrap; margin-top: 2.6rem; }
.hero-links a, .arrow-link { display: inline-flex; align-items: center; gap: .75rem; font-size: .74rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.hero-links a::after, .arrow-link::after { content: "→"; font-size: 1.05rem; transition: transform .2s ease; }
.hero-links a:hover::after, .arrow-link:hover::after { transform: translateX(.35rem); }
.scroll-note { position: absolute; z-index: 2; right: 3vw; bottom: 2rem; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; }

.section, .editorial-index, .manifesto { padding: clamp(5rem, 8vw, 8rem) clamp(1.4rem, 7vw, 8rem); }
.section-label, .kicker { margin: 0 0 1.5rem; color: var(--blue-deep); font-size: .7rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.editorial-index { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(4rem, 9vw, 11rem); background: var(--ivory); }
.index-intro { align-self: start; }
.index-intro h2 { max-width: 10em; font-size: clamp(2.2rem, 3vw, 3.5rem); }
.index-copy { max-width: 32rem; margin: 1.5rem 0 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.index-list { border-top: 1px solid var(--line); }
.index-list a { display: grid; grid-template-columns: 45px .75fr 1.25fr auto; gap: 1rem; align-items: baseline; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.index-number { color: var(--blue-deep); font-size: .7rem; letter-spacing: .1em; }
.index-list strong { font-family: var(--serif); font-size: clamp(1.5rem, 2.2vw, 2.4rem); font-weight: 500; letter-spacing: 0; }
.index-list em { color: var(--muted); font-size: 1.05rem; font-style: normal; line-height: 1.45; }
.index-list i { color: var(--blue-deep); font-style: normal; transition: transform .2s ease; }
.index-list a:hover i { transform: translate(4px, 4px); }

.manifesto { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(1rem, 2.2vw, 2.5rem); align-items: start; background: var(--paper); }
.manifesto > .section-label { grid-column: 1 / 4; margin-top: .65rem; }
.manifesto h2 { grid-column: 3 / 10; max-width: 12ch; font-size: clamp(3rem, 5vw, 5rem); line-height: .98; }
.manifesto-second { grid-column: 3 / 9; margin: .6rem 0 0; color: var(--blue); font-family: var(--serif); font-size: clamp(1.7rem, 2.45vw, 2.85rem); font-style: italic; line-height: 1.1; }
.manifesto-image { grid-column: 10 / 13; grid-row: 1 / 5; margin: clamp(2rem, 5vw, 5rem) 0 0; aspect-ratio: 3 / 4; overflow: hidden; box-shadow: 1.25rem 1.25rem 0 rgba(169, 142, 121, .16); }
.manifesto-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.manifesto-bottom { grid-column: 4 / 10; margin-top: clamp(2rem, 4vw, 4rem); padding-top: 2rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 5rem); border-top: 1px solid var(--line); }
.manifesto-bottom p { margin: 0; }
.manifesto-pillars { color: var(--blue-deep); font-family: var(--serif); font-size: clamp(1.45rem, 1.9vw, 2.1rem); line-height: 1.35; }
.manifesto-bottom p:last-child { max-width: 39rem; font-size: 1.05rem; }

.stories { background: var(--blue-soft); }
.section-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 8vw, 9rem); align-items: end; }
.section-head > p { max-width: 39rem; margin: 0 0 .6rem; font-size: 1.06rem; }
.story-grid { margin-top: clamp(4rem, 7vw, 7rem); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 3.2vw, 4rem) clamp(1.2rem, 2.2vw, 2.5rem); align-items: start; }
.story { min-width: 0; }
.story-link { display: block; color: inherit; }
.story figure { margin: 0; overflow: hidden; aspect-ratio: 4 / 3; background: #d8dedf; }
.story img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .7s ease; }
.story:hover img { transform: scale(1.015); }
.story-portrait, .story-offset, .story-offset-small, .story-third, .story-fourth { margin-top: 0; padding: 0; }
.story-portrait img { object-position: center 45%; }
.story-fourth img { object-position: center 58%; }
.story-davide-viviana img { filter: saturate(.88) contrast(.96) brightness(1.04); }
.story-featured { grid-column: 1 / -1; }
.story-featured figure { aspect-ratio: 16 / 7; }
.story-valentina-andrea img { object-position: center 55%; }
.story-martina-victor img { object-position: center 44%; }
.story-caption { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0 0; border-top: 1px solid rgba(46,48,45,.24); }
.story-caption h3 { margin: 0; font-size: clamp(1.4rem, 1.8vw, 2rem); }
.story-caption span { font-size: .68rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.stories > .arrow-link { margin-top: 4rem; }

.elopements { display: grid; grid-template-columns: 58% 42%; color: #fff; background: var(--blue); }
.elopements figure { min-height: 760px; margin: 0; overflow: hidden; }
.elopements img { width: 100%; height: 100%; object-fit: cover; }
.elopement-copy { padding: clamp(5rem, 8vw, 9rem) clamp(2rem, 6vw, 7rem); align-self: center; }
.elopement-copy .section-label { color: #fff; }
.elopement-copy h2 { font-size: clamp(2.4rem, 3.45vw, 4rem); white-space: pre-line; }
.elopement-lead { margin: 2.2rem 0 1.5rem; font-family: var(--serif); font-size: clamp(1.45rem, 2.1vw, 2.25rem); line-height: 1.35; }
.elopement-copy > p:not(.section-label):not(.elopement-lead) { max-width: 36rem; }
.arrow-link.light { margin-top: 2rem; color: #fff; }

.experience { background: var(--paper); }
.service-list { margin-top: clamp(4rem, 8vw, 8rem); border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 70px .7fr 1fr; gap: 2rem; padding: 2.2rem 0; align-items: baseline; border-bottom: 1px solid var(--line); }
.service-list span { color: var(--blue-deep); font-size: .7rem; letter-spacing: .12em; }
.service-list h3 { margin: 0; font-size: clamp(1.55rem, 2.1vw, 2.35rem); }
.service-list p { max-width: 41rem; margin: 0; color: var(--muted); }

.italy { color: var(--ink); background: var(--ivory); }
.italy-intro { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.italy-photo { min-width: 0; margin: 0; }
.italy-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 58%; }
.italy-photo figcaption { margin-top: .6rem; color: var(--muted); font-size: .875rem; }
.italy h2 { color: var(--blue-deep); }
.italy-places { max-width: 24ch; margin: 2rem 0 0; font-family: var(--serif); font-size: clamp(2rem, 3.15vw, 3.65rem); line-height: 1.1; letter-spacing: -.005em; }
.italy-literary-quote { max-width: 34rem; margin: clamp(1.2rem, 2.2vw, 2rem) 0 0; padding: 0; text-align: left; }
.italy-literary-quote p { margin: 0; color: var(--blue-deep); font-family: var(--serif); font-size: clamp(1.5rem, 2.1vw, 2.2rem); font-weight: 300; line-height: 1.24; font-style: italic; }
.italy-literary-quote cite { display: block; margin-top: .8rem; color: var(--muted); font-size: .72rem; font-style: normal; letter-spacing: .06em; line-height: 1.5; }
.italy-bottom { margin-top: clamp(5rem, 10vw, 10rem); padding-top: 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 11rem); border-top: 1px solid var(--line); }
.italy-bottom p { margin: 0; }
.italy-bottom p:first-child { color: var(--blue-deep); font-family: var(--serif); font-size: clamp(1.45rem, 1.9vw, 2.1rem); line-height: 1.35; }
.italy-bottom p:last-child { max-width: 38rem; }

.miriam { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 10rem); align-items: center; background: var(--blue-soft); }
.miriam-portrait { display: flex; justify-content: center; }
.miriam-portrait img { width: min(100%, 340px); }
.miriam-copy h2 { color: var(--blue-deep); }
.miriam-belief { max-width: 52rem; margin: 2rem 0 1.6rem; font-family: var(--serif); font-size: clamp(1.35rem, 1.8vw, 2rem); line-height: 1.45; }
.miriam-copy > p:not(.section-label):not(.miriam-belief) { max-width: 48rem; margin-bottom: 1rem; line-height: 1.65; }
.signature { display: block; margin-top: 1.4rem; color: var(--blue-deep); font-family: var(--serif); font-size: 1.3rem; font-style: italic; }

.contacts { padding: clamp(7rem, 13vw, 13rem) 1.4rem; text-align: center; color: #fff; background: var(--blue); }
.contacts .section-label { color: #fff; }
.contacts h2 { margin: 0 auto; max-width: 13ch; }
.contacts > p:not(.section-label) { max-width: 41rem; margin: 2rem auto 0; font-size: 1.12rem; }
.contact-links { display: flex; justify-content: center; align-items: center; gap: 2rem; flex-wrap: wrap; margin-top: 2.8rem; }
.button { display: inline-flex; min-height: 52px; padding: .8rem 1.6rem; align-items: center; justify-content: center; color: var(--blue-deep); background: #fff; border: 1px solid #fff; font-size: .73rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; transition: color .2s ease, background .2s ease; }
.button:hover { color: #fff; background: transparent; }

footer { padding: 3rem 4vw; display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; color: #fff; background: var(--blue-deep); }
footer > img { width: 54px; }
footer p { margin: 0; font-size: .7rem; letter-spacing: .04em; }
footer .footer-legal { font-size: .8rem; line-height: 1.6; overflow-wrap: anywhere; }
footer .footer-legal span { display: block; }
footer .footer-policies a { text-decoration: underline; text-underline-offset: .15em; }
footer div { display: flex; gap: 1.4rem; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .editorial-index { grid-template-columns: 1fr; }
  .index-intro { position: static; }
  .index-intro h2 { max-width: 13em; }
  .elopements { grid-template-columns: 1fr; }
  .elopements figure { min-height: 66svh; }
}

@media (max-width: 720px) {
  .site-header { height: 72px; padding: 0 1rem; }
  .brand { width: 50px; }
  .brand img { width: 40px; }
  .language-switcher { margin-left: auto; padding-left: .65rem; }
  .mobile-menu { inset: 72px 0 auto; }
  .hero-copy { padding: 9rem 1.4rem 5rem; }
  .hero h1 { font-size: clamp(2rem, 8.2vw, 3rem); }
  .hero-image img { object-position: 64% center; }
  .hero-image::after { background: linear-gradient(0deg, rgba(67,88,93,.64), rgba(103,131,138,.12) 75%); }
  .scroll-note { display: none; }
  .section, .editorial-index, .manifesto { padding: 5.6rem 1.4rem; }
  .manifesto { display: block; }
  .manifesto > .section-label { margin-top: 0; }
  .manifesto h2 { font-size: clamp(2.6rem, 11vw, 3.6rem); line-height: 1; }
  .manifesto-second { margin-top: 1rem; }
  .manifesto-image { width: 68%; margin: 2.8rem 0 0 auto; aspect-ratio: 4 / 5; }
  .manifesto-bottom { margin-top: 3.5rem; }
  h2 { font-size: clamp(2.25rem, 9vw, 3.35rem); }
  .index-list a { grid-template-columns: 36px 1fr auto; }
  .index-list em { grid-column: 2 / 4; }
  .manifesto-bottom, .section-head, .italy-bottom { grid-template-columns: 1fr; gap: 2rem; }
  .story-grid { grid-template-columns: 1fr; gap: 2.6rem; }
  .story { margin-top: 0; padding: 0; }
  .story figure { aspect-ratio: 4 / 3; }
  .story-featured { grid-column: auto; }
  .elopements figure { min-height: 56svh; }
  .elopement-copy { padding: 5rem 1.4rem; }
  .service-list article { grid-template-columns: 42px 1fr; gap: 1rem; }
  .service-list p { grid-column: 2; }
  .miriam { grid-template-columns: 1fr; text-align: center; }
  .miriam-copy > p { margin-left: auto; margin-right: auto; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  footer div { flex-wrap: wrap; justify-content: center; }
}

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

/* 2026 editorial redesign — soft, framed and image-led */
:root {
  --blue: #9baeb2;
  --blue-soft: #e8eeed;
  --blue-deep: #566a6e;
  --paper: #fbfaf7;
  --ivory: #f4f1ea;
  --ink: #292d2c;
  --muted: #6d716f;
  --warm: #b9a694;
  --line: rgba(41,45,44,.2);
}

body { background: var(--paper); }

.site-header {
  height: 88px;
  padding-inline: clamp(1.25rem, 3.2vw, 4rem);
  background: linear-gradient(180deg, rgba(29,37,37,.36), transparent);
  border-bottom: 1px solid rgba(255,255,255,.42);
  backdrop-filter: none;
}
.site-header::after {
  content: "";
  position: absolute;
  inset: 0 clamp(1.25rem, 3.2vw, 4rem) auto;
  height: 1px;
  background: rgba(255,255,255,.18);
}
.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(244,241,234,.93);
  border-color: var(--line);
  backdrop-filter: blur(12px);
}
.site-header.is-scrolled .brand img { filter: invert(18%) sepia(4%) saturate(635%) hue-rotate(108deg) brightness(92%); }
.site-header.is-scrolled .language-switcher { border-color: var(--line); }
.site-header.is-scrolled .language { color: rgba(41,45,44,.48); }
.site-header.is-scrolled .language.is-active { color: var(--ink); }
.site-header.is-scrolled .menu-toggle span { background: var(--ink); }
.brand img { width: 50px; }
.desktop-nav { gap: clamp(1.15rem, 1.8vw, 2.2rem); }
.desktop-nav a, .language { font-family: Georgia, serif; letter-spacing: .16em; }

.hero { min-height: 100svh; background: var(--blue-deep); }
.hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 88px clamp(1.25rem, 3.2vw, 4rem) clamp(1.25rem, 3.2vw, 3rem);
  border: 1px solid rgba(255,255,255,.44);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 88px;
  bottom: clamp(1.25rem, 3.2vw, 3rem);
  left: 62%;
  width: 1px;
  background: rgba(255,255,255,.25);
  pointer-events: none;
}
.hero-image::after {
  background: linear-gradient(90deg, rgba(37,47,48,.54), rgba(61,76,78,.15) 61%, rgba(61,76,78,.05)), linear-gradient(0deg, rgba(36,44,44,.46), transparent 52%);
}
.hero-copy {
  width: 62%;
  padding: 11rem clamp(2.7rem, 7vw, 8rem) clamp(5.2rem, 8vw, 7.8rem);
}
.hero-eyebrow {
  margin: 0 0 1.6rem !important;
  font-size: .68rem !important;
  line-height: 1 !important;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.hero h1 { max-width: 760px; font-size: clamp(2.5rem, 4vw, 4.65rem); line-height: .94; }
.hero-copy > p:not(.hero-eyebrow) { max-width: 38rem; }
.hero-links { padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.34); }
.hero-seal {
  position: absolute;
  z-index: 3;
  top: 17%;
  right: clamp(4rem, 8vw, 10rem);
  width: clamp(90px, 8vw, 126px);
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  transform: rotate(7deg);
}
.hero-seal span { font-family: var(--serif); font-size: 1.25rem; line-height: 1; }
.hero-seal small { margin-top: .55rem; font-size: .58rem; letter-spacing: .2em; }
.scroll-note {
  right: clamp(1.4rem, 3.5vw, 4.3rem);
  bottom: clamp(1.7rem, 3.7vw, 3.5rem);
  writing-mode: horizontal-tb;
  transform: translateX(50%);
}

.section, .editorial-index, .manifesto { padding-inline: clamp(1.4rem, 6.2vw, 7.5rem); }
.editorial-index {
  position: relative;
  grid-template-columns: .78fr 1.22fr;
  border-bottom: 1px solid var(--line);
  background: var(--ivory);
}
.editorial-index::before { content: ""; position: absolute; inset: 0 auto 0 38%; width: 1px; background: var(--line); }
.kicker, .section-label { letter-spacing: .22em; }
.index-intro h2 { font-style: italic; font-weight: 300; }
.index-list a { padding: 1.45rem 0; transition: padding .25s ease, color .25s ease; }
.index-list a:hover { padding-left: .6rem; color: var(--blue-deep); }
.index-list strong { font-weight: 400; }
.index-list i { width: 2rem; height: 2rem; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }

.manifesto { position: relative; border-bottom: 1px solid var(--line); }
.manifesto::before { content: ""; position: absolute; inset: 0 auto 0 23%; width: 1px; background: var(--line); }
.manifesto h2 { font-weight: 300; }
.manifesto-image { box-shadow: 1.2rem 1.2rem 0 var(--blue-soft); }
.manifesto-image::after { content: "W&M"; position: absolute; right: -.7rem; bottom: -.7rem; width: 4.2rem; aspect-ratio: 1; display: grid; place-items: center; color: var(--blue-deep); background: var(--ivory); border: 1px solid var(--line); border-radius: 50%; font-size: .66rem; letter-spacing: .12em; }
.manifesto-image { position: relative; overflow: visible; }
.manifesto-image img { overflow: hidden; }

.experience { background: var(--ivory); border-bottom: 1px solid var(--line); }
.service-list article { position: relative; grid-template-columns: 70px .72fr 1fr 44px; }
.service-list article::after { content: "↘"; width: 2.25rem; height: 2.25rem; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue-deep); }
.service-list h3 { font-weight: 400; }

.italy { position: relative; overflow: hidden; background: var(--paper); }
.italy::after { content: "ITALY"; position: absolute; right: -1.5rem; top: 4rem; color: rgba(86,106,110,.055); font-family: var(--serif); font-size: clamp(7rem, 17vw, 17rem); line-height: 1; pointer-events: none; }

.miriam { border-block: 1px solid var(--line); background: var(--blue-soft); }
.miriam-portrait { position: relative; }
.miriam-portrait::before { content: "WEDDING & MORE"; position: absolute; width: min(100%, 400px); aspect-ratio: 1; border: 1px solid rgba(86,106,110,.34); border-radius: 50%; }
.miriam-portrait img { position: relative; z-index: 1; width: min(78%, 320px); border-radius: 50%; }

.stories { background: var(--paper); }
.story-grid { padding-top: 1.5rem; border-top: 1px solid var(--line); }
.story figure { border: 1px solid rgba(41,45,44,.14); }
.story-caption { padding: 1rem .15rem 0; }
.story-caption h3 { font-style: italic; font-weight: 400; }

.elopements { color: var(--ink); background: var(--blue-soft); border-block: 1px solid var(--line); }
.elopements figure { margin: clamp(1.2rem, 2.3vw, 2.8rem); min-height: 700px; border: 1px solid rgba(41,45,44,.16); }
.elopement-copy { position: relative; }
.elopement-copy::before { content: "05"; position: absolute; right: clamp(2rem, 5vw, 6rem); top: clamp(3rem, 6vw, 6rem); width: 4rem; aspect-ratio: 1; display: grid; place-items: center; color: var(--blue-deep); border: 1px solid rgba(86,106,110,.38); border-radius: 50%; font-size: .7rem; letter-spacing: .12em; }
.elopement-copy .section-label, .arrow-link.light { color: var(--blue-deep); }
.elopement-copy h2 { font-weight: 300; }
.elopement-lead { color: var(--blue-deep); font-style: italic; }

.contacts { position: relative; color: var(--ink); background: var(--ivory); border-top: 1px solid var(--line); }
.contacts::before { content: ""; position: absolute; inset: 2rem; border: 1px solid var(--line); pointer-events: none; }
.contacts .section-label { color: var(--blue-deep); }
.contacts h2 { color: var(--blue-deep); font-style: italic; font-weight: 300; }
.button { color: #fff; background: var(--blue-deep); border-color: var(--blue-deep); }
.button:hover { color: var(--blue-deep); background: transparent; }
.contacts .arrow-link.light { color: var(--ink); }
footer { color: var(--paper); background: var(--blue-deep); border-top: 1px solid rgba(255,255,255,.25); }

.story-site-header { background: rgba(244,241,234,.94); color: var(--ink); }
.story-site-header .brand img { filter: invert(18%) sepia(4%) saturate(635%) hue-rotate(108deg) brightness(92%); }
.story-detail-hero { margin-top: 88px; }
.story-detail-hero::before { content: ""; position: absolute; z-index: 2; inset: 1.5rem; border: 1px solid rgba(255,255,255,.5); pointer-events: none; }
.story-detail-hero-copy h1 { font-size: clamp(3rem, 6vw, 6.7rem); font-style: italic; }
.story-detail-intro { border-bottom: 1px solid var(--line); }

@media (max-width: 1050px) {
  .hero-copy { width: 74%; }
  .hero::after { left: 74%; }
  .editorial-index::before { display: none; }
  .service-list article { grid-template-columns: 58px .75fr 1fr 42px; }
}

@media (max-width: 720px) {
  .site-header { height: 72px; }
  .hero::before { inset: 72px .8rem .8rem; }
  .hero::after { display: none; }
  .hero-copy { width: 100%; padding: 8.5rem 1.65rem 4.5rem; }
  .hero-eyebrow { margin-bottom: 1.15rem !important; }
  .hero h1 { max-width: 10ch; font-size: clamp(2.15rem, 9.2vw, 3.25rem); line-height: .96; }
  .hero-copy > p:not(.hero-eyebrow) { max-width: 30rem; font-size: 1rem; line-height: 1.55; }
  .hero-links { gap: 1rem 1.7rem; margin-top: 1.8rem; padding-top: 1.1rem; }
  .hero-seal { top: 17%; right: 1.7rem; width: 76px; opacity: .88; }
  .editorial-index { gap: 3.5rem; }
  .manifesto::before { display: none; }
  .index-list i { width: 1.75rem; height: 1.75rem; }
  .service-list article { grid-template-columns: 38px 1fr 36px; }
  .service-list article p { grid-column: 2 / 4; }
  .elopements figure { min-height: 54svh; margin: .8rem; }
  .elopement-copy::before { top: 2.5rem; right: 1.4rem; width: 3rem; }
  .elopement-copy h2 { max-width: 10ch; }
  .miriam-portrait::before { width: min(88vw, 360px); }
  .contacts { padding-inline: 2.2rem; }
  .contacts::before { inset: .8rem; }
  .story-detail-hero { margin-top: 72px; }
  .story-detail-hero::before { inset: .8rem; }
}

/* Wedding story detail */
.story-detail-page { background: var(--paper); }
.story-site-header { background: rgba(145, 171, 178, .94); }
.story-back { font-size: .72rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.story-detail-hero { position: relative; min-height: min(88svh, 900px); margin-top: 82px; overflow: hidden; color: #fff; background: var(--blue-deep); }
.story-detail-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(37, 43, 40, .5), transparent 56%); }
.story-detail-hero > img { width: 100%; height: min(88svh, 900px); object-fit: cover; object-position: center 48%; }
.story-detail-hero-copy { position: absolute; z-index: 1; left: clamp(1.4rem, 7vw, 8rem); right: 1.4rem; bottom: clamp(2.5rem, 6vw, 6rem); }
.story-detail-hero-copy p { margin: 1rem 0 0; font-size: .76rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.story-detail-hero-copy h1 { max-width: 11ch; margin: 0; font-size: clamp(3.3rem, 7.5vw, 8rem); font-weight: 300; line-height: .92; }
.story-detail-intro { padding: clamp(5rem, 9vw, 9rem) clamp(1.4rem, 7vw, 8rem); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 11rem); background: var(--ivory); }
.story-detail-heading h2 { max-width: 9ch; color: var(--blue-deep); font-size: clamp(2.4rem, 4.2vw, 5rem); }
.story-detail-text { max-width: 45rem; }
.story-detail-text p { margin: 0 0 1.25rem; font-size: 1.08rem; line-height: 1.8; }
.story-detail-text p:first-child { color: var(--blue-deep); font-family: var(--serif); font-size: clamp(1.55rem, 2.1vw, 2.2rem); line-height: 1.45; }
.story-detail-text .story-credit { margin: 3rem 0 0; padding-top: 1.4rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.story-detail-gallery { max-width: 1680px; margin-inline: auto; padding: clamp(4rem, 6vw, 6.5rem) clamp(1.2rem, 3vw, 3.4rem); display: grid; gap: clamp(.9rem, 1.5vw, 1.5rem); background: var(--paper); }
.story-detail-gallery figure { margin: 0; }
.story-detail-gallery img { width: 100%; height: auto; }
.story-gallery-row { display: grid; gap: clamp(.9rem, 1.5vw, 1.5rem); align-items: stretch; }
.story-gallery-row:not(.story-gallery-row-single) figure { display: flex; min-height: 0; overflow: hidden; }
.story-gallery-row:not(.story-gallery-row-single) img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.gallery-layout-ppl { grid-template-columns: 1fr 1fr 2fr; }
.gallery-layout-lpp { grid-template-columns: 2fr 1fr 1fr; }
.gallery-layout-pll { grid-template-columns: .55fr 1fr 1fr; }
.gallery-layout-lpl { grid-template-columns: 1fr .5fr 1fr; }
.gallery-layout-ppp { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gallery-layout-ll { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gallery-layout-pw { grid-template-columns: .445fr 1fr; }
.story-gallery-row-single { grid-template-columns: 1fr; padding-block: clamp(.25rem, 1vw, 1rem); }
.gallery-layout-single-landscape figure { width: min(64%, 980px); margin-inline: auto; }
.gallery-layout-single-portrait figure { width: min(42%, 640px); margin-inline: auto; }
.story-rebecca-elliott-page .story-detail-hero { background: var(--blue-deep); }
.story-rebecca-elliott-page .story-detail-hero > img { object-fit: cover; object-position: center 58%; }
.story-marco-alicia-page .story-detail-hero > img { object-position: center 48%; }
.story-davide-viviana-page .story-detail-hero > img { object-position: center 53%; }
.story-valentina-andrea-page .story-detail-hero > img { object-position: center 54%; }
.story-valentina-andrea-page .story-detail-heading h2 { max-width: 12ch; }
.story-martina-victor-page .story-detail-hero > img { object-fit: cover; object-position: center 27%; }
.story-martina-victor-page .story-detail-heading h2 { max-width: 11ch; }
.story-davide-viviana-page .story-detail-hero > img,
.story-davide-viviana-page .story-detail-gallery img { filter: saturate(.88) contrast(.96) brightness(1.04); }
.story-detail-closing { padding: clamp(6rem, 12vw, 12rem) 1.4rem; text-align: center; background: var(--blue-soft); }
.story-detail-closing p { margin: 0 auto 2rem; color: var(--blue-deep); font-family: var(--serif); font-size: clamp(2rem, 3.4vw, 3.8rem); line-height: 1.12; }

@media (max-width: 720px) {
  .story-site-header { height: 72px; }
  .story-back { font-size: .64rem; letter-spacing: .08em; }
  .story-detail-hero { min-height: 72svh; margin-top: 72px; }
  .story-detail-hero > img { height: 72svh; object-position: 55% center; }
  .story-detail-hero-copy { bottom: 2.2rem; }
  .story-detail-hero-copy h1 { max-width: 10ch; font-size: clamp(2.75rem, 13vw, 4.35rem); line-height: .94; }
  .story-detail-hero-copy p { margin-top: .7rem; font-size: .7rem; }
  .story-detail-intro { grid-template-columns: 1fr; gap: 2.5rem; padding: 5rem 1.4rem; }
  .story-detail-heading h2 { max-width: 11ch; }
  .story-detail-text p { font-size: 1.03rem; }
  .story-detail-gallery { padding: 2.8rem .8rem; gap: .8rem; }
  .story-gallery-row { gap: .8rem; align-items: stretch; }
  .gallery-layout-ppl { grid-template-columns: 1fr 1fr; }
  .gallery-layout-ppl figure:nth-child(3) { grid-column: 1 / -1; }
  .gallery-layout-lpp { grid-template-columns: 1fr 1fr; }
  .gallery-layout-lpp figure:first-child { grid-column: 1 / -1; }
  .gallery-layout-pll { grid-template-columns: 1fr 1fr; }
  .gallery-layout-pll figure:first-child { grid-column: 1 / -1; width: 68%; justify-self: center; }
  .gallery-layout-pll figure:nth-child(2), .gallery-layout-pll figure:nth-child(3) { grid-column: 1 / -1; }
  .gallery-layout-lpl { grid-template-columns: 1fr 1fr; }
  .gallery-layout-lpl figure:first-child, .gallery-layout-lpl figure:nth-child(3) { grid-column: 1 / -1; }
  .gallery-layout-lpl figure:nth-child(2) { grid-column: 1 / -1; width: 68%; justify-self: center; }
  .gallery-layout-ppp { grid-template-columns: 1fr 1fr; }
  .gallery-layout-ppp figure:nth-child(3) { grid-column: 1 / -1; width: 68%; justify-self: center; }
  .gallery-layout-ll { grid-template-columns: 1fr; }
  .gallery-layout-pw { grid-template-columns: 1fr; }
  .gallery-layout-pw figure:first-child { width: 68%; justify-self: center; }
  .gallery-layout-pw figure:last-child { width: 100%; }
  .gallery-layout-single-landscape figure { width: 100%; }
  .gallery-layout-single-portrait figure { width: 68%; }
  .story-rebecca-elliott-page .story-detail-hero > img { object-position: center 55%; }
  .story-marco-alicia-page .story-detail-hero > img { object-position: center 50%; }
  .story-davide-viviana-page .story-detail-hero > img { object-position: 58% center; }
  .story-valentina-andrea-page .story-detail-hero > img { object-position: center 54%; }
  .story-martina-victor-page .story-detail-hero > img { object-fit: cover; object-position: center 31%; }
  .italy-literary-quote p { font-size: clamp(1.45rem, 5vw, 2.05rem); }
  .italy-literary-quote cite { font-size: .68rem; }
}

/* Softer revision: editorial rhythm without decorative grids or frames */
.site-header { border-bottom: 0; }
.site-header::after,
.hero::before,
.hero::after,
.editorial-index::before,
.manifesto::before,
.manifesto-image::after,
.italy::after,
.miriam-portrait::before,
.elopement-copy::before,
.contacts::before,
.story-detail-hero::before { display: none; }

.editorial-index,
.manifesto,
.experience,
.miriam,
.elopements,
.contacts { border: 0; }

.index-list i,
.service-list article::after { border: 0; border-radius: 0; }
.story-grid { border-top: 0; padding-top: 0; }
.story figure,
.elopements figure { border: 0; }
.miriam-portrait img { border-radius: 0; }
.miriam-portrait img { width: min(100%, 390px); height: auto; }
.contacts { padding-inline: 1.4rem; }

@media (max-width: 720px) {
  .contacts { padding-inline: 1.4rem; }
}

/* Service stories: each short introduction opens into Miriam's approach. */
.service-item { border-bottom: 1px solid var(--line); }
.service-summary {
  display: grid;
  grid-template-columns: 70px minmax(12rem, .72fr) minmax(16rem, 1fr) 2.25rem;
  gap: 2rem;
  align-items: start;
  padding: 2.2rem 0;
  list-style: none;
  cursor: pointer;
}
.service-summary::-webkit-details-marker { display: none; }
.service-summary:focus-visible { outline: 2px solid var(--blue-deep); outline-offset: .4rem; }
.service-summary:hover h3 { color: var(--blue-deep); }
.service-summary h3 { margin: 0; font-weight: 400; }
.service-summary p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.service-number { color: var(--blue-deep); font-size: .7rem; letter-spacing: .12em; }
.service-list .service-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-deep);
  font-size: 1.3rem;
  line-height: 1;
  transition: transform .2s ease;
}
.service-item[open] .service-arrow { transform: rotate(-90deg); }
.service-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .8fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
  padding: 1rem 3.5rem 4rem 70px;
}
.service-panel-copy { max-width: 43rem; }
.service-panel-copy p { margin: 0 0 1.15rem; color: var(--ink); font-size: 1.05rem; line-height: 1.75; }
.service-panel-copy p:last-child { margin-bottom: 0; }
.service-panel figure { margin: 0; overflow: hidden; aspect-ratio: 4 / 5; }
.service-panel img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service-item:nth-child(2) .service-panel img { object-position: center 56%; }

@media (max-width: 1050px) {
  .service-summary { grid-template-columns: 48px minmax(10rem, .7fr) minmax(13rem, 1fr) 2rem; gap: 1.2rem; }
  .service-panel { padding-left: 48px; padding-right: 0; }
}

@media (max-width: 720px) {
  .service-summary { grid-template-columns: 2.3rem minmax(0, 1fr) 2rem; gap: .45rem 1rem; padding: 1.8rem 0; }
  .service-summary h3 { grid-column: 2; }
  .service-summary p { grid-column: 2; grid-row: 2; font-size: 1rem; }
  .service-arrow { grid-column: 3; grid-row: 1 / 3; align-self: center; }
  .service-panel { grid-template-columns: 1fr; gap: 2rem; padding: .4rem 0 3rem 3.3rem; }
  .service-panel-copy p { font-size: 1rem; }
  .service-panel figure { aspect-ratio: 4 / 3; }
}

/* The enquiry opens over the page and keeps the editorial contact section intact. */
#inquiry-open { cursor: pointer; }
.inquiry-dialog {
  width: min(92vw, 780px);
  max-height: min(90dvh, 900px);
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 24px 90px rgba(25, 39, 41, .18);
  overflow-y: auto;
}
.inquiry-dialog::backdrop { background: rgba(32, 48, 51, .65); }
.inquiry-dialog-inner { position: relative; padding: clamp(1.8rem, 4.7vw, 3.7rem); }
.inquiry-dialog .section-label { margin-bottom: 1.1rem; }
.inquiry-dialog h2 { max-width: 16ch; color: var(--blue-deep); font-size: clamp(2.1rem, 3.1vw, 3.5rem); }
.inquiry-intro { max-width: 33rem; margin: 1.1rem 0 2.3rem; color: var(--muted); font-size: 1rem; }
.inquiry-close {
  position: absolute; top: 1.2rem; right: 1.3rem;
  width: 2.5rem; height: 2.5rem; padding: 0;
  color: var(--blue-deep); background: none; border: 0;
  font-family: var(--sans); font-size: 2rem; font-weight: 300; line-height: 1;
  cursor: pointer;
}
.inquiry-close:focus-visible, .inquiry-dialog input:focus-visible, .inquiry-dialog select:focus-visible, .inquiry-dialog textarea:focus-visible, .inquiry-dialog button:focus-visible {
  outline: 2px solid var(--blue-deep); outline-offset: 3px;
}
.inquiry-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.45rem 2rem; }
.inquiry-fields label { display: block; min-width: 0; color: var(--blue-deep); font-size: .9rem; font-weight: 500; }
.inquiry-fields input, .inquiry-fields select, .inquiry-fields textarea {
  display: block; width: 100%; min-height: 2.8rem; margin-top: .2rem; padding: .4rem .1rem;
  color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line);
  border-radius: 0; font-family: var(--sans); font-size: 1rem; font-weight: 300;
}
.inquiry-fields textarea { min-height: 7rem; line-height: 1.5; resize: vertical; }
.inquiry-fields input:focus, .inquiry-fields select:focus, .inquiry-fields textarea:focus { border-bottom-color: var(--blue-deep); }
.inquiry-wide { grid-column: 1 / -1; }
.inquiry-privacy { display: flex; align-items: start; gap: .7rem; margin: 2rem 0 1.4rem; font-size: .9rem; line-height: 1.5; }
.inquiry-privacy input { flex: none; width: 1rem; height: 1rem; margin: .2rem 0 0; accent-color: var(--blue-deep); }
.inquiry-privacy a { text-decoration: underline; text-underline-offset: .18em; }
.inquiry-submit { cursor: pointer; }
.inquiry-submit:disabled { opacity: .55; cursor: wait; }
.inquiry-status { max-width: 34rem; margin: 1.6rem 0 0; font-size: 1.1rem; }
.inquiry-status[data-state="error"] { color: #9d3d3d; }
.inquiry-fallback { margin: .7rem 0 0; font-size: .95rem; }
.inquiry-fallback a { text-decoration: underline; text-underline-offset: .18em; }
.inquiry-honey { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

@media (max-width: 600px) {
  .inquiry-dialog { width: calc(100vw - 1.2rem); max-height: calc(100dvh - 1.2rem); }
  .inquiry-dialog-inner { padding: 2.4rem 1.35rem 1.7rem; }
  .inquiry-close { top: .65rem; right: .75rem; }
  .inquiry-fields { grid-template-columns: 1fr; gap: 1.1rem; }
  .inquiry-wide { grid-column: auto; }
}

/* A closer rhythm keeps the editorial layout comfortable on smaller screens. */
.section, .editorial-index, .manifesto { padding-block: clamp(3.5rem, 5vw, 5rem); }
.story-grid { margin-top: clamp(2.2rem, 4vw, 3.5rem); }
.stories > .arrow-link { margin-top: 2.2rem; }
.service-list { margin-top: clamp(2.2rem, 4vw, 3.5rem); }
.italy-bottom { margin-top: clamp(2.5rem, 5vw, 5rem); }
.contacts { padding-block: clamp(3.5rem, 7vw, 6.5rem); }
.story-detail-intro { padding-block: clamp(3rem, 5vw, 5rem); }
.story-detail-gallery { padding-block: clamp(2rem, 3.5vw, 3.5rem); }
.story-detail-closing { padding-block: clamp(3.5rem, 6vw, 6rem); }
.elopement-copy { padding-block: clamp(3rem, 4.5vw, 5.5rem); }
.hero-links a, .arrow-link, .button { font-size: .875rem; letter-spacing: .08em; }
.story-caption span { font-size: .85rem; }
footer .footer-legal, footer div { font-size: .875rem; }

@media (max-width: 1050px) {
  .editorial-index, .section-head { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .editorial-index { gap: 2.5rem; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 1.4rem; }
  footer div { flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 900px) {
  .italy-intro { grid-template-columns: minmax(0, 1fr); gap: 1.75rem; }
  .italy-photo { max-width: 760px; }
  .italy-photo img { aspect-ratio: 16 / 10; }
}

@media (max-width: 720px) {
  .section, .editorial-index, .manifesto { padding-block: 3rem; }
  .editorial-index { gap: 2rem; }
  .section-head { gap: 1.3rem; }
  .story-grid { margin-top: 2rem; gap: 2rem; }
  .service-list { margin-top: 2rem; }
  .manifesto-image { margin-top: 2rem; }
  .manifesto-bottom { margin-top: 2.4rem; padding-top: 1.25rem; }
  .italy-places { margin-top: 1.6rem; }
  .italy-intro { gap: 1.5rem; }
  .italy-photo img { aspect-ratio: 4 / 3; }
  .italy-literary-quote { margin-top: 1.3rem; }
  .italy-bottom { margin-top: 1.9rem; padding-top: 1.2rem; gap: 1.3rem; }
  .elopement-copy { padding-block: 2.6rem; }
  .miriam-belief { margin-block: 1.3rem; }
  .contacts { padding-block: 3.4rem; }
  .contact-links { margin-top: 2rem; gap: 1.25rem; }
  .story-detail-intro { padding: 2.9rem 1.4rem; gap: 1.7rem; }
  .story-detail-gallery { padding-block: 1.8rem; }
  .story-detail-closing { padding-block: 3rem; }
  footer { padding: 2.3rem 1.2rem; gap: 1.1rem; }
  .language { min-width: 2.5rem; min-height: 2.75rem; font-size: .875rem; }
  .menu-toggle { width: 44px; height: 44px; }
}

/* Readable body copy across the homepage, stories and enquiry form. Headings retain their sizes. */
body { font-size: 19px; line-height: 1.65; }
.hero-copy > p:not(.hero-eyebrow) { font-size: clamp(1.15rem, 1.4vw, 1.35rem); }
.index-copy, .index-list em, .manifesto-bottom p:last-child,
.section-head > p, .service-summary p, .service-panel-copy p,
.story-detail-text p, .inquiry-intro, .inquiry-status {
  font-size: 1.2rem;
}
.desktop-nav a, .language, .hero-links a, .arrow-link, .button,
.story-back, .story-caption span, .section-label, .kicker,
.index-number, .service-number, .italy-photo figcaption,
.italy-literary-quote cite, .story-detail-hero-copy p,
.story-detail-text .story-credit, footer p, footer .footer-legal,
footer div, .inquiry-fields label, .inquiry-privacy, .inquiry-fallback {
  font-size: 1rem;
}
.contacts > p:not(.section-label) { font-size: 1.25rem; }
.inquiry-fields input, .inquiry-fields select, .inquiry-fields textarea { font-size: 1.1rem; }

@media (max-width: 720px) {
  .hero-copy > p:not(.hero-eyebrow) { font-size: 1.15rem; }
  .service-summary p, .service-panel-copy p, .story-detail-text p { font-size: 1.15rem; }
  .language, .story-back, .story-detail-hero-copy p,
  .italy-literary-quote cite { font-size: .95rem; }
}

/* A further increase for comfortable reading; display headings stay untouched. */
body { font-size: 21px; }
.hero-eyebrow { font-size: 1.05rem !important; line-height: 1.3 !important; }
.hero-copy > p:not(.hero-eyebrow) { font-size: clamp(1.25rem, 1.55vw, 1.45rem); }
.index-copy, .index-list em, .manifesto-bottom p:last-child,
.section-head > p, .service-summary p, .service-panel-copy p,
.story-detail-text p:not(:first-child), .inquiry-intro, .inquiry-status {
  font-size: 1.35rem;
}
.desktop-nav a, .language, .hero-links a, .arrow-link, .button,
.story-back, .story-caption span, .section-label, .kicker,
.index-number, .service-number, .italy-photo figcaption,
.italy-literary-quote cite, .story-detail-hero-copy p,
.story-detail-text .story-credit, footer p, footer .footer-legal,
footer div, .inquiry-fields label, .inquiry-privacy, .inquiry-fallback {
  font-size: 1.1rem;
}
.story-detail-text p:first-child { font-size: clamp(1.65rem, 2.2vw, 2.3rem); }
.contacts > p:not(.section-label) { font-size: 1.4rem; }
.inquiry-fields input, .inquiry-fields select, .inquiry-fields textarea { font-size: 1.2rem; }

@media (max-width: 720px) {
  .hero-copy > p:not(.hero-eyebrow) { font-size: 1.25rem; }
  .service-summary p, .service-panel-copy p,
  .story-detail-text p:not(:first-child) { font-size: 1.25rem; }
  .language, .story-back, .story-detail-hero-copy p,
  .italy-literary-quote cite { font-size: 1rem; }
}

/* A second Italian landscape, alongside the story of choosing a place. */
.italy-journey {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  align-items: stretch;
  gap: clamp(2rem, 5vw, 5rem);
  margin-top: clamp(3rem, 5vw, 5rem);
  padding: clamp(1.1rem, 2.3vw, 2rem);
  background: var(--blue-soft);
}
.italy-journey-photo { margin: 0; min-width: 0; }
.italy-journey-photo img { width: 100%; height: 100%; min-height: 31rem; object-fit: cover; object-position: center; }
.italy-journey-photo figcaption { margin-top: .65rem; color: var(--blue-deep); font-size: 1.05rem; }
.italy-journey-copy { align-self: center; padding: clamp(1rem, 2vw, 2rem) clamp(.5rem, 2vw, 2rem) clamp(1rem, 2vw, 2rem) 0; }
.italy-journey-copy h3 { max-width: 13ch; margin-bottom: 1.8rem; color: var(--blue-deep); font-size: clamp(2rem, 3.2vw, 3.5rem); line-height: 1.07; }
.italy-journey-copy p:not(.section-label) { max-width: 37rem; margin-bottom: 1.15rem; font-size: 1.3rem; line-height: 1.65; }
.italy-journey-copy p:last-child { margin-bottom: 0; }

@media (max-width: 900px) {
  .italy-journey { grid-template-columns: 1fr; gap: 1.1rem; }
  .italy-journey-photo img { height: auto; min-height: 0; aspect-ratio: 16 / 10; }
  .italy-journey-copy { padding: 1rem .4rem 1.3rem; }
}
@media (max-width: 720px) {
  .italy-journey { padding: .8rem; margin-top: 2rem; }
  .italy-journey-copy p:not(.section-label) { font-size: 1.25rem; }
}

/* A subtle reduction across display, body and supporting type. */
body { font-size: 18px; }
.hero h1 { font-size: clamp(2.3rem, 3.6vw, 4.2rem); }
h2 { font-size: clamp(1.98rem, 2.9vw, 3.45rem); }
.hero-eyebrow { font-size: .96rem !important; }
.hero-copy > p:not(.hero-eyebrow) { font-size: clamp(1.14rem, 1.42vw, 1.32rem); }
.index-copy, .index-list em, .manifesto-bottom p:last-child,
.section-head > p, .service-summary p, .service-panel-copy p,
.story-detail-text p:not(:first-child), .inquiry-intro, .inquiry-status { font-size: 1.18rem; }
.desktop-nav a, .language, .hero-links a, .arrow-link, .button,
.story-back, .story-caption span, .section-label, .kicker,
.index-number, .service-number, .italy-photo figcaption,
.italy-literary-quote cite, .story-detail-hero-copy p,
.story-detail-text .story-credit, footer p, footer .footer-legal,
footer div, .inquiry-fields label, .inquiry-privacy, .inquiry-fallback { font-size: .96rem; }
.story-detail-text p:first-child { font-size: clamp(1.52rem, 2vw, 2.1rem); }
.contacts > p:not(.section-label) { font-size: 1.25rem; }
.inquiry-fields input, .inquiry-fields select, .inquiry-fields textarea { font-size: 1.06rem; }
.italy-journey-copy p:not(.section-label) { font-size: 1.16rem; }
.story-detail-heading h2 { font-size: clamp(2.3rem, 4vw, 4.8rem); }
.story-detail-closing p { font-size: clamp(1.92rem, 3.25vw, 3.65rem); }
.story-caption h3 { font-size: clamp(1.35rem, 1.72vw, 1.9rem); }
.inquiry-dialog h2 { font-size: clamp(2rem, 2.95vw, 3.35rem); }
.italy-journey-photo figcaption { font-size: 1rem; }
.signature { font-size: 1.25rem; }
.elopement-copy h2 { font-size: clamp(2.3rem, 3.3vw, 3.85rem); }
.elopement-lead { font-size: clamp(1.39rem, 2vw, 2.16rem); }
.italy-literary-quote p { font-size: clamp(1.44rem, 2vw, 2.1rem); }
.italy-bottom p:first-child { font-size: clamp(1.39rem, 1.82vw, 2rem); }
.miriam-belief { font-size: clamp(1.3rem, 1.72vw, 1.92rem); }

@media (max-width: 720px) {
  .hero h1 { font-size: clamp(2rem, 8.3vw, 3rem); }
  h2 { font-size: clamp(2.08rem, 8.2vw, 3.1rem); }
  .hero-copy > p:not(.hero-eyebrow) { font-size: 1.12rem; }
  .service-summary p, .service-panel-copy p,
  .story-detail-text p:not(:first-child) { font-size: 1.12rem; }
  .language, .story-back, .story-detail-hero-copy p,
  .italy-literary-quote cite { font-size: .93rem; }
  .italy-journey-copy p:not(.section-label) { font-size: 1.12rem; }

  /* The image follows its intrinsic ratio. */
  .italy-photo img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
}

.manifesto h2 { font-size: clamp(2.72rem, 4.5vw, 4.55rem); }
.index-list strong { font-size: clamp(1.4rem, 2vw, 2.2rem); }
.service-summary h3 { font-size: clamp(1.44rem, 1.92vw, 2.15rem); }
.italy-places { font-size: clamp(1.82rem, 2.85vw, 3.3rem); }
.italy-journey-copy h3 { font-size: clamp(1.82rem, 2.9vw, 3.2rem); }
.story-detail-hero-copy h1 { font-size: clamp(2.95rem, 6.8vw, 7.2rem); }

@media (max-width: 1050px) {
  .manifesto h2 { font-size: clamp(2.36rem, 10vw, 3.3rem); }
  .story-detail-hero-copy h1 { font-size: clamp(2.55rem, 11.8vw, 4rem); }

  /* One fine diagonal arrow on phone and tablet, independent of device fonts. */
  .index-list i, .service-list .service-arrow {
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0;
    color: var(--blue-deep);
    background: currentColor;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 3l10 10M5 13h8V5' fill='none' stroke='black' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 3l10 10M5 13h8V5' fill='none' stroke='black' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  }
  .hero-links a::after, .arrow-link::after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    flex: none;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 3l10 10M5 13h8V5' fill='none' stroke='black' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 3l10 10M5 13h8V5' fill='none' stroke='black' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  }
}
