/* Layout and colours preserved from the original RomandieRent website. */
*,::before,::after { box-sizing:border-box; border:0 solid; }
html { line-height:1.5; -webkit-text-size-adjust:100%; tab-size:4; }
body,figure,blockquote,dl,dd { margin:0; }
h1,h2,h3,h4,h5,h6 { font-size:inherit; font-weight:inherit; }
button,input,select,textarea { font:inherit; color:inherit; letter-spacing:inherit; background:transparent; border-radius:0; }
ol,ul,menu { list-style:none; margin:0; padding:0; }
img,svg,video { display:block; vertical-align:middle; }
img,video { max-width:100%; height:auto; }
a { color:inherit; text-decoration:inherit; }
[hidden] { display:none!important; }
:root {
  color-scheme:dark;
  --background:#0b0b0c;
  --foreground:#fafafa;
  --card:#121213;
  --card-foreground:#fafafa;
  --popover:#191919;
  --popover-foreground:#fafafa;
  --primary:#e5bf63;
  --primary-foreground:#12110c;
  --secondary:#202021;
  --secondary-foreground:#fafafa;
  --muted:#1b1b1d;
  --muted-foreground:#ababaf;
  --accent:#29251b;
  --accent-foreground:#f2cf7c;
  --destructive:#ffa8a8;
  --border:#2b2b2d;
  --input:#3e3e40;
  --ring:#e5bf63;
  --radius:.25rem;
  --gold:#e5bf63;
  --motion-ease:cubic-bezier(.22,1,.36,1);
  --motion-fast:240ms;
  --motion-normal:360ms}

@font-face {
  font-family:Manrope;
  src:url('../fonts/manrope-latin.woff2') format('woff2');
  font-style:normal;
  font-weight:200 800;
  font-display:swap}

* {
  box-sizing:border-box}
html {
  scroll-behavior:smooth;
  scroll-padding-top:112px}
body {
  margin:0;
  background:var(--background);
  color:var(--foreground);
  font-family:Manrope,Arial,sans-serif;
  font-size:16px;
  line-height:1.7;
  -webkit-font-smoothing:antialiased}
button,a,input,textarea {
  -webkit-tap-highlight-color:transparent}
button,a {
  touch-action:manipulation}
a {
  color:inherit;
  text-decoration:none}
button {
  font:inherit;
  cursor:pointer}
button:disabled {
  cursor:wait;
  opacity:.6}
img {
  max-width:100%;
  display:block}
h1,h2,h3,p {
  margin:0}
h1,h2,h3 {
  line-height:1.16;
  font-weight:600}
