@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Italianno&display=swap");

:root {
  --brown: #2a2118;
  --brown-2: #35291f;
  --cream: #f1e9da;
  --muted: #c8baaa;
  --line: rgba(241, 233, 218, .23);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--brown);
  color: var(--cream);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(960px, calc(100% - 48px)); }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1480px, calc(100% - 80px));
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.logo {
  font-family: "Italianno", cursive;
  font-size: 64px;
  line-height: 1;
  transform: rotate(-8deg);
  text-transform: none;
}
.desktop-nav { display: flex; gap: 34px; font-size: 17px; }
.desktop-nav a { padding-block: 8px; border-bottom: 1px solid transparent; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { border-color: currentColor; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 760px; background-size: cover; background-position: center; display: grid; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(30,23,16,.18), rgba(25,18,13,.48)); }
.hero-home { background-image: url("/assets/wheat-sunset.jpg"); background-position: center 55%; }
.hero-service { background-image: url("/assets/golden-field.jpg"); min-height: 900px; }
.hero-prices { background-image: url("/assets/field-silhouette.jpg"); background-position: center 60%; min-height: 820px; }
.hero-name { position: relative; z-index: 1; align-self: center; width: min(1480px, calc(100% - 80px)); margin: 90px auto 0; }
.hero-name h1 { margin: 0; font: 400 48px/1.1 "Italianno", cursive; }
.hero-name p { font-size: 20px; margin-top: 22px; }

.dark-section { background: var(--brown); padding: 110px 0; }
.intro blockquote {
  display: table;
  margin: 0 0 28px;
  padding: 4px 10px;
  background: rgba(235,229,218,.42);
  font-size: 25px;
  font-weight: 600;
}
.intro blockquote span { font-weight: 400; }
.intro p { color: var(--muted); }

.image-section { background-size: cover; background-position: center; }
.cards-section {
  min-height: 640px;
  display: grid;
  align-items: center;
  background-image: linear-gradient(rgba(68,48,31,.3), rgba(30,21,16,.34)), url("/assets/golden-field.jpg");
}
.two-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; max-width: 820px; }
.glass-card { background: rgba(48,37,28,.64); padding: 34px; backdrop-filter: blur(2px); }
.glass-card p:last-of-type { margin-bottom: 0; }
.button, button {
  display: inline-block;
  margin-top: 18px;
  border: 0;
  border-radius: 2px;
  background: #f4f0e9;
  color: #5b4e43;
  padding: 10px 18px;
  font: 500 14px/1 "Cormorant Garamond", serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}
.section-title {
  margin: 0 0 62px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 25px;
  font-weight: 600;
}
.section-title::after { content: ""; display: block; width: 52px; height: 1px; margin: 16px auto 0; background: currentColor; opacity: .7; }
.portrait {
  width: 148px; height: 148px; border-radius: 50%; margin: 0 auto 48px;
  background: url("/assets/portrait.jpg") center 38% / cover no-repeat;
  border: 4px solid rgba(255,255,255,.15);
}
.about-copy { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; width: min(850px, 100%); margin: auto; text-align: justify; color: var(--muted); }
.about-copy p { margin: 0; }

.contact {
  min-height: 680px;
  padding: 70px 0;
  background-image: linear-gradient(rgba(49,37,27,.45), rgba(38,27,19,.6)), url("/assets/field-silhouette.jpg");
}
.contact-panel { width: min(1040px, calc(100% - 48px)); margin: auto; padding: 58px 64px; background: rgba(93,75,60,.5); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; }
.eyebrow { text-transform: uppercase; font-size: 18px; }
form { display: grid; gap: 10px; }
label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
input, textarea {
  width: 100%; border: 0; background: rgba(255,255,255,.96); color: #372b22;
  padding: 10px 12px; font: 16px Georgia, serif;
}
textarea { min-height: 95px; resize: vertical; }
form button { justify-self: start; margin-top: 2px; }

