/* Thalassophile Studio layout, radii, spacing — exact values from Figma */
:root{
--page-width:1440px;
--content-width:1280px;
--page-margin:80px;
--radius-pill:25px;        /* buttons */
--radius-none:0;           /* cards & images are square-cornered */
--gap-section:120px;       /* between homepage sections */
--gap-heading:60px;        /* kicker → content */
--gap-card:40px;           /* between work cards */
--gap-card-caption:30px;   /* image → caption in work card */
--gap-nav:48px;            /* between nav links */
--hairline:1px;            /* dividers everywhere */
--button-pad:15px 60px;
--service-row-h:137px;
}
a{color:var(--dark,#0A0C22)}a:hover{color:var(--deep-blue,#091A72)}