::selection {
  background:var(--gold);
  color:#080808}
:focus-visible {
  outline:2px solid var(--gold);
  outline-offset:5px}
.container {
  width:min(1280px,calc(100% - 96px));
  margin-inline:auto}
.skip-link {
  position:fixed;
  z-index:100;
  left:20px;
  top:-100px;
  background:var(--gold);
  color:#111;
  padding:12px 20px}
.skip-link:focus {
  top:12px}

.site-header {
  height:108px;
  position:sticky;
  top:0;
  background:#0b0b0cf5;
  z-index:40;
  border-bottom:1px solid #ffffff0e;
  backdrop-filter:blur(12px)}
.header-inner {
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px}
.brand {
  width:218px;
  flex-shrink:0;
  display:block}
.brand img {
  width:100%;
  height:auto}
.desktop-nav {
  display:flex;
  gap:27px;
  align-items:center}
.desktop-nav a {
  font-size:14px;
  color:#c6c6c8;
  position:relative;
  white-space:nowrap;
  padding-block:18px;
  transition:color var(--motion-fast) ease}
.desktop-nav a:hover,.desktop-nav a.active {
  color:var(--gold)}
.desktop-nav a::after {
  position:absolute;
  content:"";
  height:2px;
  width:18px;
  background:var(--gold);
  bottom:8px;
  left:50%;
  pointer-events:none;
  opacity:0;
  transform:translateX(-50%) scaleX(0);
  transform-origin:center;
  transition:transform var(--motion-normal) var(--motion-ease),opacity var(--motion-fast) ease}
.desktop-nav a.active::after {
  opacity:1;
  transform:translateX(-50%) scaleX(1)}
.header-end {
  display:flex;
  align-items:center;
  gap:24px}
.languages {
  display:flex;
  align-items:center;
  gap:5px}
.languages a {
  display:grid;
  place-items:center;
  min-width:32px;
  min-height:44px;
  font-size:12px;
  font-weight:600;
  color:#a7a7a9;
  position:relative}
.languages a[aria-current=page] {
  color:var(--gold)}
.languages a+a:before {
  content:"";
  position:absolute;
  left:-3px;
  top:17px;
  height:10px;
  width:1px;
  background:#4b4b4d}
.header-call {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  font-weight:600;
  white-space:nowrap}
.header-call svg {
  color:var(--gold);
  width:16px}
.header-contacts {
  display:flex;
  align-items:center;
  gap:12px;
  flex-shrink:0}
@media(min-width:1201px) and (max-width:1350px) {
  .desktop-nav { gap:18px; }
  .desktop-nav a { font-size:13px; }
  .header-inner { gap:16px; }
  .header-end { gap:14px; }
  .header-inner>.brand { width:190px; }
}
.whatsapp-icon {
  display:block;
  object-fit:contain}
.mobile-menu {
  display:none}
.icon-button {
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  color:#fff;
  background:transparent;
  border:1px solid #3c3c3e;
  border-radius:3px}
.menu-panel {
  padding:30px;
  max-width:400px!important;
  width:calc(100% - 24px)!important;
  overflow:auto}
.menu-head {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px}
.menu-head .brand {
  width:190px}
.menu-nav {
  display:flex;
  flex-direction:column;
  margin-block:22px}
.menu-nav a {
  font-size:21px;
  padding:16px 0;
  border-bottom:1px solid var(--border)}
.menu-bottom {
  margin-top:auto;
  display:grid;
  gap:16px}

.hero {
  position:relative;
  min-height:660px;
  isolation:isolate;
  overflow:hidden;
  display:flex;
  align-items:center;
  background:#181b1b}
.hero-image {
  position:absolute;
  inset:0;
  z-index:-3;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 75%}
.hero:before {
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(90deg,rgba(5,7,8,.94) 0%,rgba(5,7,8,.82) 30%,rgba(5,7,8,.22) 65%,rgba(5,7,8,.03) 100%)}
.hero:after {
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(0deg,#0b0b0c 0%,transparent 25%,rgba(0,0,0,.08) 100%)}
.hero-inner {
  padding-top:65px;
  padding-bottom:98px;
  position:relative}
.eyebrow {
  font-size:12px;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
  display:flex;
  align-items:center;
  gap:13px;
  color:var(--gold);
  line-height:1.5}
.eyebrow:before {
  content:"";
  height:1px;
  width:27px;
  background:var(--gold);
  flex-shrink:0}
.hero h1 {
  font-size:clamp(42px,4.4vw,66px);
  letter-spacing:-.055em;
  max-width:700px;
  margin:26px 0 24px;
  font-weight:600;
  line-height:1.11;
  text-wrap:balance}
.hero h1 span {
  display:block;
  color:var(--gold)}
.hero-copy {
  max-width:508px;
  color:#c6c7c9;
  font-size:16px;
  line-height:1.85}
.hero-actions {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:32px}
.button {
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  padding:14px 22px;
  border:1px solid transparent;
  border-radius:3px;
  font-size:14px;
  font-weight:650;
  line-height:1.5;
  transition:background-color var(--motion-fast) ease,color var(--motion-fast) ease,border-color var(--motion-fast) ease}
.button svg {
  width:17px;
  height:17px;
  flex-shrink:0}
.button-gold {
  background:var(--gold);
  color:#10100d;
  border-color:var(--gold)}
.button-gold:hover {
  background:#f0d185;
  border-color:#f0d185}
.button-outline {
  border-color:#a5a5a560;
  background:#11111125;
  color:#f7f7f7}
.button-outline:hover {
  border-color:var(--gold);
  color:var(--gold);
  background:#11111180}
.hero-bottom {
  position:absolute;
  bottom:28px;
  left:0;
  right:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  font-size:12px;
  color:#d0d0d2}
.hero-location {
  display:flex;
  align-items:center;
  gap:10px;
  letter-spacing:.04em}
.hero-location svg {
  width:15px;
  color:var(--gold)}
.scroll-link {
  display:flex;
  align-items:center;
  gap:12px;
  color:#b4b4b8}
.scroll-link svg {
  width:16px;
  color:var(--gold)}

.service-strip {
  background:#101011;
  border-bottom:1px solid var(--border)}
.strip-inner {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  padding-block:23px}
.strip-inner a {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  padding:10px 8px;
  border-right:1px solid #2d2d2f;
  font-size:14px;
  font-weight:500;
  transition:color var(--motion-fast) ease}
.strip-inner a:last-child {
  border:0}
.strip-inner a:hover {
  color:var(--gold)}
.strip-inner svg {
  width:23px;
  height:23px;
  color:var(--gold);
  stroke-width:1.35}
.section {
  padding-block:92px}
.section-head {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:48px;
  margin-bottom:40px}
.section-label {
  font-size:12px;
  color:var(--gold);
  letter-spacing:.15em;
  font-weight:650;
  text-transform:uppercase;
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px}
.section-label span {
  color:#88888d}
h2 {
  font-size:clamp(31px,3vw,42px);
  letter-spacing:-.035em;
  text-wrap:balance}
.section-intro {
  color:#a7a7ad;
  max-width:440px;
  line-height:1.8;
  font-size:16px}
.services-grid {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px}
.service-card {
  background:#131314;
  border:1px solid #29292c;
  padding:26px 21px 23px;
  min-height:294px;
  display:flex;
  flex-direction:column;
  transition:background-color var(--motion-normal) ease,border-color var(--motion-normal) ease,transform var(--motion-normal) var(--motion-ease);
  border-radius:4px}
.service-card:hover {
  background:#191816;
  border-color:#8d723f;
  transform:translateY(-4px)}
.service-top {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  margin-bottom:28px}
.service-top>svg {
  color:var(--gold);
  width:31px;
  height:31px;
  stroke-width:1.3}
.service-top>span {
  font-size:12px;
  color:#939397}
.service-card h3 {
  font-size:18px;
  font-weight:600;
  letter-spacing:-.02em;
  margin-bottom:13px;
  line-height:1.4}
.service-card p {
  font-size:14px;
  line-height:1.8;
  color:#a7a7ac}
.service-card .card-arrow {
  margin-top:auto;
  padding-top:22px;
  color:var(--gold)}
.card-arrow svg {
  width:18px;
  height:18px;
  stroke-width:1.5}

.about-section {
  background:#111112;
  border-block:1px solid #242426}
.about-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:74px;
  align-items:center}
.about-photo {
  position:relative;
  height:426px;
  overflow:hidden;
  border-radius:4px}
.about-photo>img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 64%}
.about-photo:after {
  content:"";
  position:absolute;
  inset:40% 0 0;
  background:linear-gradient(transparent,#050505d9)}
.photo-caption {
  position:absolute;
  bottom:30px;
  left:30px;
  right:25px;
  z-index:1;
  color:#fff;
  font-size:24px;
  max-width:330px;
  font-weight:500;
  line-height:1.4;
  letter-spacing:-.025em}
.about-copy>p {
  color:#ababaf;
  margin-top:22px;
  line-height:1.85}
.about-copy .text-link {
  margin-top:28px}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:16px;
  font-size:14px;
  color:var(--gold);
  min-height:44px;
  font-weight:600}
.text-link svg {
  width:17px;
  height:17px}
.values-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
  margin-top:64px;
  padding-top:37px;
  border-top:1px solid #2c2c2d}
.value-item {
  display:flex;
  gap:15px;
  align-items:flex-start}
.value-item>svg {
  width:25px;
  height:25px;
  color:var(--gold);
  stroke-width:1.4;
  flex-shrink:0;
  margin-top:2px}
.value-item h3 {
  font-size:15px;
  line-height:1.5;
  margin-bottom:5px}
.value-item p {
  font-size:13px;
  color:#a2a2a8;
  line-height:1.7}

.process-head {
  text-align:center;
  max-width:720px;
  margin-inline:auto;
  margin-bottom:58px}
.process-head .section-label {
  justify-content:center}
.process-head p:not(.section-label) {
  margin:18px auto 0;
  max-width:570px;
  font-size:16px;
  color:#aaaab0}
.process-grid {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:30px;
  list-style:none;
  padding:0;
  margin:0}
.process-step {
  position:relative}
.step-number {
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  background:#171612;
  border:1px solid #6c5733;
  border-radius:50%;
  color:var(--gold);
  font-size:13px;
  margin-bottom:24px;
  position:relative;
  z-index:1}
.process-step:not(:last-child):before {
  content:"";
  position:absolute;
  top:22px;
  left:44px;
  right:-30px;
  height:1px;
  background:#3a3325}
.process-step h3 {
  font-size:16px;
  line-height:1.5;
  margin-bottom:12px;
  font-weight:600}
.process-step p {
  font-size:14px;
  line-height:1.8;
  color:#a2a2a8}
.contact-cta {
  border-block:1px solid #504127;
  background:#17150f}
.cta-inner {
  padding-block:46px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:48px}
.cta-inner h2 {
  font-size:30px}
.cta-inner p {
  font-size:16px;
  color:#bab6ad;
  margin-top:12px}
.cta-actions {
  display:flex;
  gap:12px;
  flex-shrink:0}

.contact-section {
  padding-block:90px}
.contact-grid {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:90px}
.contact-intro {
  color:#aaaab0;
  font-size:16px;
  line-height:1.85;
  margin-top:20px;
  max-width:390px}
.contact-details {
  display:grid;
  gap:23px;
  margin-top:35px}
.contact-row {
  display:flex;
  align-items:flex-start;
  gap:17px}
.contact-row>svg {
  width:21px;
  height:21px;
  color:var(--gold);
  stroke-width:1.5;
  margin-top:3px;
  flex-shrink:0}
.contact-row dt {
  font-size:12px;
  color:#96969c;
  margin-bottom:3px}
.contact-row dd {
  margin:0;
  font-size:16px;
  line-height:1.65;
  overflow-wrap:anywhere}
.contact-row a:hover {
  color:var(--gold)}
.contact-row .pending {
  font-size:13px;
  color:#a9a9ae}
.location-box {
  margin-top:29px;
  border:1px solid #333334;
  border-radius:3px;
  display:flex;
  align-items:center;
  gap:13px;
  padding:18px 20px;
  max-width:405px;
  background:#131314}
.location-box>svg {
  color:var(--gold);
  width:22px;
  flex-shrink:0}
.location-box .location-text {
  flex:1;
  font-size:14px;
  font-weight:500}
.location-text small {
  display:block;
  color:#99999f;
  font-size:12px;
  font-weight:400}
.contact-form {
  border:1px solid #2c2c2e;
  background:#141415;
  padding:34px;
  border-radius:5px}
.contact-form h3 {
  font-size:22px;
  letter-spacing:-.03em}
.form-note {
  font-size:13px;
  color:#a4a4a9;
  margin-top:10px;
  margin-bottom:27px;
  line-height:1.8}
.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px}
.field {
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:8px}
.field.full {
  grid-column:1/-1}
.field label {
  font-size:14px;
  font-weight:500;
  color:#dddddf}
.field label span {
  color:var(--gold)}
.field input,.field textarea,.service-select {
  width:100%!important;
  min-height:47px!important;
  border:1px solid #3e3e41!important;
  border-radius:3px!important;
  background:#1a1a1c!important;
  padding:11px 13px!important;
  font-size:16px!important;
  font-family:inherit;
  color:#f2f2f3!important;
  box-shadow:none!important;
  line-height:1.5!important}
.field input::placeholder,.field textarea::placeholder {
  color:#94949b}
.field textarea {
  resize:vertical;
  min-height:118px}
.field input:focus,.field textarea:focus {
  outline:1px solid var(--gold);
  border-color:var(--gold)!important}
.field [aria-invalid=true] {
  border-color:#f39494!important}
.field-error {
  font-size:12px;
  color:#ffabab;
  margin:0}
.privacy-note {
  font-size:12px;
  color:#96969c;
  line-height:1.7;
  margin-top:19px}
.privacy-note a {
  text-decoration:underline;
  text-underline-offset:3px;
  color:#c3c3c7}
.contact-form .submit {
  width:100%;
  margin-top:21px;
  justify-content:space-between}
.form-result {
  margin-top:18px;
  padding:15px;
  font-size:14px;
  border:1px solid #6c5733;
  border-radius:3px;
  background:#252115;
  line-height:1.75}
.form-result a {
  text-decoration:underline;
  color:var(--gold)}
.form-result.error {
  border-color:#764040;
  background:#2b1919}
.hp-field {
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip-path:inset(50%);
  white-space:nowrap}

.site-footer {
  background:#090909;
  border-top:1px solid #272729}
.footer-grid {
  padding-block:49px;
  display:grid;
  grid-template-columns:1.5fr .8fr 1.1fr .5fr;
  gap:54px}
.footer-brand .brand {
  width:225px;
  margin-left:-17px;
  margin-top:-20px}
.footer-brand p {
  font-size:13px;
  color:#939399;
  max-width:280px;
  line-height:1.8}
.footer-heading {
  font-size:14px;
  font-weight:600;
  margin-bottom:19px;
  color:#e9e9eb}
.footer-links {
  display:flex;
  flex-direction:column;
  gap:10px;
  font-size:13px;
  color:#a2a2a9}
.footer-links a:hover {
  color:var(--gold)}
.footer-links address {
  font-style:normal;
  line-height:1.9}
.footer-bottom {
  border-top:1px solid #242426;
  padding-block:22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  color:#94949c;
  font-size:12px}
.legal-links {
  display:flex;
  flex-wrap:wrap;
  gap:23px}
.legal-links a:hover {
  color:var(--gold)}
.legal-page {
  min-height:65vh;
  padding-block:70px 95px}
.legal-page .legal-content {
  max-width:850px}
.legal-page h1 {
  font-size:46px;
  letter-spacing:-.04em;
  margin-top:24px;
  margin-bottom:26px}
.legal-page h2 {
  font-size:22px;
  margin-top:32px;
  margin-bottom:12px}
.legal-page p {
  color:#b7b7bd;
  margin-block:14px;
  line-height:1.9;
  white-space:pre-line}
.legal-notice {
  border-left:2px solid var(--gold);
  padding:15px 22px;
  background:#1d1a12;
  color:#dbceb0!important;
  font-size:14px}
.legal-page a {
  color:var(--gold);
  text-decoration:underline;
  text-underline-offset:4px}
.legal-page .text-link {
  text-decoration:none}
.company-details { margin-block:16px; }
.company-details>div { padding-block:10px; border-bottom:1px solid var(--border); }
.company-details dt { font-weight:600; }
.company-details dd { margin:4px 0 0; color:#b7b7bd; overflow-wrap:anywhere; }
.license-links { padding-left:20px; line-height:1.9; }

@media(min-width:1600px) {
  .hero {
  min-height:720px}
.hero-inner {
  padding-top:85px;
  padding-bottom:130px}
}

@media(max-width:1200px) {
  .container {
  width:calc(100% - 64px)}
.desktop-nav {
  gap:19px}
.header-call {
  display:none}
.header-end {
  gap:18px}
.hero h1 {
  max-width:630px}
.service-card {
  padding:24px 17px}
.services-grid {
  gap:10px}
.about-grid {
  gap:46px}
.contact-grid {
  gap:56px}
.cta-actions {
  flex-direction:column;
  gap:8px}
.values-grid {
  gap:20px}
.footer-grid {
  gap:32px}
}

@media(max-width:960px) {
  .desktop-nav {
  gap:16px}
.desktop-nav a {
  font-size:12px}
.brand {
  width:190px}
.header-inner {
  gap:18px}
.hero h1 {
  font-size:53px;
  max-width:570px}
.services-grid {
  grid-template-columns:repeat(3,1fr)}
.service-card {
  min-height:280px;
  padding:24px}
.section-head {
  gap:30px}
.section-intro {
  max-width:360px}
.about-grid {
  gap:32px}
.about-photo {
  height:430px}
.values-grid {
  grid-template-columns:repeat(2,1fr);
  row-gap:30px}
.process-grid {
  gap:20px}
.process-step:not(:last-child):before {
  right:-20px}
.process-step h3 {
  font-size:15px}
.process-step p {
  font-size:13px}
.contact-grid {
  gap:30px}
.contact-form {
  padding:26px}
.footer-grid {
  grid-template-columns:1.3fr .8fr 1fr}
.footer-languages {
  display:none}
}

@media(max-width:760px) {
  html {
  scroll-padding-top:89px}
.container {
  width:calc(100% - 40px)}
.site-header {
  height:88px}
.brand {
  width:188px}
.desktop-nav {
  display:none}
.header-inner {
  gap:4px}
.header-end {
  gap:13px}
.languages {
  gap:3px}
.languages a {
  min-width:29px;
  font-size:12px}
.mobile-menu {
  display:block}
.hero {
  min-height:715px;
  align-items:flex-start}
.hero-image {
  object-position:66% center}
.hero:before {
  background:linear-gradient(90deg,#050708e8,#0507089e 65%,#0507085e)}
.hero:after {
  background:linear-gradient(0deg,#0b0b0c,transparent 45%)}
.hero-inner {
  padding-top:54px;
  padding-bottom:145px}
.hero h1 {
  font-size:clamp(39px,7.8vw,55px);
  max-width:550px;
  margin-top:25px;
  letter-spacing:-.048em}
.hero-copy {
  max-width:440px;
  font-size:16px;
  line-height:1.85}
.eyebrow {
  font-size:12px;
  letter-spacing:.11em}
.hero-bottom {
  bottom:28px;
  align-items:flex-end}
.scroll-link {
  display:none}
.hero-actions {
  margin-top:28px;
  gap:11px}
.button {
  font-size:14px;
  padding:13px 17px;
  gap:15px}
.strip-inner {
  padding-block:15px}
.strip-inner a {
  flex-direction:column;
  gap:7px;
  font-size:12px;
  padding:4px 3px}
.strip-inner svg {
  width:23px;
  height:23px}
.section {
  padding-block:65px}
.section-head {
  display:block;
  margin-bottom:28px}
.section-intro {
  margin-top:20px;
  max-width:100%;
  font-size:16px}
.services-grid {
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px}
.service-card {
  padding:23px 20px;
  min-height:295px}
.service-card:last-child {
  grid-column:1/-1;
  min-height:230px}
.service-card:last-child p {
  max-width:370px}
.about-grid {
  grid-template-columns:1fr;
  gap:35px}
.about-photo {
  height:340px;
  order:2}
.about-copy {
  order:1}
.photo-caption {
  left:25px;
  bottom:25px;
  font-size:25px}
.values-grid {
  margin-top:37px;
  padding-top:30px;
  column-gap:24px}
.value-item {
  gap:12px}
.value-item h3 {
  font-size:14px}
.value-item p {
  font-size:13px}
.process-head {
  text-align:left;
  margin-bottom:34px}
.process-head .section-label {
  justify-content:flex-start}
.process-head p:not(.section-label) {
  margin-left:0}
.process-grid {
  grid-template-columns:1fr;
  gap:0}
.process-step {
  padding:0 0 29px 65px;
  min-height:113px}
.step-number {
  position:absolute;
  left:0;
  top:0;
  margin:0}
.process-step:not(:last-child):before {
  left:21px;
  top:44px;
  bottom:0;
  width:1px;
  height:auto;
  right:auto}
.process-step:last-child {
  padding-bottom:0}
.process-step h3 {
  font-size:17px;
  margin-bottom:8px}
.process-step p {
  font-size:14px;
  max-width:450px}
.cta-inner {
  display:block;
  padding-block:35px}
.cta-inner h2 {
  font-size:29px}
.cta-actions {
  margin-top:24px;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap}
.contact-section {
  padding-block:64px}
.contact-grid {
  grid-template-columns:1fr;
  gap:36px}
.contact-intro {
  max-width:460px}
.contact-details {
  grid-template-columns:1fr 1fr;
  gap:22px}
.contact-row {
  gap:12px}
.contact-row dd {
  font-size:14px}
.contact-row>svg {
  width:19px}
.location-box {
  max-width:none}
.contact-form {
  padding:27px}
.footer-grid {
  grid-template-columns:1fr 1fr;
  gap:35px;
  padding-block:43px}
.footer-brand {
  grid-column:1/-1;
  display:flex;
  align-items:center;
  gap:20px}
.footer-brand .brand {
  width:210px;
  flex-shrink:0;
  margin:0 0 0 -16px}
.footer-brand p {
  font-size:13px;
  max-width:320px}
.footer-bottom {
  align-items:flex-start;
  flex-direction:column;
  gap:15px}
.legal-links {
  gap:17px}
.legal-page h1 {
  font-size:36px}
.legal-page {
  padding-block:45px 65px}
}

@media(max-width:400px) {
  .container {
  width:calc(100% - 32px)}
.brand {
  width:155px}
.header-end {
  gap:9px}
.languages a {
  min-width:27px}
.hero {
  min-height:730px}
.hero h1 {
  font-size:39px}
.hero-actions {
  flex-direction:column;
  align-items:stretch;
  max-width:285px}
.hero-inner {
  padding-top:42px}
.service-card {
  padding:21px 15px}
.service-card h3 {
  font-size:16px}
.service-card p {
  font-size:14px}
.services-grid {
  gap:10px}
.values-grid {
  grid-template-columns:1fr}
.value-item h3 {
  font-size:15px}
.contact-form {
  padding:23px 20px}
.form-grid {
  grid-template-columns:1fr}
.field.full {
  grid-column:auto}
.contact-details {
  grid-template-columns:1fr}
.footer-brand {
  display:block}
.footer-brand p {
  margin-top:10px}
.footer-grid {
  gap:28px}
.footer-links {
  font-size:13px;
  overflow-wrap:anywhere}
.hero-location {
  font-size:12px}
}

@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto}
*,*:before,*:after {
  animation-duration:.01ms!important;
  transition-duration:.01ms!important;
  animation-iteration-count:1!important}
.service-card:hover {
  transform:none}
}


@media(min-width:761px) and (max-width:1060px) {
  .desktop-nav {
  display:none}
.mobile-menu {
  display:block}
}


@media(max-width:480px) {
  .services-grid {
  grid-template-columns:1fr}
.service-card {
  min-height:210px}
.service-top {
  margin-bottom:20px}
.service-card p {
  font-size:15px}
.service-card h3 {
  font-size:19px}
}

/* Flask/native controls replacing the previous frontend components. */
.icon { flex-shrink:0; }
.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; }
.menu-panel { inset:0 0 0 auto; margin:0; height:100dvh; max-height:100dvh; border:0; border-left:1px solid var(--border); background:#111112; color:var(--foreground); }
.menu-panel[open] { display:flex; flex-direction:column; animation:menu-enter var(--motion-normal) var(--motion-ease) both; }
.menu-panel[open].is-closing { animation:menu-exit var(--motion-fast) cubic-bezier(.4,0,1,1) both; }
.menu-panel::backdrop { background:#0009; animation:backdrop-enter var(--motion-normal) ease both; }
.menu-panel.is-closing::backdrop { animation:backdrop-exit var(--motion-fast) ease both; }
.menu-open { overflow:hidden; }
.menu-head .brand { max-width:calc(100% - 54px); }
@keyframes menu-enter { from { transform:translateX(28px); opacity:0; } to { transform:translateX(0); opacity:1; } }
@keyframes menu-exit { from { transform:translateX(0); opacity:1; } to { transform:translateX(28px); opacity:0; } }
@keyframes backdrop-enter { from { opacity:0; } to { opacity:1; } }
@keyframes backdrop-exit { from { opacity:1; } to { opacity:0; } }
.noscript-nav { display:flex; flex-wrap:wrap; gap:20px; padding-block:16px; color:var(--gold); }
.service-select { cursor:pointer; padding-right:25px!important; }
.service-select:focus-visible { outline:1px solid var(--gold); }
.service-select option { background:#1a1a1c; }
.text-link:is(button) { padding:0; background:none; border:0; text-align:left; }
.draft-text { display:block; width:100%; min-height:150px; margin-top:12px; padding:12px; background:#141415; border:1px solid var(--border); font:inherit; font-size:13px; resize:vertical; }
.error-page .button { margin-top:22px; }
.footer-grid>* { min-width:0; }
.form-result { overflow-wrap:anywhere; }
.languages a,.menu-nav a,.header-call,.text-link,.footer-links a,.legal-links a,.contact-row a {
  transition:color var(--motion-fast) ease;
}
.languages a:hover,.menu-nav a:hover,.header-call:hover { color:var(--gold); }
.icon-button {
  transition:background-color var(--motion-fast) ease,border-color var(--motion-fast) ease;
}
.icon-button:hover { background-color:#ffffff08; border-color:var(--gold); }
.header-whatsapp { background:#101710; border-color:#29452f; border-radius:50%; }
.header-whatsapp:hover { background:#15251a; border-color:#25D366; }
.header-whatsapp:focus-visible { outline:2px solid #25D366; outline-offset:2px; }
.location-box { transition:background-color var(--motion-normal) ease,border-color var(--motion-normal) ease; }
.location-box:hover { background-color:#191816; border-color:#8d723f; }
@media(prefers-reduced-motion:reduce) {
  .menu-panel[open],.menu-panel[open].is-closing,.menu-panel::backdrop,.menu-panel.is-closing::backdrop { animation:none; }
}
@media(max-width:350px) { .brand { width:133px; } .header-end { gap:6px; } .languages a { min-width:25px; } }
/* Language choices remain in the mobile menu when the header is compact. */
@media(max-width:540px) { .header-end>.languages { display:none; } }