.service-hero-copy { position: relative; z-index: 1; align-self: center; width: min(1040px, calc(100% - 48px)); margin: 100px auto 0; }
.glass-card.wide { padding: 38px 46px; }
.guide-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 54px; margin: 18px 0 34px; }
.guide-columns ul { margin: 0; padding-left: 24px; }
.quotes {
  padding: 110px 0;
  background-image: linear-gradient(rgba(72,55,42,.28), rgba(24,18,14,.42)), url("/assets/golden-field.jpg");
}
.quote-card { padding: 54px; }
.quote-card blockquote { margin: 0 0 44px; font-style: italic; }
.quote-card blockquote:last-child { margin-bottom: 0; }
.quote-card cite { display: block; margin-top: 12px; }

.price-hero-copy { position: relative; z-index: 1; align-self: center; margin-top: 90px; }
.price-hero-copy p { font-size: 22px; }
.pricing { padding: 100px 0 130px; }
.price-row { margin-bottom: 38px; }
.price-row h2 { margin: 0 0 24px; text-transform: uppercase; font-size: 24px; }
.price-line { display: grid; grid-template-columns: 1fr auto; gap: 42px; align-items: end; border-bottom: 1px solid var(--line); padding-bottom: 10px; }
.price-line p { margin: 0; }
.price-line strong { white-space: nowrap; font-weight: 500; }
.price-line small { display: block; max-width: 700px; margin-top: 10px; color: var(--muted); }
.invoice-note { margin-top: 58px; font-style: italic; }

