:root {
  --bordeaux:#75151e;
  --ink:#303239;
  --muted:#64666b;
  --line:#dedfe2;
  --soft:#faf6f6
}
* {
  box-sizing:border-box
}
html {
  scroll-padding-top:20px
}
body {
  margin:0;
  background:#eceeef;
  color:var(--ink);
  font:16px/1.6 "Segoe UI",Arial,Helvetica,sans-serif
}
a {
  color:var(--bordeaux);
  text-underline-offset:3px
}
a:hover {
  text-decoration:underline
}
a:focus-visible,summary:focus-visible {
  outline:3px solid #a76d27;
  outline-offset:4px
}
h1,h2,h3,p,figure {
  margin:0
}
h1,h2,h3 {
  line-height:1.3
}
h1 {
  font-size:28px;
  font-weight:600
}
h2 {
  font-size:22px;
  font-weight:600;
  margin-bottom:14px
}
h3 {
  font-size:18px;
  font-weight:600;
  margin-bottom:8px
}
p+p {
  margin-top:12px
}
ul,ol {
  padding-left:23px
}
li+li {
  margin-top:5px
}
img {
  display:block;
  max-width:100%;
  height:auto
}
button,input,textarea {
  font:inherit
}
.sheet {
  max-width:1120px;
  width:calc(100% - 48px);
  margin:28px auto;
  background:#fff;
  border:1px solid #d7d9dd;
  box-shadow:0 5px 22px #20252d06
}
.masthead {
  padding:26px 34px 25px;
  background:var(--bordeaux);
  color:white
}
.brand {
  display:inline-block;
  font-size:32px;
  line-height:1.3;
  font-weight:500;
  letter-spacing:-.025em;
  color:white;
  text-decoration:none
}
.masthead p {
  font-size:15px;
  margin-top:7px;
  color:#f3e7e8
}
.nav {
  display:flex;
  justify-content:space-between;
  gap:6px;
  padding:0 22px;
  border-bottom:1px solid var(--line)
}
.nav-links {
  display:flex;
  flex-wrap:wrap
}
.nav a {
  display:flex;
  align-items:center;
  padding:13px 12px;
  color:var(--ink);
  text-decoration:none;
  font-size:14px;
  white-space:nowrap
}
.nav a[aria-current=page],.nav a:hover {
  background:var(--soft);
  color:var(--bordeaux)
}
.nav .online {
  color:var(--bordeaux);
  font-weight:600
}
.content {
  padding:28px 34px 32px
}
.section+.section {
  margin-top:28px;
  padding-top:26px;
  border-top:1px solid var(--line)
}
.page-title {
  margin-bottom:24px
}
.page-title p {
  margin-top:10px;
  color:var(--muted);
  max-width:74ch
}
.page-title h1 {
  color:var(--bordeaux)
}
.news h2 {
  color:var(--bordeaux)
}
.news-item {
  background:#fcf9f9;
  border-left:3px solid var(--bordeaux);
  padding:16px 19px
}
.news-item p {
  white-space:pre-line;
  overflow-wrap:anywhere
}
.news-item h3 {
  font-size:17px
}
.welcome {
  display:grid;
  grid-template-columns:minmax(0,1fr) 40%;
  align-items:center;
  gap:36px
}
.welcome p {
  max-width:56ch
}
.welcome .team img {
  width:100%
}
.welcome .team {
  margin:0
}
.welcome h1 {
  font-size:23px;
  color:var(--ink);
  margin-bottom:13px
}
.text-link {
  display:inline-block;
  margin-top:14px;
  font-size:15px;
  font-weight:600
}
.photo-row {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:26px
}
.photo-row img {
  width:100%;
  aspect-ratio:9/4;
  object-fit:contain;
  background:#f5f2f2
}
.photo-row a {
  display:block
}
.photo-row figcaption,figcaption {
  font-size:13px;
  color:var(--muted);
  margin-top:7px
}
.archive-note {
  font-size:12px;
  color:var(--muted);
  margin-top:10px
}
.service-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  column-gap:26px;
  border-top:1px solid var(--line)
}
.service-grid article {
  padding:17px 0;
  border-bottom:1px solid var(--line)
}
.service-grid h3 {
  font-size:17px
}
.service-grid p {
  font-size:14px;
  color:var(--muted)
}
.service-grid a {
  text-decoration:none
}
.service-grid a:hover {
  text-decoration:underline
}
.information {
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:27px;
  padding:25px 34px;
  background:#f6f7f8;
  border-top:1px solid var(--line)
}
.information>section {
  min-width:0
}
.information>section+section {
  border-left:1px solid var(--line);
  padding-left:25px
}
.information h2 {
  font-size:19px
}
.information p,.information address {
  font-size:15px
}
.information .small {
  font-size:13px;
  color:var(--muted);
  margin-top:13px
}
address {
  font-style:normal
}
.phone {
  display:block;
  font-size:21px;
  font-weight:600;
  text-decoration:none;
  margin-bottom:12px
}
.email {
  display:inline-block;
  margin-top:12px;
  overflow-wrap:anywhere;
  font-size:14px
}
.hours {
  width:100%;
  border-collapse:collapse;
  font-size:14px;
  font-variant-numeric:tabular-nums
}
.hours th {
  font-weight:400;
  text-align:left;
  padding:7px 9px 7px 0
}
.hours td {
  text-align:right;
  white-space:nowrap
}
.hours tr+tr {
  border-top:1px solid var(--line)
}
.booking {
  display:inline-flex;
  justify-content:center;
  background:var(--bordeaux);
  color:white;
  padding:11px 15px;
  text-decoration:none;
  font-weight:600;
  font-size:14px;
  margin-top:14px;
  min-height:44px
}
.booking:hover {
  background:#5c1119
}
.information .booking {
  width:100%
}
.footer {
  padding:17px 34px;
  display:flex;
  justify-content:space-between;
  gap:15px;
  flex-wrap:wrap;
  border-top:1px solid var(--line);
  font-size:12px;
  color:var(--muted)
}
.footer-links {
  display:flex;
  gap:19px;
  flex-wrap:wrap
}
.footer a {
  color:inherit
}
.subnav {
  display:flex;
  flex-wrap:wrap;
  gap:9px 20px;
  padding:12px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  margin-bottom:26px;
  font-size:14px
}
.subnav a[aria-current=page] {
  font-weight:700
}
.prose {
  max-width:78ch
}
.prose h2 {
  margin-top:28px
}
.prose p {
  margin-top:10px
}
.prose ul {
  margin-top:12px
}
.source {
  font-size:13px;
  color:var(--muted);
  margin-top:25px;
  padding-top:17px;
  border-top:1px solid var(--line)
}
.source a {
  color:inherit
}
.source ul {
  padding-left:20px
}
.note {
  border-left:3px solid #ba862c;
  background:#fffaf0;
  padding:15px 18px;
  font-size:14px;
  margin:20px 0
}
.note p+p {
  margin-top:8px
}
.pending {
  background:#fff0c8;
  padding:1px 4px;
  color:#5f481b
}
.gallery {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px 20px
}
.gallery a {
  display:block
}
.gallery img {
  width:100%;
  aspect-ratio:16/9;
  object-fit:contain;
  background:#f4f1f1
}
.team-intro {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
  align-items:center;
  margin-bottom:30px
}
.team-intro img {
  width:100%
}
.team-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px
}
.team-grid figure {
  margin-bottom:17px
}
.team-grid img {
  width:100%;
  max-width:265px
}
.team-grid h2 {
  font-size:19px
}
.team-grid p {
  font-size:15px
}
.tiles {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px
}
.tile {
  border-bottom:1px solid var(--line);
  padding-bottom:22px
}
.tile img {
  width:100%;
  aspect-ratio:9/4;
  object-fit:contain;
  background:#f4f1f1;
  margin-bottom:18px
}
.tile h2 {
  font-size:21px
}
.tile p {
  font-size:15px;
  color:var(--muted)
}
.service-section {
  display:grid;
  grid-template-columns:minmax(0,1fr) 285px;
  gap:36px;
  align-items:start
}
.service-section figure {
  margin-top:5px
}
.service-section figure img {
  width:100%
}
.service-section h2 {
  font-size:22px;
  color:var(--bordeaux)
}
.service-section ul {
  columns:2;
  column-gap:32px;
  margin-bottom:0
}
.service-section li {
  break-inside:avoid;
  font-size:15px;
  margin-bottom:7px
}
.service-section .single {
  columns:1
}
.contact-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:45px
}
.contact-grid .hours {
  font-size:16px;
  max-width:400px
}
.contact-grid h2 {
  margin-top:0
}
.contact-grid .section {
  margin-top:25px
}
.skip {
  position:absolute;
  left:20px;
  top:-100px;
  padding:10px 16px;
  background:white;
  z-index:10
}
.skip:focus {
  top:10px
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
@media(max-width:980px) {
  .nav {
    padding:0 16px
  }
  .nav a {
    font-size:13px;
    padding-inline:9px
  }
  .service-grid {
    grid-template-columns:1fr 1fr
  }
  .service-section {
    grid-template-columns:1fr 250px;
    gap:25px
  }
  .service-section ul {
    columns:1
  }
  .information {
    gap:18px
  }
  .information>section+section {
    padding-left:18px
  }
  .information .hours {
    font-size:13px
  }
  .information .phone {
    font-size:19px
  }
  .brand {
    font-size:30px
  }
}
@media(max-width:760px) {
  .sheet {
    width:calc(100% - 24px);
    margin:12px auto
  }
  .content {
    padding:24px
  }
  .masthead {
    padding:24px
  }
  .brand {
    font-size:28px
  }
  .nav {
    display:block;
    padding-inline:15px
  }
  .nav .online {
    border-top:1px solid var(--line);
    padding-block:10px
  }
  .welcome {
    grid-template-columns:1fr 40%;
    gap:25px
  }
  .welcome h1 {
    font-size:21px
  }
  .welcome p {
    font-size:15px
  }
  .photo-row {
    gap:12px
  }
  .information {
    grid-template-columns:1fr 1fr;
    padding:24px
  }
  .information>section:last-child {
    grid-column:1/-1;
    border-left:0;
    border-top:1px solid var(--line);
    padding:20px 0 0
  }
  .information .booking {
    width:auto
  }
  .information .hours {
    font-size:15px
  }
  .gallery {
    grid-template-columns:1fr 1fr
  }
  .service-section {
    grid-template-columns:1fr
  }
  .service-section figure {
    max-width:420px
  }
  .team-grid {
    gap:18px
  }
  .team-grid h2 {
    font-size:17px
  }
  .contact-grid {
    gap:25px
  }
  .footer {
    padding-inline:24px
  }
}
@media(max-width:560px) {
  body {
    font-size:16px
  }
  .sheet {
    width:100%;
    margin:0;
    border:0
  }
  .masthead {
    padding:21px 20px
  }
  .brand {
    font-size:clamp(23px,5.5vw,28px)
  }
  .masthead p {
    font-size:13px
  }
  .nav {
    padding-inline:11px
  }
  .nav a {
    font-size:13px;
    padding:11px 9px
  }
  .content {
    padding:23px 20px
  }
  .welcome {
    grid-template-columns:1fr;
    gap:20px
  }
  .welcome .team {
    max-width:420px
  }
  .photo-row {
    grid-template-columns:1fr;
    gap:20px
  }
  .photo-row img {
    max-width:100%
  }
  .photo-row figcaption {
    font-size:14px
  }
  .service-grid {
    grid-template-columns:1fr
  }
  .service-grid p {
    font-size:15px
  }
  .information {
    grid-template-columns:1fr;
    padding:23px 20px;
    gap:23px
  }
  .information>section+section {
    border-left:0;
    border-top:1px solid var(--line);
    padding:20px 0 0
  }
  .information>section:last-child {
    grid-column:auto
  }
  .information .booking {
    width:100%
  }
  .gallery,.team-grid,.tiles,.team-intro,.contact-grid {
    grid-template-columns:1fr
  }
  .gallery {
    gap:24px
  }
  .team-intro {
    gap:20px
  }
  .team-grid {
    gap:28px
  }
  .team-grid img {
    max-width:280px
  }
  .team-grid h2 {
    font-size:20px
  }
  .contact-grid {
    gap:30px
  }
  .footer {
    padding:17px 20px
  }
  .subnav {
    gap:9px 17px
  }
  .page-title h1 {
    font-size:26px
  }
}
@media print {
  body {
    background:white
  }
  .sheet {
    max-width:none;
    width:100%;
    margin:0;
    border:0;
    box-shadow:none
  }
  .nav,.skip {
    display:none
  }
  .masthead {
    background:white;
    color:var(--ink)
  }
  .brand,.masthead p {
    color:var(--ink)
  }
  .content {
    padding-inline:0
  }
  .information {
    padding-inline:0;
    background:white
  }
  a {
    color:inherit
  }
  .section,figure {
    break-inside:avoid
  }
}
/* Shared news and the approved legal text hierarchy. */
.news-item+.news-item {
  margin-top:14px
}
.news-item h3 {
  overflow-wrap:anywhere
}
.prose h3 {
  margin-top:24px
}
.prose a {
  overflow-wrap:anywhere
}
.prose h2,.prose h3 {
  overflow-wrap:anywhere;
  hyphens:auto
}
/* Approved MC monogram and original category illustrations, 27 September 2026. */
.masthead {
  display:flex;
  align-items:center;
  gap:22px
}
.brand-mark {
  display:block;
  flex:0 0 88px;
  border-radius:8px
}
.brand-mark img {
  width:88px;
  height:88px
}
.brand-copy {
  min-width:0
}
.service-grid article {
  display:grid;
  grid-template-columns:80px minmax(0,1fr);
  gap:12px;
  align-items:start
}
.service-icon {
  width:80px;
  height:80px;
  object-fit:contain
}
.service-copy {
  min-width:0;
  padding-top:9px
}
.illustrated-tips .tile {
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:20px;
  align-items:center;
  min-width:0
}
.illustrated-tips .tile .tip-icon {
  width:112px;
  height:112px;
  aspect-ratio:1;
  object-fit:contain;
  background:#fff;
  margin:0
}
.illustrated-tips .tile h2 {
  margin-bottom:8px
}
@media(max-width:760px) {
  .masthead {
    gap:16px
  }
  .brand-mark {
    flex-basis:72px
  }
  .brand-mark img {
    width:72px;
    height:72px
  }
  .illustrated-tips .tile {
    grid-template-columns:88px minmax(0,1fr);
    gap:14px
  }
  .illustrated-tips .tile .tip-icon {
    width:88px;
    height:88px
  }
}
@media(max-width:560px) {
  .masthead {
    gap:14px;
    align-items:flex-start
  }
  .brand-mark {
    flex-basis:60px
  }
  .brand-mark img {
    width:60px;
    height:60px
  }
  .brand {
    font-size:clamp(21px,5.5vw,28px)
  }
  .brand-copy p {
    line-height:1.5
  }
  .service-grid article {
    gap:14px
  }
  .service-copy {
    padding-top:7px
  }
}
@media print {
  .brand-mark {
    flex-basis:64px
  }
  .brand-mark img {
    width:64px;
    height:64px
  }
}
/* Language navigation: paired pages without cookies or external services. */
.masthead {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 22px;
}
.language-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: start;
  justify-self: end;
}
.language-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  min-height: 40px;
  padding: 6px 4px;
  border: 0;
  color: #f3e7e8;
  background: none;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}
