/* Keep the story readable as text grows, including when JavaScript is unavailable. */
.story-home>.split{grid-template-columns:repeat(auto-fit,minmax(min(100%,22rem),1fr))}
.story-home .story-illustration{width:100%;max-width:640px;justify-self:center;transform:none}
@media(min-width:761px){.story-home .split-copy>p{max-width:32.5rem}}
@media(max-width:760px){.story-home .story-illustration{max-width:570px}}

/* The original bread story and Italian specialities share the site's typography. */
.bread-story .split-copy h2{font-size:clamp(2.2rem,3.6vw,3.6rem);line-height:1.15;max-width:18ch}
.bread-story .split-copy h2>span{display:block;color:var(--red-dark)}
.bread-story .split-copy>p{font-size:1.0625rem;line-height:1.85}
/* Small artisan illustrations share a fixed footprint; the copy remains free to reflow. */
.bread-story .quality-line>div{gap:18px;align-items:flex-start}
.bread-story .quality-icon{display:block;flex:0 0 auto;width:64px;max-width:100%;line-height:0}
.bread-story .quality-icon img{display:block;width:100%;height:auto}
.bread-story .quality-line section{flex:1;min-width:0}
@media(max-width:430px){
 .bread-story .quality-line>div{padding:24px 20px;gap:14px}
 .bread-story .quality-icon{width:54px}
}
/* Stack each illustration above its copy when enlarged text needs the full card width. */
.large-text .bread-story .quality-line>div{flex-direction:column}
@media print{.bread-story .quality-icon{width:48px}}
.italian-specialties{padding-block:clamp(48px,6vw,88px);background:#eff7f9;border-block:1px solid var(--line)}
.specialties-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);grid-template-areas:"map heading" "map list" "map footer";grid-template-rows:auto 1fr auto;gap:26px clamp(32px,5.5vw,80px);align-items:start}
.specialties-layout>*{min-width:0}
.specialties-heading{grid-area:heading;padding-top:12px}
.specialties-heading .eyebrow{margin-bottom:16px}
.specialties-heading h2{font-size:clamp(2.3rem,3.8vw,3.8rem);line-height:1.12;color:var(--blue-dark)}
.specialties-promise{margin:24px 0 0;color:var(--red-dark);font:400 clamp(2.15rem,3.25vw,3.2rem)/1.15 Sacramento,cursive}
.specialties-map{grid-area:map;margin:0;padding:clamp(18px,2.2vw,32px);background:#fff;border:1px solid #d6e5e9;border-radius:12px;box-shadow:0 12px 36px #153e4705}
.specialties-map-image{display:block;border-radius:5px}
.specialties-map [data-specialties-map]{cursor:pointer}
.specialties-map img{display:block;width:100%;height:auto;max-width:100%}
.specialties-map figcaption{margin-top:18px}
/* One generous click target, with room for translated and enlarged labels to wrap. */
.specialties-map-enlarge{display:flex;justify-content:space-between;align-items:center;gap:14px;width:100%;min-height:64px;padding:12px 16px 12px 20px;border:1px solid #c9e0e7;border-radius:10px;background:linear-gradient(110deg,#edf7f9,#f7fbfc);color:var(--blue-dark);font-size:.9375rem;font-weight:600;line-height:1.5;text-decoration:none;box-shadow:0 3px 10px #07536c08;transition:background .2s,border-color .2s,box-shadow .2s}
.specialties-map-enlarge-label{flex:1;min-width:0;white-space:normal;overflow-wrap:normal;text-wrap:pretty}
.specialties-map-enlarge-icon{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border:1px solid #e9cbd1;border-radius:50%;background:#fff;color:var(--red-dark);transition:background .2s,border-color .2s,color .2s}
.specialties-map-enlarge-icon svg{display:block;width:20px;height:20px}
@media(hover:hover) and (pointer:fine){
 .specialties-map-enlarge:hover{background:#e4f2f6;border-color:#90bbc9;box-shadow:0 4px 14px #07536c12}
 .specialties-map-enlarge:hover .specialties-map-enlarge-icon{background:var(--red-dark);border-color:var(--red-dark);color:#fff}
}
.specialties-map-enlarge:active{background:#dceef3;box-shadow:none}
@media(max-width:360px){.specialties-map-enlarge{gap:10px;padding:12px}}
@media(max-width:600px){.large-text .specialties-map-enlarge{flex-wrap:wrap}.large-text .specialties-map-enlarge-label{flex-basis:100%}}
@media(prefers-reduced-motion:reduce){.specialties-map-enlarge,.specialties-map-enlarge-icon{transition:none}}
.specialties-list{grid-area:list;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;list-style:none;margin:0;padding:0;align-content:start}
.specialties-list li{display:flex;align-items:baseline;gap:12px;padding-block:17px;border-bottom:1px solid #c9dde4;color:var(--ink);font-size:1rem;font-weight:600;line-height:1.65;overflow-wrap:normal;min-width:0}
.specialties-list li::before{content:'';flex:0 0 6px;position:relative;top:-2px;width:6px;height:6px;border-radius:50%;background:var(--red-dark)}
.specialties-footer{grid-area:footer;padding-top:4px}
.specialties-footer>p{font-size:1rem;line-height:1.8;margin-bottom:18px;max-width:42ch}
.italian-specialties a:focus-visible{outline:3px solid var(--red-dark);outline-offset:5px}
@media(hover:hover) and (pointer:fine){.italian-specialties a:hover{color:var(--red-dark)}}
@media(max-width:1100px){
 .specialties-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:32px}
 .specialties-list{column-gap:18px}
 .specialties-list li{font-size:.9375rem;gap:9px;padding-block:14px}
}
@media(max-width:1100px), (min-width:1101px) and (max-width:1400px) and (hover:none) and (pointer:coarse){
 .specialties-layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"heading" "map" "list" "footer";gap:28px}
 .specialties-heading{padding-top:0}
 .specialties-heading h2{font-size:min(clamp(2.25rem,7vw,3rem),12.5vw)}
 .specialties-promise{font-size:2.5rem;margin-top:18px}
 .specialties-map{width:100%;max-width:540px;justify-self:center}
 .specialties-list li{font-size:1rem;padding-block:16px}
 .specialties-footer{border-top:1px solid #c9dde4;padding-top:24px}
}
@media(max-width:400px){
 .specialties-list{grid-template-columns:minmax(0,1fr)}
 .specialties-list li{padding-block:13px}
 .specialties-promise{font-size:2.2rem}
}
.large-text .specialties-layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"heading" "map" "list" "footer"}
.large-text .specialties-heading{padding-top:0}
.large-text .specialties-map{width:100%;max-width:640px;justify-self:center}
.large-text .specialties-list{grid-template-columns:minmax(0,1fr)}
@media print{
 .italian-specialties{padding-block:24px;background:#fff;border:0}
 .specialties-layout{display:block}.specialties-map{max-width:45%;float:left;margin:0 24px 16px 0;padding:0;border:0;box-shadow:none}
 .specialties-map figcaption,.specialties-footer{display:none}.specialties-list{display:block}.specialties-list li{padding-block:5px;break-inside:avoid}
 .italian-specialties::after{content:'';display:block;clear:both}
}

/* A photographic guide connects actual fillings to their numbered menu entries. */
.flavour-guide{padding-block:clamp(50px,6vw,88px);background:#fff;scroll-margin-top:20px}
.flavour-heading{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:24px 60px;margin-bottom:36px}
.flavour-heading>div{flex:1 1 26rem;min-width:0}
.flavour-heading .eyebrow{margin-bottom:16px}
.flavour-heading h2{max-width:16ch;font-size:clamp(2.3rem,4.1vw,3.8rem);line-height:1.12}
.flavour-heading>p{flex:1 1 22rem;max-width:48ch;font-size:1rem;line-height:1.8}
.flavour-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(22px,3vw,42px)}
.flavour-card{display:flex;flex-direction:column;min-width:0}
.flavour-photo{aspect-ratio:1.5;border-radius:5px 45px 5px 5px;overflow:hidden;background:var(--soft)}
.flavour-photo img{width:100%;height:100%;object-fit:cover}
.flavour-copy{display:flex;flex-direction:column;flex:1;min-width:0;padding-top:26px}
.flavour-copy h3{font-size:clamp(1.65rem,2.15vw,2.2rem);line-height:1.2;letter-spacing:-.01em;color:var(--blue-dark);margin:0 0 16px;text-wrap:initial}
.flavour-copy>p{font-size:1rem;line-height:1.8;margin-bottom:24px}
.flavour-recipe{display:flex;flex-direction:column;flex:1;margin-top:auto;padding:22px 24px 16px;background:#edf6f9;border-top:3px solid var(--blue-dark);border-radius:0 0 6px 6px}
.flavour-card:nth-child(2) .flavour-recipe{border-top-color:var(--red-dark)}
.flavour-card:nth-child(3) .flavour-recipe{border-top-color:#418294}
.flavour-label{color:var(--blue-dark);font:500 .875rem/1.6 var(--display);text-transform:uppercase;letter-spacing:.08em}
.flavour-recipe>p{font-size:1rem;line-height:1.7;margin-block:12px 18px}
.flavour-link{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;min-height:44px;padding-block:6px;color:var(--blue-dark);font-size:.9375rem;font-weight:600;text-decoration:underline;text-decoration-color:#7dabb9;text-underline-offset:4px}
.flavour-link>span:first-child{min-width:0;overflow-wrap:normal}
.flavour-link>span:last-child{flex:none;font:400 1.4rem/1 Arial,sans-serif;text-decoration:none}
@media(hover:hover) and (pointer:fine){.flavour-link:hover,.flavour-gallery:hover{color:var(--red-dark)}}
.flavour-guide a:focus-visible{outline:3px solid var(--red-dark);outline-offset:5px}
.flavour-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:18px 32px;border-top:1px solid var(--line);margin-top:36px;padding-top:24px}
.flavour-footer .text-link{font-size:1rem;white-space:normal}
.flavour-gallery{display:inline-flex;align-items:center;min-height:44px;font-size:.9375rem;text-decoration:underline;text-underline-offset:4px}
/* Shared rows align the recipe panels even when translated text wraps differently. */
@supports(grid-template-rows:subgrid){
 @media(min-width:1101px){
  .flavour-grid{row-gap:0}
  .flavour-card{display:grid;grid-template-rows:subgrid;grid-row:span 4;row-gap:0}
  .flavour-copy{display:grid;grid-template-rows:subgrid;grid-row:span 3;row-gap:0}
  .flavour-recipe{margin-top:0}
 }
}
@media(min-width:621px) and (max-width:1100px){
 .flavour-grid{grid-template-columns:minmax(0,1fr);gap:34px}
 .flavour-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:28px;align-items:start}
 .flavour-photo{aspect-ratio:1.2}
 .flavour-copy{padding-top:0}
}
@media(max-width:620px){
 .flavour-grid{grid-template-columns:minmax(0,1fr);gap:36px}
 .flavour-heading{margin-bottom:28px}
 .flavour-heading h2{max-width:18ch}
 .flavour-copy{padding-top:22px}
 .flavour-copy h3{font-size:1.8rem}
 .flavour-recipe{padding:20px 20px 14px}
 .flavour-footer{align-items:flex-start;flex-direction:column;gap:12px}
}
.large-text .flavour-grid{grid-template-columns:minmax(0,1fr);row-gap:36px}
.large-text .flavour-card{display:flex;flex-direction:column;grid-row:auto}
.large-text .flavour-photo{width:100%;max-width:720px}
.large-text .flavour-copy{display:flex;padding-top:24px;grid-row:auto}
@media print{
 .flavour-guide{padding-block:24px}.flavour-grid{display:block}.flavour-card{break-inside:avoid;margin-block:20px}.flavour-photo{display:none}.flavour-recipe{background:none}.flavour-footer{display:none}
}

/* The opening shares the available viewport between copy, photography and the quality line.
   Content may still grow for enlarged text; nothing is cropped to force a fixed height. */
@media screen {
 .page-home .home-hero{--hero-viewport:calc(100svh - var(--header-height));--hero-space:clamp(12px,2.6svh,40px);display:grid;grid-template-rows:minmax(min-content,1fr) auto 10px;min-height:calc(100vh - var(--header-height));min-height:var(--hero-viewport)}
 .page-home .home-hero::before{background-size:auto 300%;pointer-events:none}
 .page-home .home-hero::after{display:block;position:relative;inset:auto;height:10px;pointer-events:none}
 .page-home .home-hero>.wrap{width:min(1760px,calc(100% - var(--gutter)*2));max-width:none}
 .page-home .hero-grid{min-height:0;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(24px,4vw,80px);align-items:stretch;padding-block:var(--hero-space)}
 .page-home .hero-copy{min-width:0;max-width:none;align-self:center;padding:0}
 .page-home .hero-kicker{font-size:clamp(1.8rem,2.5vw,2.75rem);line-height:1.2;margin-bottom:clamp(10px,2svh,20px)}
 .page-home .hero-copy .eyebrow{margin-bottom:clamp(8px,1.4svh,16px)}
 .page-home .hero-copy h1{font-size:clamp(2.5rem,min(6.7vw,10svh),7.5rem);line-height:1.04}
 .page-home .hero-copy>p{max-width:34rem;margin-top:clamp(12px,2svh,22px);font-size:1.0625rem;line-height:1.65}
 .page-home .hero-copy .actions{margin-top:clamp(14px,2.4svh,26px);gap:16px 24px}
 .page-home .hero-copy .actions>a{min-width:0;white-space:normal}
 .page-home .hero-visual{height:auto;min-height:220px;width:100%;margin:0;align-self:stretch}
 .page-home .hero-photo{inset:12px 16px 24px 30px;border-radius:clamp(60px,9vw,160px) clamp(60px,9vw,160px) 12px 12px;box-shadow:10px 12px 0 #ffffff4a}
 .page-home .hero-drawing{width:clamp(100px,13vw,215px);height:clamp(140px,18vw,300px);max-height:65%;left:-8px;bottom:0}
 .page-home .craft-seal{right:4px;top:16px}
 .page-home .hero-bottom{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:16px 28px;padding-block:clamp(12px,1.8svh,20px)}
 .page-home .hero-bottom>span{min-width:0;font-size:.9375rem;line-height:1.45;letter-spacing:.035em;gap:10px;overflow-wrap:normal}
 .page-home .hero-bottom b{flex-shrink:0}
 .page-home .hero-bottom .since{font-size:clamp(1.55rem,2vw,2rem);line-height:1.3}
}

/* Keep an iPad in landscape beside the photograph, just like a small desktop. */
@media screen and (max-width:1400px){
 .page-home .hero-kicker{display:none}
 .page-home .hero-copy>p{font-size:1rem}
 .page-home .hero-copy .actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:520px}
 .page-home .hero-copy .actions>a{justify-content:space-between;gap:10px;min-height:48px;font-size:.9375rem;line-height:1.4}
 .page-home .hero-copy .actions .button{padding:10px 14px}
 .page-home .hero-bottom{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 24px}
 .page-home .hero-bottom .since{display:none}
}

/* Phones and portrait tablets give the image the space remaining below the text. */
@media screen and (max-width:700px), screen and (min-width:701px) and (max-width:1100px) and (max-aspect-ratio:1/1){
 .page-home .hero-grid{grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(120px,1fr);gap:clamp(10px,2svh,24px);padding-block:clamp(12px,2.3svh,28px) 12px}
 .page-home .hero-copy{width:100%;max-width:760px;justify-self:center;align-self:start}
 .page-home .hero-copy .eyebrow{font-size:.8125rem;line-height:1.4;margin-bottom:8px;letter-spacing:.1em}
 .page-home .hero-copy h1{font-size:clamp(2rem,min(10.5vw,6.3svh),4.5rem);line-height:1.04}
 .page-home .hero-copy>p{max-width:42rem;margin-top:clamp(8px,1.6svh,18px);font-size:clamp(.875rem,1.9svh,1.0625rem);line-height:1.55}
 .page-home .hero-copy .actions{width:100%;max-width:580px;margin-top:clamp(10px,1.8svh,22px);gap:12px}
 .page-home .hero-copy .actions>a{min-height:46px;font-size:.9375rem;letter-spacing:.025em}
 .page-home .hero-copy .actions .button{padding:9px 12px}
 .page-home .hero-visual{width:min(640px,100%);min-height:120px;height:auto;margin:0 auto}
 .page-home .hero-photo{inset:6px 10px 14px 22px;border-radius:clamp(48px,12vw,90px) clamp(48px,12vw,90px) 10px 10px;box-shadow:7px 8px 0 #ffffff4a}
 .page-home .hero-drawing{width:clamp(90px,25vw,180px);height:clamp(120px,34vw,250px);max-height:85%;left:0;bottom:0}
 .page-home .craft-seal{width:116px;min-height:46px;top:8px;right:2px;padding:9px;gap:8px}
 .page-home .craft-seal>span:first-child{font-size:.875rem}
 .page-home .hero-photo figcaption{right:16px;bottom:12px}
 .page-home .hero-photo .script{font-size:clamp(1.8rem,8vw,2.7rem)}
 .page-home .hero-bottom{align-items:start;gap:10px;padding-block:clamp(10px,1.5svh,18px)}
 .page-home .hero-bottom>span:not(.since){flex-direction:column;align-items:flex-start;gap:4px;font-size:.8125rem;line-height:1.35;letter-spacing:0}
 .page-home .hero-bottom b{font-size:1.1rem}
}

@media screen and (min-width:701px) and (max-width:1100px) and (max-aspect-ratio:1/1){
 .page-home .hero-copy{text-align:center}
 .page-home .hero-copy .eyebrow{font-size:.875rem}
 .page-home .hero-copy h1{font-size:clamp(3rem,min(7vw,6.3svh),4.5rem)}
 .page-home .hero-copy>p{margin-inline:auto;line-height:1.65}
 .page-home .hero-copy .actions{margin-inline:auto}
 .page-home .hero-copy .actions>a{justify-content:center;gap:18px;font-size:1rem}
 .page-home .hero-bottom>span:not(.since){align-items:center;text-align:center;font-size:.9375rem}
 .page-home .hero-drawing{max-height:65%}
 .page-home .craft-seal{width:132px;padding:12px}
}

/* Short phone screens keep every line readable and both links comfortably tappable. */
@media screen and (max-width:700px) and (max-height:700px){
 .page-home .hero-grid{gap:8px;padding-block:10px 8px;grid-template-rows:auto minmax(96px,1fr)}
 .page-home .hero-copy .eyebrow{font-size:.75rem;margin-bottom:6px}
 .page-home .hero-copy h1{font-size:clamp(1.9rem,min(10vw,5.9svh),2.6rem)}
 .page-home .hero-copy>p{font-size:.875rem;line-height:1.45;margin-top:8px}
 .page-home .hero-copy .actions{margin-top:10px;gap:10px}
 .page-home .hero-copy .actions>a{font-size:.8125rem;min-height:44px;gap:8px}
 .page-home .hero-copy .actions .button{padding:8px 10px}
 .page-home .hero-visual{min-height:96px}
 .page-home .hero-bottom{padding-block:8px;gap:8px}
 .page-home .hero-bottom>span:not(.since){font-size:.75rem;gap:2px}
 .page-home .craft-seal{width:104px;min-height:40px;padding:7px}
 .page-home .craft-seal>span:first-child{font-size:.75rem}
 .page-home .hero-photo .script{font-size:1.8rem}
}

/* Leave room for the browser controls on the smallest portrait displays. */
@media screen and (max-width:700px) and (max-height:600px) and (max-aspect-ratio:1/1){
 .page-home .hero-grid{padding-block:6px;gap:6px}
 .page-home .hero-copy h1{font-size:1.9rem}
 .page-home .hero-bottom{padding-block:6px}
}
@media screen and (max-width:700px) and (max-height:520px) and (max-aspect-ratio:1/1){
 .page-home .hero-bottom b{display:none}
 .page-home .craft-seal{width:max-content;max-width:calc(100% - 16px);min-height:28px;padding:4px 8px;gap:6px;top:2px;right:8px;transform:rotate(3deg)}
}

@media screen and (min-width:1600px) and (min-height:1400px){
 .page-home .hero-visual{height:1100px;align-self:center}
}
/* Scale the composition as well as its background on ultrawide and 4K monitors. */
@media screen and (min-width:2000px){
 .page-home .home-hero>.wrap{width:min(2560px,calc(100% - var(--gutter)*2))}
 .page-home .hero-copy h1{font-size:clamp(2.5rem,min(5.5vw,10svh),11rem)}
 .page-home .hero-kicker{font-size:clamp(1.8rem,min(1.9vw,4svh),4rem)}
 .page-home .hero-copy>p{max-width:36rem;font-size:clamp(1.0625rem,min(.7vw,2svh),1.4rem)}
 .page-home .hero-copy .actions>a{font-size:1.125rem;min-height:60px}
 .page-home .hero-drawing{width:clamp(215px,8vw,300px);height:clamp(300px,11vw,420px)}
 .page-home .hero-bottom>span{font-size:clamp(1rem,.65vw,1.2rem)}
 .page-home .hero-bottom .since{font-size:clamp(2rem,1.4vw,3rem)}
}
/* Only tall displays have room for a capped photograph; shorter windows use the grid. */
@media screen and (min-width:2000px) and (min-height:1100px){
 .page-home .hero-visual{height:min(74svh,1500px);align-self:center}
}
@media screen and (max-height:650px){
 .page-home .hero-kicker{display:none}
}

/* A landscape phone has two short columns and a compact header instead of a tall stack. */
@media screen and (max-height:540px) and (min-aspect-ratio:11/10){
 .page-home .hero-grid{grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);grid-template-rows:auto;gap:20px;padding-block:10px}
 .page-home .hero-copy{max-width:none;text-align:left;align-self:center}
 .page-home .hero-kicker{display:none}
 .page-home .hero-copy .eyebrow{font-size:.6875rem;letter-spacing:.07em;margin-bottom:5px}
 .page-home .hero-copy h1{font-size:clamp(1.65rem,min(4.7vw,8.3svh),2.8rem);line-height:1.02}
 .page-home .hero-copy>p{font-size:.8125rem;line-height:1.4;margin-top:7px}
 .page-home .hero-copy .actions{margin:8px 0 0;gap:10px}
 .page-home .hero-copy .actions>a{font-size:.75rem;min-height:44px;gap:6px;letter-spacing:.01em;justify-content:space-between}
 .page-home .hero-copy .actions .button{padding:6px 8px}
 .page-home .hero-visual{min-height:140px;width:100%;margin:0}
 .page-home .hero-photo{inset:6px 8px 12px 12px;border-radius:45px 45px 8px 8px;box-shadow:5px 6px 0 #ffffff4a}
 .page-home .hero-drawing{width:100px;height:140px;max-height:65%;left:-3px;bottom:0}
 .page-home .craft-seal{width:100px;min-height:38px;top:8px;right:2px;padding:6px;gap:6px}
 .page-home .craft-seal>span:first-child{font-size:.75rem}
 .page-home .hero-photo figcaption{right:12px;bottom:8px}
 .page-home .hero-photo .script{font-size:1.8rem}
 .page-home .hero-bottom{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding-block:7px}
 .page-home .hero-bottom>span:not(.since){flex-direction:row;align-items:baseline;gap:6px;font-size:.6875rem;line-height:1.35;letter-spacing:0;text-align:left}
 .page-home .hero-bottom b{font-size:1rem}
 .page-home .hero-bottom .since{display:none}
}
@media screen and (max-width:560px) and (max-height:380px) and (min-aspect-ratio:11/10){
 .page-home .home-hero>.wrap{width:calc(100% - 32px)}
 .page-home .hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(0,.65fr);gap:14px;padding-block:6px}
 .page-home .hero-copy h1 br{display:none}
}

/* Text enlargement can extend the opening naturally, with all content and controls intact. */
@media screen {
 .large-text .page-home .home-hero{min-height:var(--hero-viewport)}
 .large-text .page-home .hero-grid{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto}
 .large-text .page-home .hero-copy{position:relative;top:auto;text-align:left}
 .large-text .page-home .hero-copy .actions{display:flex;flex-wrap:wrap;max-width:none}
 .large-text .page-home .hero-visual{width:min(680px,100%);height:clamp(240px,55vw,440px);margin-inline:auto}
 .large-text .page-home .hero-photo .script{font-size:min(3rem,16vw);line-height:1.5}
 .large-text .page-home .hero-bottom{grid-template-columns:minmax(0,1fr)}
 .large-text .page-home .hero-bottom>span:not(.since){flex-direction:row;align-items:baseline;text-align:left}
 .large-text .page-home .hero-bottom .since{display:none}
}
@media screen and (min-width:761px) and (max-width:1100px), screen and (min-width:1101px) and (max-width:1400px) and (hover:none) and (pointer:coarse){
 .specialties-heading{width:100%;max-width:48rem;justify-self:center;text-align:center}
}