footer { color: #9f9182; background: #2a2118; font-size: 15px; }
.footer-main { min-height: 120px; display: flex; gap: 28px; align-items: center; justify-content: space-between; }
.footer-credit { padding: 16px; text-align: center; background: #241c15; }

@media (max-width: 800px) {
  body { font-size: 18px; }
  .container, .narrow { width: min(100% - 32px, 620px); }
  .site-header { width: calc(100% - 36px); height: 86px; }
  .logo { font-size: 50px; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { list-style: none; width: 42px; height: 42px; display: grid; align-content: center; gap: 5px; cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { width: 28px; height: 1px; background: currentColor; justify-self: end; }
  .mobile-nav nav {
    position: absolute; right: 0; top: 48px; width: min(290px, calc(100vw - 36px));
    display: grid; padding: 18px; background: rgba(42,33,24,.97); box-shadow: 0 14px 38px rgba(0,0,0,.32);
  }
  .mobile-nav nav a { padding: 11px 8px; font-size: 16px; }
  .hero { min-height: 640px; }
  .hero-name { width: calc(100% - 36px); align-self: end; margin-bottom: 90px; }
  .hero-name h1 { font-size: 42px; }
  .dark-section { padding: 72px 0; }
  .intro blockquote { font-size: 21px; }
  .cards-section { padding: 64px 0; }
  .two-cards, .about-copy, .contact-grid, .guide-columns { grid-template-columns: 1fr; }
  .section-title { margin-bottom: 40px; }
  .about-copy { gap: 22px; text-align: left; }
  .contact { padding: 32px 0; }
  .contact-panel { width: calc(100% - 24px); padding: 44px 22px; }
  .contact-grid { gap: 28px; }
  .hero-service, .hero-prices { min-height: 860px; }
  .service-hero-copy, .price-hero-copy { margin-top: 90px; }
  .glass-card.wide, .quote-card { padding: 28px 22px; }
  .guide-columns { gap: 8px; }
  .quotes { padding: 72px 0; }
  .price-hero-copy p { font-size: 19px; }
  .pricing { padding: 70px 0 90px; }
  .price-line { grid-template-columns: 1fr; gap: 12px; }
  .price-line strong { justify-self: start; }
  .footer-main { padding: 34px 0; flex-direction: column; gap: 10px; align-items: flex-start; }
}

@media (max-width: 430px) {
  .hero-home { background-position: 58% center; }
  .hero-name h1 { font-size: 37px; }
  .glass-card { padding: 26px 22px; }
  .service-hero-copy { width: calc(100% - 24px); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Modern alternate concept */
.modern {
  --m-ink: #241b14;
  --m-forest: #33261c;
  --m-sage: #b7a28d;
  --m-sand: #b49a7c;
  --m-paper: #2b2119;
  --m-copper: #c49469;
  min-height: 100vh;
  overflow: hidden;
  background: var(--m-paper);
  color: #eadfce;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.modern h1, .modern h2, .modern h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.035em;
}
.modern-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  height: 112px;
  width: min(1380px, calc(100% - 64px));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
}
.modern-brand { display: flex; align-items: center; gap: 14px; font: 500 15px/1.15 Arial, sans-serif; }
.modern-brand > span:first-child {
  width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%; display: grid; place-items: center;
  font: italic 24px/1 "Cormorant Garamond", serif;
}
.modern-brand small { display: block; margin-top: 5px; font-size: 10px; font-weight: 400; letter-spacing: .14em; text-transform: uppercase; opacity: .65; }
.modern-header nav { display: flex; align-items: center; gap: 34px; font-size: 13px; letter-spacing: .04em; }
.modern-nav-cta { border: 1px solid rgba(255,255,255,.55); border-radius: 99px; padding: 10px 18px; }
.modern-hero {
  position: relative;
  min-height: 900px;
  display: grid;
  grid-template-columns: minmax(520px, .9fr) 1.1fr;
  background: var(--m-forest);
  color: white;
}
.modern-hero-image {
  grid-column: 2;
  filter: sepia(.28) saturate(.78);
  background: linear-gradient(90deg, var(--m-forest) 0%, transparent 40%),
    linear-gradient(180deg, rgba(37,25,17,.08), rgba(29,20,14,.42)),
    url("/assets/wheat-sunset.jpg") center / cover;
}
.modern-hero-copy {
  position: absolute;
  z-index: 2;
  left: max(5vw, calc((100vw - 1380px) / 2));
  top: 50%;
  width: min(780px, 52vw);
  transform: translateY(-48%);
}
.modern-kicker, .modern-section-label {
  margin-bottom: 22px;
  color: var(--m-copper);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.modern-hero h1 { margin: 0 0 30px; font-size: clamp(64px, 6.5vw, 110px); }
.modern-lead { max-width: 540px; color: rgba(255,255,255,.76); font-size: 19px; }
.modern-actions { margin-top: 40px; display: flex; align-items: center; gap: 32px; }
.modern-primary { padding: 15px 24px; border-radius: 99px; background: var(--m-copper); color: white; font-weight: 700; }
.modern-text-link { font-weight: 700; }
.modern-text-link span { margin-left: 8px; }
.modern-hero blockquote {
  position: absolute; z-index: 2; right: max(5vw, calc((100vw - 1380px) / 2)); bottom: 62px;
  margin: 0; padding-left: 20px; border-left: 2px solid var(--m-copper);
  font: italic 23px/1.35 "Cormorant Garamond", serif;
}
.modern-hero cite { display: block; margin-top: 8px; font: 11px Arial, sans-serif; text-transform: uppercase; letter-spacing: .1em; opacity: .65; }
.modern-intro, .modern-process, .modern-prices {
  width: min(1260px, calc(100% - 64px));
  margin: auto;
  padding: 150px 0;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 120px;
}
.modern-original-copy {
  position: relative;
  width: min(1180px, calc(100% - 64px));
  margin: 10vh auto 0;
  padding: 138px 72px 82px;
  background:
    radial-gradient(circle at 82% 10%, rgba(196,148,105,.12), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  border: 1px solid rgba(234,223,206,.1);
  border-top-color: rgba(196,148,105,.45);
}
.modern-original-copy::before {
  content: "A búcsú jelentősége";
  position: absolute;
  top: 72px;
  left: 72px;
  color: var(--m-copper);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.modern-original-copy > p {
  max-width: 940px;
  margin: 0;
  color: #eadfce;
  font: 500 29px/1.48 "Cormorant Garamond", serif;
  text-wrap: pretty;
}
.modern-original-copy > p::first-letter {
  float: left;
  margin: 7px 12px 0 0;
  color: var(--m-copper);
  font: 500 76px/.72 "Cormorant Garamond", serif;
}
.modern-original-copy > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 72px;
  padding-top: 28px;
  border-top: 1px solid rgba(234,223,206,.2);
  counter-reset: original-card;
}
.modern-original-copy > div p {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 46px 42px 40px;
  overflow: hidden;
  background: rgba(32,24,18,.72);
  border: 1px solid rgba(234,223,206,.09);
  color: #cdbfaf;
  font-size: 18px;
  counter-increment: original-card;
}
.modern-original-copy > div p::before {
  content: "0" counter(original-card);
  display: block;
  margin-bottom: 28px;
  color: var(--m-copper);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
}
.modern-original-copy > div p::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(196,148,105,.18);
  border-radius: 50%;
}
.modern-intro h2, .modern-process h2, .modern-prices h2, .modern-contact h2 { margin: 0; font-size: clamp(54px, 6vw, 86px); }
.modern-bio { max-width: 650px; font-size: 18px; color: #cdbfaf; }
/*.modern-bio > p:first-child { font: 500 27px/1.42 "Cormorant Garamond", serif; color: #eadfce; }*/
.modern-signature { display: flex; align-items: center; gap: 16px; margin-top: 34px; }
.modern-signature img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; }
.modern-signature strong, .modern-signature small { display: block; }
.modern-signature small { margin-top: 3px; color: #9f8d7b; font-size: 12px; }
.modern-process {
  width: 100%; padding: 150px max(5vw, calc((100vw - 1260px) / 2));
  background: #201812; color: white;
  grid-template-columns: .75fr 1.25fr;
}
.modern-process-head > p:last-child { max-width: 420px; margin-top: 32px; color: rgba(255,255,255,.62); }
.modern-steps { border-top: 1px solid rgba(255,255,255,.17); }
.modern-steps article {
  display: grid; grid-template-columns: 54px 160px 1fr; gap: 22px;
  padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.17); align-items: baseline;
}
.modern-steps article > span { color: var(--m-copper); font-size: 12px; }
.modern-steps h3 { margin: 0; font-size: 28px; letter-spacing: 0; }
.modern-steps p { margin: 0; color: rgba(255,255,255,.6); }
.modern-quote-band {
  padding: 120px 32px; text-align: center;
  background: linear-gradient(rgba(88,64,45,.45), rgba(45,31,22,.62)), url("/assets/polgari-bucsuztato.jpg") center 62% / cover;
  color: #f1e7d8;
}
.modern-quote-band p { margin: 0; font-size: 18px; text-transform: uppercase; letter-spacing: .14em; }
.modern-quote-band h2 { margin: 8px 0 0; color: var(--m-copper); font: italic 500 clamp(70px, 10vw, 140px)/1 "Cormorant Garamond", serif; }
.modern-prices { grid-template-columns: .8fr 1.2fr; }
.modern-prices-copy > p:last-child { max-width: 440px; margin-top: 32px; color: #b7a897; }
.modern-price-list { border-top: 1px solid rgba(234,223,206,.2); }
.modern-price-row {
  display: grid; grid-template-columns: 46px 1fr auto; gap: 18px;
  padding: 24px 0; border-bottom: 1px solid rgba(234,223,206,.2); align-items: center;
}
.modern-price-row > span { color: var(--m-copper); font-size: 11px; }
.modern-price-row strong { font: 500 21px "Cormorant Garamond", serif; }
.modern-price-row b { color: var(--m-copper); font-size: 14px; }
.modern-contact {
  display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; background: var(--m-forest); color: white;
}
.modern-contact-card { align-self: center; padding: 80px max(5vw, calc((100vw - 1260px) / 2)); padding-right: 6vw; }
.modern-contact-links { margin-top: 58px; display: grid; gap: 22px; }
.modern-contact-links a { padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.25); font: 500 24px "Cormorant Garamond", serif; }
.modern-contact-links small { display: block; margin-bottom: 5px; color: var(--m-sage); font: 10px Arial, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.modern-contact-image {
  filter: sepia(.2) saturate(.72);
  background: linear-gradient(rgba(55,38,27,.1), rgba(42,28,20,.38)), url("/assets/golden-field.jpg") center / cover;
}
.modern-footer {
  min-height: 92px; padding: 0 max(5vw, calc((100vw - 1260px) / 2));
  display: flex; align-items: center; justify-content: space-between;
  background: #211912; color: #a99581; font-size: 12px;
}
.modern-footer a { text-decoration: underline; text-underline-offset: 4px; }
.modern-footer nav { display: flex; gap: 24px; }
.modern-dark-link { display: inline-block; margin-top: 28px; color: var(--m-copper); }

.modern-subhero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: end;
  background-size: cover;
  background-position: center;
  color: white;
}
.modern-subhero-about { background-image: url("/assets/polgari-bucsuztato-2.jpg"); }
.modern-subhero-service { background-image: url("/assets/golden-field.jpg"); background-position: center 65%; }
.modern-subhero-prices { background-image: url("/assets/field-silhouette.jpg"); background-position: center 62%; }
.modern-subhero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(38,25,17,.14), rgba(35,23,16,.78));
}
.modern-subhero-copy {
  position: relative;
  z-index: 1;
  width: min(1260px, calc(100% - 64px));
  margin: 0 auto 86px;
}
.modern-subhero h1 { max-width: 940px; margin: 0 0 24px; font-size: clamp(70px, 9vw, 126px); }
.modern-subhero-copy > p:last-child { max-width: 690px; margin: 0; color: rgba(255,255,255,.76); font-size: 20px; }
.modern-editorial, .modern-service-detail, .modern-detailed-prices {
  width: min(1260px, calc(100% - 64px));
  margin: auto;
  padding: 130px 0;
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 110px;
}
.modern-editorial aside { align-self: start; }
.modern-editorial aside img { width: min(100%, 300px); aspect-ratio: 1; border-radius: 50%; object-fit: cover; }
.modern-editorial aside > p { margin-top: 24px; font: 500 22px "Cormorant Garamond", serif; }
.modern-editorial aside small { display: block; margin-top: 4px; color: #a99581; font: 11px Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.modern-editorial article { max-width: 720px; }
.modern-editorial h2, .modern-service-detail h2, .modern-prompt-section h2, .modern-detailed-prices h2 {
  margin: 0 0 42px; font-size: clamp(50px, 6vw, 78px);
}
.modern-editorial article > p:not(.modern-section-label) { color: #cdbfaf; font-size: 18px; }
.modern-editorial .modern-dropcap { color: #eadfce !important; font: 500 27px/1.45 "Cormorant Garamond", serif !important; }
.modern-editorial blockquote {
  margin: 44px 0; padding: 28px 0 28px 28px; border-left: 2px solid var(--m-copper);
  color: #eadfce; font: italic 27px/1.4 "Cormorant Garamond", serif;
}
.modern-service-detail { grid-template-columns: .85fr 1.15fr; }
.modern-service-detail > div:last-child { max-width: 650px; color: #cdbfaf; font-size: 18px; }
.modern-large-copy { color: #eadfce; font: 500 30px/1.4 "Cormorant Garamond", serif; }
.modern-prompt-section {
  padding: 130px max(5vw, calc((100vw - 1260px) / 2));
  display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px;
  background: #201812;
}
.modern-prompt-section ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(234,223,206,.2); }
.modern-prompt-section li {
  display: grid; grid-template-columns: 48px 1fr; gap: 16px;
  padding: 24px 0; border-bottom: 1px solid rgba(234,223,206,.2);
}
.modern-prompt-section li span { color: var(--m-copper); font-size: 11px; }
.modern-prompt-note { grid-column: 2; color: #a99581; }
.modern-original-quotes {
  padding: 130px 0;
  background: linear-gradient(rgba(62,43,29,.58), rgba(37,25,17,.8)), url("/assets/golden-field.jpg") center 65% / cover;
}
.modern-original-quotes-inner { width: min(900px, calc(100% - 64px)); margin: auto; }
.modern-original-quotes h2 { margin: 0 0 50px; font-size: clamp(58px,8vw,100px); }
.modern-original-quotes .quotes-box { padding-left: 34px; border-left: 2px solid var(--m-copper); }
.modern-original-quotes blockquote { margin: 0 0 46px; color: #cdbfaf; font: italic 22px/1.6 "Cormorant Garamond",serif; }
.modern-original-quotes blockquote:last-child { margin-bottom: 0; }
.modern-original-quotes cite { display: block; margin-top: 12px; color: var(--m-copper); }
.modern-sub-cta {
  padding: 130px 24px; text-align: center;
  background: linear-gradient(rgba(62,43,29,.52), rgba(37,25,17,.7)), url("/assets/golden-field.jpg") center 65% / cover;
}
.modern-sub-cta p { margin: 0; color: #cdbfaf; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.modern-sub-cta h2 { margin: 12px 0 36px; font-size: clamp(58px, 8vw, 100px); }
.modern-detailed-prices { grid-template-columns: .72fr 1.28fr; }
.modern-detailed-intro > p:last-child { max-width: 470px; color: #b7a897; }
.modern-detailed-list { border-top: 1px solid rgba(234,223,206,.2); }
.modern-detailed-list article {
  display: grid; grid-template-columns: 42px 1fr auto; gap: 22px;
  padding: 28px 0; border-bottom: 1px solid rgba(234,223,206,.2);
}
.modern-detailed-list article > span { color: var(--m-copper); font-size: 11px; }
.modern-detailed-list h3 { margin: 0 0 6px; font-size: 25px; letter-spacing: 0; }
.modern-detailed-list p { margin: 0; max-width: 560px; color: #a99581; }
.modern-detailed-list strong { color: var(--m-copper); white-space: nowrap; }
.modern-detailed-list strong small { display: block; margin-top: 3px; font-weight: 400; text-align: right; }
.modern-invoice { grid-column: 2; color: var(--m-copper); font-style: italic; }

@media (max-width: 900px) {
  .modern-header { width: calc(100% - 36px); height: 88px; }
  .modern-header nav a:not(.modern-nav-cta) { display: none; }
  .modern-hero { min-height: 820px; grid-template-columns: 1fr; }
  .modern-hero-image { grid-column: 1; opacity: .52; background-image: linear-gradient(180deg, rgba(48,32,22,.08), var(--m-forest)), url("/assets/wheat-sunset.jpg"); }
  .modern-hero-copy { left: 24px; width: calc(100% - 48px); top: 49%; }
  .modern-hero h1 { font-size: clamp(58px, 18vw, 86px); }
  .modern-hero blockquote { left: 24px; right: auto; bottom: 38px; font-size: 19px; }
  .modern-intro, .modern-prices {
    width: calc(100% - 40px); padding: 90px 0;
    grid-template-columns: 1fr; gap: 46px;
  }
  .modern-original-copy { width: calc(100% - 28px); padding: 108px 24px 28px; }
  .modern-original-copy::before { top: 50px; left: 24px; }
  .modern-original-copy > p { font-size: 24px; }
  .modern-original-copy > p::first-letter { font-size: 62px; }
  .modern-original-copy > div { grid-template-columns: 1fr; gap: 14px; margin-top: 48px; padding-top: 20px; }
  .modern-original-copy > div p { padding: 34px 28px; }
  .modern-process { padding: 90px 20px; grid-template-columns: 1fr; gap: 54px; }
  .modern-intro h2, .modern-process h2, .modern-prices h2, .modern-contact h2 { font-size: 54px; }
  .modern-steps article { grid-template-columns: 38px 1fr; }
  .modern-steps article p { grid-column: 2; }
  .modern-contact { grid-template-columns: 1fr; }
  .modern-contact-card { padding: 90px 24px; }
  .modern-contact-image { min-height: 420px; }
  .modern-footer { min-height: 120px; padding: 28px 20px; flex-direction: column; justify-content: center; gap: 12px; }
  .modern-footer nav { flex-wrap: wrap; justify-content: center; gap: 10px 20px; }
  .modern-subhero { min-height: 620px; }
  .modern-subhero-copy { width: calc(100% - 40px); margin-bottom: 54px; }
  .modern-subhero h1 { font-size: 64px; }
  .modern-editorial, .modern-service-detail, .modern-detailed-prices {
    width: calc(100% - 40px); padding: 82px 0;
    grid-template-columns: 1fr; gap: 50px;
  }
  .modern-editorial aside img { width: 190px; }
  .modern-prompt-section { padding: 82px 20px; grid-template-columns: 1fr; gap: 48px; }
  .modern-prompt-note, .modern-invoice { grid-column: 1; }
  .modern-original-quotes { padding: 82px 0; }
  .modern-original-quotes-inner { width: calc(100% - 40px); }
  .modern-sub-cta { padding: 90px 20px; }
}

@media (max-width: 520px) {
  .modern-brand > span:last-child { display: none; }
  .modern-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .modern-price-row { grid-template-columns: 28px 1fr; }
  .modern-price-row b { grid-column: 2; }
  .modern-detailed-list article { grid-template-columns: 28px 1fr; }
  .modern-detailed-list article > strong { grid-column: 2; }
  .modern-detailed-list strong small { text-align: left; }
}