.language-switch img {
  width: 18px;
  height: 12px;
  object-fit: contain;
}
.language-switch a[aria-current="page"] {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.language-switch a:hover {
  color: #fff;
  text-decoration: underline;
}
.language-switch a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.language-switch-mobile {
  display: none;
}
.nav-actions {
  display: flex;
  align-items: center;
}
.news-language-note {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 12px;
}
@media (max-width: 980px) {
  .masthead {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 8px 22px;
  }
  .language-switch-desktop {
    grid-column: 2;
    grid-row: 1;
  }
  .brand-mark {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
  }
  .brand-copy {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (max-width: 760px) {
  .masthead {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
  }
  .brand-mark, .brand-copy {
    grid-row: 1;
  }
  .language-switch-desktop {
    display: none;
  }
  .nav-links {
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }
  .nav-links a {
    flex: 1 0 auto;
    justify-content: center;
    min-height: 44px;
    padding: 12px 4px;
  }
  .nav-actions {
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid var(--line);
  }
  .nav-actions .online {
    border-top: 0;
    min-height: 44px;
    padding: 10px 5px;
  }
  .nav-actions .language-switch-mobile {
    display: flex;
    flex-shrink: 0;
    align-self: center;
    gap: 8px;
  }
  .nav-actions .language-switch a {
    min-height: 40px;
    padding: 6px 4px;
    font-size: 12px;
    color: var(--muted);
    background: none;
  }
  .nav-actions .language-switch a[aria-current="page"],
  .nav-actions .language-switch a:hover {
    color: var(--bordeaux);
    background: none;
  }
  .nav-actions .language-switch a:focus-visible {
    outline-color: var(--bordeaux);
    outline-offset: 1px;
  }
}
@media (max-width: 560px) {
  .masthead {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 14px;
  }
  .brand-mark {
    align-self: start;
  }
  .brand-copy .brand {
    overflow-wrap: normal;
  }
  .nav {
    padding-inline: 10px;
  }
}
@media (max-width: 380px) {
  .nav-links a {
    padding-inline: 2px;
  }
}
@media print {
  .masthead {
    grid-template-columns: 64px minmax(0, 1fr);
  }
  .language-switch {
    display: none;
  }
  .brand-mark {
    grid-column: 1;
    grid-row: 1;
  }
  .brand-copy {
    grid-column: 2;
    grid-row: 1;
  }
}
