*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid}html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}button,input,optgroup,select,textarea{font:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,input:where([type=button],[type=reset],[type=submit]){appearance:button;background:transparent}a{color:inherit;text-decoration:inherit}ol,ul,menu{list-style:none;margin:0;padding:0}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}dialog{margin:auto}[hidden]:not([hidden=until-found]){display:none!important}summary{display:list-item}
@font-face {
  font-family: Jost;
  src: url("../fonts/jost.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: Instrument;
  src: url("../fonts/instrument.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}
:root {
  --cg-bg: #080706;
  --cg-surface: #151311;
  --cg-text: #f4efe8;
  --cg-muted: #b9afa4;
  --cg-brass: #baa896;
  --cg-line: #ffffff21;
  --cg-orange: #dc6b29;
  --cg-margin: clamp(24px, 5.5vw, 100px);
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  background: var(--cg-bg);
}
body {
  margin: 0;
  background: var(--cg-bg);
  color: var(--cg-text);
  font-family: Instrument, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: Jost, Arial, sans-serif;
  font-weight: 400;
}
h2 {
  font-size: clamp(36px, 4.6vw, 66px);
  line-height: 1.09;
  letter-spacing: -0.035em;
}
p {
  color: var(--cg-muted);
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 2px solid #e7a66f;
  outline-offset: 5px;
}
.cg-wrap {
  width: calc(100% - 2 * var(--cg-margin));
  max-width: 1320px;
  margin-inline: auto;
}
.cg-section {
  padding-block: clamp(72px, 8vw, 130px);
}
.cg-section-title {
  margin-bottom: 50px;
  max-width: 760px;
}
.cg-section-title > p:not(.cg-kicker) {
  margin-top: 24px;
  font-size: 17px;
  line-height: 1.7;
}
.cg-kicker {
  color: var(--cg-brass);
  font-size: 11px;
  letter-spacing: 0.2em;
  margin-bottom: 22px;
  font-weight: 500;
}
.cg-arrow {
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  transition: transform 0.3s;
}
.cg-header {
  height: 88px;
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  padding: 0 var(--cg-margin);
  gap: 32px;
  background: #080706f5;
  backdrop-filter: blur(15px);
  border-bottom: 1px solid #ffffff0e;
}
.cg-brand {
  width: 174px;
  flex-shrink: 0;
}
.cg-brand img {
  width: 100%;
  height: 64px;
  object-fit: contain;
}
.cg-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
  font-size: 13px;
}
.cg-nav a {
  padding: 15px 0;
  position: relative;
  color: #e1d8cd;
}
.cg-nav a::after {
  content: "";
  height: 1px;
  background: var(--cg-brass);
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.cg-nav a:hover::after {
  transform: scaleX(1);
}
.cg-nav-call {
  font-size: 13px;
  white-space: nowrap;
}
.cg-nav-devis {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #baa89670;
  padding: 11px 16px;
  font-size: 12px;
  white-space: nowrap;
  transition: border-color 0.2s;
}
.cg-nav-devis:hover {
  border-color: var(--cg-brass);
}
.cg-nav-devis:hover .cg-arrow {
  transform: translate(2px, -2px);
}
.cg-menu-button {
  display: none;
  background: none;
  border: 0;
  width: 44px;
  height: 44px;
  padding: 10px;
}
.cg-menu-button span {
  display: block;
  height: 1px;
  background: var(--cg-text);
  margin: 7px 0;
}
.cg-skip {
  position: fixed;
  top: 10px;
  left: 10px;
  transform: translateY(-200%);
  background: var(--cg-text);
  color: var(--cg-bg);
  z-index: 200;
  padding: 12px;
}
.cg-skip:focus {
  transform: none;
}
.cg-hero {
  position: relative;
  min-height: 570px;
  max-height: 850px;
  aspect-ratio: 16/8.8;
  isolation: isolate;
  overflow: hidden;
}
.cg-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.cg-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 50%;
}
.cg-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(8, 7, 6, 0.83) 0%,
      rgba(8, 7, 6, 0.63) 29%,
      rgba(8, 7, 6, 0.06) 62%,
      rgba(8, 7, 6, 0.02)
    ),
    linear-gradient(0deg, rgba(8, 7, 6, 0.22), transparent 50%);
}
.cg-hero-copy {
  padding: clamp(105px, 12vw, 190px) 0 80px var(--cg-margin);
  width: 52%;
  max-width: 800px;
}
.cg-hero .cg-kicker {
  color: #e8cbb3;
}
.cg-hero h1 {
  font-size: clamp(44px, 4.35vw, 70px);
  line-height: 1.08;
  font-weight: 350;
  letter-spacing: -0.035em;
  text-wrap: nowrap;
}
.cg-hero-intro {
  font-size: 17px;
  line-height: 1.75;
  margin: 27px 0 35px;
  color: #e2d9cf;
}
.cg-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}
.cg-hero-actions > a:first-child {
  background: var(--cg-orange);
  color: #160c05;
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 13px;
  font-weight: 600;
  padding: 18px 21px;
  white-space: nowrap;
  transition:
    transform 0.25s,
    background 0.25s;
}
.cg-hero-actions > a:first-child:hover {
  transform: translateY(-3px);
  background: #ee8242;
}
.cg-hero-actions > a:first-child:active {
  transform: translateY(1px);
}
.cg-hero-actions > a:last-child {
  font-size: 12px;
  display: grid;
  gap: 4px;
}
.cg-hero-actions > a:last-child span {
  font-size: 14px;
  color: #ece0d2;
  white-space: nowrap;
}
.cg-hero-badge {
  position: absolute;
  right: var(--cg-margin);
  bottom: 38px;
  width: 105px;
  filter: drop-shadow(0 4px 16px #0008);
}
.cg-service-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8.2%;
  align-items: center;
}
.cg-service-photo {
  position: relative;
  aspect-ratio: 1.06;
}
.cg-service-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: cg-photo-enter 0.6s ease-out;
}
.cg-photo-corner {
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 65px;
  height: 65px;
  border-left: 1px solid var(--cg-brass);
  border-bottom: 1px solid var(--cg-brass);
}
.cg-service-row {
  border-top: 1px solid var(--cg-line);
}
.cg-service-row:last-of-type {
  border-bottom: 1px solid var(--cg-line);
}
.cg-service-row > h3 > button {
  width: 100%;
  padding: 25px 0;
  background: none;
  border: none;
  color: var(--cg-muted);
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  gap: 12px;
}
.cg-service-row h3 {
  font-size: clamp(23px, 2.15vw, 33px);
  letter-spacing: -0.02em;
}
.cg-service-row > h3 > button > span {
  font-size: 26px;
  font-weight: 300;
}
.cg-service-row.is-active > h3 > button {
  color: var(--cg-text);
}
.cg-service-row p {
  font-size: 15px;
  line-height: 1.8;
  max-width: 430px;
}
.cg-service-row a {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  margin: 25px 0 32px;
  font-size: 12px;
  color: var(--cg-brass);
}
.cg-service-row a:hover .cg-arrow {
  transform: translate(3px, -3px);
}
.cg-service-footnote {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 28px;
  color: #918579;
}
.cg-gallery {
  background: var(--cg-surface);
}
.cg-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 32px;
  border-bottom: 1px solid var(--cg-line);
  margin-bottom: 45px;
}
.cg-filters button {
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 14px 0;
  background: none;
  color: var(--cg-muted);
  font-size: 13px;
  margin-bottom: -1px;
}
.cg-filters button[aria-pressed="true"] {
  color: var(--cg-text);
  border-bottom-color: var(--cg-orange);
}
.cg-filters button:hover {
  color: var(--cg-text);
}
.cg-project-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px 5%;
}
.cg-project:nth-child(even) {
  padding-top: 80px;
}
.cg-project > button {
  position: relative;
  background: none;
  border: 0;
  padding: 0;
  display: block;
  width: 100%;
  overflow: hidden;
}
.cg-project img {
  width: 100%;
  aspect-ratio: 1.15;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.cg-project:nth-child(even) img {
  aspect-ratio: 1.28;
}
.cg-project:nth-child(3) img,
.cg-project:nth-child(6) img {
  aspect-ratio: 1.25;
}
.cg-project button:hover img {
  transform: scale(1.025);
}
.cg-project-zoom {
  position: absolute;
  right: 17px;
  bottom: 17px;
  border: 1px solid #f4efe895;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  color: var(--cg-text);
  background: #08070670;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(7px);
  transition:
    opacity 0.3s,
    transform 0.3s;
}
.cg-project button:hover .cg-project-zoom,
.cg-project button:focus-visible .cg-project-zoom {
  opacity: 1;
  transform: none;
}
.cg-project figcaption {
  padding-top: 17px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 15px;
}
.cg-project h3 {
  font-size: 20px;
}
.cg-project figcaption > span {
  font-size: 11px;
  color: var(--cg-muted);
}
.cg-project-grid.is-filtered .cg-project {
  padding-top: 0;
}
.cg-gallery-more {
  text-align: center;
  margin-top: 60px;
}
.cg-text-link {
  display: inline-flex;
  gap: 35px;
  align-items: center;
  font-size: 13px;
  padding: 12px 0;
  color: var(--cg-brass);
}
.cg-text-link:hover .cg-arrow {
  transform: translate(4px, -4px);
}
.cg-comparison {
  position: relative;
  aspect-ratio: 1.75;
  overflow: hidden;
  background: var(--cg-surface);
}
.cg-comparison > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cg-comparison input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}
.cg-comparison:focus-within {
  outline: 2px solid var(--cg-orange);
  outline-offset: 4px;
}
.cg-comparison-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--cg-text);
  transform: translateX(-50%);
  pointer-events: none;
}
.cg-comparison-line span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--cg-text);
  color: #171410;
  display: grid;
  place-items: center;
  font-size: 23px;
  box-shadow: 0 3px 30px #0003;
}
.cg-before-label,
.cg-after-label {
  position: absolute;
  bottom: 20px;
  background: #080706ba;
  color: var(--cg-text);
  padding: 5px 13px;
  font-size: 12px;
  pointer-events: none;
}
.cg-before-label {
  left: 20px;
}
.cg-after-label {
  right: 20px;
}
.cg-transformation figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  color: var(--cg-muted);
  margin-top: 18px;
}
.cg-artisan {
  background: #11100f;
}
.cg-artisan-layout {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 12%;
  align-items: center;
}
.cg-experience {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 30px;
}
.cg-experience strong {
  font-family: Jost, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 1;
  color: var(--cg-brass);
  letter-spacing: -0.055em;
}
.cg-experience span {
  font-size: 12px;
  color: var(--cg-brass);
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.cg-artisan h2 {
  font-size: clamp(36px, 4vw, 60px);
  margin-bottom: 30px;
}
.cg-artisan-name {
  color: var(--cg-text);
  font-size: 18px;
  margin-bottom: 16px;
}
.cg-artisan-copy > p:not(.cg-artisan-name) {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 18px;
}
.cg-artisan-copy .cg-text-link {
  margin-top: 8px;
}
.cg-artisan-photo {
  position: relative;
}
.cg-artisan-photo > img:first-child {
  width: 100%;
  height: auto;
  aspect-ratio: 0.8;
  object-fit: cover;
  object-position: 50% 30%;
}
.cg-artisan-badge {
  position: absolute;
  right: -34px;
  bottom: 22px;
  width: 112px;
}
.cg-contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 9%;
}
.cg-contact-copy > p {
  margin-top: 27px;
  font-size: 16px;
  line-height: 1.8;
}
.cg-contact-phone {
  font-family: Jost, sans-serif;
  font-size: clamp(26px, 2.75vw, 42px);
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 350px;
  border-bottom: 1px solid var(--cg-line);
  padding: 32px 0 18px;
  margin-bottom: 40px;
}
.cg-contact-phone .cg-arrow {
  font-size: 26px;
  color: var(--cg-brass);
}
.cg-local h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.cg-local address {
  font-style: normal;
  color: var(--cg-muted);
  font-size: 14px;
}
.cg-local p {
  font-size: 13px;
  max-width: 310px;
  line-height: 1.8;
  margin-top: 22px;
}
.cg-form {
  padding-top: 8px;
  min-width: 0;
}
.cg-form-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.cg-form label {
  display: block;
  color: #dcd2c6;
  font-size: 12px;
  margin-bottom: 28px;
}
.cg-form input:not([type="checkbox"]):not([type="file"]),
.cg-form select,
.cg-form textarea {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #807466;
  padding: 12px 0 10px;
  color: var(--cg-text);
  background: transparent;
  min-height: 47px;
  border-radius: 0;
  font-size: 16px;
  outline-offset: 3px;
}
.cg-form select {
  background: var(--cg-bg);
}
.cg-form textarea {
  resize: vertical;
  min-height: 100px;
}
.cg-form textarea::placeholder {
  font-size: 14px;
  color: #978c80;
}
.cg-attachment {
  border-bottom: 1px solid var(--cg-line);
  padding-bottom: 19px;
}
.cg-attachment > span {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cg-attachment > span span,
.cg-attachment small {
  color: #a29587;
  font-size: 11px;
}
.cg-attachment input {
  font-size: 12px;
  max-width: 100%;
  margin-bottom: 10px;
}
.cg-attachment input::file-selector-button {
  font: inherit;
  color: var(--cg-text);
  background: var(--cg-surface);
  border: 1px solid var(--cg-line);
  padding: 9px 12px;
  margin-right: 12px;
}
.cg-attachment small {
  display: block;
}
.cg-form .cg-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 11px;
  line-height: 1.7;
  color: var(--cg-muted);
  margin-bottom: 24px;
}
.cg-consent input {
  margin: 3px 0 0;
  accent-color: var(--cg-orange);
  flex-shrink: 0;
  width: 15px;
  height: 15px;
}
.cg-consent a {
  text-decoration: underline;
}
.cg-submit {
  padding: 17px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: var(--cg-brass);
  color: #160f09;
  border: 0;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.2s;
}
.cg-submit:hover:not(:disabled) {
  background: #d6c3b1;
}
.cg-submit:disabled {
  background: #302a25;
  color: #b9ada1;
}
.cg-form-unavailable {
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 15px;
  border-left: 1px solid var(--cg-brass);
  padding-left: 13px;
}
.cg-form-unavailable a {
  color: var(--cg-text);
  white-space: nowrap;
}
.cg-form-status {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid var(--cg-line);
  font-size: 14px;
}
.cg-form-status.is-error {
  border-color: #c57a55;
}
.cg-honeypot,
.cg-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.cg-footer {
  border-top: 1px solid var(--cg-line);
  background: #0d0b0a;
}
.cg-footer-main {
  display: grid;
  grid-template-columns: 0.8fr 1.3fr 1fr;
  gap: 55px;
  padding-block: 52px;
}
.cg-footer-main img {
  width: 175px;
  height: 72px;
  object-fit: contain;
}
.cg-footer-main > p {
  font-size: 15px;
  color: var(--cg-text);
  line-height: 1.9;
}
.cg-footer-main > p span {
  font-size: 12px;
  color: var(--cg-muted);
}
.cg-footer-main > div {
  justify-self: end;
}
.cg-footer-main > div > a {
  font-size: 17px;
}
.cg-footer-main > div > p {
  font-size: 12px;
  margin-top: 9px;
  line-height: 1.8;
}
.cg-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  padding-block: 22px;
  color: #9e9285;
  border-top: 1px solid var(--cg-line);
}
.cg-footer-bottom > div {
  display: flex;
  gap: 24px;
}
.cg-mobile-bar {
  display: none;
}
.cg-menu {
  max-width: none;
  width: 100%;
  height: 100dvh;
  max-height: none;
  padding: 25px var(--cg-margin);
  border: 0;
  background: var(--cg-bg);
  color: var(--cg-text);
  margin: 0;
}
.cg-menu::backdrop {
  background: #000a;
}
.cg-menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cg-menu-top > button {
  font-size: 32px;
  color: var(--cg-text);
  background: none;
  border: 0;
  width: 44px;
  height: 44px;
}
.cg-menu nav {
  margin-top: 50px;
}
.cg-menu nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Jost, sans-serif;
  font-size: 30px;
  padding: 18px 0;
  border-bottom: 1px solid var(--cg-line);
}
.cg-menu-phone {
  display: block;
  font-size: 24px;
  margin-top: 42px;
}
.cg-menu > p {
  font-size: 13px;
  margin-top: 20px;
}
.cg-lightbox {
  border: 1px solid var(--cg-line);
  background: var(--cg-bg);
  color: var(--cg-text);
  width: min(1100px, calc(100% - 32px));
  max-width: 1100px;
  max-height: 94dvh;
  padding: 50px 20px 15px;
}
.cg-lightbox::backdrop {
  background: #000e;
  backdrop-filter: blur(5px);
}
.cg-lightbox > img {
  width: 100%;
  height: 72dvh;
  object-fit: contain;
}
.cg-lightbox-close {
  position: absolute;
  top: 3px;
  right: 12px;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  color: var(--cg-text);
  font-size: 35px;
}
.cg-lightbox-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
}
.cg-lightbox-caption > button {
  background: none;
  border: 1px solid var(--cg-line);
  color: var(--cg-text);
  width: 44px;
  height: 44px;
  font-size: 22px;
}
.cg-lightbox-caption > p {
  font-size: 14px;
  text-align: center;
}
.cg-page-top {
  padding-block: 75px 65px;
}
.cg-page-top > a {
  font-size: 12px;
  color: var(--cg-brass);
  display: inline-block;
  margin-bottom: 32px;
}
.cg-page-top h1 {
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.1;
  max-width: 1000px;
  letter-spacing: -0.025em;
}
.cg-page-top p {
  margin-top: 25px;
  max-width: 760px;
  font-size: 18px;
}
.cg-gallery-alone {
  padding-top: 30px;
}
.cg-service-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7%;
  padding-bottom: 90px;
  align-items: start;
}
.cg-service-page > img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.cg-service-page h2 {
  font-size: 27px;
  margin-top: 32px;
  margin-bottom: 14px;
}
.cg-service-page p {
  font-size: 16px;
  line-height: 1.85;
}
.cg-service-page-lead {
  color: var(--cg-text);
}
.cg-service-page .cg-text-link {
  margin-top: 25px;
}
.cg-related {
  border-top: 1px solid var(--cg-line);
  padding-block: 45px 75px;
}
.cg-related h2 {
  font-size: 29px;
  margin-bottom: 20px;
}
.cg-related a {
  font-size: 15px;
  margin-right: 30px;
  display: inline-block;
  padding-block: 12px;
  color: var(--cg-brass);
}
.cg-legal {
  max-width: 850px;
  padding-bottom: 100px;
}
.cg-legal h2 {
  font-size: 28px;
  margin: 28px 0 15px;
}
.cg-legal p {
  line-height: 1.9;
}
.cg-error {
  min-height: 60dvh;
  padding: 100px var(--cg-margin);
  text-align: center;
}
.cg-error h1 {
  font-size: 42px;
}
.cg-error p {
  margin: 20px;
}
.cg-error a,
.cg-error button {
  display: inline-block;
  padding: 14px 25px;
  color: var(--cg-text);
  border: 1px solid var(--cg-line);
  background: var(--cg-surface);
  margin: 10px;
}
@keyframes cg-photo-enter {
  from {
    transform: scale(1.012);
  }
  to {
    transform: scale(1);
  }
}
@media (min-width: 1650px) {
  .cg-hero-copy {
    padding-left: max(var(--cg-margin), calc((100vw - 1320px) / 2));
  }
}
@media (max-width: 1250px) {
  .cg-header {
    gap: 23px;
    height: 80px;
  }
  .cg-brand {
    width: 148px;
  }
  .cg-nav {
    gap: 22px;
  }
  .cg-nav-call {
    display: none;
  }
  .cg-hero-copy {
    width: 58%;
    padding-top: 120px;
  }
  .cg-hero h1 {
    font-size: 56px;
  }
}
@media (max-width: 950px) {
  .cg-nav {
    gap: 16px;
    font-size: 12px;
  }
  .cg-nav-devis {
    padding: 10px;
    font-size: 11px;
    gap: 10px;
  }
  .cg-header {
    gap: 20px;
  }
  .cg-hero h1 {
    font-size: 46px;
  }
  .cg-hero {
    min-height: 530px;
  }
  .cg-hero-copy {
    padding-top: 105px;
  }
  .cg-hero-actions {
    gap: 18px;
    align-items: flex-start;
  }
  .cg-hero-actions > a:first-child {
    padding: 17px 15px;
    font-size: 12px;
    gap: 12px;
  }
  .cg-hero-actions > a:last-child span {
    font-size: 12px;
  }
  .cg-hero-intro {
    font-size: 15px;
  }
  .cg-service-layout {
    gap: 6%;
  }
  .cg-artisan-layout {
    gap: 8%;
  }
  .cg-artisan-badge {
    right: -20px;
    width: 90px;
  }
  .cg-contact-layout {
    gap: 6%;
  }
  .cg-footer-main {
    gap: 25px;
    grid-template-columns: 0.8fr 1.2fr 1fr;
  }
}
@media (max-width: 760px) {
  :root {
    --cg-margin: 24px;
  }
  .cg-header {
    height: 74px;
    justify-content: space-between;
    gap: 15px;
  }
  .cg-brand {
    width: 140px;
  }
  .cg-brand img {
    height: 57px;
  }
  .cg-nav,
  .cg-nav-devis {
    display: none;
  }
  .cg-nav-call {
    display: block;
    margin-left: auto;
    font-size: 12px;
  }
  .cg-menu-button {
    display: block;
  }
  .cg-section {
    padding-block: 65px;
  }
  .cg-section-title {
    margin-bottom: 35px;
  }
  h2 {
    font-size: 40px;
  }
  .cg-section-title > p:not(.cg-kicker) {
    font-size: 15px;
  }
  .cg-kicker {
    font-size: 10px;
    letter-spacing: 0.16em;
    margin-bottom: 19px;
  }
  .cg-hero {
    aspect-ratio: auto;
    max-height: none;
    min-height: 0;
    overflow: visible;
    background: #11100e;
    padding-bottom: 45px;
  }
  .cg-hero-media {
    position: relative;
    inset: auto;
    aspect-ratio: 16/9;
    z-index: 0;
  }
  .cg-hero-media img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .cg-hero-shade {
    display: none;
  }
  .cg-hero-copy {
    width: 100%;
    max-width: none;
    padding: 30px var(--cg-margin) 0;
  }
  .cg-hero h1 {
    font-size: clamp(37px, 8.5vw, 53px);
    text-wrap: wrap;
    line-height: 1.09;
  }
  .cg-hero .cg-kicker {
    font-size: 9px;
    margin-bottom: 15px;
  }
  .cg-hero-intro {
    font-size: 14px;
    margin: 21px 0 26px;
    line-height: 1.7;
  }
  .cg-hero-actions {
    gap: 24px;
    align-items: center;
  }
  .cg-hero-actions > a:first-child {
    padding: 16px 17px;
    font-size: 12px;
    gap: 20px;
  }
  .cg-hero-actions > a:last-child {
    font-size: 11px;
  }
  .cg-hero-badge {
    right: 22px;
    top: calc(100vw * 0.5625 - 66px);
    bottom: auto;
    width: 54px;
    z-index: 1;
  }
  .cg-service-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .cg-service-photo {
    aspect-ratio: 1.38;
  }
  .cg-service-row > h3 > button {
    padding: 22px 0;
  }
  .cg-service-row h3 {
    font-size: 28px;
  }
  .cg-service-row p {
    font-size: 15px;
  }
  .cg-service-footnote {
    display: none;
  }
  .cg-filters {
    gap: 0 22px;
    margin-bottom: 30px;
  }
  .cg-filters button {
    font-size: 12px;
    padding: 12px 0;
  }
  .cg-project-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .cg-project:nth-child(even) {
    padding-top: 0;
  }
  .cg-project img,
  .cg-project:nth-child(even) img,
  .cg-project:nth-child(3) img,
  .cg-project:nth-child(6) img {
    aspect-ratio: 1.28;
  }
  .cg-project h3 {
    font-size: 19px;
  }
  .cg-project figcaption > span {
    font-size: 10px;
  }
  .cg-project-zoom {
    opacity: 1;
    transform: none;
    width: 32px;
    height: 32px;
    font-size: 19px;
    bottom: 12px;
    right: 12px;
  }
  .cg-gallery-more {
    margin-top: 35px;
  }
  .cg-comparison {
    aspect-ratio: 1.15;
  }
  .cg-comparison-line span {
    width: 43px;
    height: 43px;
    font-size: 21px;
  }
  .cg-before-label,
  .cg-after-label {
    bottom: 12px;
    font-size: 10px;
    padding: 4px 10px;
  }
  .cg-before-label {
    left: 12px;
  }
  .cg-after-label {
    right: 12px;
  }
  .cg-transformation figcaption {
    display: grid;
    gap: 6px;
    font-size: 11px;
  }
  .cg-transformation figcaption span:last-child {
    color: #8d8073;
  }
  .cg-artisan-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cg-artisan-photo {
    width: calc(100% - 14px);
    order: -1;
  }
  .cg-artisan-photo > img:first-child {
    aspect-ratio: 1;
    object-position: 50% 20%;
  }
  .cg-artisan-badge {
    width: 74px;
    right: -14px;
    bottom: 20px;
  }
  .cg-experience {
    margin-bottom: 25px;
  }
  .cg-experience strong {
    font-size: 90px;
  }
  .cg-artisan h2 {
    font-size: 42px;
  }
  .cg-contact-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .cg-contact-copy > p {
    font-size: 15px;
    margin-top: 23px;
  }
  .cg-contact-phone {
    font-size: 34px;
    margin-bottom: 30px;
    padding-top: 25px;
  }
  .cg-local p {
    max-width: none;
  }
  .cg-local h3 {
    font-size: 23px;
  }
  .cg-form-two {
    gap: 20px;
  }
  .cg-form label {
    font-size: 11px;
  }
  .cg-form input:not([type="checkbox"]):not([type="file"]),
  .cg-form select,
  .cg-form textarea {
    font-size: 16px;
  }
  .cg-form-unavailable {
    font-size: 12px;
  }
  .cg-footer-main {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-block: 35px;
  }
  .cg-footer-main > div {
    justify-self: start;
  }
  .cg-footer-main img {
    width: 148px;
    height: 61px;
  }
  .cg-footer-bottom {
    flex-direction: column;
    gap: 13px;
    padding-bottom: 95px;
  }
  .cg-footer-bottom > div {
    gap: 20px;
    flex-wrap: wrap;
  }
  .cg-mobile-bar {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 35;
    background: var(--cg-bg);
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid var(--cg-line);
  }
  .cg-mobile-bar a {
    padding: 18px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    gap: 10px;
  }
  .cg-mobile-bar a:last-child {
    background: var(--cg-orange);
    color: #160c05;
    font-weight: 600;
  }
  .cg-mobile-bar a > span {
    font-size: 18px;
  }
  .cg-menu-phone {
    font-size: 25px;
  }
  .cg-lightbox > img {
    height: 65dvh;
  }
  .cg-lightbox {
    padding-inline: 10px;
  }
  .cg-page-top {
    padding-block: 45px;
  }
  .cg-page-top h1 {
    font-size: 42px;
  }
  .cg-page-top p {
    font-size: 16px;
  }
  .cg-page-top > a {
    margin-bottom: 23px;
  }
  .cg-service-page {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 55px;
  }
  .cg-service-page > img {
    aspect-ratio: 1.2;
  }
  .cg-related a {
    display: block;
  }
  .cg-legal {
    padding-bottom: 60px;
  }
}
@media (max-width: 374px) {
  :root {
    --cg-margin: 18px;
  }
  .cg-nav-call {
    display: none;
  }
  .cg-hero h1 {
    font-size: 35px;
  }
  .cg-hero-actions {
    gap: 15px;
  }
  .cg-hero-actions > a:first-child {
    padding: 15px 13px;
    gap: 12px;
  }
  .cg-form-two {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .cg-mobile-bar a {
    padding-inline: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

.cg-hero {
  width: 100%;
}
.cg-lightbox {
  margin: auto;
}
body:has(dialog[open]) {
  overflow: hidden;
}
@media (min-width: 761px) and (max-width: 950px) {
  .cg-hero {
    aspect-ratio: auto;
    max-height: none;
    min-height: 0;
    background: #11100e;
    padding-bottom: 50px;
  }
  .cg-hero-media {
    position: relative;
    inset: auto;
    aspect-ratio: 16/9;
    z-index: 0;
  }
  .cg-hero-media img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .cg-hero-shade {
    display: none;
  }
  .cg-hero-copy {
    width: 100%;
    max-width: none;
    padding: 35px var(--cg-margin) 0;
  }
  .cg-hero h1 {
    font-size: 53px;
  }
  .cg-hero-badge {
    right: var(--cg-margin);
    top: calc(100vw * 0.5625 - 120px);
    bottom: auto;
    width: 85px;
  }
}

/* Motion uses the original photograph; it does not synthesize a moving fire. */
.cg-hero-media {
  overflow: hidden;
}
.cg-motion-toggle {
  position: absolute;
  z-index: 3;
  left: var(--cg-margin);
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid #ffffff3b;
  border-radius: 0;
  background: #080706b8;
  color: #f4efe8;
  font-size: 11px;
  letter-spacing: 0.035em;
  backdrop-filter: blur(8px);
}
.cg-motion-toggle:hover {
  background: #080706e8;
  border-color: #baa896;
}
.cg-pause-icon {
  width: 10px;
  height: 12px;
  display: inline-block;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.cg-play-icon {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
}
@media (prefers-reduced-motion: no-preference) {
  .cg-hero-media img {
    animation: cg-camera-drift 18s ease-in-out infinite alternate;
    transform-origin: 64% 53%;
    will-change: transform;
  }
  .cg-hero-copy > .cg-kicker {
    animation: cg-intro-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
  }
  .cg-hero-copy > h1 {
    animation: cg-intro-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
  }
  .cg-hero-intro {
    animation: cg-intro-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
  }
  .cg-hero-actions {
    animation: cg-intro-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.5s both;
  }
  .cg-service-row > [id^="service-panel-"]:not([hidden]) {
    animation: cg-panel-in 0.4s ease-out;
  }
  .cg-project-grid.is-filtered .cg-project {
    animation: cg-panel-in 0.5s ease-out;
  }
}
@media (max-width: 950px) {
  .cg-motion-toggle {
    top: calc(100vw * 0.5625 - 45px);
    bottom: auto;
    min-height: 32px;
    font-size: 10px;
    padding: 6px 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cg-motion-toggle {
    display: none;
  }
  .cg-hero-media img {
    will-change: auto;
  }
}
@keyframes cg-camera-drift {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.035);
  }
}
@keyframes cg-intro-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cg-panel-in {
  from {
    opacity: 0;
    transform: translateY(9px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cg-editorial-heading {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: end;
  gap: 12%;
  margin-bottom: 55px;
}
.cg-editorial-heading > p {
  font-size: 16px;
  line-height: 1.85;
  max-width: 520px;
}
.cg-process {
  background: #151210;
  border-top: 1px solid var(--cg-line);
  border-bottom: 1px solid var(--cg-line);
}
.cg-process h2,
.cg-questions h2,
.cg-advice h2 {
  font-size: clamp(36px, 4vw, 58px);
}
.cg-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  gap: 35px;
  padding: 0;
  margin: 0 0 40px;
}
.cg-steps li {
  border-top: 1px solid #89705b;
  padding-top: 23px;
  min-width: 0;
}
.cg-step-number {
  display: block;
  color: var(--cg-brass);
  font-family: Jost, sans-serif;
  font-size: 39px;
  font-weight: 300;
  margin-bottom: 16px;
}
.cg-steps h3 {
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.cg-steps p {
  font-size: 14px;
  line-height: 1.85;
}
.cg-questions {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10%;
}
.cg-questions-intro > p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 24px;
  max-width: 360px;
}
.cg-area-note {
  border-top: 1px solid var(--cg-line);
  padding-top: 30px;
  margin-top: 36px;
}
.cg-area-note h3 {
  font-size: 23px;
  line-height: 1.35;
  margin-bottom: 15px;
}
.cg-area-note p {
  font-size: 14px;
  line-height: 1.9;
}
.cg-area-note > a {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 20px;
  margin-top: 20px;
  color: var(--cg-brass);
}
.cg-faq details {
  border-top: 1px solid var(--cg-line);
}
.cg-faq details:last-child {
  border-bottom: 1px solid var(--cg-line);
}
.cg-faq summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 23px 0;
  cursor: pointer;
  font-size: 17px;
  line-height: 1.45;
  color: var(--cg-text);
}
.cg-faq summary::-webkit-details-marker {
  display: none;
}
.cg-faq summary > span {
  font-size: 23px;
  color: var(--cg-brass);
  flex-shrink: 0;
  transition: transform 0.25s;
}
.cg-faq details[open] summary > span {
  transform: rotate(45deg);
}
.cg-faq details > p {
  font-size: 15px;
  line-height: 1.9;
  padding: 0 25px 25px 0;
  max-width: 650px;
}
.cg-faq details[open] > p {
  animation: cg-panel-in 0.3s ease-out;
}
.cg-advice {
  background: #12100e;
}
.cg-advice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.cg-advice-card {
  min-width: 0;
}
.cg-advice-card > a {
  display: block;
}
.cg-advice-image {
  overflow: hidden;
  aspect-ratio: 1.5;
  margin-bottom: 23px;
}
.cg-advice-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.cg-advice-card a:hover img {
  transform: scale(1.035);
}
.cg-advice-category {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--cg-brass);
  line-height: 1.6;
}
.cg-advice-category > span {
  margin-left: 15px;
  color: var(--cg-muted);
  text-transform: none;
  letter-spacing: 0;
}
.cg-advice-card h3,
.cg-advice-card h2 {
  font-size: 26px;
  line-height: 1.25;
  margin: 14px 0 17px;
}
.cg-advice-card h3 + p,
.cg-advice-card h2 + p {
  font-size: 14px;
  line-height: 1.8;
}
.cg-advice-read {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: var(--cg-brass);
  border-bottom: 1px solid var(--cg-line);
  padding: 23px 0 14px;
}
.cg-advice-more {
  margin-top: 40px;
}
.cg-advice-index {
  padding: 30px 0 90px;
  background: var(--cg-bg);
}
.cg-depth {
  padding-bottom: 70px;
}
.cg-depth > .cg-editorial-heading {
  border-top: 1px solid var(--cg-line);
  padding-top: 65px;
}
.cg-depth h2 {
  font-size: clamp(32px, 3.3vw, 47px);
}
.cg-depth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px 8%;
}
.cg-depth-grid > div {
  border-top: 1px solid var(--cg-line);
  padding-top: 22px;
}
.cg-depth h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 14px;
}
.cg-depth p {
  font-size: 16px;
  line-height: 1.9;
}
.cg-depth-close {
  display: flex;
  gap: 8%;
  align-items: center;
  justify-content: space-between;
  background: var(--cg-surface);
  padding: 35px;
  margin-top: 50px;
}
.cg-depth-close > div {
  max-width: 690px;
}
.cg-depth-close > a {
  flex-shrink: 0;
}
.cg-depth-guide {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  font-size: 14px;
  color: var(--cg-brass);
  padding-top: 26px;
}
.cg-article-top {
  max-width: 1000px;
  padding-block: 65px 45px;
}
.cg-article-top > a {
  font-size: 12px;
  color: var(--cg-brass);
  display: inline-block;
  margin-bottom: 40px;
}
.cg-article-top > h1 {
  font-size: clamp(38px, 4.3vw, 63px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 18px 0 26px;
}
.cg-article-intro {
  font-size: 19px;
  line-height: 1.8;
  max-width: 920px;
}
.cg-reading {
  max-width: 1000px;
}
.cg-article-photo {
  width: 100%;
  aspect-ratio: 1.95;
  object-fit: cover;
  margin-bottom: 55px;
}
.cg-reading-body {
  max-width: 760px;
  margin: auto;
}
.cg-reading-body > section {
  margin-bottom: 37px;
}
.cg-reading h2 {
  font-size: 31px;
  line-height: 1.23;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}
.cg-reading p {
  font-size: 17px;
  line-height: 1.9;
  margin-top: 16px;
}
.cg-reading .cg-article-source {
  font-size: 13px;
  border-top: 1px solid var(--cg-line);
  padding-top: 24px;
}
.cg-article-source > a {
  color: var(--cg-brass);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cg-article-cta {
  padding: 32px;
  margin-top: 50px;
  background: var(--cg-surface);
  border-left: 2px solid var(--cg-brass);
}
.cg-article-cta h2 {
  font-size: 28px;
}
.cg-article-cta p {
  font-size: 15px;
  margin-bottom: 22px;
}
.cg-reading-related {
  max-width: 1000px;
  padding-block: 65px 90px;
}
.cg-reading-related h2 {
  font-size: 33px;
  margin-bottom: 25px;
}
.cg-reading-related > a {
  border-top: 1px solid var(--cg-line);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 17px;
}
.cg-reading-related > a:last-child {
  border-bottom: 1px solid var(--cg-line);
}
@media (min-width: 761px) and (max-width: 1100px) {
  .cg-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 45px;
  }
  .cg-editorial-heading {
    gap: 7%;
  }
  .cg-advice-grid {
    gap: 23px;
  }
  .cg-advice-card h3,
  .cg-advice-card h2 {
    font-size: 23px;
  }
  .cg-depth-close {
    display: block;
  }
  .cg-depth-close > a {
    margin-top: 24px;
  }
  .cg-questions {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 6%;
  }
}
@media (max-width: 760px) {
  .cg-editorial-heading {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-bottom: 35px;
  }
  .cg-editorial-heading > p {
    font-size: 15px;
  }
  .cg-steps {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 30px;
  }
  .cg-steps li {
    padding-top: 20px;
  }
  .cg-step-number {
    float: left;
    line-height: 1;
    margin: 0 24px 20px 0;
    font-size: 31px;
  }
  .cg-steps h3 {
    font-size: 24px;
  }
  .cg-steps p {
    clear: both;
    font-size: 15px;
  }
  .cg-questions {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .cg-questions-intro > p {
    max-width: none;
  }
  .cg-area-note {
    margin-top: 26px;
    padding-top: 23px;
  }
  .cg-faq summary {
    font-size: 16px;
    gap: 18px;
  }
  .cg-faq details > p {
    padding-right: 0;
  }
  .cg-advice-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .cg-advice-image {
    aspect-ratio: 1.65;
    margin-bottom: 18px;
  }
  .cg-advice-card h3,
  .cg-advice-card h2 {
    font-size: 27px;
  }
  .cg-advice-card h3 + p,
  .cg-advice-card h2 + p {
    font-size: 15px;
  }
  .cg-advice-read {
    padding-top: 15px;
  }
  .cg-advice-category {
    font-size: 11px;
  }
  .cg-advice-index {
    padding-bottom: 55px;
  }
  .cg-depth > .cg-editorial-heading {
    padding-top: 40px;
  }
  .cg-depth-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .cg-depth h3 {
    font-size: 25px;
  }
  .cg-depth p {
    font-size: 15px;
  }
  .cg-depth-close {
    display: block;
    padding: 25px;
    margin-top: 35px;
  }
  .cg-depth-close > a {
    margin-top: 20px;
  }
  .cg-depth-guide {
    font-size: 13px;
    gap: 15px;
  }
  .cg-article-top {
    padding-top: 40px;
  }
  .cg-article-top > a {
    margin-bottom: 28px;
  }
  .cg-article-top > h1 {
    font-size: 39px;
  }
  .cg-article-intro {
    font-size: 17px;
  }
  .cg-article-photo {
    aspect-ratio: 1.35;
    margin-bottom: 35px;
  }
  .cg-reading h2 {
    font-size: 28px;
  }
  .cg-reading p {
    font-size: 16px;
  }
  .cg-article-cta {
    padding: 25px;
  }
  .cg-article-cta h2 {
    font-size: 26px;
  }
  .cg-reading-related {
    padding-block: 45px 60px;
  }
  .cg-reading-related > a {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cg-faq details[open] > p {
    animation: none;
  }
  .cg-advice-image img,
  .cg-faq summary > span {
    transition: none;
  }
}

/* Continuous video replaces the earlier camera movement of the still. */
.cg-hero-media > img {
  animation: none !important;
  transform: none;
  will-change: auto;
}
.cg-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.45s ease-out;
}
.cg-hero-video.is-ready {
  opacity: 1;
}
.cg-video-caption {
  position: absolute;
  z-index: 2;
  bottom: 22px;
  left: calc(var(--cg-margin) + 110px);
  min-height: 36px;
  display: flex;
  align-items: center;
  font-size: 10px;
  letter-spacing: 0.035em;
  color: #e2d9cc;
  background: #08070699;
  padding: 6px 10px;
}
@media (max-width: 950px) {
  .cg-hero-video {
    object-fit: contain;
  }
  .cg-video-caption {
    top: calc(100vw * 0.5625 - 45px);
    bottom: auto;
    left: calc(var(--cg-margin) + 100px);
    min-height: 32px;
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cg-hero-video {
    display: none;
    transition: none;
  }
  .cg-video-caption {
    display: none;
  }
}

/* Contact: an ivory appointment panel and a personal invitation from the artisan. */
.cg-booking {
  background: radial-gradient(ellipse at 5% 12%, #3b251940, transparent 48%), #100d0b;
  border-top: 1px solid #baa8962a;
}
.cg-booking-grid {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 8%;
  align-items: start;
}
.cg-booking-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #c8a785;
  margin-bottom: 24px;
}
.cg-booking-story > h2 {
  font-size: clamp(39px, 4vw, 59px);
  line-height: 1.09;
}
.cg-booking-intro {
  font-size: 17px;
  line-height: 1.9;
  max-width: 440px;
  margin-top: 27px;
}
.cg-booking-person {
  display: flex;
  gap: 21px;
  align-items: center;
  margin: 35px 0 30px;
  padding: 25px 0;
  border-top: 1px solid var(--cg-line);
  border-bottom: 1px solid var(--cg-line);
}
.cg-booking-person > img {
  width: 86px;
  height: 106px;
  object-fit: cover;
  object-position: 50% 18%;
  border: 1px solid #ad84643b;
}
.cg-booking-person > div > p {
  font-family: Jost, sans-serif;
  font-size: 26px;
  color: var(--cg-text);
  line-height: 1.2;
  margin-bottom: 8px;
}
.cg-booking-person span {
  display: block;
  font-size: 12px;
  color: var(--cg-muted);
  line-height: 1.65;
}
.cg-booking-person strong {
  display: block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #d7b086;
  margin-top: 8px;
}
.cg-booking-call {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #e4be94;
  padding-bottom: 27px;
}
.cg-booking-call > span {
  font-size: 11px;
  line-height: 1.6;
  color: var(--cg-muted);
}
.cg-booking-call strong {
  display: block;
  color: #f5e3ce;
  font-family: Jost, sans-serif;
  font-size: clamp(27px, 2.5vw, 38px);
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-top: 5px;
}
.cg-booking-call > .cg-arrow {
  font-size: 31px;
  transition: transform 0.3s;
}
.cg-booking-call:hover > .cg-arrow {
  transform: translate(3px, -3px);
}
.cg-booking-steps {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
}
.cg-booking-steps li {
  display: flex;
  gap: 21px;
  margin-top: 23px;
}
.cg-booking-steps li > span {
  color: #ae8565;
  font-size: 12px;
  padding-top: 3px;
  flex: 0 0 24px;
}
.cg-booking-steps h3 {
  font-family: Instrument, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}
.cg-booking-steps p {
  font-size: 13px;
  line-height: 1.75;
}
.cg-booking-location {
  margin-top: 32px;
  padding-top: 25px;
  border-top: 1px solid var(--cg-line);
  font-size: 12px;
  line-height: 1.8;
}
.cg-booking-location > a {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 12px;
  color: var(--cg-brass);
  margin-top: 15px;
}
.cg-booking-location .cg-arrow {
  font-size: 16px;
}
.cg-booking-panel {
  position: relative;
  background: #efe8dc;
  color: #241c15;
  border: 1px solid #e2c3a0;
  box-shadow: 0 24px 65px #0003;
  min-width: 0;
  padding: 42px;
}
.cg-booking-panel::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 42px;
  width: 66px;
  height: 3px;
  background: #cb7135;
}
.cg-booking-panel-head > span {
  font-size: 9px;
  letter-spacing: 0.2em;
  color: #765131;
}
.cg-booking-panel-head > h2,
.cg-booking-panel-head > h3 {
  color: #281e15;
  font-size: clamp(30px, 2.65vw, 40px);
  line-height: 1.16;
  letter-spacing: -0.025em;
  margin: 13px 0;
}
.cg-booking-panel-head > p {
  font-size: 13px;
  line-height: 1.75;
  color: #665547;
}
.cg-appt-notice {
  margin-top: 22px;
  padding: 16px 18px;
  background: #e5d7c4;
  border-left: 2px solid #aa6535;
  color: #483321;
}
.cg-appt-notice > strong {
  font-size: 13px;
  font-weight: 600;
}
.cg-appt-notice > p {
  font-size: 12px;
  line-height: 1.75;
  color: #66503e;
  margin-top: 5px;
}
.cg-appt-notice a {
  color: #492f1c;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cg-appointment-form {
  margin-top: 27px;
}
.cg-appointment-form > label,
.cg-appt-two > label {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #4c3a2b;
}
.cg-appointment-form > label > span:not(.cg-appt-photos-title),
.cg-appt-two > label > span {
  font-size: 10px;
  font-weight: 400;
  color: #806c5b;
  margin-left: 4px;
}
.cg-appt-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.cg-appointment-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.cg-appointment-form select,
.cg-appointment-form textarea {
  width: 100%;
  display: block;
  margin-top: 8px;
  border: 1px solid #c6b4a1;
  border-radius: 2px;
  background: #faf6ef;
  color: #2c2118;
  padding: 13px 12px;
  min-height: 47px;
  font-size: 15px;
  box-shadow: 0 1px 1px #5b402309;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.cg-appointment-form input::placeholder,
.cg-appointment-form textarea::placeholder {
  color: #8b7866;
  font-size: 13px;
  font-weight: 400;
}
.cg-appointment-form textarea {
  min-height: 110px;
  resize: vertical;
  line-height: 1.7;
}
.cg-appointment-form input:focus-visible,
.cg-appointment-form select:focus-visible,
.cg-appointment-form textarea:focus-visible {
  outline: 2px solid #9f5423;
  outline-offset: 2px;
  border-color: #a3663a;
  box-shadow: 0 0 0 3px #c9874820;
}
.cg-appt-intent {
  margin: 0 0 23px;
  padding: 0;
  border: 0;
  min-width: 0;
}
.cg-appt-intent legend {
  font-size: 12px;
  color: #4c3a2b;
  font-weight: 500;
  margin-bottom: 11px;
}
.cg-appt-intent > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.cg-appt-intent label {
  position: relative;
  display: block;
  cursor: pointer;
}
.cg-appt-intent input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
}
.cg-appt-intent label > span {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #c4b29e;
  padding: 13px 12px;
  background: #f8f3eb;
  font-size: 13px;
  color: #685544;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.cg-appt-radio-mark {
  display: block;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #a88e74;
  background: transparent;
}
.cg-appt-intent input:checked + span {
  background: #e1ccb4;
  border-color: #a06437;
  color: #482e1b;
}
.cg-appt-intent input:checked + span .cg-appt-radio-mark {
  background: #9f5728;
  border-color: #9f5728;
  box-shadow: inset 0 0 0 3px #e1ccb4;
}
.cg-appt-intent input:focus-visible + span {
  outline: 2px solid #9f5423;
  outline-offset: 3px;
}
.cg-appointment-form .cg-appt-photos {
  margin: 3px 0 20px;
  border: 1px dashed #b89d7f;
  background: #e9dfd0;
  padding: 17px;
  cursor: pointer;
}
.cg-appt-photos-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px !important;
}
.cg-appt-photos-title > span:first-child {
  font-size: 23px;
  line-height: 1;
  color: #955828;
}
.cg-appt-photos-title strong {
  font-size: 12px;
  font-weight: 500;
}
.cg-appt-photos-title > span:last-child {
  margin-left: auto;
  font-size: 10px;
  color: #826b56;
}
.cg-appt-photos input {
  display: block;
  max-width: 100%;
  width: 100%;
  font-size: 11px;
  color: #755f4b;
}
.cg-appt-photos input::file-selector-button {
  font: inherit;
  color: #583923;
  background: #f8f3eb;
  border: 1px solid #b59a7d;
  padding: 8px 10px;
  margin-right: 10px;
  cursor: pointer;
}
.cg-appt-photos small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #7c6652;
  line-height: 1.7;
  margin-top: 10px;
}
.cg-appointment-form .cg-appt-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 23px;
}
.cg-appt-consent > input {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin: 3px 0 0;
  accent-color: #ad6130;
}
.cg-appointment-form .cg-appt-consent > span {
  font-size: 10px;
  color: #705b48;
  line-height: 1.8;
  margin: 0;
}
.cg-appt-consent a {
  color: #583b26;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cg-appt-submit,
.cg-appt-phone-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border: 1px solid #a15524;
  background: #ae5c29;
  color: #fff8ee;
  min-height: 52px;
  padding: 15px 19px;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.2s;
}
.cg-appt-submit:hover:not(:disabled),
.cg-appt-phone-button:hover {
  background: #914820;
}
.cg-appt-submit:disabled {
  background: #e8ddcd;
  border-color: #cbbba5;
  color: #80705e;
  font-size: 11px;
  min-height: 36px;
  padding: 10px 15px;
  justify-content: center;
}
.cg-appt-phone-button + .cg-appt-submit {
  margin-top: 11px;
}
.cg-appt-phone-button .cg-arrow {
  font-size: 21px;
}
.cg-appt-status {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 20px;
  border: 1px solid #9b8063;
  padding: 14px;
  color: #493522;
}
.cg-appt-status.is-error,
.cg-appt-error {
  color: #9b351e;
}
.cg-appt-status.is-error {
  border-color: #b87958;
}
.cg-appt-error {
  font-size: 12px;
  line-height: 1.7;
  margin: -6px 0 20px;
}
.cg-service-area {
  background: #0d0b09;
}
.cg-area-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 10%;
  align-items: end;
  margin-bottom: 43px;
}
.cg-area-heading > div:first-child > p {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--cg-brass);
  margin-bottom: 20px;
}
.cg-area-heading h2 {
  font-size: clamp(36px, 3.6vw, 54px);
}
.cg-area-heading > div:last-child > p {
  font-size: 15px;
  line-height: 1.85;
}
.cg-area-heading a {
  display: inline-flex;
  gap: 23px;
  align-items: center;
  margin-top: 19px;
  font-size: 13px;
  color: var(--cg-brass);
}
.cg-area-cities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.cg-area-city {
  display: block;
  min-width: 0;
  border: 1px solid #8061466b;
  background: linear-gradient(120deg, #241b14, #15110d);
  padding: 32px 35px;
  transition:
    border-color 0.3s,
    background 0.3s;
}
.cg-area-city:hover {
  border-color: #bd9165;
  background: linear-gradient(120deg, #302218, #1b140f);
}
.cg-area-city-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #b59779;
  font-size: 10px;
  letter-spacing: 0.055em;
}
.cg-area-city-top > span:last-child {
  font-family: Jost, sans-serif;
  font-size: 15px;
  line-height: 1;
}
.cg-area-city h3 {
  font-size: clamp(30px, 3vw, 44px);
  gap: 18px;
  line-height: 1.15;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 22px 0 17px;
}
.cg-area-city h3 > span:first-child {
  min-width: 0;
}
.cg-area-city h3 > .cg-arrow {
  flex-shrink: 0;
  font-size: 27px;
  color: #c99d70;
}
.cg-area-city > p {
  font-size: 14px;
  line-height: 1.8;
  max-width: 390px;
}
.cg-area-city-action {
  display: inline-block;
  border-bottom: 1px solid #8d674544;
  padding: 18px 0 6px;
  color: #cbb092;
  font-size: 11px;
}
.cg-area-other {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 25px;
  padding-top: 23px;
  border-top: 1px solid var(--cg-line);
}
.cg-area-other p {
  font-size: 12px;
  line-height: 1.9;
  max-width: 800px;
}
.cg-area-other strong {
  color: #d7c4ae;
  font-weight: 400;
}
.cg-area-other > a {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--cg-brass);
  font-size: 12px;
}
@media (min-width: 761px) and (max-width: 1100px) {
  .cg-booking-grid {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 5%;
  }
  .cg-booking-panel {
    padding: 28px;
  }
  .cg-booking-panel::before {
    left: 28px;
  }
  .cg-booking-intro {
    font-size: 15px;
  }
  .cg-booking-story > h2 {
    font-size: 43px;
  }
  .cg-booking-person {
    gap: 14px;
  }
  .cg-booking-person > img {
    width: 68px;
    height: 85px;
  }
  .cg-booking-person > div > p {
    font-size: 23px;
  }
  .cg-appt-two {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .cg-area-heading {
    gap: 7%;
  }
  .cg-area-city {
    padding: 27px;
  }
}
@media (max-width: 760px) {
  .cg-booking-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .cg-booking-story > h2 {
    font-size: 41px;
  }
  .cg-booking-intro {
    font-size: 15px;
    line-height: 1.85;
    max-width: none;
    margin-top: 22px;
  }
  .cg-booking-person {
    margin: 25px 0;
    padding: 20px 0;
  }
  .cg-booking-person > img {
    width: 78px;
    height: 96px;
  }
  .cg-booking-call {
    padding-bottom: 8px;
  }
  .cg-booking-call strong {
    font-size: 34px;
  }
  .cg-booking-steps {
    display: none;
  }
  .cg-booking-location {
    margin-top: 18px;
    padding-top: 20px;
  }
  .cg-booking-panel {
    padding: 28px 22px;
    box-shadow: 0 14px 35px #0003;
  }
  .cg-booking-panel::before {
    left: 22px;
  }
  .cg-booking-panel-head > h2,
  .cg-booking-panel-head > h3 {
    font-size: 31px;
  }
  .cg-appt-notice {
    padding: 13px 14px;
    margin-top: 20px;
  }
  .cg-appt-two {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .cg-appointment-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
  .cg-appointment-form select,
  .cg-appointment-form textarea {
    font-size: 16px;
  }
  .cg-appt-intent > div {
    gap: 9px;
  }
  .cg-appt-intent label > span {
    font-size: 12px;
    gap: 8px;
    padding: 12px 10px;
  }
  .cg-appt-photos-title {
    flex-wrap: wrap;
    gap: 8px;
  }
  .cg-appt-photos-title strong {
    font-size: 11px;
  }
  .cg-appt-photos-title > span:last-child {
    margin-left: 0;
  }
  .cg-appt-submit,
  .cg-appt-phone-button {
    padding: 15px 14px;
    font-size: 12px;
  }
  .cg-area-heading {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-bottom: 30px;
  }
  .cg-area-heading h2 {
    font-size: 39px;
  }
  .cg-area-cities {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .cg-area-city {
    padding: 25px;
  }
  .cg-area-city h3 {
    font-size: 32px;
    margin-block: 18px 14px;
  }
  .cg-area-other {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cg-booking-call > .cg-arrow,
  .cg-area-city,
  .cg-appt-submit,
  .cg-appt-phone-button,
  .cg-appt-intent label > span {
    transition: none;
  }
}

/* Legal information stays readable on all screen sizes. */
.cg-legal {
  max-width: 960px;
  font-size: 15px;
}
.cg-legal-date {
  color: var(--cg-brass);
  font-size: 12px;
}
.cg-legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 24px 0 32px;
  padding-block: 18px;
  border-block: 1px solid var(--cg-line);
}
.cg-legal-nav a {
  font-size: 13px;
}
.cg-legal a {
  text-decoration: underline;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}
.cg-legal a:hover {
  color: var(--cg-brass);
}
.cg-legal section {
  scroll-margin-top: 110px;
  margin-bottom: 38px;
}
.cg-legal h2 {
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.3;
}
.cg-legal h3 {
  font-size: 19px;
  margin: 24px 0 12px;
}
.cg-legal p + p {
  margin-top: 15px;
}
.cg-legal ul {
  list-style: disc;
  padding-left: 22px;
  margin-block: 18px;
}
.cg-legal li {
  line-height: 1.8;
  margin-bottom: 10px;
}
.cg-legal-notice {
  border: 1px solid #876543;
  background: #2b2016;
  padding: 22px 25px;
  margin-block: 25px;
  color: #eee1d0;
}
.cg-legal-notice strong {
  display: block;
  color: #e5bc8c;
  font-weight: 500;
  margin-bottom: 8px;
}
.cg-legal-notice p {
  font-size: 14px;
}
.cg-legal-facts {
  margin-block: 25px;
}
.cg-legal-facts > div {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--cg-line);
}
.cg-legal-facts dt {
  color: #bbab98;
}
.cg-legal-facts dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.cg-legal-pending {
  color: #e5bc8c;
}
.cg-legal-source {
  font-size: 12px;
  color: #bbab98;
}
.cg-appt-privacy {
  color: #655240;
  font-size: 12px;
  line-height: 1.65;
}
.cg-appt-privacy p + p {
  margin-top: 7px;
}
.cg-appt-privacy a {
  color: #743b1a;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cg-footer-bottom > div {
  flex-wrap: wrap;
  row-gap: 12px;
}
@media (max-width: 760px) {
  .cg-legal-facts > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .cg-legal-facts dt {
    font-size: 12px;
  }
  .cg-legal-notice {
    padding: 20px;
  }
  .cg-legal-nav {
    gap: 15px 20px;
  }
}

/* The supplied catalogue photos illustrate the solutions, separately from project photos. */
.cg-service-layout {
  align-items: start;
}
.cg-service-visual {
  position: sticky;
  top: 125px;
  margin: 12px 0 0;
  min-width: 0;
}
.cg-service-photo {
  aspect-ratio: 1.4;
  background: #181511;
}
.cg-service-photo img {
  object-fit: contain;
}
.cg-service-visual figcaption {
  margin-top: 24px;
  color: var(--cg-brass);
  font-size: 13px;
  letter-spacing: 0.02em;
}
.cg-service-photo-mobile {
  display: none;
}
.cg-service-row > h3 > button {
  padding: 18px 0;
  font: inherit;
  letter-spacing: inherit;
}
.cg-service-row a {
  margin: 20px 0 24px;
}
.cg-solution-photo-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.cg-solution-photo-options button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  min-height: 44px;
  padding: 9px 15px;
  border: 1px solid var(--cg-line);
  background: transparent;
  color: var(--cg-muted);
  font: inherit;
  font-size: 12px;
}
.cg-solution-photo-options button[aria-pressed="true"] {
  border-color: var(--cg-brass);
  color: var(--cg-text);
  background: #b6906020;
}
.cg-solution-photo-options button:hover {
  border-color: var(--cg-brass);
}
.cg-solution-credit {
  margin-top: 20px;
  color: var(--cg-muted);
  font-size: 11px;
  line-height: 1.6;
}
@media (max-width: 760px) {
  .cg-service-visual {
    display: none;
  }
  .cg-service-photo-mobile {
    display: block;
    aspect-ratio: 1.4;
    margin: 3px 0 24px;
  }
  .cg-service-row > h3 > button {
    padding: 20px 0;
  }
  .cg-service-row h3 {
    font-size: clamp(23px, 6.8vw, 28px);
  }
  .cg-solution-credit {
    margin-top: 22px;
  }
}

/* Home preview: three clear photographs and three blurred photographs. */
.cg-gallery-preview .cg-project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.cg-gallery-preview .cg-project:nth-child(even) { padding-top: 0; }
.cg-gallery-preview .cg-project img { aspect-ratio: 4 / 3; }
.cg-gallery-teaser {
  position: relative;
  margin-top: 32px;
  padding-bottom: 30px;
  isolation: isolate;
}
.cg-gallery-teaser-images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  height: clamp(180px, 23vw, 290px);
  overflow: hidden;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, #000 0%, #000 20%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 20%, transparent 100%);
}
.cg-gallery-teaser-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(3px);
  opacity: .72;
}
.cg-gallery-all {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: fit-content;
  max-width: 100%;
  margin: -55px auto 0;
  padding: 19px 30px;
  background: #e6d2b3;
  color: #17130e;
  border: 1px solid #e6d2b3;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  transition: background .2s;
}
.cg-gallery-all:hover { background: #f4e5ce; }
.cg-gallery-all:focus-visible { outline: 2px solid #fff; outline-offset: 5px; }
@media (max-width: 700px) {
  .cg-gallery-preview .cg-project-grid,
  .cg-gallery-teaser-images { gap: 14px; }
  .cg-gallery-preview .cg-project figcaption { display: block; padding-top: 12px; }
  .cg-gallery-preview .cg-project h3 { font-size: 16px; }
  .cg-gallery-preview .cg-project figcaption > span { display: block; margin-top: 4px; }
  .cg-gallery-teaser { margin-top: 22px; }
  .cg-gallery-all { font-size: 14px; padding: 17px 20px; gap: 12px; }
}

/* Complete gallery: compact, aligned rows of three on desktop. */
.cg-gallery-alone .cg-project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 26px;
}
.cg-gallery-alone .cg-project { padding-top: 0; min-width: 0; }
.cg-gallery-alone .cg-project img { aspect-ratio: 4 / 3; }
.cg-gallery-alone .cg-project figcaption { display: block; padding-top: 13px; }
.cg-gallery-alone .cg-project h3 { font-size: 18px; line-height: 1.4; }
.cg-gallery-alone .cg-project figcaption > span { display: block; margin-top: 5px; }
.cg-artisan-certification {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 28px 0;
  padding: 22px 0;
  border-top: 1px solid #b99b6338;
  border-bottom: 1px solid #b99b6338;
}
.cg-artisan-certification img {
  width: 115px;
  height: auto;
  flex: 0 0 115px;
  background: #fff;
  padding: 8px;
  border-radius: 3px;
}
.cg-artisan-certification p {
  color: var(--cg-text);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.5;
  margin: 0;
}
.cg-artisan-certification strong { color: var(--cg-brass); font-weight: 500; }
@media (max-width: 950px) {
  .cg-gallery-alone .cg-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
}
@media (max-width: 600px) {
  .cg-gallery-alone .cg-project-grid { grid-template-columns: 1fr; }
  .cg-artisan-certification { gap: 16px; }
  .cg-artisan-certification img { width: 95px; flex-basis: 95px; }
}

.cg-gallery-preview .cg-project { min-width: 0; }
.cg-gallery-preview .cg-project figcaption { display: block; }
.cg-gallery-preview .cg-project h3 { font-size: 18px; line-height: 1.4; }
.cg-gallery-preview .cg-project figcaption > span { display: block; margin-top: 5px; }
@media (max-width: 600px) {
  .cg-gallery-preview .cg-project-grid, .cg-gallery-teaser-images { gap: 10px; }
  .cg-gallery-preview .cg-project h3 { font-size: 12px; overflow-wrap: anywhere; }
  .cg-gallery-preview .cg-project figcaption > span { font-size: 9px; }
  .cg-gallery-teaser-images { height: 125px; }
}

/* A brief invitation to drag, started when the comparison enters the viewport. */
@media (prefers-reduced-motion: no-preference) {
  .cg-comparison-hint .cg-comparison-line span {
    animation: cg-comparison-nudge 4.2s ease-in-out both;
  }
}
@keyframes cg-comparison-nudge {
  0%, 20%, 45%, 65%, 100% { transform: translate(-50%, -50%) scale(1); }
  10%, 55% { transform: translate(-50%, calc(-50% - 7px)) scale(1.05); }
  15%, 60% { transform: translate(-50%, calc(-50% + 2px)) scale(.98); }
}

/* Orange quote button with a small French tricolour tab. */
.cg-nav-devis {
  position: relative;
  justify-content: center;
  background: #ff7900;
  border-color: #ff8e29;
  border-radius: 3px;
  color: #160c05;
  font-weight: 600;
  box-shadow: 0 3px 14px #0003;
  transition: background .2s, border-color .2s;
}
.cg-nav-devis::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 8px;
  background: linear-gradient(to right, #002395 0 33.333%, #fff 33.333% 66.666%, #ed2939 66.666% 100%);
  pointer-events: none;
}
.cg-nav-devis:hover { background: #ff902b; border-color: #ffa34e; }
.cg-nav-devis:focus-visible { outline: 2px solid #fff; outline-offset: 5px; }

/* Make the direct phone contact easier to spot alongside the quote button. */
.cg-hero-actions { flex-wrap: wrap; gap: 18px; }
.cg-hero-actions > a:last-child {
  padding: 12px 20px;
  border: 1px solid #e8c19a99;
  border-radius: 3px;
  background: #17110ddd;
  font-size: 14px;
  font-weight: 500;
  color: #f7d6b6;
  gap: 3px;
  transition: border-color .2s, background .2s;
}
.cg-hero-actions > a:last-child span {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .035em;
  color: #fff;
}
.cg-hero-actions > a:last-child:hover { background: #312017; border-color: #ff902b; }
.cg-hero-actions > a:last-child:focus-visible { outline: 2px solid #ff902b; outline-offset: 4px; }
@media (max-width: 760px) {
  .cg-hero-actions { gap: 14px; }
  .cg-hero-actions > a:last-child { padding: 11px 15px; font-size: 13px; }
  .cg-hero-actions > a:last-child span { font-size: 19px; }
}

/* Phone layout and touch controls. Keep desktop composition intact. */
html { -webkit-text-size-adjust: 100%; }
html:has(dialog[open]), body:has(dialog[open]) { overflow: hidden; }
button, a, input, select, textarea { touch-action: manipulation; }
.cg-comparison input { touch-action: pan-y; }
.cg-lightbox-caption > button { flex: 0 0 44px; }
.cg-lightbox { overscroll-behavior: contain; }
@media (max-width: 950px) {
  .cg-header {
    display: grid;
    grid-template-columns: minmax(72px, 1fr) auto 44px;
    gap: 10px;
    height: auto;
    min-height: 76px;
    padding-top: max(8px, env(safe-area-inset-top));
    padding-bottom: 12px;
  }
  .cg-header .cg-brand { width: min(140px, 100%); min-width: 0; }
  .cg-header .cg-brand img { height: 52px; }
  .cg-header .cg-nav, .cg-header .cg-nav-call { display: none; }
  .cg-header .cg-nav-devis { display: flex; min-height: 44px; font-size: 13px; padding: 10px 12px; gap: 8px; }
  .cg-menu-button { display: block; width: 44px; height: 44px; }
  .cg-menu { overflow-y: auto; overscroll-behavior: contain; padding-bottom: max(30px, env(safe-area-inset-bottom)); }
  .cg-menu nav { margin-top: 24px; }
  .cg-menu nav a { font-size: clamp(22px, 5vw, 30px); min-height: 48px; padding: 12px 0; }
  .cg-menu-phone { margin-top: 24px; min-height: 44px; }
}
@media (max-width: 760px) {
  :root { --cg-margin: clamp(16px, 5vw, 28px); }
  html { scroll-padding-top: 100px; }
  .cg-header { padding-inline: max(var(--cg-margin), env(safe-area-inset-left)) max(var(--cg-margin), env(safe-area-inset-right)); gap: 8px; }
  .cg-header .cg-brand { max-width: 120px; }
  .cg-header .cg-nav-devis { font-size: 12px; padding-inline: 10px; }
  .cg-header .cg-nav-devis .cg-arrow { display: none; }
  .cg-nav-devis::after { width: 58px; height: 6px; }
  .cg-wrap, .cg-hero-copy, .cg-booking-grid > *, .cg-artisan-layout > *, .cg-service-layout > * { min-width: 0; }
  .cg-section { padding-block: 52px; }
  .cg-hero h1 { font-size: clamp(34px, 9vw, 52px); overflow-wrap: break-word; }
  .cg-page-top h1 { font-size: clamp(32px, 8.5vw, 42px); overflow-wrap: break-word; }
  .cg-section-title h2, .cg-artisan h2, .cg-booking-story > h2, .cg-area-heading h2 { font-size: clamp(30px, 8vw, 40px); overflow-wrap: break-word; }
  .cg-hero-intro, .cg-section-title > p:not(.cg-kicker), .cg-service-row p,
  .cg-artisan-copy > p:not(.cg-artisan-name), .cg-booking-intro,
  .cg-steps p, .cg-advice-card h3 + p, .cg-advice-card h2 + p,
  .cg-editorial-heading > p, .cg-legal { font-size: 16px; }
  .cg-kicker, .cg-hero .cg-kicker { font-size: 12px; letter-spacing: .1em; }
  .cg-hero-actions { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .cg-hero-actions > a:first-child { justify-content: center; font-size: 15px; min-height: 52px; padding: 15px 18px; }
  .cg-hero-actions > a:last-child { text-align: center; justify-items: center; min-height: 64px; font-size: 14px; padding: 10px 16px; }
  .cg-hero-actions > a:last-child span { font-size: 22px; }
  .cg-gallery-preview .cg-project-grid, .cg-gallery-teaser-images { gap: 10px; }
  .cg-gallery-preview .cg-project h3 { font-size: 14px; overflow-wrap: break-word; line-height: 1.4; }
  .cg-gallery-preview .cg-project figcaption > span { font-size: 12px; }
  .cg-gallery-preview .cg-project-zoom { width: 26px; height: 26px; font-size: 18px; right: 5px; bottom: 5px; }
  .cg-gallery-preview .cg-project > button { min-height: 44px; }
  .cg-gallery-all { min-height: 48px; font-size: 15px; }
  .cg-filters { display: flex; flex-wrap: wrap; gap: 4px 18px; }
  .cg-filters button { font-size: 14px; min-height: 44px; }
  .cg-comparison-line span { width: 48px; height: 48px; }
  .cg-before-label, .cg-after-label, .cg-transformation figcaption { font-size: 12px; }
  .cg-artisan-certification { gap: 14px; }
  .cg-artisan-certification img { width: 94px; flex-basis: 94px; }
  .cg-artisan-certification p { font-size: 17px; min-width: 0; }
  .cg-booking-panel { padding: 26px clamp(16px, 5vw, 24px); min-width: 0; }
  .cg-booking-panel-head > h2, .cg-booking-panel-head > h3 { font-size: clamp(26px, 7vw, 32px); overflow-wrap: break-word; }
  .cg-booking-person > div, .cg-booking-call > span { min-width: 0; }
  .cg-booking-call strong { font-size: clamp(25px, 7.5vw, 34px); white-space: nowrap; }
  .cg-appointment-form fieldset { min-width: 0; }
  .cg-appointment-form > label, .cg-appt-two > label, .cg-appt-intent legend { font-size: 14px; }
  .cg-appointment-form input, .cg-appointment-form select, .cg-appointment-form textarea { max-width: 100%; min-width: 0; font-size: 16px; }
  .cg-appointment-form input[type="file"] { width: 100%; font-size: 14px; }
  .cg-appt-intent label > span { font-size: 14px; min-height: 48px; }
  .cg-appt-photos-title strong { font-size: 14px; }
  .cg-appt-photos-title > span:last-child, .cg-appt-photos small { font-size: 12px; }
  .cg-appt-submit, .cg-appt-phone-button { font-size: 14px; min-height: 48px; text-align: left; overflow-wrap: break-word; }
  .cg-appt-submit .cg-arrow, .cg-appt-phone-button .cg-arrow { flex-shrink: 0; }
  .cg-appt-notice a { white-space: normal; }
  .cg-mobile-bar { padding-inline: env(safe-area-inset-left) env(safe-area-inset-right); }
  .cg-mobile-bar a { font-size: 14px; min-height: 56px; padding: 14px 16px; gap: 6px; }
  .cg-footer-bottom { padding-bottom: calc(90px + env(safe-area-inset-bottom)); font-size: 12px; }
  .cg-footer-bottom a, .cg-legal-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; }
  .cg-lightbox { width: calc(100% - 16px); max-height: calc(100dvh - 24px); padding: 48px 10px 10px; }
  .cg-lightbox > img { height: auto; max-height: calc(100dvh - 180px); aspect-ratio: 4 / 3; object-fit: contain; }
  .cg-lightbox-caption { gap: 8px; }
  .cg-lightbox-caption > p { min-width: 0; font-size: 14px; overflow-wrap: break-word; }
}
@media (max-width: 360px) {
  .cg-appt-intent > div { grid-template-columns: 1fr; }
  .cg-header .cg-nav-devis { padding-inline: 8px; }
  .cg-mobile-bar a { padding-inline: 10px; font-size: 13px; }
}
@media (max-height: 500px) and (orientation: landscape) {
  .cg-menu nav { margin-top: 8px; }
  .cg-menu nav a { font-size: 20px; padding-block: 8px; }
  .cg-lightbox > img { max-height: calc(100dvh - 160px); }
}

/* The mobile header scrolls naturally with the page. */
@media (max-width: 950px) {
  .cg-header { position: relative; top: auto; }
  html { scroll-padding-top: 20px; }
}
